# AWS SDK Code Examples Code Library > The code example library is a collection of code examples that show you how to use AWS SDKs with AWS. It is organized by service and by SDK so you can find the examples you need. - [What is the code example library?](https://docs.aws.amazon.com/code-library/latest/ug/what-is-code-library.md) ## [Code examples by service](https://docs.aws.amazon.com/code-library/latest/ug/code_example_library_by_service.md) ### [ACM](https://docs.aws.amazon.com/code-library/latest/ug/acm_code_examples.md) Code examples that show how to use ACM with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/acm_code_examples_basics.md) The following code examples show how to use the basics of ACM with AWS SDKs. - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_Usage_ImportListRemove_section.md): Learn the basics of ACM with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/acm_code_examples_actions.md) The following code examples show how to use ACM with AWS SDKs. - [AddTagsToCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.md): Use AddTagsToCertificate with an AWS SDK or CLI - [DeleteCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.md): Use DeleteCertificate with an AWS SDK or CLI - [DescribeCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.md): Use DescribeCertificate with an AWS SDK or CLI - [ExportCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ExportCertificate_section.md): Use ExportCertificate with an AWS SDK or CLI - [GetCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.md): Use GetCertificate with an AWS SDK or CLI - [ImportCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.md): Use ImportCertificate with an AWS SDK or CLI - [ListCertificates](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.md): Use ListCertificates with an AWS SDK or CLI - [ListTagsForCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListTagsForCertificate_section.md): Use ListTagsForCertificate with an AWS SDK or CLI - [RemoveTagsFromCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RemoveTagsFromCertificate_section.md): Use RemoveTagsFromCertificate with an AWS SDK or CLI - [RenewCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RenewCertificate_section.md): Use RenewCertificate with an AWS SDK - [RequestCertificate](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RequestCertificate_section.md): Use RequestCertificate with an AWS SDK or CLI - [ResendValidationEmail](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ResendValidationEmail_section.md): Use ResendValidationEmail with an AWS SDK or CLI - [UpdateCertificateOptions](https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_UpdateCertificateOptions_section.md): Use UpdateCertificateOptions with an AWS SDK or CLI ### [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_code_examples.md) Code examples that show how to use API Gateway with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_code_examples_basics.md) The following code examples show how to use the basics of API Gateway with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_code_examples_actions.md) The following code examples show how to use API Gateway with AWS SDKs. - [CreateDeployment](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateDeployment_section.md): Use CreateDeployment with an AWS SDK or CLI - [CreateResource](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateResource_section.md): Use CreateResource with an AWS SDK or CLI - [CreateRestApi](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateRestApi_section.md): Use CreateRestApi with an AWS SDK or CLI - [DeleteDeployment](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteDeployment_section.md): Use DeleteDeployment with an AWS SDK or CLI - [DeleteRestApi](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteRestApi_section.md): Use DeleteRestApi with an AWS SDK or CLI - [GetBasePathMapping](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetBasePathMapping_section.md): Use GetBasePathMapping with an AWS SDK or CLI - [GetResources](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetResources_section.md): Use GetResources with an AWS SDK or CLI - [GetRestApis](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetRestApis_section.md): Use GetRestApis with an AWS SDK or CLI - [ListBasePathMappings](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_ListBasePathMappings_section.md): Use ListBasePathMappings with an AWS SDK - [PutIntegration](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegration_section.md): Use PutIntegration with an AWS SDK or CLI - [PutIntegrationResponse](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegrationResponse_section.md): Use PutIntegrationResponse with an AWS SDK or CLI - [PutMethod](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethod_section.md): Use PutMethod with an AWS SDK or CLI - [PutMethodResponse](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethodResponse_section.md): Use PutMethodResponse with an AWS SDK or CLI - [UpdateBasePathMapping](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_UpdateBasePathMapping_section.md): Use UpdateBasePathMapping with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_code_examples_scenarios.md) The following code examples show how to use API Gateway with AWS SDKs. - [Create a REST API to track COVID-19 data](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.md): Create an API Gateway REST API to track COVID-19 data - [Create a REST API with Lambda proxy integration](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api_gateway_GettingStarted_087_section.md): Create a REST API with Lambda proxy integration - [Create a lending library REST API](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.md): Create a lending library REST API - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Create a websocket chat application](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.md): Create a websocket chat application with API Gateway - [Create and deploy a REST API](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_Usage_CreateDeployRest_section.md): Create and deploy a REST API using an AWS SDK - [Use API Gateway to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.md): Use API Gateway to invoke a Lambda function ### [AWS community contributions](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_code_examples_aws_community_contributions.md) AWS community contributions are examples that were created and are maintained by multiple teams across AWS. - [Build and test a serverless application](https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_tributary-lite_serverless-application_section.md): Build and test a serverless application ### [API Gateway Management API](https://docs.aws.amazon.com/code-library/latest/ug/apigatewaymanagementapi_code_examples.md) Code examples that show how to use API Gateway Management API with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/apigatewaymanagementapi_code_examples_basics.md) The following code examples show how to use the basics of API Gateway Management API with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/apigatewaymanagementapi_code_examples_actions.md) The following code examples show how to use API Gateway Management API with AWS SDKs. - [PostToConnection](https://docs.aws.amazon.com/code-library/latest/ug/apigatewaymanagementapi_example_apigatewaymanagementapi_PostToConnection_section.md): Use PostToConnection with an AWS SDK or CLI ### [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_code_examples.md) Code examples that show how to use Application Auto Scaling with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_code_examples_basics.md) The following code examples show how to use the basics of Application Auto Scaling with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_code_examples_actions.md) The following code examples show how to use Application Auto Scaling with AWS SDKs. - [DeleteScalingPolicy](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DeleteScalingPolicy_section.md): Use DeleteScalingPolicy with an AWS SDK or CLI - [DeleteScheduledAction](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DeleteScheduledAction_section.md): Use DeleteScheduledAction with a CLI - [DeregisterScalableTarget](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DeregisterScalableTarget_section.md): Use DeregisterScalableTarget with a CLI - [DescribeScalableTargets](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DescribeScalableTargets_section.md): Use DescribeScalableTargets with a CLI - [DescribeScalingActivities](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DescribeScalingActivities_section.md): Use DescribeScalingActivities with a CLI - [DescribeScalingPolicies](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DescribeScalingPolicies_section.md): Use DescribeScalingPolicies with an AWS SDK or CLI - [DescribeScheduledActions](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_DescribeScheduledActions_section.md): Use DescribeScheduledActions with a CLI - [PutScalingPolicy](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_PutScalingPolicy_section.md): Use PutScalingPolicy with a CLI - [PutScheduledAction](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_PutScheduledAction_section.md): Use PutScheduledAction with a CLI - [RegisterScalableTarget](https://docs.aws.amazon.com/code-library/latest/ug/application-auto-scaling_example_application-auto-scaling_RegisterScalableTarget_section.md): Use RegisterScalableTarget with an AWS SDK or CLI ### [Application Recovery Controller](https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_code_examples.md) Code examples that show how to use Application Recovery Controller with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_code_examples_basics.md) The following code examples show how to use the basics of Application Recovery Controller with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_code_examples_actions.md) The following code examples show how to use Application Recovery Controller with AWS SDKs. - [GetRoutingControlState](https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_GetRoutingControlState_section.md): Use GetRoutingControlState with an AWS SDK - [UpdateRoutingControlState](https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_UpdateRoutingControlState_section.md): Use UpdateRoutingControlState with an AWS SDK ### [Athena](https://docs.aws.amazon.com/code-library/latest/ug/athena_code_examples.md) Code examples that show how to use Athena with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/athena_code_examples_scenarios.md) The following code examples show how to use Athena with AWS SDKs. - [Getting started with Amazon Athena](https://docs.aws.amazon.com/code-library/latest/ug/athena_example_athena_GettingStarted_061_section.md): Getting started with Amazon Athena ### [Audit Manager](https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_code_examples.md) Code examples that show how to use Audit Manager with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_code_examples_scenarios.md) The following code examples show how to use Audit Manager with AWS SDKs. - [Create a custom framework from an AWS Config conformance pack](https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromConformancePack_section.md): Create an Audit Manager custom framework from an AWS Config conformance pack using an AWS SDK - [Create a custom framework that contains Security Hub CSPM controls](https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromSecurityHub_section.md): Create an Audit Manager custom framework that contains Security Hub CSPM controls using an AWS SDK - [Create an assessment report](https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CreateAssessmentReport_section.md): Create an Audit Manager assessment report that contains one day of evidence using an AWS SDK ### [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/aurora_code_examples.md) Code examples that show how to use Aurora with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/aurora_code_examples_basics.md) The following code examples show how to use the basics of Aurora with AWS SDKs. - [Hello Aurora](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.md): Hello Aurora - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Scenario_GetStartedClusters_section.md): Learn the basics of Aurora with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/aurora_code_examples_actions.md) The following code examples show how to use Aurora with AWS SDKs. - [CreateDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.md): Use CreateDBCluster with an AWS SDK - [CreateDBClusterParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterParameterGroup_section.md): Use CreateDBClusterParameterGroup with an AWS SDK - [CreateDBClusterSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.md): Use CreateDBClusterSnapshot with an AWS SDK - [CreateDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.md): Use CreateDBInstance with an AWS SDK - [DeleteDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.md): Use DeleteDBCluster with an AWS SDK - [DeleteDBClusterParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.md): Use DeleteDBClusterParameterGroup with an AWS SDK - [DeleteDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.md): Use DeleteDBInstance with an AWS SDK - [DescribeDBClusterParameterGroups](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.md): Use DescribeDBClusterParameterGroups with an AWS SDK - [DescribeDBClusterParameters](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.md): Use DescribeDBClusterParameters with an AWS SDK - [DescribeDBClusterSnapshots](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterSnapshots_section.md): Use DescribeDBClusterSnapshots with an AWS SDK - [DescribeDBClusters](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.md): Use DescribeDBClusters with an AWS SDK - [DescribeDBEngineVersions](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBEngineVersions_section.md): Use DescribeDBEngineVersions with an AWS SDK - [DescribeDBInstances](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.md): Use DescribeDBInstances with an AWS SDK - [DescribeOrderableDBInstanceOptions](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.md): Use DescribeOrderableDBInstanceOptions with an AWS SDK or CLI - [ModifyDBClusterParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.md): Use ModifyDBClusterParameterGroup with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/aurora_code_examples_scenarios.md) The following code examples show how to use Aurora with AWS SDKs. - [Create a lending library REST API](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.md): Create a lending library REST API - [Create an Aurora Serverless work item tracker](https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.md): Create an Aurora Serverless work item tracker ### [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_code_examples.md) Code examples that show how to use Auto Scaling with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_code_examples_basics.md) The following code examples show how to use the basics of Auto Scaling with AWS SDKs. - [Hello Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.md): Hello Auto Scaling - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.md): Learn the basics of Auto Scaling with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_code_examples_actions.md) The following code examples show how to use Auto Scaling with AWS SDKs. - [AttachInstances](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachInstances_section.md): Use AttachInstances with a CLI - [AttachLoadBalancerTargetGroups](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.md): Use AttachLoadBalancerTargetGroups with an AWS SDK or CLI - [AttachLoadBalancers](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancers_section.md): Use AttachLoadBalancers with a CLI - [CompleteLifecycleAction](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CompleteLifecycleAction_section.md): Use CompleteLifecycleAction with a CLI - [CreateAutoScalingGroup](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.md): Use CreateAutoScalingGroup with an AWS SDK or CLI - [CreateLaunchConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateLaunchConfiguration_section.md): Use CreateLaunchConfiguration with a CLI - [CreateOrUpdateTags](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateOrUpdateTags_section.md): Use CreateOrUpdateTags with a CLI - [DeleteAutoScalingGroup](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.md): Use DeleteAutoScalingGroup with an AWS SDK or CLI - [DeleteLaunchConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteLaunchConfiguration_section.md): Use DeleteLaunchConfiguration with a CLI - [DeleteLifecycleHook](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteLifecycleHook_section.md): Use DeleteLifecycleHook with a CLI - [DeleteNotificationConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteNotificationConfiguration_section.md): Use DeleteNotificationConfiguration with a CLI - [DeletePolicy](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeletePolicy_section.md): Use DeletePolicy with a CLI - [DeleteScheduledAction](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteScheduledAction_section.md): Use DeleteScheduledAction with a CLI - [DeleteTags](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteTags_section.md): Use DeleteTags with a CLI - [DescribeAccountLimits](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAccountLimits_section.md): Use DescribeAccountLimits with a CLI - [DescribeAdjustmentTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAdjustmentTypes_section.md): Use DescribeAdjustmentTypes with a CLI - [DescribeAutoScalingGroups](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.md): Use DescribeAutoScalingGroups with an AWS SDK or CLI - [DescribeAutoScalingInstances](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.md): Use DescribeAutoScalingInstances with an AWS SDK or CLI - [DescribeAutoScalingNotificationTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingNotificationTypes_section.md): Use DescribeAutoScalingNotificationTypes with a CLI - [DescribeLaunchConfigurations](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeLaunchConfigurations_section.md): Use DescribeLaunchConfigurations with a CLI - [DescribeLifecycleHookTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeLifecycleHookTypes_section.md): Use DescribeLifecycleHookTypes with a CLI - [DescribeLifecycleHooks](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeLifecycleHooks_section.md): Use DescribeLifecycleHooks with a CLI - [DescribeLoadBalancers](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeLoadBalancers_section.md): Use DescribeLoadBalancers with a CLI - [DescribeMetricCollectionTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeMetricCollectionTypes_section.md): Use DescribeMetricCollectionTypes with a CLI - [DescribeNotificationConfigurations](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeNotificationConfigurations_section.md): Use DescribeNotificationConfigurations with a CLI - [DescribePolicies](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribePolicies_section.md): Use DescribePolicies with a CLI - [DescribeScalingActivities](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.md): Use DescribeScalingActivities with an AWS SDK or CLI - [DescribeScalingProcessTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingProcessTypes_section.md): Use DescribeScalingProcessTypes with a CLI - [DescribeScheduledActions](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScheduledActions_section.md): Use DescribeScheduledActions with a CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeTags_section.md): Use DescribeTags with a CLI - [DescribeTerminationPolicyTypes](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeTerminationPolicyTypes_section.md): Use DescribeTerminationPolicyTypes with a CLI - [DetachInstances](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DetachInstances_section.md): Use DetachInstances with a CLI - [DetachLoadBalancers](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DetachLoadBalancers_section.md): Use DetachLoadBalancers with a CLI - [DisableMetricsCollection](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.md): Use DisableMetricsCollection with an AWS SDK or CLI - [EnableMetricsCollection](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.md): Use EnableMetricsCollection with an AWS SDK or CLI - [EnterStandby](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnterStandby_section.md): Use EnterStandby with a CLI - [ExecutePolicy](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_ExecutePolicy_section.md): Use ExecutePolicy with a CLI - [ExitStandby](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_ExitStandby_section.md): Use ExitStandby with a CLI - [PutLifecycleHook](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_PutLifecycleHook_section.md): Use PutLifecycleHook with a CLI - [PutNotificationConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_PutNotificationConfiguration_section.md): Use PutNotificationConfiguration with a CLI - [PutScalingPolicy](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_PutScalingPolicy_section.md): Use PutScalingPolicy with a CLI - [PutScheduledUpdateGroupAction](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_PutScheduledUpdateGroupAction_section.md): Use PutScheduledUpdateGroupAction with a CLI - [RecordLifecycleActionHeartbeat](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_RecordLifecycleActionHeartbeat_section.md): Use RecordLifecycleActionHeartbeat with a CLI - [ResumeProcesses](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_ResumeProcesses_section.md): Use ResumeProcesses with a CLI - [SetDesiredCapacity](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.md): Use SetDesiredCapacity with an AWS SDK or CLI - [SetInstanceHealth](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetInstanceHealth_section.md): Use SetInstanceHealth with a CLI - [SetInstanceProtection](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetInstanceProtection_section.md): Use SetInstanceProtection with a CLI - [SuspendProcesses](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SuspendProcesses_section.md): Use SuspendProcesses with a CLI - [TerminateInstanceInAutoScalingGroup](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.md): Use TerminateInstanceInAutoScalingGroup with an AWS SDK or CLI - [UpdateAutoScalingGroup](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.md): Use UpdateAutoScalingGroup with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_code_examples_scenarios.md) The following code examples show how to use Auto Scaling with AWS SDKs. - [Build and manage a resilient service](https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.md): Build and manage a resilient service using an AWS SDK ### [AWS Batch](https://docs.aws.amazon.com/code-library/latest/ug/batch_code_examples.md) Code examples that show how to use AWS Batch with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/batch_code_examples_basics.md) The following code examples show how to use the basics of AWS Batch with AWS SDKs. - [Hello AWS Batch](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_Hello_section.md): Hello AWS Batch - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_Scenario_section.md): Learn the basics of AWS Batch with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/batch_code_examples_actions.md) The following code examples show how to use AWS Batch with AWS SDKs. - [CreateComputeEnvironment](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_CreateComputeEnvironment_section.md): Use CreateComputeEnvironment with an AWS SDK or CLI - [CreateJobQueue](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_CreateJobQueue_section.md): Use CreateJobQueue with an AWS SDK or CLI - [DeleteComputeEnvironment](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DeleteComputeEnvironment_section.md): Use DeleteComputeEnvironment with an AWS SDK or CLI - [DeleteJobQueue](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DeleteJobQueue_section.md): Use DeleteJobQueue with an AWS SDK or CLI - [DeregisterJobDefinition](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DeregisterJobDefinition_section.md): Use DeregisterJobDefinition with an AWS SDK or CLI - [DescribeComputeEnvironments](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DescribeComputeEnvironments_section.md): Use DescribeComputeEnvironments with an AWS SDK or CLI - [DescribeJobQueues](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DescribeJobQueues_section.md): Use DescribeJobQueues with an AWS SDK or CLI - [DescribeJobs](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_DescribeJobs_section.md): Use DescribeJobs with an AWS SDK or CLI - [ListJobsPaginator](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_ListJobsPaginator_section.md): Use ListJobsPaginator with an AWS SDK - [RegisterJobDefinition](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_RegisterJobDefinition_section.md): Use RegisterJobDefinition with an AWS SDK or CLI - [SubmitJob](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_SubmitJob_section.md): Use SubmitJob with an AWS SDK or CLI - [UpdateComputeEnvironment](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_UpdateComputeEnvironment_section.md): Use UpdateComputeEnvironment with an AWS SDK or CLI - [UpdateJobQueue](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_batch_UpdateJobQueue_section.md): Use UpdateJobQueue with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/batch_code_examples_scenarios.md) The following code examples show how to use AWS Batch with AWS SDKs. - [Getting started with Batch and Fargate](https://docs.aws.amazon.com/code-library/latest/ug/batch_example_fargate_GettingStarted_section.md): Getting started with Batch and Fargate ### [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_code_examples.md) Code examples that show how to use Amazon Bedrock with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_code_examples_basics.md) The following code examples show how to use the basics of Amazon Bedrock with AWS SDKs. - [Hello Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.md): Hello Amazon Bedrock ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_code_examples_actions.md) The following code examples show how to use Amazon Bedrock with AWS SDKs. - [GetFoundationModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.md): Use GetFoundationModel with an AWS SDK - [ListFoundationModels](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.md): Use ListFoundationModels with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_code_examples_scenarios.md) The following code examples show how to use Amazon Bedrock with AWS SDKs. - [Orchestrate generative AI applications with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.md): Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions ### [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples.md) Code examples that show how to use Amazon Bedrock Runtime with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_basics.md) The following code examples show how to use the basics of Amazon Bedrock Runtime with AWS SDKs. - [Hello Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.md): Hello Amazon Bedrock ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_scenarios.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Create a playground application to interact with Amazon Bedrock foundation models](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_FMPlayground_section.md): Create a sample application that offers playgrounds to interact with Amazon Bedrock foundation models using an AWS SDK - [Create and invoke a managed prompt](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-agent_GettingStartedWithBedrockPrompts_section.md): An end-to-end example showing how to create and invoke Amazon Bedrock managed prompts using an AWS SDK - [Generate videos from text prompts using Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_GenerateVideos_NovaReel_section.md): Generate videos from text prompts using Amazon Bedrock and Nova-Reel - [Invoke multiple foundation models on Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_InvokeModels_section.md): Invoke multiple foundation models on Amazon Bedrock - [Orchestrate generative AI applications with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.md): Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions - [Tool use with the Converse API](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.md): A tool use example illustrating how to connect AI models on Amazon Bedrock with a custom tool or API ### [Amazon Nova](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_nova.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Converse](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.md): Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API - [ConverseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.md): Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_AmazonNova_section.md): Send and process a document with Amazon Nova on Amazon Bedrock - [Scenario: Tool use with the Converse API](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AmazonNova_section.md): A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API ### [Amazon Nova Canvas](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_nova_canvas.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.md): Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image ### [Amazon Nova Reel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_nova_reel.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Text-to-video](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.md): Use Amazon Nova Reel to generate a video from a text prompt ### [Amazon Titan Image Generator](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_titan_image_generator.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.md): Invoke Amazon Titan Image on Amazon Bedrock to generate an image ### [Amazon Titan Text](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_titan_text.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.md): Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API ### [Amazon Titan Text Embeddings](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_amazon_titan_text_embeddings.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.md): Invoke Amazon Titan Text Embeddings on Amazon Bedrock ### [Anthropic Claude](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_anthropic_claude.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Converse](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.md): Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API - [ConverseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.md): Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_AnthropicClaude_section.md): Send and process a document with Anthropic Claude on Amazon Bedrock - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.md): Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API - [InvokeModelWithResponseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.md): Invoke Anthropic Claude models on Amazon Bedrock using the Invoke Model API with a response stream - [Reasoning](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaudeReasoning_section.md): Use Anthropic Claude 3.7 Sonnet's reasoning capability on Amazon Bedrock - [Reasoning with a streaming response](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaudeReasoning_section.md): Use Anthropic Claude 3.7 Sonnet's reasoning capability on Amazon Bedrock - [Scenario: Tool use with the Converse API](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.md): A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API ### [Cohere Command](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_cohere_command.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Converse](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.md): Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API - [ConverseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.md): Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_CohereCommand_section.md): Send and process a document with Cohere Command models on Amazon Bedrock - [InvokeModel: Command R and R+](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.md): Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API - [InvokeModelWithResponseStream: Command R and R+](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.md): Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream - [Scenario: Tool use with the Converse API](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.md): A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API ### [DeepSeek](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_deepseek.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_DeepSeek_section.md): Send and process a document with DeepSeek on Amazon Bedrock ### [Meta Llama](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_meta_llama.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Converse](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.md): Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API - [ConverseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.md): Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_MetaLlama_section.md): Send and process a document with Llama on Amazon Bedrock - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.md): Invoke Meta Llama on Amazon Bedrock using the Invoke Model API - [InvokeModelWithResponseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.md): Invoke Meta Llama on Amazon Bedrock using the Invoke Model API with a response stream ### [Mistral AI](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_mistral_ai.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [Converse](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.md): Invoke Mistral on Amazon Bedrock using Bedrock's Converse API - [ConverseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.md): Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream - [Document understanding](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_DocumentUnderstanding_Mistral_section.md): Send and process a document with Mistral models on Amazon Bedrock - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.md): Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API - [InvokeModelWithResponseStream](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.md): Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream ### [Stable Diffusion](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_code_examples_stable_diffusion.md) The following code examples show how to use Amazon Bedrock Runtime with AWS SDKs. - [InvokeModel](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.md): Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image ### [Amazon Bedrock Agents](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_code_examples.md) Code examples that show how to use Amazon Bedrock Agents with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_code_examples_basics.md) The following code examples show how to use the basics of Amazon Bedrock Agents with AWS SDKs. - [Hello Amazon Bedrock Agents](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_Hello_section.md): Hello Amazon Bedrock Agents ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_code_examples_actions.md) The following code examples show how to use Amazon Bedrock Agents with AWS SDKs. - [CreateAgent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgent_section.md): Use CreateAgent with an AWS SDK - [CreateAgentActionGroup](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentActionGroup_section.md): Use CreateAgentActionGroup with an AWS SDK - [CreateAgentAlias](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentAlias_section.md): Use CreateAgentAlias with an AWS SDK - [CreateFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateFlow_section.md): Use CreateFlow with an AWS SDK - [CreateFlowAlias](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateFlowAlias_section.md): Use CreateFlowAlias with an AWS SDK - [CreateFlowVersion](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateFlowVersion_section.md): Use CreateFlowVersion with an AWS SDK - [CreateKnowledgeBase](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateKnowledgeBase_section.md): Use CreateKnowledgeBase with an AWS SDK - [CreatePrompt](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreatePrompt_section.md): Use CreatePrompt with an AWS SDK - [CreatePromptVersion](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreatePromptVersion_section.md): Use CreatePromptVersion with an AWS SDK - [DeleteAgent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgent_section.md): Use DeleteAgent with an AWS SDK - [DeleteAgentAlias](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgentAlias_section.md): Use DeleteAgentAlias with an AWS SDK - [DeleteFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteFlow_section.md): Use DeleteFlow with an AWS SDK - [DeleteFlowAlias](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteFlowAlias_section.md): Use DeleteFlowAlias with an AWS SDK - [DeleteFlowVersion](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteFlowVersion_section.md): Use DeleteFlowVersion with an AWS SDK - [DeleteKnowledgeBase](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteKnowledgeBase_section.md): Use DeleteKnowledgeBase with an AWS SDK - [DeletePrompt](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeletePrompt_section.md): Use DeletePrompt with an AWS SDK - [GetAgent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetAgent_section.md): Use GetAgent with an AWS SDK - [GetFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetFlow_section.md): Use GetFlow with an AWS SDK - [GetFlowVersion](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetFlowVersion_section.md): Use GetFlowVersion with an AWS SDK - [GetKnowledgeBase](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetKnowledgeBase_section.md): Use GetKnowledgeBase with an AWS SDK - [GetPrompt](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetPrompt_section.md): Use GetPrompt with an AWS SDK - [ListAgentActionGroups](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentActionGroups_section.md): Use ListAgentActionGroups with an AWS SDK - [ListAgentKnowledgeBases](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentKnowledgeBases_section.md): Use ListAgentKnowledgeBases with an AWS SDK - [ListAgents](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.md): Use ListAgents with an AWS SDK - [ListFlowAliases](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListFlowAliases_section.md): Use ListFlowAliases with an AWS SDK - [ListFlowVersions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListFlowVersions_section.md): Use ListFlowVersions with an AWS SDK - [ListFlows](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListFlows_section.md): Use ListFlows with an AWS SDK - [ListKnowledgeBases](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListKnowledgeBases_section.md): Use ListKnowledgeBases with an AWS SDK - [ListPrompts](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListPrompts_section.md): Use ListPrompts with an AWS SDK - [PrepareAgent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.md): Use PrepareAgent with an AWS SDK - [PrepareFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareFlow_section.md): Use PrepareFlow with an AWS SDK - [UpdateFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_UpdateFlow_section.md): Use UpdateFlow with an AWS SDK - [UpdateFlowAlias](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_UpdateFlowAlias_section.md): Use UpdateFlowAlias with an AWS SDK - [UpdateKnowledgeBase](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_UpdateKnowledgeBase_section.md): Use UpdateKnowledgeBase with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_code_examples_scenarios.md) The following code examples show how to use Amazon Bedrock Agents with AWS SDKs. - [Create and invoke a flow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockFlows_section.md): An end-to-end example showing how to create and invoke an Amazon Bedrock flow using an AWS SDK - [Create and invoke a managed prompt](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockPrompts_section.md): An end-to-end example showing how to create and invoke Amazon Bedrock managed prompts using an AWS SDK - [Create and invoke an agent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.md): An end-to-end example showing how to create and invoke Amazon Bedrock Agents using an AWS SDK - [Orchestrate generative AI applications with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.md): Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions ### [Amazon Bedrock Agents Runtime](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_code_examples.md) Code examples that show how to use Amazon Bedrock Agents Runtime with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_code_examples_basics.md) The following code examples show how to use the basics of Amazon Bedrock Agents Runtime with AWS SDKs. - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_Scenario_ConverseWithFlow_section.md): Converse with an Amazon Bedrock flow ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_code_examples_actions.md) The following code examples show how to use Amazon Bedrock Agents Runtime with AWS SDKs. - [InvokeAgent](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeAgent_section.md): Use InvokeAgent with an AWS SDK - [InvokeFlow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeFlow_section.md): Use InvokeFlow with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_code_examples_scenarios.md) The following code examples show how to use Amazon Bedrock Agents Runtime with AWS SDKs. - [Create and invoke a flow](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent_GettingStartedWithBedrockFlows_section.md): An end-to-end example showing how to create and invoke an Amazon Bedrock flow using an AWS SDK - [Orchestrate generative AI applications with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.md): Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions ### [AWS Budgets](https://docs.aws.amazon.com/code-library/latest/ug/budgets_code_examples.md) Code examples that show how to use AWS Budgets with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/budgets_code_examples_basics.md) The following code examples show how to use the basics of AWS Budgets with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/budgets_code_examples_actions.md) The following code examples show how to use AWS Budgets with AWS SDKs. - [CreateBudget](https://docs.aws.amazon.com/code-library/latest/ug/budgets_example_budgets_CreateBudget_section.md): Use CreateBudget with a CLI ### [AWS Cloud Map](https://docs.aws.amazon.com/code-library/latest/ug/servicediscovery_code_examples.md) Code examples that show how to use AWS Cloud Map with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/servicediscovery_code_examples_scenarios.md) The following code examples show how to use AWS Cloud Map with AWS SDKs. - [Cloud Map custom attributes](https://docs.aws.amazon.com/code-library/latest/ug/servicediscovery_example_cloudmap_CustomAttributes_section.md): Using Cloud Map service discovery with custom attributes - [Cloud Map service discovery](https://docs.aws.amazon.com/code-library/latest/ug/servicediscovery_example_cloudmap_ServiceDiscovery_section.md): Get started with Cloud Map service discovery - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/servicediscovery_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect ### [AWS Cloud9](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_code_examples.md) Code examples that show how to use AWS Cloud9 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_code_examples_basics.md) The following code examples show how to use the basics of AWS Cloud9 with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_code_examples_actions.md) The following code examples show how to use AWS Cloud9 with AWS SDKs. - [CreateEnvironmentEc2](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_CreateEnvironmentEc2_section.md): Use CreateEnvironmentEc2 with a CLI - [CreateEnvironmentMembership](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_CreateEnvironmentMembership_section.md): Use CreateEnvironmentMembership with a CLI - [DeleteEnvironment](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_DeleteEnvironment_section.md): Use DeleteEnvironment with a CLI - [DeleteEnvironmentMembership](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_DeleteEnvironmentMembership_section.md): Use DeleteEnvironmentMembership with a CLI - [DescribeEnvironmentMemberships](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_DescribeEnvironmentMemberships_section.md): Use DescribeEnvironmentMemberships with a CLI - [DescribeEnvironmentStatus](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_DescribeEnvironmentStatus_section.md): Use DescribeEnvironmentStatus with a CLI - [DescribeEnvironments](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_DescribeEnvironments_section.md): Use DescribeEnvironments with a CLI - [ListEnvironments](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_ListEnvironments_section.md): Use ListEnvironments with a CLI - [UpdateEnvironment](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_UpdateEnvironment_section.md): Use UpdateEnvironment with a CLI - [UpdateEnvironmentMembership](https://docs.aws.amazon.com/code-library/latest/ug/cloud9_example_cloud9_UpdateEnvironmentMembership_section.md): Use UpdateEnvironmentMembership with a CLI ### [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_code_examples.md) Code examples that show how to use CloudFormation with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_code_examples_basics.md) The following code examples show how to use the basics of CloudFormation with AWS SDKs. - [Hello CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_Hello_section.md): Hello CloudFormation ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_code_examples_actions.md) The following code examples show how to use CloudFormation with AWS SDKs. - [CancelUpdateStack](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_CancelUpdateStack_section.md): Use CancelUpdateStack with a CLI - [ContinueUpdateRollback](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_ContinueUpdateRollback_section.md): Use ContinueUpdateRollback with a CLI - [CreateStack](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_CreateStack_section.md): Use CreateStack with a CLI - [DeleteStack](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_DeleteStack_section.md): Use DeleteStack with a CLI - [DescribeStackEvents](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_DescribeStackEvents_section.md): Use DescribeStackEvents with a CLI - [DescribeStackResource](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_DescribeStackResource_section.md): Use DescribeStackResource with a CLI - [DescribeStackResources](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_DescribeStackResources_section.md): Use DescribeStackResources with a CLI - [DescribeStacks](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_DescribeStacks_section.md): Use DescribeStacks with an AWS SDK or CLI - [EstimateTemplateCost](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_EstimateTemplateCost_section.md): Use EstimateTemplateCost with a CLI - [GetTemplate](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_GetTemplate_section.md): Use GetTemplate with a CLI - [ListStackResources](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_ListStackResources_section.md): Use ListStackResources with a CLI - [ListStacks](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_ListStacks_section.md): Use ListStacks with a CLI - [UpdateStack](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_UpdateStack_section.md): Use UpdateStack with a CLI - [ValidateTemplate](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_ValidateTemplate_section.md): Use ValidateTemplate with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_code_examples_scenarios.md) The following code examples show how to use CloudFormation with AWS SDKs. - [Create a REST API to track COVID-19 data](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.md): Create an API Gateway REST API to track COVID-19 data - [Creating your first CloudFormation stack](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cloudformation_GettingStarted_021_section.md): Creating your first CloudFormation stack - [Getting started with Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_eks_GettingStarted_034_section.md): Getting started with Amazon EKS ### [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_code_examples.md) Code examples that show how to use CloudFront with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_code_examples_basics.md) The following code examples show how to use the basics of CloudFront with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_code_examples_actions.md) The following code examples show how to use CloudFront with AWS SDKs. - [CreateDistribution](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreateDistribution_section.md): Use CreateDistribution with an AWS SDK or CLI - [CreateFunction](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreateFunction_section.md): Use CreateFunction with an AWS SDK - [CreateInvalidation](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreateInvalidation_section.md): Use CreateInvalidation with a CLI - [CreateKeyGroup](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreateKeyGroup_section.md): Use CreateKeyGroup with an AWS SDK - [CreatePublicKey](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreatePublicKey_section.md): Use CreatePublicKey with an AWS SDK or CLI - [DeleteDistribution](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_DeleteDistribution_section.md): Use DeleteDistribution with an AWS SDK or CLI - [GetCloudFrontOriginAccessIdentity](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentity_section.md): Use GetCloudFrontOriginAccessIdentity with a CLI - [GetCloudFrontOriginAccessIdentityConfig](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentityConfig_section.md): Use GetCloudFrontOriginAccessIdentityConfig with a CLI - [GetDistribution](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistribution_section.md): Use GetDistribution with a CLI - [GetDistributionConfig](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.md): Use GetDistributionConfig with an AWS SDK or CLI - [ListCloudFrontOriginAccessIdentities](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListCloudFrontOriginAccessIdentities_section.md): Use ListCloudFrontOriginAccessIdentities with a CLI - [ListDistributions](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.md): Use ListDistributions with an AWS SDK or CLI - [UpdateDistribution](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_UpdateDistribution_section.md): Use UpdateDistribution with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_code_examples_scenarios.md) The following code examples show how to use CloudFront with AWS SDKs. - [Create a multi-tenant distribution and distribution tenant](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CreateSaasResources_section.md): Create SaaS manager resources AWS SDK - [Delete signing resources](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_DeleteSigningResources_section.md): Delete CloudFront signing resources using AWS SDK - [Get started with a basic CloudFront distribution](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md): Get started with a basic CloudFront distribution - [Getting started with WAF](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_wafv2_GettingStarted_052_section.md): Getting started with WAF - [Sign URLs and cookies](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_CloudFrontUtilities_section.md): Create signed URLs and cookies using an AWS SDK ### [CloudFront Functions examples](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_code_examples_cloudfront_functions_examples.md) The following code examples show how to use CloudFront with AWS SDKs. - [Add HTTP security headers](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_add_security_headers_section.md): Add HTTP security headers to a CloudFront Functions viewer response event - [Add a CORS header](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_add_cors_header_section.md): Add a CORS header to a CloudFront Functions viewer response event - [Add a cache control header](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_add_cache_control_header_section.md): Add a cache control header to a CloudFront Functions viewer response event - [Add a true client IP header](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_add_true_client_ip_header_section.md): Add a true client IP header to a CloudFront Functions viewer request event - [Add an origin header](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_add_origin_header_section.md): Add an origin header to a CloudFront Functions viewer request event - [Add index.html to request URLs](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_url_rewrite_single_page_apps_section.md): Add index.html to request URLs without a file name in a CloudFront Functions viewer request event - [Normalize query string parameters](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_normalize_query_string_parameters_section.md): Normalize query string parameters in a CloudFront Functions viewer request - [Redirect to a new URL](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_redirect_based_on_country_section.md): Redirect to a new URL in a CloudFront Functions viewer request event - [Rewrite a request URI](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_kvs_conditional_read_section.md): Rewrite a request URI based on KeyValueStore configuration for a CloudFront Functions viewer request event - [Select origin closer to the viewer](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_select_origin_based_on_country_section.md): Route requests to an origin closer to the viewer in a CloudFront Functions viewer request event - [Use key-value pairs](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_kvs_key_value_pairs_section.md): Use key-value pairs in a CloudFront Functions viewer request - [Validate a simple token](https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_functions_kvs_jwt_verify_section.md): Validate a simple token in a CloudFront Functions viewer request ### [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_code_examples.md) Code examples that show how to use CloudTrail with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_code_examples_basics.md) The following code examples show how to use the basics of CloudTrail with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_code_examples_actions.md) The following code examples show how to use CloudTrail with AWS SDKs. - [CreateTrail](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_CreateTrail_section.md): Use CreateTrail with an AWS SDK or CLI - [DeleteTrail](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_DeleteTrail_section.md): Use DeleteTrail with an AWS SDK or CLI - [DescribeTrail](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_DescribeTrail_section.md): Use DescribeTrail with an AWS SDK - [DescribeTrails](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_DescribeTrails_section.md): Use DescribeTrails with a CLI - [GetTrailStatus](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_GetTrailStatus_section.md): Use GetTrailStatus with a CLI - [ListTrails](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_ListTrails_section.md): Use ListTrails with an AWS SDK - [LookupEvents](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_LookupEvents_section.md): Use LookupEvents with an AWS SDK or CLI - [StartLogging](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_StartLogging_section.md): Use StartLogging with a CLI - [StopLogging](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_StopLogging_section.md): Use StopLogging with a CLI - [UpdateTrail](https://docs.aws.amazon.com/code-library/latest/ug/cloudtrail_example_cloudtrail_UpdateTrail_section.md): Use UpdateTrail with a CLI ### [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_code_examples.md) Code examples that show how to use CloudWatch with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_code_examples_basics.md) The following code examples show how to use the basics of CloudWatch with AWS SDKs. - [Hello CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Hello_section.md): Hello CloudWatch - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetStartedMetricsDashboardsAlarms_section.md): Learn core operations for CloudWatch using an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_code_examples_actions.md) The following code examples show how to use CloudWatch with AWS SDKs. - [DeleteAlarms](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAlarms_section.md): Use DeleteAlarms with an AWS SDK or CLI - [DeleteAnomalyDetector](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAnomalyDetector_section.md): Use DeleteAnomalyDetector with an AWS SDK or CLI - [DeleteDashboards](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteDashboards_section.md): Use DeleteDashboards with an AWS SDK or CLI - [DescribeAlarmHistory](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmHistory_section.md): Use DescribeAlarmHistory with an AWS SDK or CLI - [DescribeAlarms](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarms_section.md): Use DescribeAlarms with an AWS SDK or CLI - [DescribeAlarmsForMetric](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.md): Use DescribeAlarmsForMetric with an AWS SDK or CLI - [DescribeAnomalyDetectors](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAnomalyDetectors_section.md): Use DescribeAnomalyDetectors with an AWS SDK or CLI - [DisableAlarmActions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DisableAlarmActions_section.md): Use DisableAlarmActions with an AWS SDK or CLI - [EnableAlarmActions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_EnableAlarmActions_section.md): Use EnableAlarmActions with an AWS SDK or CLI - [GetDashboard](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetDashboard_section.md): Use GetDashboard with an AWS SDK or CLI - [GetMetricData](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricData_section.md): Use GetMetricData with an AWS SDK or CLI - [GetMetricStatistics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricStatistics_section.md): Use GetMetricStatistics with an AWS SDK or CLI - [GetMetricWidgetImage](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricWidgetImage_section.md): Use GetMetricWidgetImage with an AWS SDK or CLI - [ListDashboards](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListDashboards_section.md): Use ListDashboards with an AWS SDK or CLI - [ListMetrics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListMetrics_section.md): Use ListMetrics with an AWS SDK or CLI - [PutAnomalyDetector](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutAnomalyDetector_section.md): Use PutAnomalyDetector with an AWS SDK or CLI - [PutDashboard](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutDashboard_section.md): Use PutDashboard with an AWS SDK or CLI - [PutMetricAlarm](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricAlarm_section.md): Use PutMetricAlarm with an AWS SDK or CLI - [PutMetricData](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricData_section.md): Use PutMetricData with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_code_examples_scenarios.md) The following code examples show how to use CloudWatch with AWS SDKs. - [Creating a CloudWatch dashboard with function name as a variable](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GettingStarted_031_section.md): Creating a CloudWatch dashboard with function name as a variable - [Get started with alarms](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Scenario_GettingStarted_section.md): Get started with CloudWatch alarms using an AWS SDK - [Manage metrics and alarms](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Usage_MetricsAlarms_section.md): Manage CloudWatch metrics and alarms using an AWS SDK - [Monitor DynamoDB performance](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cross_MonitorDynamoDB_section.md): Monitor performance of Amazon DynamoDB using an AWS SDK - [Run CPU stress tests on EC2 instances using FIS](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_iam_GettingStarted_069_section.md): Run CPU stress tests on EC2 instances using FIS - [Using property variables in CloudWatch dashboards to monitor multiple Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_iam_GettingStarted_032_section.md): Using property variables in CloudWatch dashboards to monitor multiple Lambda functions ### [CloudWatch Events](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_code_examples.md) Code examples that show how to use CloudWatch Events with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_code_examples_basics.md) The following code examples show how to use the basics of CloudWatch Events with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_code_examples_actions.md) The following code examples show how to use CloudWatch Events with AWS SDKs. - [PutEvents](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_example_cloudwatch-events_PutEvents_section.md): Use PutEvents with an AWS SDK - [PutRule](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_example_cloudwatch-events_PutRule_section.md): Use PutRule with an AWS SDK - [PutTargets](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-events_example_cloudwatch-events_PutTargets_section.md): Use PutTargets with an AWS SDK ### [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_code_examples.md) Code examples that show how to use CloudWatch Logs with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_code_examples_basics.md) The following code examples show how to use the basics of CloudWatch Logs with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_code_examples_actions.md) The following code examples show how to use CloudWatch Logs with AWS SDKs. - [AssociateKmsKey](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_AssociateKmsKey_section.md): Use AssociateKmsKey with an AWS SDK - [CancelExportTask](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_CancelExportTask_section.md): Use CancelExportTask with an AWS SDK - [CreateExportTask](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_CreateExportTask_section.md): Use CreateExportTask with an AWS SDK - [CreateLogGroup](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_CreateLogGroup_section.md): Use CreateLogGroup with an AWS SDK or CLI - [CreateLogStream](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_CreateLogStream_section.md): Use CreateLogStream with an AWS SDK or CLI - [DeleteLogGroup](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DeleteLogGroup_section.md): Use DeleteLogGroup with an AWS SDK or CLI - [DeleteSubscriptionFilter](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DeleteSubscriptionFilter_section.md): Use DeleteSubscriptionFilter with an AWS SDK - [DescribeExportTasks](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DescribeExportTasks_section.md): Use DescribeExportTasks with an AWS SDK - [DescribeLogGroups](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DescribeLogGroups_section.md): Use DescribeLogGroups with an AWS SDK or CLI - [DescribeLogStreams](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DescribeLogStreams_section.md): Use DescribeLogStreams with an AWS SDK or CLI - [DescribeSubscriptionFilters](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_DescribeSubscriptionFilters_section.md): Use DescribeSubscriptionFilters with an AWS SDK - [GetLogEvents](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetLogEvents_section.md): Use GetLogEvents with an AWS SDK or CLI - [GetQueryResults](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetQueryResults_section.md): Use GetQueryResults with an AWS SDK - [PutSubscriptionFilter](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_PutSubscriptionFilter_section.md): Use PutSubscriptionFilter with an AWS SDK - [StartLiveTail](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartLiveTail_section.md): Use StartLiveTail with an AWS SDK - [StartQuery](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.md): Use StartQuery with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_code_examples_scenarios.md) The following code examples show how to use CloudWatch Logs with AWS SDKs. - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect - [Creating your first Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_lambda_GettingStarted_019_section.md): Creating your first Lambda function - [Run a large query](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.md): Use CloudWatch Logs to run a large query - [Use scheduled events to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.md): Use scheduled events to invoke a Lambda function ### [CodeBuild](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_code_examples.md) Code examples that show how to use CodeBuild with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_code_examples_basics.md) The following code examples show how to use the basics of CodeBuild with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_code_examples_actions.md) The following code examples show how to use CodeBuild with AWS SDKs. - [CreateProject](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_example_codebuild_CreateProject_section.md): Use CreateProject with an AWS SDK or CLI - [ListBuilds](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_example_codebuild_ListBuilds_section.md): Use ListBuilds with an AWS SDK or CLI - [ListProjects](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_example_codebuild_ListProjects_section.md): Use ListProjects with an AWS SDK or CLI - [StartBuild](https://docs.aws.amazon.com/code-library/latest/ug/codebuild_example_codebuild_StartBuild_section.md): Use StartBuild with an AWS SDK or CLI ### [CodeCommit](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_code_examples.md) Code examples that show how to use CodeCommit with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_code_examples_basics.md) The following code examples show how to use the basics of CodeCommit with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_code_examples_actions.md) The following code examples show how to use CodeCommit with AWS SDKs. - [BatchGetRepositories](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_BatchGetRepositories_section.md): Use BatchGetRepositories with a CLI - [CreateBranch](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_CreateBranch_section.md): Use CreateBranch with a CLI - [CreateRepository](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_CreateRepository_section.md): Use CreateRepository with a CLI - [DeleteRepository](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_DeleteRepository_section.md): Use DeleteRepository with a CLI - [GetBranch](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_GetBranch_section.md): Use GetBranch with a CLI - [GetRepository](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_GetRepository_section.md): Use GetRepository with a CLI - [ListBranches](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_ListBranches_section.md): Use ListBranches with a CLI - [ListRepositories](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_ListRepositories_section.md): Use ListRepositories with a CLI - [UpdateDefaultBranch](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_UpdateDefaultBranch_section.md): Use UpdateDefaultBranch with a CLI - [UpdateRepositoryDescription](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_UpdateRepositoryDescription_section.md): Use UpdateRepositoryDescription with a CLI - [UpdateRepositoryName](https://docs.aws.amazon.com/code-library/latest/ug/codecommit_example_codecommit_UpdateRepositoryName_section.md): Use UpdateRepositoryName with a CLI ### [CodeDeploy](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_code_examples.md) Code examples that show how to use CodeDeploy with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_code_examples_basics.md) The following code examples show how to use the basics of CodeDeploy with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_code_examples_actions.md) The following code examples show how to use CodeDeploy with AWS SDKs. - [AddTagsToOnPremisesInstances](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_AddTagsToOnPremisesInstances_section.md): Use AddTagsToOnPremisesInstances with a CLI - [BatchGetApplications](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_BatchGetApplications_section.md): Use BatchGetApplications with a CLI - [BatchGetDeployments](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_BatchGetDeployments_section.md): Use BatchGetDeployments with a CLI - [BatchGetOnPremisesInstances](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_BatchGetOnPremisesInstances_section.md): Use BatchGetOnPremisesInstances with a CLI - [CreateApplication](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_CreateApplication_section.md): Use CreateApplication with a CLI - [CreateDeployment](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_CreateDeployment_section.md): Use CreateDeployment with a CLI - [CreateDeploymentConfig](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_CreateDeploymentConfig_section.md): Use CreateDeploymentConfig with a CLI - [CreateDeploymentGroup](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_CreateDeploymentGroup_section.md): Use CreateDeploymentGroup with a CLI - [DeleteApplication](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_DeleteApplication_section.md): Use DeleteApplication with a CLI - [DeleteDeploymentConfig](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_DeleteDeploymentConfig_section.md): Use DeleteDeploymentConfig with a CLI - [DeleteDeploymentGroup](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_DeleteDeploymentGroup_section.md): Use DeleteDeploymentGroup with a CLI - [DeregisterOnPremisesInstance](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_DeregisterOnPremisesInstance_section.md): Use DeregisterOnPremisesInstance with a CLI - [GetApplication](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetApplication_section.md): Use GetApplication with a CLI - [GetApplicationRevision](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetApplicationRevision_section.md): Use GetApplicationRevision with a CLI - [GetDeployment](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetDeployment_section.md): Use GetDeployment with a CLI - [GetDeploymentConfig](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetDeploymentConfig_section.md): Use GetDeploymentConfig with a CLI - [GetDeploymentGroup](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetDeploymentGroup_section.md): Use GetDeploymentGroup with a CLI - [GetDeploymentInstance](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetDeploymentInstance_section.md): Use GetDeploymentInstance with a CLI - [GetOnPremisesInstance](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_GetOnPremisesInstance_section.md): Use GetOnPremisesInstance with a CLI - [ListApplicationRevisions](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListApplicationRevisions_section.md): Use ListApplicationRevisions with a CLI - [ListApplications](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListApplications_section.md): Use ListApplications with a CLI - [ListDeploymentConfigs](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListDeploymentConfigs_section.md): Use ListDeploymentConfigs with a CLI - [ListDeploymentGroups](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListDeploymentGroups_section.md): Use ListDeploymentGroups with a CLI - [ListDeploymentInstances](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListDeploymentInstances_section.md): Use ListDeploymentInstances with a CLI - [ListDeployments](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListDeployments_section.md): Use ListDeployments with a CLI - [ListOnPremisesInstances](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_ListOnPremisesInstances_section.md): Use ListOnPremisesInstances with a CLI - [RegisterApplicationRevision](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_RegisterApplicationRevision_section.md): Use RegisterApplicationRevision with a CLI - [RegisterOnPremisesInstance](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_RegisterOnPremisesInstance_section.md): Use RegisterOnPremisesInstance with a CLI - [RemoveTagsFromOnPremisesInstances](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_RemoveTagsFromOnPremisesInstances_section.md): Use RemoveTagsFromOnPremisesInstances with a CLI - [StopDeployment](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_StopDeployment_section.md): Use StopDeployment with a CLI - [UpdateApplication](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_UpdateApplication_section.md): Use UpdateApplication with a CLI - [UpdateDeploymentGroup](https://docs.aws.amazon.com/code-library/latest/ug/codedeploy_example_codedeploy_UpdateDeploymentGroup_section.md): Use UpdateDeploymentGroup with a CLI ### [CodePipeline](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_code_examples.md) Code examples that show how to use CodePipeline with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_code_examples_basics.md) The following code examples show how to use the basics of CodePipeline with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_code_examples_actions.md) The following code examples show how to use CodePipeline with AWS SDKs. - [AcknowledgeJob](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_AcknowledgeJob_section.md): Use AcknowledgeJob with a CLI - [CreateCustomActionType](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_CreateCustomActionType_section.md): Use CreateCustomActionType with a CLI - [CreatePipeline](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_CreatePipeline_section.md): Use CreatePipeline with a CLI - [DeleteCustomActionType](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_DeleteCustomActionType_section.md): Use DeleteCustomActionType with a CLI - [DeletePipeline](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_DeletePipeline_section.md): Use DeletePipeline with a CLI - [DisableStageTransition](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_DisableStageTransition_section.md): Use DisableStageTransition with a CLI - [EnableStageTransition](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_EnableStageTransition_section.md): Use EnableStageTransition with a CLI - [GetJobDetails](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_GetJobDetails_section.md): Use GetJobDetails with a CLI - [GetPipeline](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_GetPipeline_section.md): Use GetPipeline with a CLI - [GetPipelineState](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_GetPipelineState_section.md): Use GetPipelineState with a CLI - [ListActionTypes](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_ListActionTypes_section.md): Use ListActionTypes with a CLI - [ListPipelines](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_ListPipelines_section.md): Use ListPipelines with a CLI - [PollForJobs](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_PollForJobs_section.md): Use PollForJobs with a CLI - [StartPipelineExecution](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_StartPipelineExecution_section.md): Use StartPipelineExecution with a CLI - [UpdatePipeline](https://docs.aws.amazon.com/code-library/latest/ug/codepipeline_example_codepipeline_UpdatePipeline_section.md): Use UpdatePipeline with a CLI ### [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_code_examples.md) Code examples that show how to use Amazon Cognito Identity with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_code_examples_basics.md) The following code examples show how to use the basics of Amazon Cognito Identity with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_code_examples_actions.md) The following code examples show how to use Amazon Cognito Identity with AWS SDKs. - [CreateIdentityPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_CreateIdentityPool_section.md): Use CreateIdentityPool with an AWS SDK or CLI - [DeleteIdentityPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md): Use DeleteIdentityPool with an AWS SDK or CLI - [DescribeIdentityPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md): Use DescribeIdentityPool with a CLI - [GetCredentialsForIdentity](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_GetCredentialsForIdentity_section.md): Use GetCredentialsForIdentity with an AWS SDK - [GetIdentityPoolRoles](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_GetIdentityPoolRoles_section.md): Use GetIdentityPoolRoles with a CLI - [ListIdentityPools](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_ListIdentityPools_section.md): Use ListIdentityPools with an AWS SDK or CLI - [SetIdentityPoolRoles](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_SetIdentityPoolRoles_section.md): Use SetIdentityPoolRoles with a CLI - [UpdateIdentityPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md): Use UpdateIdentityPool with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_code_examples_scenarios.md) The following code examples show how to use Amazon Cognito Identity with AWS SDKs. - [Create an Amazon Textract explorer application](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.md): Create an Amazon Textract explorer application ### [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_code_examples.md) Code examples that show how to use Amazon Cognito Identity Provider with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_code_examples_basics.md) The following code examples show how to use the basics of Amazon Cognito Identity Provider with AWS SDKs. - [Hello Amazon Cognito](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.md): Hello Amazon Cognito ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_code_examples_actions.md) The following code examples show how to use Amazon Cognito Identity Provider with AWS SDKs. - [AdminCreateUser](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminCreateUser_section.md): Use AdminCreateUser with an AWS SDK or CLI - [AdminGetUser](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.md): Use AdminGetUser with an AWS SDK or CLI - [AdminInitiateAuth](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.md): Use AdminInitiateAuth with an AWS SDK or CLI - [AdminRespondToAuthChallenge](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.md): Use AdminRespondToAuthChallenge with an AWS SDK or CLI - [AdminSetUserPassword](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminSetUserPassword_section.md): Use AdminSetUserPassword with an AWS SDK or CLI - [AssociateSoftwareToken](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.md): Use AssociateSoftwareToken with an AWS SDK or CLI - [ConfirmDevice](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.md): Use ConfirmDevice with an AWS SDK or CLI - [ConfirmForgotPassword](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmForgotPassword_section.md): Use ConfirmForgotPassword with an AWS SDK or CLI - [ConfirmSignUp](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.md): Use ConfirmSignUp with an AWS SDK or CLI - [CreateUserPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_CreateUserPool_section.md): Use CreateUserPool with an AWS SDK or CLI - [CreateUserPoolClient](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_CreateUserPoolClient_section.md): Use CreateUserPoolClient with an AWS SDK or CLI - [DeleteUser](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_DeleteUser_section.md): Use DeleteUser with an AWS SDK or CLI - [ForgotPassword](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ForgotPassword_section.md): Use ForgotPassword with an AWS SDK or CLI - [InitiateAuth](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.md): Use InitiateAuth with an AWS SDK or CLI - [ListUserPools](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUserPools_section.md): Use ListUserPools with an AWS SDK or CLI - [ListUsers](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.md): Use ListUsers with an AWS SDK or CLI - [ResendConfirmationCode](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.md): Use ResendConfirmationCode with an AWS SDK or CLI - [RespondToAuthChallenge](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.md): Use RespondToAuthChallenge with an AWS SDK or CLI - [SignUp](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.md): Use SignUp with an AWS SDK or CLI - [UpdateUserPool](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_UpdateUserPool_section.md): Use UpdateUserPool with an AWS SDK or CLI - [VerifySoftwareToken](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.md): Use VerifySoftwareToken with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_code_examples_scenarios.md) The following code examples show how to use Amazon Cognito Identity Provider with AWS SDKs. - [Automatically confirm known users with a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cross_CognitoAutoConfirmUser_section.md): Automatically confirm known Amazon Cognito users with a Lambda function using an AWS SDK - [Automatically migrate known users with a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cross_CognitoAutoMigrateUser_section.md): Automatically migrate known Amazon Cognito users with a Lambda function using an AWS SDK - [Getting started with Amazon Cognito user pools](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md): Getting started with Amazon Cognito user pools - [Sign up a user with a user pool that requires MFA](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md): Sign up a user with an Amazon Cognito user pool that requires MFA using an AWS SDK - [Use Amazon Cognito identity pools](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cross_CognitoFlows_section.md): Use Amazon Cognito identity pools and authentication flows - [Write custom activity data with a Lambda function after Amazon Cognito user authentication](https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cross_CognitoCustomActivityLog_section.md): Write custom activity data with a Lambda function after Amazon Cognito user authentication using an AWS SDK ### [Amazon Cognito Sync](https://docs.aws.amazon.com/code-library/latest/ug/cognito-sync_code_examples.md) Code examples that show how to use Amazon Cognito Sync with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/cognito-sync_code_examples_basics.md) The following code examples show how to use the basics of Amazon Cognito Sync with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/cognito-sync_code_examples_actions.md) The following code examples show how to use Amazon Cognito Sync with AWS SDKs. - [ListIdentityPoolUsage](https://docs.aws.amazon.com/code-library/latest/ug/cognito-sync_example_cognito-sync_ListIdentityPoolUsage_section.md): Use ListIdentityPoolUsage with an AWS SDK ### [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_code_examples.md) Code examples that show how to use Amazon Comprehend with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_code_examples_basics.md) The following code examples show how to use the basics of Amazon Comprehend with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_code_examples_actions.md) The following code examples show how to use Amazon Comprehend with AWS SDKs. - [CreateDocumentClassifier](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_CreateDocumentClassifier_section.md): Use CreateDocumentClassifier with an AWS SDK or CLI - [DeleteDocumentClassifier](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.md): Use DeleteDocumentClassifier with an AWS SDK or CLI - [DescribeDocumentClassificationJob](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.md): Use DescribeDocumentClassificationJob with an AWS SDK or CLI - [DescribeDocumentClassifier](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.md): Use DescribeDocumentClassifier with an AWS SDK or CLI - [DescribeTopicsDetectionJob](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.md): Use DescribeTopicsDetectionJob with an AWS SDK or CLI - [DetectDominantLanguage](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.md): Use DetectDominantLanguage with an AWS SDK or CLI - [DetectEntities](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.md): Use DetectEntities with an AWS SDK or CLI - [DetectKeyPhrases](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.md): Use DetectKeyPhrases with an AWS SDK or CLI - [DetectPiiEntities](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.md): Use DetectPiiEntities with an AWS SDK or CLI - [DetectSentiment](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.md): Use DetectSentiment with an AWS SDK or CLI - [DetectSyntax](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.md): Use DetectSyntax with an AWS SDK or CLI - [ListDocumentClassificationJobs](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.md): Use ListDocumentClassificationJobs with an AWS SDK or CLI - [ListDocumentClassifiers](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.md): Use ListDocumentClassifiers with an AWS SDK or CLI - [ListTopicsDetectionJobs](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.md): Use ListTopicsDetectionJobs with an AWS SDK or CLI - [StartDocumentClassificationJob](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.md): Use StartDocumentClassificationJob with an AWS SDK or CLI - [StartTopicsDetectionJob](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.md): Use StartTopicsDetectionJob with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_code_examples_scenarios.md) The following code examples show how to use Amazon Comprehend with AWS SDKs. - [Build an Amazon Transcribe streaming app](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TranscriptionStreamingApp_section.md): Build an Amazon Transcribe streaming app - [Building an Amazon Lex chatbot](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_LexChatbotLanguages_section.md): Create an Amazon Lex chatbot to engage your website visitors - [Create a messaging application](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_SQSMessageApp_section.md): Create a web application that sends and retrieves messages by using Amazon SQS - [Create an application to analyze customer feedback](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_FSA_section.md): Create an application that analyzes customer feedback and synthesizes audio - [Detect document elements](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.md): Detect document elements with Amazon Comprehend and an AWS SDK - [Detect entities in text extracted from an image](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.md): Detect entities in text extracted from an image using an AWS SDK - [Run a topic modeling job on sample data](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_TopicModeler_section.md): Run an Amazon Comprehend topic modeling job on sample data using an AWS SDK - [Train a custom classifier and classify documents](https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.md): Train a custom Amazon Comprehend classifier and classify documents using an AWS SDK ### [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/config-service_code_examples.md) Code examples that show how to use AWS Config with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/config-service_code_examples_basics.md) The following code examples show how to use the basics of AWS Config with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/config-service_code_examples_actions.md) The following code examples show how to use AWS Config with AWS SDKs. - [DeleteConfigRule](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.md): Use DeleteConfigRule with an AWS SDK or CLI - [DescribeComplianceByConfigRule](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeComplianceByConfigRule_section.md): Use DescribeComplianceByConfigRule with a CLI - [DescribeComplianceByResource](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeComplianceByResource_section.md): Use DescribeComplianceByResource with a CLI - [DescribeConfigRuleEvaluationStatus](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRuleEvaluationStatus_section.md): Use DescribeConfigRuleEvaluationStatus with a CLI - [DescribeConfigRules](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRules_section.md): Use DescribeConfigRules with an AWS SDK or CLI - [DescribeConfigurationRecorderStatus](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorderStatus_section.md): Use DescribeConfigurationRecorderStatus with a CLI - [DescribeConfigurationRecorders](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigurationRecorders_section.md): Use DescribeConfigurationRecorders with a CLI - [DescribeDeliveryChannels](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeDeliveryChannels_section.md): Use DescribeDeliveryChannels with a CLI - [GetComplianceDetailsByConfigRule](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_GetComplianceDetailsByConfigRule_section.md): Use GetComplianceDetailsByConfigRule with a CLI - [GetComplianceDetailsByResource](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_GetComplianceDetailsByResource_section.md): Use GetComplianceDetailsByResource with a CLI - [GetComplianceSummaryByConfigRule](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_GetComplianceSummaryByConfigRule_section.md): Use GetComplianceSummaryByConfigRule with a CLI - [GetComplianceSummaryByResourceType](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_GetComplianceSummaryByResourceType_section.md): Use GetComplianceSummaryByResourceType with a CLI - [PutConfigRule](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.md): Use PutConfigRule with an AWS SDK or CLI - [PutDeliveryChannel](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutDeliveryChannel_section.md): Use PutDeliveryChannel with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/config-service_code_examples_scenarios.md) The following code examples show how to use AWS Config with AWS SDKs. - [Getting started with Config](https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config_service_GettingStarted_053_section.md): Getting started with Config ### [Connect Customer](https://docs.aws.amazon.com/code-library/latest/ug/connect_code_examples.md) Code examples that show how to use Connect Customer with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/connect_code_examples_scenarios.md) The following code examples show how to use Connect Customer with AWS SDKs. - [Creating an Amazon Connect instance](https://docs.aws.amazon.com/code-library/latest/ug/connect_example_connect_GettingStarted_027_section.md): Creating an Amazon Connect instance ### [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/controltower_code_examples.md) Code examples that show how to use AWS Control Tower with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/controltower_code_examples_basics.md) The following code examples show how to use the basics of AWS Control Tower with AWS SDKs. - [Hello AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_Hello_section.md): Hello AWS Control Tower - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_Scenario_section.md): Learn the basics of AWS Control Tower with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/controltower_code_examples_actions.md) The following code examples show how to use AWS Control Tower with AWS SDKs. - [DisableBaseline](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_DisableBaseline_section.md): Use DisableBaseline with an AWS SDK or CLI - [DisableControl](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_DisableControl_section.md): Use DisableControl with an AWS SDK or CLI - [EnableBaseline](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_EnableBaseline_section.md): Use EnableBaseline with an AWS SDK or CLI - [EnableControl](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_EnableControl_section.md): Use EnableControl with an AWS SDK or CLI - [GetBaselineOperation](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_GetBaselineOperation_section.md): Use GetBaselineOperation with an AWS SDK or CLI - [GetControlOperation](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_GetControlOperation_section.md): Use GetControlOperation with an AWS SDK or CLI - [ListBaselines](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_ListBaselines_section.md): Use ListBaselines with an AWS SDK or CLI - [ListEnabledBaselines](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_ListEnabledBaselines_section.md): Use ListEnabledBaselines with an AWS SDK or CLI - [ListEnabledControls](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_ListEnabledControls_section.md): Use ListEnabledControls with an AWS SDK or CLI - [ListLandingZones](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_ListLandingZones_section.md): Use ListLandingZones with an AWS SDK or CLI - [ResetEnabledBaseline](https://docs.aws.amazon.com/code-library/latest/ug/controltower_example_controltower_ResetEnabledBaseline_section.md): Use ResetEnabledBaseline with an AWS SDK or CLI ### [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/firehose_code_examples.md) Code examples that show how to use Firehose with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/firehose_code_examples_basics.md) The following code examples show how to use the basics of Firehose with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/firehose_code_examples_actions.md) The following code examples show how to use Firehose with AWS SDKs. - [PutRecord](https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecord_section.md): Use PutRecord with an AWS SDK or CLI - [PutRecordBatch](https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecordBatch_section.md): Use PutRecordBatch with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/firehose_code_examples_scenarios.md) The following code examples show how to use Firehose with AWS SDKs. - [Put records to Firehose](https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_Scenario_PutRecords_section.md): Use Amazon Data Firehose to process individual and batch records ### [Device Farm](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_code_examples.md) Code examples that show how to use Device Farm with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_code_examples_basics.md) The following code examples show how to use the basics of Device Farm with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_code_examples_actions.md) The following code examples show how to use Device Farm with AWS SDKs. - [CreateUpload](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_CreateUpload_section.md): Use CreateUpload with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_code_examples_scenarios.md) The following code examples show how to use Device Farm with AWS SDKs. - [Run browser tests and take screenshots](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_BrowserTesting_section.md): Run browser tests with Device Farm and take screenshots using an AWS SDK - [Upload and test device packages](https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_DeviceTesting_section.md): Upload and test mobile device packages with Device Farm using an AWS SDK ### [Direct Connect](https://docs.aws.amazon.com/code-library/latest/ug/direct-connect_code_examples.md) Code examples that show how to use Direct Connect with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/direct-connect_code_examples_scenarios.md) The following code examples show how to use Direct Connect with AWS SDKs. - [Get started with Aws Direct Connect](https://docs.aws.amazon.com/code-library/latest/ug/direct-connect_example_directconnect_GettingStarted_051_section.md): Get started with Aws Direct Connect using the CLI ### [Directory Service](https://docs.aws.amazon.com/code-library/latest/ug/directory-service_code_examples.md) Code examples that show how to use Directory Service with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/directory-service_code_examples_basics.md) The following code examples show how to use the basics of Directory Service with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/directory-service_code_examples_actions.md) The following code examples show how to use Directory Service with AWS SDKs. - [DescribeDirectories](https://docs.aws.amazon.com/code-library/latest/ug/directory-service_example_directory-service_DescribeDirectories_section.md): Use DescribeDirectories with a CLI - [DescribeTrusts](https://docs.aws.amazon.com/code-library/latest/ug/directory-service_example_directory-service_DescribeTrusts_section.md): Use DescribeTrusts with a CLI ### [AWS DMS](https://docs.aws.amazon.com/code-library/latest/ug/database-migration-service_code_examples.md) Code examples that show how to use AWS DMS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/database-migration-service_code_examples_basics.md) The following code examples show how to use the basics of AWS DMS with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/database-migration-service_code_examples_actions.md) The following code examples show how to use AWS DMS with AWS SDKs. - [CreateReplicationTask](https://docs.aws.amazon.com/code-library/latest/ug/database-migration-service_example_database-migration-service_CreateReplicationTask_section.md): Use CreateReplicationTask with a CLI ### [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/docdb_code_examples.md) Code examples that show how to use Amazon DocumentDB with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/docdb_code_examples_scenarios.md) The following code examples show how to use Amazon DocumentDB with AWS SDKs. - [Getting started with Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/docdb_example_docdb_GettingStarted_025_section.md): Getting started with Amazon DocumentDB ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/docdb_code_examples_serverless_examples.md) The following code examples show how to use Amazon DocumentDB with AWS SDKs. - [Invoke a Lambda function from a Amazon DocumentDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/docdb_example_serverless_DocumentDB_Lambda_section.md): Invoke a Lambda function from a Amazon DocumentDB trigger ### [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples.md) Code examples that show how to use DynamoDB with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples_basics.md) The following code examples show how to use the basics of DynamoDB with AWS SDKs. - [Hello DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.md): Hello DynamoDB - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.md): Learn the basics of DynamoDB with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples_actions.md) The following code examples show how to use DynamoDB with AWS SDKs. - [BatchExecuteStatement](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.md): Use BatchExecuteStatement with an AWS SDK - [BatchGetItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.md): Use BatchGetItem with an AWS SDK or CLI - [BatchWriteItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.md): Use BatchWriteItem with an AWS SDK or CLI - [CreateTable](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.md): Use CreateTable with an AWS SDK or CLI - [DeleteItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.md): Use DeleteItem with an AWS SDK or CLI - [DeleteTable](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.md): Use DeleteTable with an AWS SDK or CLI - [DescribeTable](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.md): Use DescribeTable with an AWS SDK or CLI - [DescribeTimeToLive](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTimeToLive_section.md): Use DescribeTimeToLive with an AWS SDK or CLI - [ExecuteStatement](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.md): Use ExecuteStatement with an AWS SDK - [GetItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.md): Use GetItem with an AWS SDK or CLI - [ListTables](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.md): Use ListTables with an AWS SDK or CLI - [PutItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.md): Use PutItem with an AWS SDK or CLI - [Query](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.md): Use Query with an AWS SDK or CLI - [Scan](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.md): Use Scan with an AWS SDK or CLI - [UpdateItem](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.md): Use UpdateItem with an AWS SDK or CLI - [UpdateTable](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateTable_section.md): Use UpdateTable with an AWS SDK or CLI - [UpdateTimeToLive](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateTimeToLive_section.md): Use UpdateTimeToLive with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples_scenarios.md) The following code examples show how to use DynamoDB with AWS SDKs. - [Accelerate reads with DAX](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.md): Accelerate DynamoDB reads with DAX using an AWS SDK - [Advanced Global Secondary Index scenarios](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GSIAdvanced_section.md): Work with advanced DynamoDB Global Secondary Index scenarios using AWS Command Line Interface v2 - [Build an app to submit data to a DynamoDB table](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_SubmitDataApp_section.md): Build an application to submit data to a DynamoDB table - [Compare multiple values with a single attribute](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_CompareMultipleValues_section.md): Compare multiple values with a single attribute in DynamoDB with an AWS SDK - [Conditionally update an item's TTL](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItemConditionalTTL_section.md): Conditionally update a DynamoDB item with a TTL using an AWS SDK - [Connect to a local instance](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_local_section.md): Connect to a local DynamoDB instance using an AWS SDK - [Count expression operators](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ExpressionOperatorCounting_section.md): Count expression operators in DynamoDB with an AWS SDK - [Create a REST API to track COVID-19 data](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.md): Create an API Gateway REST API to track COVID-19 data - [Create a messenger application](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.md): Create a messenger application with Step Functions - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Create a table with global secondary index](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTableWithGlobalSecondaryIndex_section.md): Create a DynamoDB table with a Global Secondary Index using the AWS SDK - [Create a table with warm throughput enabled](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTableWarmThroughput_section.md): Create a DynamoDB table with warm throughput setting using an AWS SDK - [Create a web application to track DynamoDB data](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.md): Create a web application to track DynamoDB data - [Create a websocket chat application](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.md): Create a websocket chat application with API Gateway - [Create an item with a TTL](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItemTTL_section.md): Create a DynamoDB item with a TTL using an AWS SDK - [Create and manage MRSC global tables](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_MRSCGlobalTables_section.md): Create and manage DynamoDB global tables with Multi-Region Strong Consistency using an AWS SDK - [Create and manage global tables demonstrating MREC](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GlobalTableOperations_section.md): Create and manage DynamoDB global tables demonstrating MREC using an AWS SDK - [Delete data using PartiQL DELETE](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PartiQLDelete_section.md): Delete DynamoDB data using PartiQL DELETE statements with an AWS SDK - [Detect PPE in images](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_RekognitionPhotoAnalyzerPPE_section.md): Detect PPE in images with Amazon Rekognition using an AWS SDK - [Getting started with DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GettingStarted_070_section.md): Getting started with DynamoDB - [Insert data using PartiQL INSERT](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PartiQLInsert_section.md): Insert DynamoDB data using PartiQL INSERT statements with an AWS SDK - [Invoke a Lambda function from a browser](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaForBrowser_section.md): Invoke a Lambda function from a browser - [Manage Global Secondary Indexes](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GSILifecycle_section.md): Manage DynamoDB Global Secondary Indexes using AWS Command Line Interface v2 - [Manage resource-based policies](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ResourcePolicyLifecycle_section.md): Manage DynamoDB resource-based policies using AWS Command Line Interface v2 - [Monitor DynamoDB performance](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_MonitorDynamoDB_section.md): Monitor performance of Amazon DynamoDB using an AWS SDK - [Perform advanced query operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_AdvancedQueryTechniques_section.md): Perform advanced DynamoDB query operations using an AWS SDK - [Perform list operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ListOperations_section.md): Perform list operations in DynamoDB with an AWS SDK - [Perform map operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_MapOperations_section.md): Perform map operations in DynamoDB with an AWS SDK - [Perform set operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_SetOperations_section.md): Perform set operations in DynamoDB with an AWS SDK - [Query a table by using batches of PartiQL statements](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.md): Query a DynamoDB table by using batches of PartiQL statements and an AWS SDK - [Query a table using PartiQL](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.md): Query a DynamoDB table using PartiQL and an AWS SDK - [Query a table using a Global Secondary Index](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithGlobalSecondaryIndex_section.md): Query a DynamoDB table using a Global Secondary Index with an AWS SDK - [Query a table using a begins_with condition](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithBeginsWithCondition_section.md): Query a DynamoDB table using a begins_with condition with an AWS SDK - [Query a table using a date range](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithDateRange_section.md): Query a DynamoDB table using a date range in the sort key with an AWS SDK - [Query a table with a complex filter expression](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithComplexFilter_section.md): Query a DynamoDB table with a complex filter expression with an AWS SDK - [Query a table with a dynamic filter expression](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithDynamicFilter_section.md): Query a DynamoDB table with a dynamic filter expression with an AWS SDK - [Query a table with a filter expression and limit](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithFilterAndLimit_section.md): Query a DynamoDB table with a filter expression and limit with an AWS SDK - [Query a table with nested attributes](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithNestedAttributes_section.md): Query a DynamoDB table with nested attributes using an AWS SDK - [Query a table with pagination](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithPagination_section.md): Query a DynamoDB table with pagination using an AWS SDK - [Query a table with strongly consistent reads](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenarios_QueryWithStronglyConsistentReads_section.md): Query a DynamoDB table with strongly consistent reads using an AWS SDK - [Query data using PartiQL SELECT](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PartiQLSelect_section.md): Query DynamoDB data using PartiQL SELECT statements with an AWS SDK - [Query for TTL items](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_QueryFilteredTTL_section.md): Query a DynamoDB table for TTL items using an AWS SDK - [Query tables using date and time patterns](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_DateTimeQueries_section.md): Query DynamoDB tables using date and time patterns with an AWS SDK - [Save EXIF and other image information](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DetectLabels_section.md): Save EXIF and other image information using an AWS SDK - [Set up Attribute-Based Access Control](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ABACSetup_section.md): Set up Attribute-Based Access Control for DynamoDB using AWS Command Line Interface v2 - [Understand update expression order](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_UpdateExpressionOrder_section.md): Understand update expression order in DynamoDB with an AWS SDK - [Update a table's warm throughput setting](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateTableWarmThroughput_section.md): Update a DynamoDB table setting with warm throughput using an AWS SDK - [Update an item's TTL](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItemTTL_section.md): Update a DynamoDB item with a TTL using an AWS SDK - [Update data using PartiQL UPDATE](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PartiQLUpdate_section.md): Update DynamoDB data using PartiQL UPDATE statements with an AWS SDK - [Use API Gateway to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.md): Use API Gateway to invoke a Lambda function - [Use Step Functions to invoke Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ServerlessWorkflows_section.md): Use Step Functions to invoke Lambda functions - [Use a document model](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_MidLevelInterface_section.md): Use a document model for DynamoDB using an AWS SDK - [Use a high-level object persistence model](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_HighLevelInterface_section.md): Use a high-level object persistence model for DynamoDB using an AWS SDK - [Use atomic counter operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_AtomicCounterOperations_section.md): Use atomic counter operations in DynamoDB with an AWS SDK - [Use conditional operations](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ConditionalOperations_section.md): Use conditional operations in DynamoDB with an AWS SDK - [Use expression attribute names](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_ExpressionAttributeNames_section.md): Use expression attribute names in DynamoDB with an AWS SDK - [Use scheduled events to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.md): Use scheduled events to invoke a Lambda function - [Work with Local Secondary Indexes](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_LSIExamples_section.md): Work with DynamoDB Local Secondary Indexes using AWS Command Line Interface v2 - [Work with Streams and Time-to-Live](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_StreamsAndTTL_section.md): Work with DynamoDB Streams and Time-to-Live using AWS Command Line Interface v2 - [Work with global tables and multi-Region replication eventual consistency (MREC)](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_MultiRegionReplication_section.md): Work with DynamoDB global tables and multi-Region replication with eventual consistency (MREC) using AWS Command Line Interface v2 - [Work with resource tagging](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_TaggingExamples_section.md): Work with DynamoDB resource tagging using AWS Command Line Interface v2 - [Work with table encryption](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_EncryptionExamples_section.md): Work with DynamoDB table encryption using AWS Command Line Interface v2 ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples_serverless_examples.md) The following code examples show how to use DynamoDB with AWS SDKs. - [Invoke a Lambda function from a DynamoDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_serverless_DynamoDB_Lambda_section.md): Invoke a Lambda function from a DynamoDB trigger - [Reporting batch item failures for Lambda functions with a DynamoDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_serverless_DynamoDB_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with a DynamoDB trigger ### [AWS community contributions](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_code_examples_aws_community_contributions.md) AWS community contributions are examples that were created and are maintained by multiple teams across AWS. - [Build and test a serverless application](https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_tributary-lite_serverless-application_section.md): Build and test a serverless application ### [Amazon EBS](https://docs.aws.amazon.com/code-library/latest/ug/ebs_code_examples.md) Code examples that show how to use Amazon EBS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ebs_code_examples_basics.md) The following code examples show how to use the basics of Amazon EBS with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ebs_code_examples_actions.md) The following code examples show how to use Amazon EBS with AWS SDKs. - [CompleteSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ebs_example_ebs_CompleteSnapshot_section.md): Use CompleteSnapshot with an AWS SDK - [PutSnapshotBlock](https://docs.aws.amazon.com/code-library/latest/ug/ebs_example_ebs_PutSnapshotBlock_section.md): Use PutSnapshotBlock with an AWS SDK - [StartSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ebs_example_ebs_StartSnapshot_section.md): Use StartSnapshot with an AWS SDK ### [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/ec2_code_examples.md) Code examples that show how to use Amazon EC2 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ec2_code_examples_basics.md) The following code examples show how to use the basics of Amazon EC2 with AWS SDKs. - [Hello Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.md): Hello Amazon EC2 - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.md): Learn the basics of Amazon EC2 with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_code_examples_actions.md) The following code examples show how to use Amazon EC2 with AWS SDKs. - [AcceptVpcPeeringConnection](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AcceptVpcPeeringConnection_section.md): Use AcceptVpcPeeringConnection with a CLI - [AllocateAddress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.md): Use AllocateAddress with an AWS SDK or CLI - [AllocateHosts](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateHosts_section.md): Use AllocateHosts with a CLI - [AssignPrivateIpAddresses](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssignPrivateIpAddresses_section.md): Use AssignPrivateIpAddresses with a CLI - [AssociateAddress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.md): Use AssociateAddress with an AWS SDK or CLI - [AssociateDhcpOptions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateDhcpOptions_section.md): Use AssociateDhcpOptions with a CLI - [AssociateRouteTable](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateRouteTable_section.md): Use AssociateRouteTable with a CLI - [AttachInternetGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AttachInternetGateway_section.md): Use AttachInternetGateway with a CLI - [AttachNetworkInterface](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AttachNetworkInterface_section.md): Use AttachNetworkInterface with a CLI - [AttachVolume](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AttachVolume_section.md): Use AttachVolume with a CLI - [AttachVpnGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AttachVpnGateway_section.md): Use AttachVpnGateway with a CLI - [AuthorizeSecurityGroupEgress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupEgress_section.md): Use AuthorizeSecurityGroupEgress with a CLI - [AuthorizeSecurityGroupIngress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.md): Use AuthorizeSecurityGroupIngress with an AWS SDK or CLI - [CancelCapacityReservation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CancelCapacityReservation_section.md): Use CancelCapacityReservation with a CLI - [CancelImportTask](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CancelImportTask_section.md): Use CancelImportTask with a CLI - [CancelSpotFleetRequests](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CancelSpotFleetRequests_section.md): Use CancelSpotFleetRequests with a CLI - [CancelSpotInstanceRequests](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CancelSpotInstanceRequests_section.md): Use CancelSpotInstanceRequests with a CLI - [ConfirmProductInstance](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ConfirmProductInstance_section.md): Use ConfirmProductInstance with a CLI - [CopyImage](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CopyImage_section.md): Use CopyImage with a CLI - [CopySnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CopySnapshot_section.md): Use CopySnapshot with a CLI - [CreateCapacityReservation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateCapacityReservation_section.md): Use CreateCapacityReservation with a CLI - [CreateCustomerGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateCustomerGateway_section.md): Use CreateCustomerGateway with a CLI - [CreateDhcpOptions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateDhcpOptions_section.md): Use CreateDhcpOptions with a CLI - [CreateFlowLogs](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateFlowLogs_section.md): Use CreateFlowLogs with a CLI - [CreateImage](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateImage_section.md): Use CreateImage with a CLI - [CreateInstanceExportTask](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateInstanceExportTask_section.md): Use CreateInstanceExportTask with a CLI - [CreateInternetGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateInternetGateway_section.md): Use CreateInternetGateway with a CLI - [CreateKeyPair](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.md): Use CreateKeyPair with an AWS SDK or CLI - [CreateLaunchTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.md): Use CreateLaunchTemplate with an AWS SDK or CLI - [CreateNetworkAcl](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateNetworkAcl_section.md): Use CreateNetworkAcl with a CLI - [CreateNetworkAclEntry](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateNetworkAclEntry_section.md): Use CreateNetworkAclEntry with a CLI - [CreateNetworkInterface](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateNetworkInterface_section.md): Use CreateNetworkInterface with a CLI - [CreatePlacementGroup](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreatePlacementGroup_section.md): Use CreatePlacementGroup with a CLI - [CreateRoute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateRoute_section.md): Use CreateRoute with a CLI - [CreateRouteTable](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateRouteTable_section.md): Use CreateRouteTable with an AWS SDK or CLI - [CreateSecurityGroup](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.md): Use CreateSecurityGroup with an AWS SDK or CLI - [CreateSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSnapshot_section.md): Use CreateSnapshot with a CLI - [CreateSpotDatafeedSubscription](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSpotDatafeedSubscription_section.md): Use CreateSpotDatafeedSubscription with a CLI - [CreateSubnet](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSubnet_section.md): Use CreateSubnet with an AWS SDK or CLI - [CreateTags](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateTags_section.md): Use CreateTags with an AWS SDK or CLI - [CreateVolume](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVolume_section.md): Use CreateVolume with a CLI - [CreateVpc](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.md): Use CreateVpc with an AWS SDK or CLI - [CreateVpcEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.md): Use CreateVpcEndpoint with an AWS SDK or CLI - [CreateVpnConnection](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpnConnection_section.md): Use CreateVpnConnection with a CLI - [CreateVpnConnectionRoute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpnConnectionRoute_section.md): Use CreateVpnConnectionRoute with a CLI - [CreateVpnGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpnGateway_section.md): Use CreateVpnGateway with a CLI - [DeleteCustomerGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteCustomerGateway_section.md): Use DeleteCustomerGateway with a CLI - [DeleteDhcpOptions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteDhcpOptions_section.md): Use DeleteDhcpOptions with a CLI - [DeleteFlowLogs](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteFlowLogs_section.md): Use DeleteFlowLogs with a CLI - [DeleteInternetGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteInternetGateway_section.md): Use DeleteInternetGateway with a CLI - [DeleteKeyPair](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.md): Use DeleteKeyPair with an AWS SDK or CLI - [DeleteLaunchTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.md): Use DeleteLaunchTemplate with an AWS SDK or CLI - [DeleteNetworkAcl](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteNetworkAcl_section.md): Use DeleteNetworkAcl with a CLI - [DeleteNetworkAclEntry](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteNetworkAclEntry_section.md): Use DeleteNetworkAclEntry with a CLI - [DeleteNetworkInterface](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteNetworkInterface_section.md): Use DeleteNetworkInterface with a CLI - [DeletePlacementGroup](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeletePlacementGroup_section.md): Use DeletePlacementGroup with a CLI - [DeleteRoute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteRoute_section.md): Use DeleteRoute with a CLI - [DeleteRouteTable](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteRouteTable_section.md): Use DeleteRouteTable with a CLI - [DeleteSecurityGroup](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.md): Use DeleteSecurityGroup with an AWS SDK or CLI - [DeleteSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSnapshot_section.md): Use DeleteSnapshot with an AWS SDK or CLI - [DeleteSpotDatafeedSubscription](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSpotDatafeedSubscription_section.md): Use DeleteSpotDatafeedSubscription with a CLI - [DeleteSubnet](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSubnet_section.md): Use DeleteSubnet with a CLI - [DeleteTags](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteTags_section.md): Use DeleteTags with a CLI - [DeleteVolume](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVolume_section.md): Use DeleteVolume with a CLI - [DeleteVpc](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.md): Use DeleteVpc with an AWS SDK or CLI - [DeleteVpcEndpoints](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.md): Use DeleteVpcEndpoints with an AWS SDK or CLI - [DeleteVpnConnection](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpnConnection_section.md): Use DeleteVpnConnection with a CLI - [DeleteVpnConnectionRoute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpnConnectionRoute_section.md): Use DeleteVpnConnectionRoute with a CLI - [DeleteVpnGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpnGateway_section.md): Use DeleteVpnGateway with a CLI - [DeregisterImage](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeregisterImage_section.md): Use DeregisterImage with a CLI - [DescribeAccountAttributes](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAccountAttributes_section.md): Use DescribeAccountAttributes with a CLI - [DescribeAddresses](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAddresses_section.md): Use DescribeAddresses with an AWS SDK or CLI - [DescribeAvailabilityZones](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.md): Use DescribeAvailabilityZones with an AWS SDK or CLI - [DescribeBundleTasks](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeBundleTasks_section.md): Use DescribeBundleTasks with a CLI - [DescribeCapacityReservations](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeCapacityReservations_section.md): Use DescribeCapacityReservations with a CLI - [DescribeCustomerGateways](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeCustomerGateways_section.md): Use DescribeCustomerGateways with a CLI - [DescribeDhcpOptions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeDhcpOptions_section.md): Use DescribeDhcpOptions with a CLI - [DescribeFlowLogs](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeFlowLogs_section.md): Use DescribeFlowLogs with a CLI - [DescribeHostReservationOfferings](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeHostReservationOfferings_section.md): Use DescribeHostReservationOfferings with a CLI - [DescribeHosts](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeHosts_section.md): Use DescribeHosts with a CLI - [DescribeIamInstanceProfileAssociations](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.md): Use DescribeIamInstanceProfileAssociations with an AWS SDK or CLI - [DescribeIdFormat](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIdFormat_section.md): Use DescribeIdFormat with a CLI - [DescribeIdentityIdFormat](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIdentityIdFormat_section.md): Use DescribeIdentityIdFormat with a CLI - [DescribeImageAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImageAttribute_section.md): Use DescribeImageAttribute with a CLI - [DescribeImages](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.md): Use DescribeImages with an AWS SDK or CLI - [DescribeImportImageTasks](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImportImageTasks_section.md): Use DescribeImportImageTasks with a CLI - [DescribeImportSnapshotTasks](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImportSnapshotTasks_section.md): Use DescribeImportSnapshotTasks with a CLI - [DescribeInstanceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceAttribute_section.md): Use DescribeInstanceAttribute with a CLI - [DescribeInstanceStatus](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceStatus_section.md): Use DescribeInstanceStatus with an AWS SDK or CLI - [DescribeInstanceTypes](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.md): Use DescribeInstanceTypes with an AWS SDK or CLI - [DescribeInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.md): Use DescribeInstances with an AWS SDK or CLI - [DescribeInternetGateways](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInternetGateways_section.md): Use DescribeInternetGateways with a CLI - [DescribeKeyPairs](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.md): Use DescribeKeyPairs with an AWS SDK or CLI - [DescribeNetworkAcls](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeNetworkAcls_section.md): Use DescribeNetworkAcls with a CLI - [DescribeNetworkInterfaceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeNetworkInterfaceAttribute_section.md): Use DescribeNetworkInterfaceAttribute with a CLI - [DescribeNetworkInterfaces](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeNetworkInterfaces_section.md): Use DescribeNetworkInterfaces with a CLI - [DescribePlacementGroups](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribePlacementGroups_section.md): Use DescribePlacementGroups with a CLI - [DescribePrefixLists](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribePrefixLists_section.md): Use DescribePrefixLists with a CLI - [DescribeRegions](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRegions_section.md): Use DescribeRegions with an AWS SDK or CLI - [DescribeRouteTables](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.md): Use DescribeRouteTables with an AWS SDK or CLI - [DescribeScheduledInstanceAvailability](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeScheduledInstanceAvailability_section.md): Use DescribeScheduledInstanceAvailability with a CLI - [DescribeScheduledInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeScheduledInstances_section.md): Use DescribeScheduledInstances with a CLI - [DescribeSecurityGroups](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.md): Use DescribeSecurityGroups with an AWS SDK or CLI - [DescribeSnapshotAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSnapshotAttribute_section.md): Use DescribeSnapshotAttribute with a CLI - [DescribeSnapshots](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSnapshots_section.md): Use DescribeSnapshots with an AWS SDK or CLI - [DescribeSpotDatafeedSubscription](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotDatafeedSubscription_section.md): Use DescribeSpotDatafeedSubscription with a CLI - [DescribeSpotFleetInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotFleetInstances_section.md): Use DescribeSpotFleetInstances with a CLI - [DescribeSpotFleetRequestHistory](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotFleetRequestHistory_section.md): Use DescribeSpotFleetRequestHistory with a CLI - [DescribeSpotFleetRequests](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotFleetRequests_section.md): Use DescribeSpotFleetRequests with a CLI - [DescribeSpotInstanceRequests](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotInstanceRequests_section.md): Use DescribeSpotInstanceRequests with a CLI - [DescribeSpotPriceHistory](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSpotPriceHistory_section.md): Use DescribeSpotPriceHistory with a CLI - [DescribeSubnets](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.md): Use DescribeSubnets with an AWS SDK or CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeTags_section.md): Use DescribeTags with a CLI - [DescribeVolumeAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVolumeAttribute_section.md): Use DescribeVolumeAttribute with a CLI - [DescribeVolumeStatus](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVolumeStatus_section.md): Use DescribeVolumeStatus with a CLI - [DescribeVolumes](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVolumes_section.md): Use DescribeVolumes with a CLI - [DescribeVpcAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcAttribute_section.md): Use DescribeVpcAttribute with a CLI - [DescribeVpcClassicLink](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcClassicLink_section.md): Use DescribeVpcClassicLink with a CLI - [DescribeVpcClassicLinkDnsSupport](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcClassicLinkDnsSupport_section.md): Use DescribeVpcClassicLinkDnsSupport with a CLI - [DescribeVpcEndpointServices](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcEndpointServices_section.md): Use DescribeVpcEndpointServices with a CLI - [DescribeVpcEndpoints](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcEndpoints_section.md): Use DescribeVpcEndpoints with a CLI - [DescribeVpcs](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.md): Use DescribeVpcs with an AWS SDK or CLI - [DescribeVpnConnections](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpnConnections_section.md): Use DescribeVpnConnections with a CLI - [DescribeVpnGateways](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpnGateways_section.md): Use DescribeVpnGateways with a CLI - [DetachInternetGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DetachInternetGateway_section.md): Use DetachInternetGateway with a CLI - [DetachNetworkInterface](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DetachNetworkInterface_section.md): Use DetachNetworkInterface with a CLI - [DetachVolume](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DetachVolume_section.md): Use DetachVolume with a CLI - [DetachVpnGateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DetachVpnGateway_section.md): Use DetachVpnGateway with a CLI - [DisableVgwRoutePropagation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisableVgwRoutePropagation_section.md): Use DisableVgwRoutePropagation with a CLI - [DisableVpcClassicLink](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisableVpcClassicLink_section.md): Use DisableVpcClassicLink with a CLI - [DisableVpcClassicLinkDnsSupport](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisableVpcClassicLinkDnsSupport_section.md): Use DisableVpcClassicLinkDnsSupport with a CLI - [DisassociateAddress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.md): Use DisassociateAddress with an AWS SDK or CLI - [DisassociateRouteTable](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateRouteTable_section.md): Use DisassociateRouteTable with a CLI - [EnableVgwRoutePropagation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_EnableVgwRoutePropagation_section.md): Use EnableVgwRoutePropagation with a CLI - [EnableVolumeIo](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_EnableVolumeIo_section.md): Use EnableVolumeIo with a CLI - [EnableVpcClassicLink](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_EnableVpcClassicLink_section.md): Use EnableVpcClassicLink with a CLI - [EnableVpcClassicLinkDnsSupport](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_EnableVpcClassicLinkDnsSupport_section.md): Use EnableVpcClassicLinkDnsSupport with a CLI - [GetConsoleOutput](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GetConsoleOutput_section.md): Use GetConsoleOutput with a CLI - [GetHostReservationPurchasePreview](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GetHostReservationPurchasePreview_section.md): Use GetHostReservationPurchasePreview with a CLI - [GetPasswordData](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GetPasswordData_section.md): Use GetPasswordData with an AWS SDK or CLI - [ImportImage](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ImportImage_section.md): Use ImportImage with a CLI - [ImportKeyPair](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ImportKeyPair_section.md): Use ImportKeyPair with a CLI - [ImportSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ImportSnapshot_section.md): Use ImportSnapshot with a CLI - [ModifyCapacityReservation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyCapacityReservation_section.md): Use ModifyCapacityReservation with a CLI - [ModifyHosts](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyHosts_section.md): Use ModifyHosts with a CLI - [ModifyIdFormat](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyIdFormat_section.md): Use ModifyIdFormat with a CLI - [ModifyImageAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyImageAttribute_section.md): Use ModifyImageAttribute with a CLI - [ModifyInstanceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyInstanceAttribute_section.md): Use ModifyInstanceAttribute with a CLI - [ModifyInstanceCreditSpecification](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyInstanceCreditSpecification_section.md): Use ModifyInstanceCreditSpecification with a CLI - [ModifyNetworkInterfaceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyNetworkInterfaceAttribute_section.md): Use ModifyNetworkInterfaceAttribute with a CLI - [ModifyReservedInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyReservedInstances_section.md): Use ModifyReservedInstances with a CLI - [ModifySnapshotAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifySnapshotAttribute_section.md): Use ModifySnapshotAttribute with a CLI - [ModifySpotFleetRequest](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifySpotFleetRequest_section.md): Use ModifySpotFleetRequest with a CLI - [ModifySubnetAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifySubnetAttribute_section.md): Use ModifySubnetAttribute with a CLI - [ModifyVolumeAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyVolumeAttribute_section.md): Use ModifyVolumeAttribute with a CLI - [ModifyVpcAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ModifyVpcAttribute_section.md): Use ModifyVpcAttribute with a CLI - [MonitorInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_MonitorInstances_section.md): Use MonitorInstances with an AWS SDK or CLI - [MoveAddressToVpc](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_MoveAddressToVpc_section.md): Use MoveAddressToVpc with a CLI - [PurchaseHostReservation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_PurchaseHostReservation_section.md): Use PurchaseHostReservation with a CLI - [PurchaseScheduledInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_PurchaseScheduledInstances_section.md): Use PurchaseScheduledInstances with a CLI - [RebootInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.md): Use RebootInstances with an AWS SDK or CLI - [RegisterImage](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RegisterImage_section.md): Use RegisterImage with a CLI - [RejectVpcPeeringConnection](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RejectVpcPeeringConnection_section.md): Use RejectVpcPeeringConnection with a CLI - [ReleaseAddress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.md): Use ReleaseAddress with an AWS SDK or CLI - [ReleaseHosts](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseHosts_section.md): Use ReleaseHosts with a CLI - [ReplaceIamInstanceProfileAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.md): Use ReplaceIamInstanceProfileAssociation with an AWS SDK or CLI - [ReplaceNetworkAclAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceNetworkAclAssociation_section.md): Use ReplaceNetworkAclAssociation with a CLI - [ReplaceNetworkAclEntry](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceNetworkAclEntry_section.md): Use ReplaceNetworkAclEntry with a CLI - [ReplaceRoute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceRoute_section.md): Use ReplaceRoute with a CLI - [ReplaceRouteTableAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceRouteTableAssociation_section.md): Use ReplaceRouteTableAssociation with a CLI - [ReportInstanceStatus](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReportInstanceStatus_section.md): Use ReportInstanceStatus with a CLI - [RequestSpotFleet](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RequestSpotFleet_section.md): Use RequestSpotFleet with a CLI - [RequestSpotInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RequestSpotInstances_section.md): Use RequestSpotInstances with a CLI - [ResetImageAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ResetImageAttribute_section.md): Use ResetImageAttribute with a CLI - [ResetInstanceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ResetInstanceAttribute_section.md): Use ResetInstanceAttribute with a CLI - [ResetNetworkInterfaceAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ResetNetworkInterfaceAttribute_section.md): Use ResetNetworkInterfaceAttribute with a CLI - [ResetSnapshotAttribute](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ResetSnapshotAttribute_section.md): Use ResetSnapshotAttribute with a CLI - [RevokeSecurityGroupEgress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RevokeSecurityGroupEgress_section.md): Use RevokeSecurityGroupEgress with a CLI - [RevokeSecurityGroupIngress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RevokeSecurityGroupIngress_section.md): Use RevokeSecurityGroupIngress with a CLI - [RunInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.md): Use RunInstances with an AWS SDK or CLI - [RunScheduledInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunScheduledInstances_section.md): Use RunScheduledInstances with a CLI - [StartInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.md): Use StartInstances with an AWS SDK or CLI - [StopInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.md): Use StopInstances with an AWS SDK or CLI - [TerminateInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.md): Use TerminateInstances with an AWS SDK or CLI - [UnassignPrivateIpAddresses](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_UnassignPrivateIpAddresses_section.md): Use UnassignPrivateIpAddresses with a CLI - [UnmonitorInstances](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_UnmonitorInstances_section.md): Use UnmonitorInstances with an AWS SDK or CLI - [UpdateSecurityGroupRuleDescriptionsIngress](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_UpdateSecurityGroupRuleDescriptionsIngress_section.md): Use UpdateSecurityGroupRuleDescriptionsIngress with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/ec2_code_examples_scenarios.md) The following code examples show how to use Amazon EC2 with AWS SDKs. - [Build and manage a resilient service](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.md): Build and manage a resilient service using an AWS SDK - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect - [Create a basic VPC](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md): Getting started with Amazon VPC - [Create an Amazon ECS Linux task for the Fargate launch type](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ecs_GettingStarted_086_section.md): Create an Amazon ECS Linux task for the Fargate launch type - [Creating an Amazon ECS service for the EC2 launch type](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ecs_GettingStarted_018_section.md): Creating an Amazon ECS service for the EC2 launch type - [Creating an Amazon RDS DB instance](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_rds_GettingStarted_036_section.md): Creating an Amazon RDS DB instance - [Creating and managing Amazon EBS volumes](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_020_section.md): Creating and managing Amazon EBS volumes - [Creating and managing a VPC Lattice service network](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_vpc_lattice_GettingStarted_055_section.md): Creating and managing a VPC Lattice service network - [Get started with Aws Direct Connect](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_directconnect_GettingStarted_051_section.md): Get started with Aws Direct Connect using the CLI - [Get started with Marketplace Buyer](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_030_section.md): Get started with Marketplace Buyer using the CLI - [Getting started with Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_docdb_GettingStarted_025_section.md): Getting started with Amazon DocumentDB - [Getting started with Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_013_section.md): Getting started with Amazon EC2 - [Getting started with Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_emr_GettingStarted_037_section.md): Getting started with Amazon EMR - [Getting started with Amazon ElastiCache](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_065_section.md): Getting started with Amazon ElastiCache - [Getting started with Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_057_section.md): Getting started with Amazon MSK - [Getting started with Amazon Neptune](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_064_section.md): Getting started with Amazon Neptune - [Getting started with Amazon VPC Transit Gateway](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_vpc_TransitGatewayGettingStarted_section.md): Getting started with Amazon VPC Transit Gateway - [Getting started with Elastic Load Balancing](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.md): Getting started with Elastic Load Balancing - [Getting started with Elemental MediaConnect](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_mediaconnect_GettingStarted_081_section.md): Getting started with Elemental MediaConnect - [Run CPU stress tests on EC2 instances using FIS](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_iam_GettingStarted_069_section.md): Run CPU stress tests on EC2 instances using FIS - [VPC with IPAM](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_vpc_GettingStartedIpam_section.md): Get started using Amazon VPC IPAM using the CLI - [VPC with private servers](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_vpc_GettingStartedPrivate_section.md): Create a VPC with private subnets and NAT gateways using the CLI - [Working with Amazon EBS encryption, snapshots, and volume initialization](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_022_section.md): Working with Amazon EBS encryption, snapshots, and volume initialization - [Working with VPC peering connections](https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_GettingStarted_015_section.md): Working with VPC peering connections ### [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/ecr_code_examples.md) Code examples that show how to use Amazon ECR with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ecr_code_examples_basics.md) The following code examples show how to use the basics of Amazon ECR with AWS SDKs. - [Hello Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.md): Hello Amazon ECR - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Scenario_RepositoryManagement_section.md): Learn the basics of Amazon ECR with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ecr_code_examples_actions.md) The following code examples show how to use Amazon ECR with AWS SDKs. - [CreateRepository](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.md): Use CreateRepository with an AWS SDK or CLI - [DeleteRepository](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.md): Use DeleteRepository with an AWS SDK or CLI - [DescribeImages](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.md): Use DescribeImages with an AWS SDK or CLI - [DescribeRepositories](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.md): Use DescribeRepositories with an AWS SDK or CLI - [GetAuthorizationToken](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.md): Use GetAuthorizationToken with an AWS SDK or CLI - [GetRepositoryPolicy](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.md): Use GetRepositoryPolicy with an AWS SDK or CLI - [ListImages](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_ListImages_section.md): Use ListImages with an AWS SDK or CLI - [PushImageCmd](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PushImageCmd_section.md): Use PushImageCmd with an AWS SDK - [PutLifeCyclePolicy](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.md): Use PutLifeCyclePolicy with an AWS SDK or CLI - [SetRepositoryPolicy](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.md): Use SetRepositoryPolicy with an AWS SDK or CLI - [StartLifecyclePolicyPreview](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_StartLifecyclePolicyPreview_section.md): Use StartLifecyclePolicyPreview with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/ecr_code_examples_scenarios.md) The following code examples show how to use Amazon ECR with AWS SDKs. - [Getting started with Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GettingStarted_078_section.md): Getting started with Amazon ECR ### [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/ecs_code_examples.md) Code examples that show how to use Amazon ECS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ecs_code_examples_basics.md) The following code examples show how to use the basics of Amazon ECS with AWS SDKs. - [Hello Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_Hello_section.md): Hello Amazon ECS ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ecs_code_examples_actions.md) The following code examples show how to use Amazon ECS with AWS SDKs. - [CreateCluster](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_CreateCluster_section.md): Use CreateCluster with an AWS SDK or CLI - [CreateService](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_CreateService_section.md): Use CreateService with an AWS SDK or CLI - [DeleteCluster](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_DeleteCluster_section.md): Use DeleteCluster with an AWS SDK or CLI - [DeleteService](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_DeleteService_section.md): Use DeleteService with an AWS SDK or CLI - [DescribeClusters](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_DescribeClusters_section.md): Use DescribeClusters with an AWS SDK or CLI - [DescribeServices](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_DescribeServices_section.md): Use DescribeServices with a CLI - [DescribeTasks](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_DescribeTasks_section.md): Use DescribeTasks with an AWS SDK or CLI - [ListClusters](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_ListClusters_section.md): Use ListClusters with an AWS SDK or CLI - [ListServices](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_ListServices_section.md): Use ListServices with an AWS SDK or CLI - [ListTasks](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_ListTasks_section.md): Use ListTasks with an AWS SDK or CLI - [UpdateClusterSettings](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_UpdateClusterSettings_section.md): Use UpdateClusterSettings with a CLI - [UpdateService](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_UpdateService_section.md): Use UpdateService with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/ecs_code_examples_scenarios.md) The following code examples show how to use Amazon ECS with AWS SDKs. - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect - [Create an Amazon ECS Linux task for the Fargate launch type](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_GettingStarted_086_section.md): Create an Amazon ECS Linux task for the Fargate launch type - [Creating an Amazon ECS service for the EC2 launch type](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_GettingStarted_018_section.md): Creating an Amazon ECS service for the EC2 launch type - [Get ARN information for clusters, services, and tasks](https://docs.aws.amazon.com/code-library/latest/ug/ecs_example_ecs_Scenario_GetClustersServicesAndTasks_section.md): Get ARN information for Amazon ECS clusters, services, and tasks using an AWS SDK ### [Amazon EFS](https://docs.aws.amazon.com/code-library/latest/ug/efs_code_examples.md) Code examples that show how to use Amazon EFS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/efs_code_examples_basics.md) The following code examples show how to use the basics of Amazon EFS with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/efs_code_examples_actions.md) The following code examples show how to use Amazon EFS with AWS SDKs. - [CreateFileSystem](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_CreateFileSystem_section.md): Use CreateFileSystem with a CLI - [CreateMountTarget](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_CreateMountTarget_section.md): Use CreateMountTarget with a CLI - [DeleteFileSystem](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_DeleteFileSystem_section.md): Use DeleteFileSystem with a CLI - [DeleteMountTarget](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_DeleteMountTarget_section.md): Use DeleteMountTarget with a CLI - [DescribeFileSystems](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_DescribeFileSystems_section.md): Use DescribeFileSystems with a CLI - [DescribeMountTargets](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_DescribeMountTargets_section.md): Use DescribeMountTargets with a CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/efs_example_efs_DescribeTags_section.md): Use DescribeTags with a CLI ### [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/eks_code_examples.md) Code examples that show how to use Amazon EKS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/eks_code_examples_basics.md) The following code examples show how to use the basics of Amazon EKS with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/eks_code_examples_actions.md) The following code examples show how to use Amazon EKS with AWS SDKs. - [CreateCluster](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_CreateCluster_section.md): Use CreateCluster with an AWS SDK or CLI - [CreateFargateProfile](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_CreateFargateProfile_section.md): Use CreateFargateProfile with a CLI - [CreateNodegroup](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_CreateNodegroup_section.md): Use CreateNodegroup with a CLI - [DeleteCluster](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DeleteCluster_section.md): Use DeleteCluster with an AWS SDK or CLI - [DeleteFargateProfile](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DeleteFargateProfile_section.md): Use DeleteFargateProfile with a CLI - [DeleteNodegroup](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DeleteNodegroup_section.md): Use DeleteNodegroup with a CLI - [DescribeCluster](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DescribeCluster_section.md): Use DescribeCluster with a CLI - [DescribeFargateProfile](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DescribeFargateProfile_section.md): Use DescribeFargateProfile with a CLI - [DescribeNodegroup](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DescribeNodegroup_section.md): Use DescribeNodegroup with a CLI - [DescribeUpdate](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_DescribeUpdate_section.md): Use DescribeUpdate with a CLI - [ListClusters](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_ListClusters_section.md): Use ListClusters with a CLI - [ListFargateProfiles](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_ListFargateProfiles_section.md): Use ListFargateProfiles with a CLI - [ListNodegroups](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_ListNodegroups_section.md): Use ListNodegroups with a CLI - [ListTagsForResource](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_ListTagsForResource_section.md): Use ListTagsForResource with a CLI - [ListUpdates](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_ListUpdates_section.md): Use ListUpdates with a CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_TagResource_section.md): Use TagResource with a CLI - [UntagResource](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_UntagResource_section.md): Use UntagResource with a CLI - [UpdateClusterConfig](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md): Use UpdateClusterConfig with a CLI - [UpdateClusterVersion](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_UpdateClusterVersion_section.md): Use UpdateClusterVersion with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/eks_code_examples_scenarios.md) The following code examples show how to use Amazon EKS with AWS SDKs. - [Getting started with Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/eks_example_eks_GettingStarted_034_section.md): Getting started with Amazon EKS ### [Elastic Beanstalk](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_code_examples.md) Code examples that show how to use Elastic Beanstalk with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_code_examples_basics.md) The following code examples show how to use the basics of Elastic Beanstalk with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_code_examples_actions.md) The following code examples show how to use Elastic Beanstalk with AWS SDKs. - [DescribeApplications](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_example_elastic-beanstalk_DescribeApplications_section.md): Use DescribeApplications with an AWS SDK or CLI - [ListAvailableSolutionStacks](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_example_elastic-beanstalk_ListAvailableSolutionStacks_section.md): Use ListAvailableSolutionStacks with an AWS SDK or CLI - [UpdateApplication](https://docs.aws.amazon.com/code-library/latest/ug/elastic-beanstalk_example_elastic-beanstalk_UpdateApplication_section.md): Use UpdateApplication with an AWS SDK or CLI ### [Elastic Load Balancing - Version 1](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_code_examples.md) Code examples that show how to use Elastic Load Balancing - Version 1 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_code_examples_basics.md) The following code examples show how to use the basics of Elastic Load Balancing - Version 1 with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_code_examples_actions.md) The following code examples show how to use Elastic Load Balancing - Version 1 with AWS SDKs. - [AddTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_AddTags_section.md): Use AddTags with a CLI - [ApplySecurityGroupsToLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_ApplySecurityGroupsToLoadBalancer_section.md): Use ApplySecurityGroupsToLoadBalancer with a CLI - [AttachLoadBalancerToSubnets](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_AttachLoadBalancerToSubnets_section.md): Use AttachLoadBalancerToSubnets with a CLI - [ConfigureHealthCheck](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_ConfigureHealthCheck_section.md): Use ConfigureHealthCheck with a CLI - [CreateAppCookieStickinessPolicy](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_CreateAppCookieStickinessPolicy_section.md): Use CreateAppCookieStickinessPolicy with a CLI - [CreateLbCookieStickinessPolicy](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_CreateLbCookieStickinessPolicy_section.md): Use CreateLbCookieStickinessPolicy with a CLI - [CreateLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_CreateLoadBalancer_section.md): Use CreateLoadBalancer with a CLI - [CreateLoadBalancerListeners](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_CreateLoadBalancerListeners_section.md): Use CreateLoadBalancerListeners with a CLI - [CreateLoadBalancerPolicy](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_CreateLoadBalancerPolicy_section.md): Use CreateLoadBalancerPolicy with a CLI - [DeleteLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DeleteLoadBalancer_section.md): Use DeleteLoadBalancer with a CLI - [DeleteLoadBalancerListeners](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DeleteLoadBalancerListeners_section.md): Use DeleteLoadBalancerListeners with a CLI - [DeleteLoadBalancerPolicy](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DeleteLoadBalancerPolicy_section.md): Use DeleteLoadBalancerPolicy with a CLI - [DeregisterInstancesFromLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DeregisterInstancesFromLoadBalancer_section.md): Use DeregisterInstancesFromLoadBalancer with a CLI - [DescribeInstanceHealth](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeInstanceHealth_section.md): Use DescribeInstanceHealth with a CLI - [DescribeLoadBalancerAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeLoadBalancerAttributes_section.md): Use DescribeLoadBalancerAttributes with a CLI - [DescribeLoadBalancerPolicies](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeLoadBalancerPolicies_section.md): Use DescribeLoadBalancerPolicies with a CLI - [DescribeLoadBalancerPolicyTypes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeLoadBalancerPolicyTypes_section.md): Use DescribeLoadBalancerPolicyTypes with a CLI - [DescribeLoadBalancers](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeLoadBalancers_section.md): Use DescribeLoadBalancers with a CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DescribeTags_section.md): Use DescribeTags with a CLI - [DetachLoadBalancerFromSubnets](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DetachLoadBalancerFromSubnets_section.md): Use DetachLoadBalancerFromSubnets with a CLI - [DisableAvailabilityZonesForLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_DisableAvailabilityZonesForLoadBalancer_section.md): Use DisableAvailabilityZonesForLoadBalancer with a CLI - [EnableAvailabilityZonesForLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_EnableAvailabilityZonesForLoadBalancer_section.md): Use EnableAvailabilityZonesForLoadBalancer with a CLI - [ModifyLoadBalancerAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_ModifyLoadBalancerAttributes_section.md): Use ModifyLoadBalancerAttributes with a CLI - [RegisterInstancesWithLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_RegisterInstancesWithLoadBalancer_section.md): Use RegisterInstancesWithLoadBalancer with a CLI - [RemoveTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_RemoveTags_section.md): Use RemoveTags with a CLI - [SetLoadBalancerListenerSslCertificate](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerListenerSslCertificate_section.md): Use SetLoadBalancerListenerSslCertificate with a CLI - [SetLoadBalancerPoliciesForBackendServer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerPoliciesForBackendServer_section.md): Use SetLoadBalancerPoliciesForBackendServer with a CLI - [SetLoadBalancerPoliciesOfListener](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerPoliciesOfListener_section.md): Use SetLoadBalancerPoliciesOfListener with a CLI ### [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_code_examples.md) Code examples that show how to use Elastic Load Balancing - Version 2 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_code_examples_basics.md) The following code examples show how to use the basics of Elastic Load Balancing - Version 2 with AWS SDKs. - [Hello Elastic Load Balancing](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.md): Hello Elastic Load Balancing ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_code_examples_actions.md) The following code examples show how to use Elastic Load Balancing - Version 2 with AWS SDKs. - [AddListenerCertificates](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md): Use AddListenerCertificates with a CLI - [AddTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddTags_section.md): Use AddTags with a CLI - [CreateListener](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.md): Use CreateListener with an AWS SDK or CLI - [CreateLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.md): Use CreateLoadBalancer with an AWS SDK or CLI - [CreateRule](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateRule_section.md): Use CreateRule with a CLI - [CreateTargetGroup](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.md): Use CreateTargetGroup with an AWS SDK or CLI - [DeleteListener](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteListener_section.md): Use DeleteListener with a CLI - [DeleteLoadBalancer](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.md): Use DeleteLoadBalancer with an AWS SDK or CLI - [DeleteRule](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteRule_section.md): Use DeleteRule with a CLI - [DeleteTargetGroup](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.md): Use DeleteTargetGroup with an AWS SDK or CLI - [DeregisterTargets](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeregisterTargets_section.md): Use DeregisterTargets with a CLI - [DescribeAccountLimits](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeAccountLimits_section.md): Use DescribeAccountLimits with a CLI - [DescribeListenerCertificates](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListenerCertificates_section.md): Use DescribeListenerCertificates with a CLI - [DescribeListeners](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeListeners_section.md): Use DescribeListeners with a CLI - [DescribeLoadBalancerAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancerAttributes_section.md): Use DescribeLoadBalancerAttributes with a CLI - [DescribeLoadBalancers](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.md): Use DescribeLoadBalancers with an AWS SDK or CLI - [DescribeRules](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeRules_section.md): Use DescribeRules with a CLI - [DescribeSslPolicies](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeSslPolicies_section.md): Use DescribeSslPolicies with a CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTags_section.md): Use DescribeTags with a CLI - [DescribeTargetGroupAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroupAttributes_section.md): Use DescribeTargetGroupAttributes with a CLI - [DescribeTargetGroups](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetGroups_section.md): Use DescribeTargetGroups with an AWS SDK or CLI - [DescribeTargetHealth](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetHealth_section.md): Use DescribeTargetHealth with an AWS SDK or CLI - [ModifyListener](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_ModifyListener_section.md): Use ModifyListener with a CLI - [ModifyLoadBalancerAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_ModifyLoadBalancerAttributes_section.md): Use ModifyLoadBalancerAttributes with a CLI - [ModifyRule](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_ModifyRule_section.md): Use ModifyRule with a CLI - [ModifyTargetGroup](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_ModifyTargetGroup_section.md): Use ModifyTargetGroup with a CLI - [ModifyTargetGroupAttributes](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_ModifyTargetGroupAttributes_section.md): Use ModifyTargetGroupAttributes with a CLI - [RegisterTargets](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RegisterTargets_section.md): Use RegisterTargets with a CLI - [RemoveListenerCertificates](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveListenerCertificates_section.md): Use RemoveListenerCertificates with a CLI - [RemoveTags](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveTags_section.md): Use RemoveTags with a CLI - [SetIpAddressType](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_SetIpAddressType_section.md): Use SetIpAddressType with a CLI - [SetRulePriorities](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_SetRulePriorities_section.md): Use SetRulePriorities with a CLI - [SetSecurityGroups](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_SetSecurityGroups_section.md): Use SetSecurityGroups with a CLI - [SetSubnets](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_SetSubnets_section.md): Use SetSubnets with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_code_examples_scenarios.md) The following code examples show how to use Elastic Load Balancing - Version 2 with AWS SDKs. - [Build and manage a resilient service](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.md): Build and manage a resilient service using an AWS SDK - [Getting started with Elastic Load Balancing](https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic_load_balancing_v2_GettingStarted_058_section.md): Getting started with Elastic Load Balancing ### [ElastiCache](https://docs.aws.amazon.com/code-library/latest/ug/elasticache_code_examples.md) Code examples that show how to use ElastiCache with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/elasticache_code_examples_scenarios.md) The following code examples show how to use ElastiCache with AWS SDKs. - [Getting started with Amazon ElastiCache](https://docs.aws.amazon.com/code-library/latest/ug/elasticache_example_ec2_GettingStarted_065_section.md): Getting started with Amazon ElastiCache ### [MediaStore](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_code_examples.md) Code examples that show how to use MediaStore with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_code_examples_basics.md) The following code examples show how to use the basics of MediaStore with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_code_examples_actions.md) The following code examples show how to use MediaStore with AWS SDKs. - [CreateContainer](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_CreateContainer_section.md): Use CreateContainer with an AWS SDK or CLI - [DeleteContainer](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_DeleteContainer_section.md): Use DeleteContainer with an AWS SDK or CLI - [DeleteObject](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_DeleteObject_section.md): Use DeleteObject with an AWS SDK - [DescribeContainer](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_DescribeContainer_section.md): Use DescribeContainer with an AWS SDK or CLI - [GetObject](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_GetObject_section.md): Use GetObject with an AWS SDK or CLI - [ListContainers](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_ListContainers_section.md): Use ListContainers with an AWS SDK or CLI - [PutObject](https://docs.aws.amazon.com/code-library/latest/ug/mediastore_example_mediastore_PutObject_section.md): Use PutObject with an AWS SDK or CLI ### [Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/emr_code_examples.md) Code examples that show how to use Amazon EMR with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/emr_code_examples_basics.md) The following code examples show how to use the basics of Amazon EMR with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/emr_code_examples_actions.md) The following code examples show how to use Amazon EMR with AWS SDKs. - [AddJobFlowSteps](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.md): Use AddJobFlowSteps with an AWS SDK - [DescribeCluster](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeCluster_section.md): Use DescribeCluster with an AWS SDK or CLI - [DescribeStep](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.md): Use DescribeStep with an AWS SDK or CLI - [ListSteps](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.md): Use ListSteps with an AWS SDK or CLI - [RunJobFlow](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.md): Use RunJobFlow with an AWS SDK - [TerminateJobFlows](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.md): Use TerminateJobFlows with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/emr_code_examples_scenarios.md) The following code examples show how to use Amazon EMR with AWS SDKs. - [Create a short-lived Amazon EMR cluster and run a step](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.md): Create a short-lived Amazon EMR cluster and run a step using an AWS SDK - [Getting started with Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_GettingStarted_037_section.md): Getting started with Amazon EMR - [Run a shell script to install libraries](https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.md): Run a shell script to install libraries on Amazon EMR instances using an AWS SDK ### [AWS Entity Resolution](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_code_examples.md) Code examples that show how to use AWS Entity Resolution with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_code_examples_basics.md) The following code examples show how to use the basics of AWS Entity Resolution with AWS SDKs. - [Hello AWS Entity Resolution](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_Hello_section.md): Hello AWS Entity Resolution - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_Scenario_section.md): Learn the basics of AWS Entity Resolution with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_code_examples_actions.md) The following code examples show how to use AWS Entity Resolution with AWS SDKs. - [CreateMatchingWorkflow](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_CreateMatchingWorkflow_section.md): Use CreateMatchingWorkflow with an AWS SDK - [CreateSchemaMapping](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_CreateSchemaMapping_section.md): Use CreateSchemaMapping with an AWS SDK - [DeleteMatchingWorkflow](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_DeleteMatchingWorkflow_section.md): Use DeleteMatchingWorkflow with an AWS SDK - [DeleteSchemaMapping](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_DeleteSchemaMapping_section.md): Use DeleteSchemaMapping with an AWS SDK - [GetMatchingJob](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_GetMatchingJob_section.md): Use GetMatchingJob with an AWS SDK - [GetSchemaMapping](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_GetSchemaMapping_section.md): Use GetSchemaMapping with an AWS SDK - [ListSchemaMappings](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_ListSchemaMappings_section.md): Use ListSchemaMappings with an AWS SDK - [StartMatchingJob](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_StartMatchingJob_section.md): Use StartMatchingJob with an AWS SDK - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/entityresolution_example_entityresolution_TagResource_section.md): Use TagResource with an AWS SDK ### [OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_code_examples.md) Code examples that show how to use OpenSearch Service with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_code_examples_basics.md) The following code examples show how to use the basics of OpenSearch Service with AWS SDKs. - [Hello OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_Hello_section.md): Hello OpenSearch Service - [Learn OpenSearch Service core operations](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_Scenario_section.md): Learn core operations for Amazon OpenSearch Service using an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_code_examples_actions.md) The following code examples show how to use OpenSearch Service with AWS SDKs. - [AddTags](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_AddTags_section.md): Use AddTags with an AWS SDK - [ChangeProgress](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_ChangeProgress_section.md): Use ChangeProgress with an AWS SDK - [CreateDomain](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_CreateDomain_section.md): Use CreateDomain with an AWS SDK - [DeleteDomain](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_DeleteDomain_section.md): Use DeleteDomain with an AWS SDK - [DescribeDomain](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_DescribeDomain_section.md): Use DescribeDomain with an AWS SDK - [ListDomainNames](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_ListDomainNames_section.md): Use ListDomainNames with an AWS SDK - [ListTags](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_ListTags_section.md): Use ListTags with an AWS SDK - [UpdateDomainConfig](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_UpdateDomainConfig_section.md): Use UpdateDomainConfig with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_code_examples_scenarios.md) The following code examples show how to use OpenSearch Service with AWS SDKs. - [Getting started with Amazon OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/opensearch_example_opensearch_GettingStarted_016_section.md): Getting started with Amazon OpenSearch Service ### [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_code_examples.md) Code examples that show how to use EventBridge with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_code_examples_basics.md) The following code examples show how to use the basics of EventBridge with AWS SDKs. - [Hello EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_Hello_section.md): Hello EventBridge - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_Scenario_GettingStarted_section.md): Learn the basics of EventBridge with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_code_examples_actions.md) The following code examples show how to use EventBridge with AWS SDKs. - [DeleteRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_DeleteRule_section.md): Use DeleteRule with an AWS SDK or CLI - [DescribeRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_DescribeRule_section.md): Use DescribeRule with an AWS SDK or CLI - [DisableRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_DisableRule_section.md): Use DisableRule with an AWS SDK or CLI - [EnableRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_EnableRule_section.md): Use EnableRule with an AWS SDK or CLI - [ListRuleNamesByTarget](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_ListRuleNamesByTarget_section.md): Use ListRuleNamesByTarget with an AWS SDK or CLI - [ListRules](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_ListRules_section.md): Use ListRules with an AWS SDK or CLI - [ListTargetsByRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_ListTargetsByRule_section.md): Use ListTargetsByRule with an AWS SDK or CLI - [PutEvents](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_PutEvents_section.md): Use PutEvents with an AWS SDK or CLI - [PutRule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_PutRule_section.md): Use PutRule with an AWS SDK or CLI - [PutTargets](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_PutTargets_section.md): Use PutTargets with an AWS SDK or CLI - [RemoveTargets](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_RemoveTargets_section.md): Use RemoveTargets with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_code_examples_scenarios.md) The following code examples show how to use EventBridge with AWS SDKs. - [Create and trigger a rule](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_eventbridge_Scenario_createAndTriggerARule_section.md): Create and trigger a rule in Amazon EventBridge using an AWS SDK - [Send event notifications to EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_s3_Scenario_PutBucketNotificationConfiguration_section.md): Send S3 event notifications to Amazon EventBridge using an AWS SDK - [Use scheduled events to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.md): Use scheduled events to invoke a Lambda function ### [EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_code_examples.md) Code examples that show how to use EventBridge Scheduler with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_code_examples_basics.md) The following code examples show how to use the basics of EventBridge Scheduler with AWS SDKs. - [Hello EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.md): Hello EventBridge Scheduler ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_code_examples_actions.md) The following code examples show how to use EventBridge Scheduler with AWS SDKs. - [CreateSchedule](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateSchedule_section.md): Use CreateSchedule with an AWS SDK - [CreateScheduleGroup](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateScheduleGroup_section.md): Use CreateScheduleGroup with an AWS SDK - [DeleteSchedule](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteSchedule_section.md): Use DeleteSchedule with an AWS SDK - [DeleteScheduleGroup](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteScheduleGroup_section.md): Use DeleteScheduleGroup with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_code_examples_scenarios.md) The following code examples show how to use EventBridge Scheduler with AWS SDKs. - [Scheduled Events](https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_ScheduledEventsScenario_section.md): A complete EventBridge Scheduler Scheduled Events scenario using an AWS SDK ### [AWS FIS](https://docs.aws.amazon.com/code-library/latest/ug/fis_code_examples.md) Code examples that show how to use AWS FIS with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/fis_code_examples_scenarios.md) The following code examples show how to use AWS FIS with AWS SDKs. - [Run CPU stress tests on EC2 instances using FIS](https://docs.aws.amazon.com/code-library/latest/ug/fis_example_iam_GettingStarted_069_section.md): Run CPU stress tests on EC2 instances using FIS ### [Forecast](https://docs.aws.amazon.com/code-library/latest/ug/forecast_code_examples.md) Code examples that show how to use Forecast with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/forecast_code_examples_basics.md) The following code examples show how to use the basics of Forecast with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/forecast_code_examples_actions.md) The following code examples show how to use Forecast with AWS SDKs. - [CreateDataset](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_CreateDataset_section.md): Use CreateDataset with an AWS SDK - [CreateForecast](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_CreateForecast_section.md): Use CreateForecast with an AWS SDK - [DeleteDataset](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_DeleteDataset_section.md): Use DeleteDataset with an AWS SDK - [DeleteForecast](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_DeleteForecast_section.md): Use DeleteForecast with an AWS SDK - [DescribeForecast](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_DescribeForecast_section.md): Use DescribeForecast with an AWS SDK - [ListDatasetGroups](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_ListDatasetGroups_section.md): Use ListDatasetGroups with an AWS SDK - [ListForecasts](https://docs.aws.amazon.com/code-library/latest/ug/forecast_example_forecast_ListForecasts_section.md): Use ListForecasts with an AWS SDK ### [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/glacier_code_examples.md) Code examples that show how to use Amazon Glacier with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/glacier_code_examples_basics.md) The following code examples show how to use the basics of Amazon Glacier with AWS SDKs. - [Hello Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Hello_section.md): Hello Amazon Glacier ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/glacier_code_examples_actions.md) The following code examples show how to use Amazon Glacier with AWS SDKs. - [AddTagsToVault](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_AddTagsToVault_section.md): Use AddTagsToVault with an AWS SDK or CLI - [CreateVault](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_CreateVault_section.md): Use CreateVault with an AWS SDK or CLI - [DeleteArchive](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.md): Use DeleteArchive with an AWS SDK or CLI - [DeleteVault](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.md): Use DeleteVault with an AWS SDK or CLI - [DeleteVaultNotifications](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.md): Use DeleteVaultNotifications with an AWS SDK or CLI - [DescribeJob](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.md): Use DescribeJob with an AWS SDK or CLI - [DescribeVault](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeVault_section.md): Use DescribeVault with an AWS SDK or CLI - [GetJobOutput](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.md): Use GetJobOutput with an AWS SDK or CLI - [GetVaultNotifications](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.md): Use GetVaultNotifications with an AWS SDK or CLI - [InitiateJob](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.md): Use InitiateJob with an AWS SDK or CLI - [ListJobs](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.md): Use ListJobs with an AWS SDK or CLI - [ListTagsForVault](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListTagsForVault_section.md): Use ListTagsForVault with an AWS SDK or CLI - [ListVaults](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.md): Use ListVaults with an AWS SDK or CLI - [SetVaultNotifications](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.md): Use SetVaultNotifications with an AWS SDK or CLI - [UploadArchive](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.md): Use UploadArchive with an AWS SDK or CLI - [UploadMultipartPart](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadMultipartPart_section.md): Use UploadMultipartPart with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/glacier_code_examples_scenarios.md) The following code examples show how to use Amazon Glacier with AWS SDKs. - [Archive a file, get notifications, and initiate a job](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.md): Archive a file to Amazon Glacier, get notifications, and initiate a job using an AWS SDK - [Get archive content and delete the archive](https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.md): Get Amazon Glacier archive content and delete the archive using an AWS SDK ### [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/glue_code_examples.md) Code examples that show how to use AWS Glue with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/glue_code_examples_basics.md) The following code examples show how to use the basics of AWS Glue with AWS SDKs. - [Hello AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.md): Hello AWS Glue - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Scenario_GetStartedCrawlersJobs_section.md): Learn the basics of AWS Glue with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/glue_code_examples_actions.md) The following code examples show how to use AWS Glue with AWS SDKs. - [CreateCrawler](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateCrawler_section.md): Use CreateCrawler with an AWS SDK - [CreateJob](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.md): Use CreateJob with an AWS SDK or CLI - [DeleteCrawler](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.md): Use DeleteCrawler with an AWS SDK - [DeleteDatabase](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.md): Use DeleteDatabase with an AWS SDK - [DeleteJob](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.md): Use DeleteJob with an AWS SDK or CLI - [DeleteTable](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.md): Use DeleteTable with an AWS SDK - [GetCrawler](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.md): Use GetCrawler with an AWS SDK - [GetDatabase](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.md): Use GetDatabase with an AWS SDK - [GetDatabases](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabases_section.md): Use GetDatabases with an AWS SDK or CLI - [GetJob](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJob_section.md): Use GetJob with an AWS SDK or CLI - [GetJobRun](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRun_section.md): Use GetJobRun with an AWS SDK or CLI - [GetJobRuns](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.md): Use GetJobRuns with an AWS SDK or CLI - [GetTables](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.md): Use GetTables with an AWS SDK or CLI - [ListJobs](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.md): Use ListJobs with an AWS SDK - [StartCrawler](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.md): Use StartCrawler with an AWS SDK or CLI - [StartJobRun](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.md): Use StartJobRun with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/glue_code_examples_scenarios.md) The following code examples show how to use AWS Glue with AWS SDKs. - [Getting started with the Glue Data Catalog](https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GettingStarted_024_section.md): Getting started with the Glue Data Catalog ### [AWS Health](https://docs.aws.amazon.com/code-library/latest/ug/health_code_examples.md) Code examples that show how to use AWS Health with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/health_code_examples_basics.md) The following code examples show how to use the basics of AWS Health with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/health_code_examples_actions.md) The following code examples show how to use AWS Health with AWS SDKs. - [DescribeEvents](https://docs.aws.amazon.com/code-library/latest/ug/health_example_health_DescribeEvents_section.md): Use DescribeEvents with a CLI ### [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_code_examples.md) Code examples that show how to use HealthImaging with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_code_examples_basics.md) The following code examples show how to use the basics of HealthImaging with AWS SDKs. - [Hello HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.md): Hello HealthImaging ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_code_examples_actions.md) The following code examples show how to use HealthImaging with AWS SDKs. - [CopyImageSet](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.md): Use CopyImageSet with an AWS SDK or CLI - [CreateDatastore](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.md): Use CreateDatastore with an AWS SDK or CLI - [DeleteDatastore](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.md): Use DeleteDatastore with an AWS SDK or CLI - [DeleteImageSet](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.md): Use DeleteImageSet with an AWS SDK or CLI - [GetDICOMImportJob](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.md): Use GetDICOMImportJob with an AWS SDK or CLI - [GetDatastore](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.md): Use GetDatastore with an AWS SDK or CLI - [GetImageFrame](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.md): Use GetImageFrame with an AWS SDK or CLI - [GetImageSet](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.md): Use GetImageSet with an AWS SDK or CLI - [GetImageSetMetadata](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.md): Use GetImageSetMetadata with an AWS SDK or CLI - [ListDICOMImportJobs](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.md): Use ListDICOMImportJobs with an AWS SDK or CLI - [ListDatastores](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.md): Use ListDatastores with an AWS SDK or CLI - [ListImageSetVersions](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.md): Use ListImageSetVersions with an AWS SDK or CLI - [ListTagsForResource](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.md): Use ListTagsForResource with an AWS SDK or CLI - [SearchImageSets](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.md): Use SearchImageSets with an AWS SDK or CLI - [StartDICOMImportJob](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.md): Use StartDICOMImportJob with an AWS SDK or CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.md): Use TagResource with an AWS SDK or CLI - [UntagResource](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.md): Use UntagResource with an AWS SDK or CLI - [UpdateImageSetMetadata](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.md): Use UpdateImageSetMetadata with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_code_examples_scenarios.md) The following code examples show how to use HealthImaging with AWS SDKs. - [Get started with image sets and image frames](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.md): Get started with HealthImaging image sets and image frames using an AWS SDK - [Tagging a data store](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.md): Tagging a HealthImaging data store using an AWS SDK - [Tagging an image set](https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.md): Tagging a HealthImaging image set using an AWS SDK ### [HealthLake](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_code_examples.md) Code examples that show how to use HealthLake with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_code_examples_basics.md) The following code examples show how to use the basics of HealthLake with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_code_examples_actions.md) The following code examples show how to use HealthLake with AWS SDKs. - [CreateFHIRDatastore](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_CreateFHIRDatastore_section.md): Use CreateFHIRDatastore with an AWS SDK or CLI - [DeleteFHIRDatastore](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.md): Use DeleteFHIRDatastore with an AWS SDK or CLI - [DescribeFHIRDatastore](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.md): Use DescribeFHIRDatastore with an AWS SDK or CLI - [DescribeFHIRExportJob](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.md): Use DescribeFHIRExportJob with an AWS SDK or CLI - [DescribeFHIRImportJob](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.md): Use DescribeFHIRImportJob with an AWS SDK or CLI - [ListFHIRDatastores](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.md): Use ListFHIRDatastores with an AWS SDK or CLI - [ListFHIRExportJobs](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.md): Use ListFHIRExportJobs with an AWS SDK or CLI - [ListFHIRImportJobs](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.md): Use ListFHIRImportJobs with an AWS SDK or CLI - [ListTagsForResource](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.md): Use ListTagsForResource with an AWS SDK or CLI - [StartFHIRExportJob](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.md): Use StartFHIRExportJob with an AWS SDK or CLI - [StartFHIRImportJob](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.md): Use StartFHIRImportJob with an AWS SDK or CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.md): Use TagResource with an AWS SDK or CLI - [UntagResource](https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_UntagResource_section.md): Use UntagResource with an AWS SDK or CLI ### [IAM](https://docs.aws.amazon.com/code-library/latest/ug/iam_code_examples.md) Code examples that show how to use IAM with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/iam_code_examples_basics.md) The following code examples show how to use the basics of IAM with AWS SDKs. - [Hello IAM](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.md): Hello IAM - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_CreateUserAssumeRole_section.md): Learn the basics of IAM with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/iam_code_examples_actions.md) The following code examples show how to use IAM with AWS SDKs. - [AddClientIdToOpenIdConnectProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md): Use AddClientIdToOpenIdConnectProvider with a CLI - [AddRoleToInstanceProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AddRoleToInstanceProfile_section.md): Use AddRoleToInstanceProfile with a CLI - [AddUserToGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AddUserToGroup_section.md): Use AddUserToGroup with a CLI - [AttachGroupPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachGroupPolicy_section.md): Use AttachGroupPolicy with a CLI - [AttachRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.md): Use AttachRolePolicy with an AWS SDK or CLI - [AttachUserPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.md): Use AttachUserPolicy with an AWS SDK or CLI - [ChangePassword](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ChangePassword_section.md): Use ChangePassword with a CLI - [CreateAccessKey](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.md): Use CreateAccessKey with an AWS SDK or CLI - [CreateAccountAlias](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.md): Use CreateAccountAlias with an AWS SDK or CLI - [CreateGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateGroup_section.md): Use CreateGroup with an AWS SDK or CLI - [CreateInstanceProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.md): Use CreateInstanceProfile with an AWS SDK or CLI - [CreateLoginProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateLoginProfile_section.md): Use CreateLoginProfile with a CLI - [CreateOpenIdConnectProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateOpenIdConnectProvider_section.md): Use CreateOpenIdConnectProvider with a CLI - [CreatePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.md): Use CreatePolicy with an AWS SDK or CLI - [CreatePolicyVersion](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.md): Use CreatePolicyVersion with an AWS SDK or CLI - [CreateRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.md): Use CreateRole with an AWS SDK or CLI - [CreateSAMLProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateSAMLProvider_section.md): Use CreateSAMLProvider with an AWS SDK or CLI - [CreateServiceLinkedRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.md): Use CreateServiceLinkedRole with an AWS SDK or CLI - [CreateUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.md): Use CreateUser with an AWS SDK or CLI - [CreateVirtualMfaDevice](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateVirtualMfaDevice_section.md): Use CreateVirtualMfaDevice with a CLI - [DeactivateMfaDevice](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeactivateMfaDevice_section.md): Use DeactivateMfaDevice with a CLI - [DeleteAccessKey](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccessKey_section.md): Use DeleteAccessKey with an AWS SDK or CLI - [DeleteAccountAlias](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.md): Use DeleteAccountAlias with an AWS SDK or CLI - [DeleteAccountPasswordPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountPasswordPolicy_section.md): Use DeleteAccountPasswordPolicy with a CLI - [DeleteGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteGroup_section.md): Use DeleteGroup with an AWS SDK or CLI - [DeleteGroupPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteGroupPolicy_section.md): Use DeleteGroupPolicy with a CLI - [DeleteInstanceProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.md): Use DeleteInstanceProfile with an AWS SDK or CLI - [DeleteLoginProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteLoginProfile_section.md): Use DeleteLoginProfile with a CLI - [DeleteOpenIdConnectProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteOpenIdConnectProvider_section.md): Use DeleteOpenIdConnectProvider with a CLI - [DeletePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.md): Use DeletePolicy with an AWS SDK or CLI - [DeletePolicyVersion](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicyVersion_section.md): Use DeletePolicyVersion with an AWS SDK or CLI - [DeleteRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.md): Use DeleteRole with an AWS SDK or CLI - [DeleteRolePermissionsBoundary](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRolePermissionsBoundary_section.md): Use DeleteRolePermissionsBoundary with a CLI - [DeleteRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRolePolicy_section.md): Use DeleteRolePolicy with an AWS SDK or CLI - [DeleteSAMLProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteSAMLProvider_section.md): Use DeleteSAMLProvider with an AWS SDK or CLI - [DeleteServerCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md): Use DeleteServerCertificate with an AWS SDK or CLI - [DeleteServiceLinkedRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteServiceLinkedRole_section.md): Use DeleteServiceLinkedRole with an AWS SDK or CLI - [DeleteSigningCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteSigningCertificate_section.md): Use DeleteSigningCertificate with a CLI - [DeleteUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.md): Use DeleteUser with an AWS SDK or CLI - [DeleteUserPermissionsBoundary](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md): Use DeleteUserPermissionsBoundary with a CLI - [DeleteUserPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUserPolicy_section.md): Use DeleteUserPolicy with an AWS SDK or CLI - [DeleteVirtualMfaDevice](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteVirtualMfaDevice_section.md): Use DeleteVirtualMfaDevice with a CLI - [DetachGroupPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachGroupPolicy_section.md): Use DetachGroupPolicy with a CLI - [DetachRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.md): Use DetachRolePolicy with an AWS SDK or CLI - [DetachUserPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.md): Use DetachUserPolicy with an AWS SDK or CLI - [EnableMfaDevice](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_EnableMfaDevice_section.md): Use EnableMfaDevice with a CLI - [GenerateCredentialReport](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.md): Use GenerateCredentialReport with an AWS SDK or CLI - [GenerateServiceLastAccessedDetails](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateServiceLastAccessedDetails_section.md): Use GenerateServiceLastAccessedDetails with a CLI - [GetAccessKeyLastUsed](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.md): Use GetAccessKeyLastUsed with an AWS SDK or CLI - [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.md): Use GetAccountAuthorizationDetails with an AWS SDK or CLI - [GetAccountPasswordPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.md): Use GetAccountPasswordPolicy with an AWS SDK or CLI - [GetAccountSummary](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.md): Use GetAccountSummary with an AWS SDK or CLI - [GetContextKeysForCustomPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetContextKeysForCustomPolicy_section.md): Use GetContextKeysForCustomPolicy with a CLI - [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetContextKeysForPrincipalPolicy_section.md): Use GetContextKeysForPrincipalPolicy with a CLI - [GetCredentialReport](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.md): Use GetCredentialReport with an AWS SDK or CLI - [GetGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetGroup_section.md): Use GetGroup with a CLI - [GetGroupPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetGroupPolicy_section.md): Use GetGroupPolicy with a CLI - [GetInstanceProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetInstanceProfile_section.md): Use GetInstanceProfile with a CLI - [GetLoginProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetLoginProfile_section.md): Use GetLoginProfile with a CLI - [GetOpenIdConnectProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetOpenIdConnectProvider_section.md): Use GetOpenIdConnectProvider with a CLI - [GetPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.md): Use GetPolicy with an AWS SDK or CLI - [GetPolicyVersion](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.md): Use GetPolicyVersion with an AWS SDK or CLI - [GetRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.md): Use GetRole with an AWS SDK or CLI - [GetRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRolePolicy_section.md): Use GetRolePolicy with a CLI - [GetSamlProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetSamlProvider_section.md): Use GetSamlProvider with a CLI - [GetServerCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetServerCertificate_section.md): Use GetServerCertificate with an AWS SDK or CLI - [GetServiceLastAccessedDetails](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetServiceLastAccessedDetails_section.md): Use GetServiceLastAccessedDetails with a CLI - [GetServiceLastAccessedDetailsWithEntities](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetServiceLastAccessedDetailsWithEntities_section.md): Use GetServiceLastAccessedDetailsWithEntities with a CLI - [GetServiceLinkedRoleDeletionStatus](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetServiceLinkedRoleDeletionStatus_section.md): Use GetServiceLinkedRoleDeletionStatus with an AWS SDK or CLI - [GetUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetUser_section.md): Use GetUser with an AWS SDK or CLI - [GetUserPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetUserPolicy_section.md): Use GetUserPolicy with a CLI - [ListAccessKeys](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.md): Use ListAccessKeys with an AWS SDK or CLI - [ListAccountAliases](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.md): Use ListAccountAliases with an AWS SDK or CLI - [ListAttachedGroupPolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedGroupPolicies_section.md): Use ListAttachedGroupPolicies with a CLI - [ListAttachedRolePolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.md): Use ListAttachedRolePolicies with an AWS SDK or CLI - [ListAttachedUserPolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedUserPolicies_section.md): Use ListAttachedUserPolicies with a CLI - [ListEntitiesForPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListEntitiesForPolicy_section.md): Use ListEntitiesForPolicy with a CLI - [ListGroupPolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroupPolicies_section.md): Use ListGroupPolicies with a CLI - [ListGroups](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.md): Use ListGroups with an AWS SDK or CLI - [ListGroupsForUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroupsForUser_section.md): Use ListGroupsForUser with a CLI - [ListInstanceProfiles](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListInstanceProfiles_section.md): Use ListInstanceProfiles with a CLI - [ListInstanceProfilesForRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListInstanceProfilesForRole_section.md): Use ListInstanceProfilesForRole with a CLI - [ListMfaDevices](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListMfaDevices_section.md): Use ListMfaDevices with a CLI - [ListOpenIdConnectProviders](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListOpenIdConnectProviders_section.md): Use ListOpenIdConnectProviders with a CLI - [ListPolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.md): Use ListPolicies with an AWS SDK or CLI - [ListPolicyVersions](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicyVersions_section.md): Use ListPolicyVersions with an AWS SDK or CLI - [ListRolePolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.md): Use ListRolePolicies with an AWS SDK or CLI - [ListRoleTags](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoleTags_section.md): Use ListRoleTags with a CLI - [ListRoles](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.md): Use ListRoles with an AWS SDK or CLI - [ListSAMLProviders](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.md): Use ListSAMLProviders with an AWS SDK or CLI - [ListServerCertificates](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListServerCertificates_section.md): Use ListServerCertificates with an AWS SDK or CLI - [ListSigningCertificates](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSigningCertificates_section.md): Use ListSigningCertificates with a CLI - [ListUserPolicies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUserPolicies_section.md): Use ListUserPolicies with an AWS SDK or CLI - [ListUserTags](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUserTags_section.md): Use ListUserTags with a CLI - [ListUsers](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.md): Use ListUsers with an AWS SDK or CLI - [ListVirtualMfaDevices](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListVirtualMfaDevices_section.md): Use ListVirtualMfaDevices with a CLI - [PutGroupPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_PutGroupPolicy_section.md): Use PutGroupPolicy with a CLI - [PutRolePermissionsBoundary](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_PutRolePermissionsBoundary_section.md): Use PutRolePermissionsBoundary with a CLI - [PutRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_PutRolePolicy_section.md): Use PutRolePolicy with an AWS SDK or CLI - [PutUserPermissionsBoundary](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_PutUserPermissionsBoundary_section.md): Use PutUserPermissionsBoundary with a CLI - [PutUserPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_PutUserPolicy_section.md): Use PutUserPolicy with an AWS SDK or CLI - [RemoveClientIdFromOpenIdConnectProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md): Use RemoveClientIdFromOpenIdConnectProvider with a CLI - [RemoveRoleFromInstanceProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_RemoveRoleFromInstanceProfile_section.md): Use RemoveRoleFromInstanceProfile with a CLI - [RemoveUserFromGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_RemoveUserFromGroup_section.md): Use RemoveUserFromGroup with a CLI - [ResyncMfaDevice](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ResyncMfaDevice_section.md): Use ResyncMfaDevice with a CLI - [SetDefaultPolicyVersion](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_SetDefaultPolicyVersion_section.md): Use SetDefaultPolicyVersion with an AWS SDK or CLI - [TagRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_TagRole_section.md): Use TagRole with a CLI - [TagUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_TagUser_section.md): Use TagUser with a CLI - [UntagRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UntagRole_section.md): Use UntagRole with a CLI - [UntagUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UntagUser_section.md): Use UntagUser with a CLI - [UpdateAccessKey](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.md): Use UpdateAccessKey with an AWS SDK or CLI - [UpdateAccountPasswordPolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccountPasswordPolicy_section.md): Use UpdateAccountPasswordPolicy with a CLI - [UpdateAssumeRolePolicy](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAssumeRolePolicy_section.md): Use UpdateAssumeRolePolicy with a CLI - [UpdateGroup](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateGroup_section.md): Use UpdateGroup with a CLI - [UpdateLoginProfile](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateLoginProfile_section.md): Use UpdateLoginProfile with a CLI - [UpdateOpenIdConnectProviderThumbprint](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md): Use UpdateOpenIdConnectProviderThumbprint with a CLI - [UpdateRole](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateRole_section.md): Use UpdateRole with a CLI - [UpdateRoleDescription](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateRoleDescription_section.md): Use UpdateRoleDescription with a CLI - [UpdateSamlProvider](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateSamlProvider_section.md): Use UpdateSamlProvider with a CLI - [UpdateServerCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateServerCertificate_section.md): Use UpdateServerCertificate with an AWS SDK or CLI - [UpdateSigningCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateSigningCertificate_section.md): Use UpdateSigningCertificate with a CLI - [UpdateUser](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.md): Use UpdateUser with an AWS SDK or CLI - [UploadServerCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UploadServerCertificate_section.md): Use UploadServerCertificate with an AWS SDK or CLI - [UploadSigningCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UploadSigningCertificate_section.md): Use UploadSigningCertificate with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/iam_code_examples_scenarios.md) The following code examples show how to use IAM with AWS SDKs. - [Build and manage a resilient service](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.md): Build and manage a resilient service using an AWS SDK - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect - [Create a REST API with Lambda proxy integration](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_api_gateway_GettingStarted_087_section.md): Create a REST API with Lambda proxy integration - [Create an Amazon ECS Linux task for the Fargate launch type](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_ecs_GettingStarted_086_section.md): Create an Amazon ECS Linux task for the Fargate launch type - [Create read-only and read-write users](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md): Create read-only and read-write IAM users using an AWS SDK - [Creating a CloudWatch dashboard with function name as a variable](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cloudwatch_GettingStarted_031_section.md): Creating a CloudWatch dashboard with function name as a variable - [Creating an Amazon ECS service for the EC2 launch type](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_ecs_GettingStarted_018_section.md): Creating an Amazon ECS service for the EC2 launch type - [Creating an Amazon Managed Grafana workspace](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_044_section.md): Creating an Amazon Managed Grafana workspace - [Creating your first Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_lambda_GettingStarted_019_section.md): Creating your first Lambda function - [Get started with Redshift Serverless](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_redshift_GettingStarted_038_section.md): Get started with Redshift Serverless using the CLI - [Getting Started with IoT Device Defender](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iot_GettingStarted_079_section.md): Getting Started with IoT Device Defender - [Getting started with Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_eks_GettingStarted_034_section.md): Getting started with Amazon EKS - [Getting started with Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_ec2_GettingStarted_057_section.md): Getting started with Amazon MSK - [Getting started with Amazon Redshift provisioned clusters](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_redshift_GettingStarted_039_section.md): Getting started with Amazon Redshift provisioned clusters - [Getting started with Amazon SageMaker Feature Store](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_028_section.md): Getting started with Amazon SageMaker Feature Store - [Getting started with Config](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_config_service_GettingStarted_053_section.md): Getting started with Config - [Getting started with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_080_section.md): Getting started with Step Functions - [Manage access keys](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.md): Manage IAM access keys using an AWS SDK - [Manage policies](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.md): Manage IAM policies using an AWS SDK - [Manage roles](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.md): Manage IAM roles using an AWS SDK - [Manage your account](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.md): Manage your IAM account using an AWS SDK - [Moving hardcoded secrets to Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_secrets_manager_GettingStarted_073_section.md): Moving hardcoded secrets to Secrets Manager - [Permission policy allows AWS Compute Optimizer Automation to apply recommended actions](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.managed-policies.xml.10_section.md): Allows the AWS Compute Optimizer Automation feature to apply recommended actions - [Permission policy to enable Automation across your organization](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.2_section.md): Policy to enable Automation across your organization - [Permission policy to enable Automation for your account](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.1_section.md): Policy to enable Automation for your account - [Permission policy to grant full access to Compute Optimizer Automation for a management account of an organization](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.5_section.md): Policy to grant full access to Compute Optimizer Automation for a management account of an organization - [Permission policy to grant full access to Compute Optimizer Automation for standalone AWS accounts](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.3_section.md): Policy to grant full access to Compute Optimizer Automation for standalone AWS accounts - [Permission policy to grant read-only access to Compute Optimizer Automation for a management account of an organization](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.6_section.md): Policy to grant read-only access to Compute Optimizer Automation for a management account of an organization - [Permission policy to grant read-only access to Compute Optimizer Automation for standalone AWS accounts](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.4_section.md): Policy to grant read-only access to Compute Optimizer Automation for standalone AWS accounts - [Permission policy to grant service-linked role permissions for Compute Optimization Automation](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam-policies.AWSMettleDocs.latest.userguide.slr-automation.xml.1_section.md): Policy to grants service-linked role permissions for Compute Optimization Automation - [Roll back a policy version](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.md): Roll back an IAM policy version using an AWS SDK - [Run CPU stress tests on EC2 instances using FIS](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_069_section.md): Run CPU stress tests on EC2 instances using FIS - [Set up Attribute-Based Access Control](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_dynamodb_Scenario_ABACSetup_section.md): Set up Attribute-Based Access Control for DynamoDB using AWS Command Line Interface v2 - [Setting up Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_046_section.md): Setting up Systems Manager - [Using property variables in CloudWatch dashboards to monitor multiple Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GettingStarted_032_section.md): Using property variables in CloudWatch dashboards to monitor multiple Lambda functions - [Work with Streams and Time-to-Live](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_dynamodb_Scenario_StreamsAndTTL_section.md): Work with DynamoDB Streams and Time-to-Live using AWS Command Line Interface v2 - [Work with the IAM Policy Builder API](https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_IamPolicyBuilder_section.md): Work with the IAM Policy Builder API using an AWS SDK ### [Amazon Inspector](https://docs.aws.amazon.com/code-library/latest/ug/inspector_code_examples.md) Code examples that show how to use Amazon Inspector with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/inspector_code_examples_basics.md) The following code examples show how to use the basics of Amazon Inspector with AWS SDKs. - [Hello](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_Hello_section.md): Hello - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_Scenario_section.md): Learn the basics of Amazon Inspector with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/inspector_code_examples_actions.md) The following code examples show how to use Amazon Inspector with AWS SDKs. - [BatchGetAccountStatus](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_GetAccountStatus_section.md): Use BatchGetAccountStatus with an AWS SDK - [BatchGetFindingDetails](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_BatchGetFindingDetails_section.md): Use BatchGetFindingDetails with an AWS SDK - [CreateFilter](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_CreateFilter_section.md): Use CreateFilter with an AWS SDK - [DeleteFilter](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_DeleteFilter_section.md): Use DeleteFilter with an AWS SDK - [Disable](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_Disable_section.md): Use Disable with an AWS SDK - [Enable](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_Enable_section.md): Use Enable with an AWS SDK - [ListCoverage](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_ListCoverage_section.md): Use ListCoverage with an AWS SDK - [ListCoverageStatistics](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_ListCoverageStatistics_section.md): Use ListCoverageStatistics with an AWS SDK - [ListFilters](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_ListFilters_section.md): Use ListFilters with an AWS SDK - [ListFindings](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_ListFindings_section.md): Use ListFindings with an AWS SDK or CLI - [ListUsageTotals](https://docs.aws.amazon.com/code-library/latest/ug/inspector_example_inspector_ListUsageTotals_section.md): Use ListUsageTotals with an AWS SDK ### [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/iot_code_examples.md) Code examples that show how to use AWS IoT with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/iot_code_examples_basics.md) The following code examples show how to use the basics of AWS IoT with AWS SDKs. - [Hello AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_Hello_section.md): Hello AWS IoT - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_Scenario_section.md): Learn the basics of AWS IoT with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/iot_code_examples_actions.md) The following code examples show how to use AWS IoT with AWS SDKs. - [AttachThingPrincipal](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_AttachThingPrincipal_section.md): Use AttachThingPrincipal with an AWS SDK or CLI - [CreateKeysAndCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_CreateKeysAndCertificate_section.md): Use CreateKeysAndCertificate with an AWS SDK or CLI - [CreateThing](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_CreateThing_section.md): Use CreateThing with an AWS SDK or CLI - [CreateTopicRule](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_CreateTopicRule_section.md): Use CreateTopicRule with an AWS SDK or CLI - [DeleteCertificate](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DeleteCertificate_section.md): Use DeleteCertificate with an AWS SDK or CLI - [DeleteThing](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DeleteThing_section.md): Use DeleteThing with an AWS SDK or CLI - [DeleteTopicRule](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DeleteTopicRule_section.md): Use DeleteTopicRule with an AWS SDK or CLI - [DescribeEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DescribeEndpoint_section.md): Use DescribeEndpoint with an AWS SDK or CLI - [DescribeThing](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DescribeThing_section.md): Use DescribeThing with an AWS SDK or CLI - [DetachThingPrincipal](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_DetachThingPrincipal_section.md): Use DetachThingPrincipal with an AWS SDK or CLI - [ListCertificates](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_ListCertificates_section.md): Use ListCertificates with an AWS SDK or CLI - [ListThings](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_ListThings_section.md): Use ListThings with an AWS SDK or CLI - [SearchIndex](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_SearchIndex_section.md): Use SearchIndex with an AWS SDK or CLI - [UpdateIndexingConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_UpdateIndexingConfiguration_section.md): Use UpdateIndexingConfiguration with an AWS SDK or CLI - [UpdateThing](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_UpdateThing_section.md): Use UpdateThing with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/iot_code_examples_scenarios.md) The following code examples show how to use AWS IoT with AWS SDKs. - [Getting Started with IoT Device Defender](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_GettingStarted_079_section.md): Getting Started with IoT Device Defender - [Getting started with IoT Core](https://docs.aws.amazon.com/code-library/latest/ug/iot_example_iot_GettingStarted_063_section.md): Getting started with IoT Core ### [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/iot-data-plane_code_examples.md) Code examples that show how to use AWS IoT data with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/iot-data-plane_code_examples_basics.md) The following code examples show how to use the basics of AWS IoT data with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/iot-data-plane_code_examples_actions.md) The following code examples show how to use AWS IoT data with AWS SDKs. - [GetThingShadow](https://docs.aws.amazon.com/code-library/latest/ug/iot-data-plane_example_iot-data-plane_GetThingShadow_section.md): Use GetThingShadow with an AWS SDK or CLI - [UpdateThingShadow](https://docs.aws.amazon.com/code-library/latest/ug/iot-data-plane_example_iot-data-plane_UpdateThingShadow_section.md): Use UpdateThingShadow with an AWS SDK or CLI ### [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_code_examples.md) Code examples that show how to use AWS IoT SiteWise with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_code_examples_basics.md) The following code examples show how to use the basics of AWS IoT SiteWise with AWS SDKs. - [Hello AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.md): Hello AWS IoT SiteWise - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Scenario_section.md): Learn the basics of AWS IoT SiteWise with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_code_examples_actions.md) The following code examples show how to use AWS IoT SiteWise with AWS SDKs. - [BatchPutAssetPropertyValue](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.md): Use BatchPutAssetPropertyValue with an AWS SDK or CLI - [CreateAsset](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.md): Use CreateAsset with an AWS SDK or CLI - [CreateAssetModel](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.md): Use CreateAssetModel with an AWS SDK or CLI - [CreateGateway](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.md): Use CreateGateway with an AWS SDK or CLI - [DeleteAsset](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.md): Use DeleteAsset with an AWS SDK or CLI - [DeleteAssetModel](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.md): Use DeleteAssetModel with an AWS SDK or CLI - [DeleteGateway](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.md): Use DeleteGateway with an AWS SDK or CLI - [DescribeAssetModel](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeAssetModel_section.md): Use DescribeAssetModel with an AWS SDK or CLI - [DescribeGateway](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.md): Use DescribeGateway with an AWS SDK or CLI - [GetAssetPropertyValue](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.md): Use GetAssetPropertyValue with an AWS SDK or CLI - [ListAssetModelProperties](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModelProperties_section.md): Use ListAssetModelProperties with an AWS SDK - [ListAssetModels](https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.md): Use ListAssetModels with an AWS SDK or CLI ### [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_code_examples.md) Code examples that show how to use Amazon Keyspaces with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_code_examples_basics.md) The following code examples show how to use the basics of Amazon Keyspaces with AWS SDKs. - [Hello Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.md): Hello Amazon Keyspaces - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.md): Learn the basics of Amazon Keyspaces with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_code_examples_actions.md) The following code examples show how to use Amazon Keyspaces with AWS SDKs. - [CreateKeyspace](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateKeyspace_section.md): Use CreateKeyspace with an AWS SDK - [CreateTable](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.md): Use CreateTable with an AWS SDK - [DeleteKeyspace](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.md): Use DeleteKeyspace with an AWS SDK - [DeleteTable](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.md): Use DeleteTable with an AWS SDK - [GetKeyspace](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.md): Use GetKeyspace with an AWS SDK - [GetTable](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.md): Use GetTable with an AWS SDK - [ListKeyspaces](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.md): Use ListKeyspaces with an AWS SDK - [ListTables](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.md): Use ListTables with an AWS SDK - [RestoreTable](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.md): Use RestoreTable with an AWS SDK - [UpdateTable](https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.md): Use UpdateTable with an AWS SDK ### [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_code_examples.md) Code examples that show how to use Kinesis with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_code_examples_basics.md) The following code examples show how to use the basics of Kinesis with AWS SDKs. - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_Scenario_GettingStarted_section.md): Learn the basics of Kinesis with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_code_examples_actions.md) The following code examples show how to use Kinesis with AWS SDKs. - [AddTagsToStream](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_AddTagsToStream_section.md): Use AddTagsToStream with an AWS SDK or CLI - [CreateStream](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_CreateStream_section.md): Use CreateStream with an AWS SDK or CLI - [DeleteStream](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.md): Use DeleteStream with an AWS SDK or CLI - [DeregisterStreamConsumer](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeregisterStreamConsumer_section.md): Use DeregisterStreamConsumer with an AWS SDK or CLI - [DescribeStream](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.md): Use DescribeStream with an AWS SDK or CLI - [GetRecords](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.md): Use GetRecords with an AWS SDK or CLI - [GetShardIterator](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetShardIterator_section.md): Use GetShardIterator with a CLI - [ListStreamConsumers](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_ListStreamConsumers_section.md): Use ListStreamConsumers with an AWS SDK - [ListStreams](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_ListStreams_section.md): Use ListStreams with an AWS SDK or CLI - [ListTagsForStream](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_ListTagsForStream_section.md): Use ListTagsForStream with an AWS SDK or CLI - [PutRecord](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.md): Use PutRecord with an AWS SDK or CLI - [PutRecords](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecords_section.md): Use PutRecords with an AWS SDK or CLI - [RegisterStreamConsumer](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_RegisterStreamConsumer_section.md): Use RegisterStreamConsumer with an AWS SDK or CLI ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_code_examples_serverless_examples.md) The following code examples show how to use Kinesis with AWS SDKs. - [Invoke a Lambda function from a Kinesis trigger](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_serverless_Kinesis_Lambda_section.md): Invoke a Lambda function from a Kinesis trigger - [Reporting batch item failures for Lambda functions with a Kinesis trigger](https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_serverless_Kinesis_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with a Kinesis trigger ### [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/kms_code_examples.md) Code examples that show how to use AWS KMS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/kms_code_examples_basics.md) The following code examples show how to use the basics of AWS KMS with AWS SDKs. - [Hello AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Hello_section.md): Hello AWS Key Management Service - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.md): Learn the basics of AWS KMS with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/kms_code_examples_actions.md) The following code examples show how to use AWS KMS with AWS SDKs. - [CreateAlias](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.md): Use CreateAlias with an AWS SDK or CLI - [CreateGrant](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.md): Use CreateGrant with an AWS SDK or CLI - [CreateKey](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.md): Use CreateKey with an AWS SDK or CLI - [Decrypt](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.md): Use Decrypt with an AWS SDK or CLI - [DeleteAlias](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.md): Use DeleteAlias with an AWS SDK or CLI - [DescribeKey](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.md): Use DescribeKey with an AWS SDK or CLI - [DisableKey](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.md): Use DisableKey with an AWS SDK or CLI - [EnableKey](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.md): Use EnableKey with an AWS SDK or CLI - [EnableKeyRotation](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.md): Use EnableKeyRotation with an AWS SDK or CLI - [Encrypt](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.md): Use Encrypt with an AWS SDK or CLI - [GenerateDataKey](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.md): Use GenerateDataKey with an AWS SDK or CLI - [GenerateDataKeyWithoutPlaintext](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md): Use GenerateDataKeyWithoutPlaintext with an AWS SDK or CLI - [GenerateRandom](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateRandom_section.md): Use GenerateRandom with an AWS SDK or CLI - [GetKeyPolicy](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.md): Use GetKeyPolicy with an AWS SDK or CLI - [ListAliases](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.md): Use ListAliases with an AWS SDK or CLI - [ListGrants](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.md): Use ListGrants with an AWS SDK or CLI - [ListKeyPolicies](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.md): Use ListKeyPolicies with an AWS SDK or CLI - [ListKeys](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.md): Use ListKeys with an AWS SDK or CLI - [PutKeyPolicy](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.md): Use PutKeyPolicy with an AWS SDK or CLI - [ReEncrypt](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.md): Use ReEncrypt with an AWS SDK or CLI - [RetireGrant](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.md): Use RetireGrant with an AWS SDK or CLI - [RevokeGrant](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.md): Use RevokeGrant with an AWS SDK or CLI - [ScheduleKeyDeletion](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.md): Use ScheduleKeyDeletion with an AWS SDK or CLI - [Sign](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.md): Use Sign with an AWS SDK or CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.md): Use TagResource with an AWS SDK or CLI - [UpdateAlias](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.md): Use UpdateAlias with an AWS SDK or CLI - [Verify](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.md): Use Verify with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/kms_code_examples_scenarios.md) The following code examples show how to use AWS KMS with AWS SDKs. - [Work with table encryption](https://docs.aws.amazon.com/code-library/latest/ug/kms_example_dynamodb_Scenario_EncryptionExamples_section.md): Work with DynamoDB table encryption using AWS Command Line Interface v2 ### [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples.md) Code examples that show how to use Lambda with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples_basics.md) The following code examples show how to use the basics of Lambda with AWS SDKs. - [Hello Lambda](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.md): Hello Lambda - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.md): Learn the basics of Lambda with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples_actions.md) The following code examples show how to use Lambda with AWS SDKs. - [CreateAlias](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateAlias_section.md): Use CreateAlias with a CLI - [CreateFunction](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.md): Use CreateFunction with an AWS SDK or CLI - [DeleteAlias](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteAlias_section.md): Use DeleteAlias with a CLI - [DeleteFunction](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.md): Use DeleteFunction with an AWS SDK or CLI - [DeleteFunctionConcurrency](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunctionConcurrency_section.md): Use DeleteFunctionConcurrency with a CLI - [DeleteProvisionedConcurrencyConfig](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteProvisionedConcurrencyConfig_section.md): Use DeleteProvisionedConcurrencyConfig with a CLI - [GetAccountSettings](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetAccountSettings_section.md): Use GetAccountSettings with a CLI - [GetAlias](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetAlias_section.md): Use GetAlias with a CLI - [GetFunction](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.md): Use GetFunction with an AWS SDK or CLI - [GetFunctionConcurrency](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunctionConcurrency_section.md): Use GetFunctionConcurrency with a CLI - [GetFunctionConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunctionConfiguration_section.md): Use GetFunctionConfiguration with a CLI - [GetPolicy](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetPolicy_section.md): Use GetPolicy with a CLI - [GetProvisionedConcurrencyConfig](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetProvisionedConcurrencyConfig_section.md): Use GetProvisionedConcurrencyConfig with a CLI - [Invoke](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.md): Use Invoke with an AWS SDK or CLI - [ListFunctions](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.md): Use ListFunctions with an AWS SDK or CLI - [ListProvisionedConcurrencyConfigs](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListProvisionedConcurrencyConfigs_section.md): Use ListProvisionedConcurrencyConfigs with a CLI - [ListTags](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListTags_section.md): Use ListTags with a CLI - [ListVersionsByFunction](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListVersionsByFunction_section.md): Use ListVersionsByFunction with a CLI - [PublishVersion](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_PublishVersion_section.md): Use PublishVersion with a CLI - [PutFunctionConcurrency](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_PutFunctionConcurrency_section.md): Use PutFunctionConcurrency with a CLI - [PutProvisionedConcurrencyConfig](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_PutProvisionedConcurrencyConfig_section.md): Use PutProvisionedConcurrencyConfig with a CLI - [RemovePermission](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_RemovePermission_section.md): Use RemovePermission with a CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_TagResource_section.md): Use TagResource with a CLI - [UntagResource](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UntagResource_section.md): Use UntagResource with a CLI - [UpdateAlias](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateAlias_section.md): Use UpdateAlias with a CLI - [UpdateFunctionCode](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.md): Use UpdateFunctionCode with an AWS SDK or CLI - [UpdateFunctionConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.md): Use UpdateFunctionConfiguration with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples_scenarios.md) The following code examples show how to use Lambda with AWS SDKs. - [Automatically confirm known users with a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_CognitoAutoConfirmUser_section.md): Automatically confirm known Amazon Cognito users with a Lambda function using an AWS SDK - [Automatically migrate known users with a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_CognitoAutoMigrateUser_section.md): Automatically migrate known Amazon Cognito users with a Lambda function using an AWS SDK - [Create a REST API to track COVID-19 data](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.md): Create an API Gateway REST API to track COVID-19 data - [Create a REST API with Lambda proxy integration](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_api_gateway_GettingStarted_087_section.md): Create a REST API with Lambda proxy integration - [Create a lending library REST API](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.md): Create a lending library REST API - [Create a messenger application](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.md): Create a messenger application with Step Functions - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Create a websocket chat application](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.md): Create a websocket chat application with API Gateway - [Create an application to analyze customer feedback](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_FSA_section.md): Create an application that analyzes customer feedback and synthesizes audio - [Creating a CloudWatch dashboard with function name as a variable](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cloudwatch_GettingStarted_031_section.md): Creating a CloudWatch dashboard with function name as a variable - [Creating your first Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md): Creating your first Lambda function - [Invoke a Lambda function from a browser](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaForBrowser_section.md): Invoke a Lambda function from a browser - [Transform data with S3 Object Lambda](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ServerlessS3DataTransformation_section.md): Transform data for your application with S3 Object Lambda - [Use API Gateway to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.md): Use API Gateway to invoke a Lambda function - [Use Step Functions to invoke Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ServerlessWorkflows_section.md): Use Step Functions to invoke Lambda functions - [Use scheduled events to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.md): Use scheduled events to invoke a Lambda function - [Use the Neptune API to query graph data](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_Neptune_Query_section.md): Use the Amazon Neptune API to develop a Lambda function that queries graph data - [Using property variables in CloudWatch dashboards to monitor multiple Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_iam_GettingStarted_032_section.md): Using property variables in CloudWatch dashboards to monitor multiple Lambda functions - [Write custom activity data with a Lambda function after Amazon Cognito user authentication](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_CognitoCustomActivityLog_section.md): Write custom activity data with a Lambda function after Amazon Cognito user authentication using an AWS SDK ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples_serverless_examples.md) The following code examples show how to use Lambda with AWS SDKs. - [Connecting to an Amazon RDS database in a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_connect_RDS_Lambda_section.md): Connecting to an Amazon RDS database in a Lambda function - [Invoke a Lambda function from a Kinesis trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_Kinesis_Lambda_section.md): Invoke a Lambda function from a Kinesis trigger - [Invoke a Lambda function from a DynamoDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_DynamoDB_Lambda_section.md): Invoke a Lambda function from a DynamoDB trigger - [Invoke a Lambda function from a Amazon DocumentDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_DocumentDB_Lambda_section.md): Invoke a Lambda function from a Amazon DocumentDB trigger - [Invoke a Lambda function from an Amazon MSK trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_MSK_Lambda_section.md): Invoke a Lambda function from an Amazon MSK trigger - [Invoke a Lambda function from an Amazon S3 trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_S3_Lambda_section.md): Invoke a Lambda function from an Amazon S3 trigger - [Invoke a Lambda function from an Amazon SNS trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_SNS_Lambda_section.md): Invoke a Lambda function from an Amazon SNS trigger - [Invoke a Lambda function from an Amazon SQS trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_SQS_Lambda_section.md): Invoke a Lambda function from an Amazon SQS trigger - [Reporting batch item failures for Lambda functions with a Kinesis trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_Kinesis_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with a Kinesis trigger - [Reporting batch item failures for Lambda functions with a DynamoDB trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_DynamoDB_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with a DynamoDB trigger - [Reporting batch item failures for Lambda functions with an Amazon SQS trigger](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_serverless_SQS_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with an Amazon SQS trigger ### [AWS community contributions](https://docs.aws.amazon.com/code-library/latest/ug/lambda_code_examples_aws_community_contributions.md) AWS community contributions are examples that were created and are maintained by multiple teams across AWS. - [Build and test a serverless application](https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_tributary-lite_serverless-application_section.md): Build and test a serverless application ### [Amazon Lex](https://docs.aws.amazon.com/code-library/latest/ug/lex_code_examples.md) Code examples that show how to use Amazon Lex with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/lex_code_examples_scenarios.md) The following code examples show how to use Amazon Lex with AWS SDKs. - [Building an Amazon Lex chatbot](https://docs.aws.amazon.com/code-library/latest/ug/lex_example_cross_LexChatbotLanguages_section.md): Create an Amazon Lex chatbot to engage your website visitors ### [Lightsail](https://docs.aws.amazon.com/code-library/latest/ug/lightsail_code_examples.md) Code examples that show how to use Lightsail with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/lightsail_code_examples_scenarios.md) The following code examples show how to use Lightsail with AWS SDKs. - [Getting started with Amazon Lightsail](https://docs.aws.amazon.com/code-library/latest/ug/lightsail_example_lightsail_GettingStarted_section.md): Getting started with Amazon Lightsail ### [Amazon Location](https://docs.aws.amazon.com/code-library/latest/ug/location_code_examples.md) Code examples that show how to use Amazon Location with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/location_code_examples_basics.md) The following code examples show how to use the basics of Amazon Location with AWS SDKs. - [Hello Amazon Location](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_Hello_section.md): Hello Amazon Location Service - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_Scenario_section.md): Learn the basics of Amazon Location with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/location_code_examples_actions.md) The following code examples show how to use Amazon Location with AWS SDKs. - [BatchUpdateDevicePosition](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_BatchUpdateDevicePosition_section.md): Use BatchUpdateDevicePosition with an AWS SDK - [CalculateRoute](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CalculateRoute_section.md): Use CalculateRoute with an AWS SDK - [CreateGeofenceCollection](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CreateGeofenceCollection_section.md): Use CreateGeofenceCollection with an AWS SDK - [CreateKey](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CreateKey_section.md): Use CreateKey with an AWS SDK - [CreateMap](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CreateMap_section.md): Use CreateMap with an AWS SDK - [CreateRouteCalculator](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CreateRouteCalculator_section.md): Use CreateRouteCalculator with an AWS SDK - [CreateTracker](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_CreateTracker_section.md): Use CreateTracker with an AWS SDK - [DeleteGeofenceCollection](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_DeleteGeofenceCollection_section.md): Use DeleteGeofenceCollection with an AWS SDK - [DeleteKey](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_DeleteKey_section.md): Use DeleteKey with an AWS SDK - [DeleteMap](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_DeleteMap_section.md): Use DeleteMap with an AWS SDK - [DeleteRouteCalculator](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_DeleteRouteCalculator_section.md): Use DeleteRouteCalculator with an AWS SDK - [DeleteTracker](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_DeleteTracker_section.md): Use DeleteTracker with an AWS SDK - [GetDevicePosition](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_GetDevicePosition_section.md): Use GetDevicePosition with an AWS SDK - [PutGeofence](https://docs.aws.amazon.com/code-library/latest/ug/location_example_location_PutGeofence_section.md): Use PutGeofence with an AWS SDK ### [Location Service Places](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_code_examples.md) Code examples that show how to use Location Service Places with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_code_examples_basics.md) The following code examples show how to use the basics of Location Service Places with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_code_examples_actions.md) The following code examples show how to use Location Service Places with AWS SDKs. - [ReverseGeocode](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_example_geo-places_ReverseGeocode_section.md): Use ReverseGeocode with an AWS SDK - [SearchNearby](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_example_geo-places_SearchNearby_section.md): Use SearchNearby with an AWS SDK - [SearchText](https://docs.aws.amazon.com/code-library/latest/ug/geo-places_example_geo-places_SearchText_section.md): Use SearchText with an AWS SDK ### [Amazon Managed Grafana](https://docs.aws.amazon.com/code-library/latest/ug/grafana_code_examples.md) Code examples that show how to use Amazon Managed Grafana with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/grafana_code_examples_scenarios.md) The following code examples show how to use Amazon Managed Grafana with AWS SDKs. - [Creating an Amazon Managed Grafana workspace](https://docs.aws.amazon.com/code-library/latest/ug/grafana_example_iam_GettingStarted_044_section.md): Creating an Amazon Managed Grafana workspace ### [Managed Service for Apache Flink](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_code_examples.md) Code examples that show how to use Managed Service for Apache Flink with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_code_examples_basics.md) The following code examples show how to use the basics of Managed Service for Apache Flink with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_code_examples_actions.md) The following code examples show how to use Managed Service for Apache Flink with AWS SDKs. - [AddApplicationInput](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.md): Use AddApplicationInput with an AWS SDK - [AddApplicationOutput](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.md): Use AddApplicationOutput with an AWS SDK - [CreateApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.md): Use CreateApplication with an AWS SDK - [DeleteApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.md): Use DeleteApplication with an AWS SDK - [DescribeApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.md): Use DescribeApplication with an AWS SDK - [DescribeApplicationSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.md): Use DescribeApplicationSnapshot with an AWS SDK - [DiscoverInputSchema](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.md): Use DiscoverInputSchema with an AWS SDK - [StartApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.md): Use StartApplication with an AWS SDK - [StopApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.md): Use StopApplication with an AWS SDK - [UpdateApplication](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.md): Use UpdateApplication with an AWS SDK ### [Data generator](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_code_examples_data_generator.md) The following code examples show how to use Managed Service for Apache Flink with AWS SDKs. - [Generate a stream with a referrer](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.md): Generate a Kinesis stream with a referrer using an AWS SDK - [Generate a stream with blood pressure anomalies](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.md): Generate a Kinesis stream with blood pressure anomalies using an AWS SDK - [Generate a stream with data in columns](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.md): Generate a Kinesis stream with data in columns using an AWS SDK - [Generate a stream with heart rate anomalies](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.md): Generate a Kinesis stream with heart rate anomalies using an AWS SDK - [Generate a stream with hotspots](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.md): Generate a Kinesis stream with hotspots using an AWS SDK - [Generate a stream with log entries](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.md): Generate a Kinesis stream with log entries using an AWS SDK - [Generate a stream with stagger data](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.md): Generate a Kinesis stream with stagger data using an AWS SDK - [Generate a stream with stock ticker data](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.md): Generate a Kinesis stream with stock ticker data using an AWS SDK - [Generate a stream with two data types](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.md): Generate a Kinesis stream with two data types using an AWS SDK - [Generate a stream with web log data](https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.md): Generate a Kinesis stream with web log data using an AWS SDK ### [AWS Marketplace Catalog API](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples.md) Code examples that show how to use AWS Marketplace Catalog API with an AWS SDK. ### [AMI products](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_ami_products.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Add a dimension to an existing AMI product and update the offer pricing terms](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_AddDimensionToAmiProductAndSetPriceInPublicOffer_section.md): Add a dimension to an existing AMI product and update the offer pricing terms using an AWS SDK - [Add a region where an AMI product is deployed](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_AddRegionExistingAmiProduct_section.md): Add a region where an AMI product is deployed using an AWS SDK - [Create a public or limited AMI product and a public offer with hourly annual pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedAmiProductAndPublicOfferWithHourlyAnnualPricing_section.md): Create a public or limited AMI product and a public offer with hourly annual pricing using an AWS SDK - [Create a public or limited AMI product and public offer with hourly monthly pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedAmiProductAndPublicOfferWithHourlyMonthlyPricing_section.md): Create a public or limited AMI product and public offer with hourly monthly pricing using an AWS SDK - [Create a public or limited AMI product and public offer with hourly pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedAmiProductAndPublicOfferWithHourlyPricing_section.md): Create a public or limited AMI product and public offer with hourly pricing using an AWS SDK - [Create an draft AMI product with a draft public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateDraftAmiProductWithDraftPublicOffer_section.md): Create an draft AMI product with a draft public offer using an AWS SDK - [Restrict a region where an AMI product is deployed](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_RestrictRegionExistingAmiProduct_section.md): Restrict a region where an AMI product is deployed using an AWS SDK - [Restrict product visibility](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_RestrictExistingAmi_section.md): Restrict product visibility using an AWS SDK - [Specify whether AMI assets are deployed in new regions](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateFutureRegionSupport_section.md): Specify whether AMI assets are deployed in new regions using an AWS SDK ### [Channel partner offers](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_channel_partner_offers.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Create a draft CPPO for any product type](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateDraftCppoOffer_section.md): Create a draft CPPO for any product type using an AWS SDK - [Create a resale authorization replacement private offer with contract pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateResaleAuthorizationReplacementOffer_section.md): Create a resale authorization replacement private offer from an existing agreement with contract pricing using an AWS SDK - [List all CPPOs created by a channel partner](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListAllCppoOffers_section.md): List all CPPOs created by a channel partner using an AWS SDK - [List all shared resale authorizations available to a channel partner](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListAllSharedResaleAuthorizations_section.md): List all shared resale authorizations available to a channel partner using an AWS SDK - [Publish a CPPO and append a buyer EULA](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishCppoEula_section.md): Publish a CPPO and append a buyer EULA using an AWS SDK - [Publish a CPPO using one-time resale authorization and update price markup](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishOneTimeCppoWithPriceMarkup_section.md): Publish a CPPO using one-time resale authorization and update price markup using an AWS SDK - [Publish a draft CPPO and update price markup](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishCppoPriceMarkup_section.md): Publish a draft CPPO and update price markup using an AWS SDK - [Update the expiration date of a CPPO](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateCppoExpiryDate_section.md): Update the expiration date of a CPPO using an AWS SDK ### [Container products](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_container_products.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Create a draft container product with a draft public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateDraftContainerProductWithDraftPublicOffer_section.md): Create a draft container product with a draft public offer using an AWS SDK - [Create a limited container product with a public offer and contract pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedContainerProductPublicOffer_section.md): Create a limited container product with public offer, contract pricing using an AWS SDK ### [Entities](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_entities.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Describe all entities in a single call](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_BatchDescribeEntities_section.md): Describe all entities in a single call using an AWS SDK - [List and describe all offers associated with a product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListProductOffers_section.md): List and describe all offers associated with a product using an AWS SDK ### [Offers](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_offers.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Create a custom dimension for a SaaS product and create a private offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateSaasProductCustomDimensionAndPrivateOffer_section.md): Create a custom dimension for a SaaS product and create a private offer using an AWS SDK - [Create a draft private offer for an AMI or SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateDraftPrivateOffer_section.md): Create a draft private offer for an AMI or SaaS product using an AWS SDK - [Create a private offer with contract and Pay-As-You-Go pricing for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithContractWithPayAsYouGoPricingForSaasProduct_section.md): Create a private offer with contract and Pay-As-You-Go pricing for a SaaS product using an AWS SDK - [Create a private offer with contract pricing and a flexible payment schedule for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithContractPricingWithFlexiblePaymentScheduleForSaasProduct_section.md): Create a private offer with contract pricing and a flexible payment schedule for a SaaS product using an AWS SDK - [Create a private offer with contract pricing for a Container product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithContractPricingForContainerProduct_section.md): Create a private offer with contract pricing for a Container product using an AWS SDK - [Create a private offer with contract pricing for an AMI product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithContractPricingForAmiProduct_section.md): Create a private offer with contract pricing for an AMI product using an AWS SDK - [Create a private offer with hourly annual pricing and a flexible payment schedule for an AMI product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithHourlyAnnualPricingAndFlexiblePaymentScheduleForAmiProduct_section.md): Create a private offer with hourly annual pricing and a flexible payment schedule for an AMI product using an AWS SDK - [Create a private offer with hourly annual pricing for an AMI product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithHourlyAnnualPricingForAmiProduct_section.md): Create a private offer with hourly annual pricing for an AMI product using an AWS SDK - [Create a private offer with hourly pricing for an AMI product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithHourlyPricingForAmiProduct_section.md): Create a private offer with hourly pricing for an AMI product using an AWS SDK - [Create a private offer with subscription pricing for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithSubscriptionPricingForSaasProduct_section.md): Create a private offer with subscription pricing for a SaaS product using an AWS SDK - [Create a private offer with tiered contract pricing for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePrivateOfferWithTieredContractPricingForSaasProduct_section.md): Create a private offer with tiered contract pricing for a SaaS product using an AWS SDK - [Create a public free trial offer with subscription pricing for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreatePublicFreeTrialOfferWithSubscriptionPricingForSaasProduct_section.md): Create a public free trial offer with subscription pricing for a SaaS product using an AWS SDK - [Create a replacement private offer with contract pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateReplacementPrivateOfferWithContractPricing_section.md): Create a replacement private offer from an existing agreement with contract pricing using an AWS SDK - [Describe a public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_DescribeOffer_section.md): Describe a public offer using an AWS SDK - [Expire a draft private offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ExpirePrivateOffer_section.md): Expire a private offer using an AWS SDK - [List all private offers](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListAllPrivateOffers_section.md): List all private offers using an AWS SDK - [List released public and private offers for a specific product ID](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListProductPublicOrPrivateReleasedOffers_section.md): List released public and private offers for a specific product ID using an AWS SDK - [Update an offer to apply a contract with Pay-As-You-Go pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateOfferWithContractAndPayAsYouGoPricing_section.md): Update an offer to apply a contract with Pay-As-You-Go pricing using an AWS SDK - [Update an offer to apply hourly annual pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateOfferWithHourlyAnnualPricing_section.md): Update an offer to apply hourly annual pricing using an AWS SDK - [Update an offer to apply targeting to specific geographic regions](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateOfferTargeting_section.md): Update an offer to apply targeting to specific geographic regions using an AWS SDK - [Update name and description of a public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateOfferNameAndDescription_section.md): Update name and description of a public offer using an AWS SDK - [Update the EULA of an offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateEula_section.md): Update the EULA of an offer using an AWS SDK - [Update the expiration date of a private offer to a future date](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateOfferExpirationDateOfPrivateOffer_section.md): Update the expiration date of a private offer to a future date using an AWS SDK - [Update the free trial duration of a public free trial offer for a SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateFreeTrialDurationOfPublicFreeTrialOfferForSaasProduct_section.md): Update the free trial duration of a public free trial offer for a SaaS product using an AWS SDK - [Update the refund policy of an offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateRefundPolicy_section.md): Update the refund policy of an offer using an AWS SDK ### [Products](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_products.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Describe an AMI, SaaS, or Container product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_DescribeProduct_section.md): Describe an AMI, SaaS, or Container product using an AWS SDK - [List all AMI, SaaS, or Container products and associated public offers](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ListProducts_section.md): List all AMI, SaaS, or Container products and associated public offers using an AWS SDK ### [Resale authorization](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_resale_authorization.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Create draft resale authorization](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_DraftResaleauthAllproducttype_section.md): Create draft resale authorization for any product type using an AWS SDK - [Describe a resale authorization](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_DescribeResaleAuthorization_section.md): Describe a resale authorization using an AWS SDK - [Publish a one-time resale authorization with a private offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_OnetimeResaleauthPrivateoffer_section.md): Publish a one-time resale authorization with a private offer using an AWS SDK - [Publish multi-use resale authorization with an expiration date](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthExpirydateCppo_section.md): Publish multi-use resale authorization with an expiration date using an AWS SDK - [Publish multi-use resale authorization with an expiration date and a EULA](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthExpirydateCustomEula_section.md): Publish multi-use resale authorization with an expiration date and a EULA to be sent to the buyer using an AWS SDK - [Publish multi-use resale authorization with an expiration date and reseller contract documentation](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthExpirydateCustomresellerContractdoc_section.md): Publish multi-use resale authorization with an expiration date and add reseller contract documentation using an AWS SDK - [Publish multi-use resale authorization with expiration and add a specific buyer account](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishMultiuseResaleAuthorizationExpirydateSpecificBuyer_section.md): Publish multi-use resale authorization with expiration and add a specific buyer account for the resale using an AWS SDK - [Publish multi-use resale authorization without an expiration date](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthNoExpirydateCppo_section.md): Publish multi-use resale authorization without an expiration date using an AWS SDK - [Publish multi-use resale authorization without an expiration date and a EULA](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthNoExpirydateCustomEula_section.md): Publish multi-use resale authorization without an expiration date and add a custom EULA using an AWS SDK - [Publish multi-use resale authorization without an expiration date and reseller contract documentation](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_MultiuseResaleauthNoExpirydateCustomresellerContractdoc_section.md): Publish multi-use resale authorization without an expiration date and add reseller contract documentation using an AWS SDK - [Publish multi-use resale authorization without expiration and add a specific buyer account](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishMultiuseResaleAuthorizationNoExpirydateSpecificBuyer_section.md): Publish multi-use resale authorization without expiration date and add a specific buyer account for the resale using an AWS SDK - [Publish one-time resale authorization and add Flexible payment schedule](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishOnetimeResaleAuthorizationFlexiblePayment_section.md): Publish one-time resale authorization and add Flexible payment schedule using an AWS SDK - [Publish one-time resale authorization and add a EULA](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_OnetimeResaleauthCustomEula_section.md): Publish one-time resale authorization for any product type and add a EULA using an AWS SDK - [Publish one-time resale authorization and add a specific buyer account](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishOnetimeResaleAuthorizationSpecificBuyer_section.md): Publish one-time resale authorization and add a specific buyer account for the resale using an AWS SDK - [Publish one-time resale authorization and add reseller contract documentation](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_OnetimeResaleauthCustomresellerContractdoc_section.md): Publish one-time resale authorization for any product type and add reseller contract documentation using an AWS SDK - [Publish one-time resale authorization and add whether it is a renewal](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_OnetimeResaleauthRenewal_section.md): Publish one-time resale authorization for and add whether it is a renewal using an AWS SDK - [Restrict resale authorization](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_RestrictResaleAuthorization_section.md): Restrict resale authorization using an AWS SDK - [Update name and description of one-time or multi-use resale authorization](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateUnpublishedResaleAuthorization_section.md): Update name and description of one-time or multi-use resale authorization using an AWS SDK ### [SaaS products](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_saas_products.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Create a draft SaaS product with a draft public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateDraftSaasProductWithDraftPublicOffer_section.md): Create a draft SaaS product with a draft public offer using an AWS SDK - [Create a public or limited SaaS product and public offer with contract pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedSaasProductAndPublicOfferWithContractPricing_section.md): Create a public or limited SaaS product and public offer with contract pricing using an AWS SDK - [Create a public or limited SaaS product and public offer with contract with Pay-As-You-Go pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedSaasProductAndPublicOfferWithContractWithPayAsYouGoPricing_section.md): Create a public or limited SaaS product and public offer with contract with Pay-As-You-Go pricing using an AWS SDK - [Create a public or limited SaaS product and public offer with subscription pricing](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_CreateLimitedSaasProductAndPublicOfferWithSubscriptionPricing_section.md): Create a public or limited SaaS product and public offer with subscription pricing using an AWS SDK - [Publish a SaaS product and associated public offer](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishSaasProductPublicOffer_section.md): Publish a SaaS product and associated public offer using an AWS SDK - [Publish a SaaS product and associated public offer from an existing draft](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_PublishExistingSaas_section.md): Publish a SaaS product and associated public offer from an existing draft using an AWS SDK - [Update dimensions on an AMI or SaaS product](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_UpdateNameDimensionSaasProduct_section.md): Update dimensions on an AMI or SaaS product using an AWS SDK ### [Utilities](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_code_examples_utilities.md) The following code examples show how to use AWS Marketplace Catalog API with AWS SDKs. - [Utilities to start a changeset](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-catalog_example_marketplace-catalog_ChangeSetUtilities_section.md): Utilities to start a changeset using an AWS SDK ### [AWS Marketplace Agreement API](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_code_examples.md) Code examples that show how to use AWS Marketplace Agreement API with an AWS SDK. ### [Agreements](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_code_examples_agreements.md) The following code examples show how to use AWS Marketplace Agreement API with AWS SDKs. - [Get all agreement IDs](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAllAgreementsIds_section.md): Get all agreement IDs using an AWS SDK - [Get all agreements](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAllAgreements_section.md): Get all agreements using an AWS SDK - [Get customer ID from an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementCustomer_section.md): Get customer ID from an agreement using an AWS SDK - [Get financial details from an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementFinancialDetails_section.md): Get financial details from an agreement using an AWS SDK - [Get free trial details from an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsFreeTrialDetails_section.md): Get free trial details from an agreement using an AWS SDK - [Get information about an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_DescribeAgreement_section.md): Get information about an agreement using an AWS SDK - [Get product and offer details from an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetProductAndOfferDetailFromAgreement_section.md): Get product and offer details from an agreement using an AWS SDK - [Get the EULA of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsEula_section.md): Get the EULA of an agreement using an AWS SDK - [Get the auto renewal terms of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementAutoRenewal_section.md): Get the auto renewal terms of an agreement using an AWS SDK - [Get the dimensions purchased in an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionPurchased_section.md): Get the dimensions purchased in an agreement using an AWS SDK - [Get the instances of each dimension purchased in an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionInstances_section.md): Get the instances of each dimension purchased in an agreement using an AWS SDK - [Get the payment schedule of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPaymentSchedule_section.md): Get the payment schedule of an agreement using an AWS SDK - [Get the pricing per dimension in an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPricingEachDimension_section.md): Get the pricing per dimension in an agreement using an AWS SDK - [Get the pricing type of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementPricingType_section.md): Get the pricing type of an agreement using an AWS SDK - [Get the product type of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementProductType_section.md): Get the product type of an agreement using an AWS SDK - [Get the status of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementStatus_section.md): Get the status of an agreement using an AWS SDK - [Get the support terms of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTermsSupportTerm_section.md): Get the support terms of an agreement using an AWS SDK - [Get the terms of an agreement](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_GetAgreementTerms_section.md): Get the terms of an agreement using an AWS SDK - [Search for agreements by account ID](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByAccountId_section.md): Search for agreements by account ID using an AWS SDK - [Search for agreements by agreement ID](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsById_section.md): Search for agreements by agreement ID using an AWS SDK - [Search for agreements by end date](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByEndDate_section.md): Search for agreements by end date using an AWS SDK - [Search for agreements by offer ID](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOfferId_section.md): Search for agreements by offer ID using an AWS SDK - [Search for agreements by product ID](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByProductId_section.md): Search for agreements by product ID using an AWS SDK - [Search for agreements by status](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByByStatus_section.md): Search for agreements by status using an AWS SDK - [Search for agreements with one custom filter](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOneFilter_section.md): Search for agreements with one custom filter using an AWS SDK - [Search for agreements with two custom filters](https://docs.aws.amazon.com/code-library/latest/ug/marketplace-agreement_example_marketplace-agreement_SearchAgreementsByTwoFilters_section.md): Search for agreements with two custom filters using an AWS SDK ### [MediaConnect](https://docs.aws.amazon.com/code-library/latest/ug/mediaconnect_code_examples.md) Code examples that show how to use MediaConnect with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/mediaconnect_code_examples_scenarios.md) The following code examples show how to use MediaConnect with AWS SDKs. - [Getting started with Elemental MediaConnect](https://docs.aws.amazon.com/code-library/latest/ug/mediaconnect_example_mediaconnect_GettingStarted_081_section.md): Getting started with Elemental MediaConnect ### [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_code_examples.md) Code examples that show how to use MediaConvert with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_code_examples_basics.md) The following code examples show how to use the basics of MediaConvert with AWS SDKs. - [Hello MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_example_mediaconvert_Hello_section.md): Hello MediaConvert ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_code_examples_actions.md) The following code examples show how to use MediaConvert with AWS SDKs. - [CreateJob](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_example_mediaconvert_CreateJob_section.md): Use CreateJob with an AWS SDK or CLI - [GetJob](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_example_mediaconvert_GetJob_section.md): Use GetJob with an AWS SDK or CLI - [ListJobs](https://docs.aws.amazon.com/code-library/latest/ug/mediaconvert_example_mediaconvert_ListJobs_section.md): Use ListJobs with an AWS SDK or CLI ### [MediaLive](https://docs.aws.amazon.com/code-library/latest/ug/medialive_code_examples.md) Code examples that show how to use MediaLive with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/medialive_code_examples_basics.md) The following code examples show how to use the basics of MediaLive with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/medialive_code_examples_actions.md) The following code examples show how to use MediaLive with AWS SDKs. - [ListInputs](https://docs.aws.amazon.com/code-library/latest/ug/medialive_example_medialive_ListInputs_section.md): Use ListInputs with an AWS SDK ### [MediaPackage](https://docs.aws.amazon.com/code-library/latest/ug/mediapackage_code_examples.md) Code examples that show how to use MediaPackage with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/mediapackage_code_examples_basics.md) The following code examples show how to use the basics of MediaPackage with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/mediapackage_code_examples_actions.md) The following code examples show how to use MediaPackage with AWS SDKs. - [ListChannels](https://docs.aws.amazon.com/code-library/latest/ug/mediapackage_example_mediapackage_ListChannels_section.md): Use ListChannels with an AWS SDK or CLI - [ListOriginEndpoints](https://docs.aws.amazon.com/code-library/latest/ug/mediapackage_example_mediapackage_ListOriginEndpoints_section.md): Use ListOriginEndpoints with an AWS SDK or CLI ### [Migration Hub](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_code_examples.md) Code examples that show how to use Migration Hub with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_code_examples_basics.md) The following code examples show how to use the basics of Migration Hub with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_code_examples_actions.md) The following code examples show how to use Migration Hub with AWS SDKs. - [DeleteProgressUpdateStream](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_DeleteProgressUpdateStream_section.md): Use DeleteProgressUpdateStream with an AWS SDK - [DescribeApplicationState](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_DescribeApplicationState_section.md): Use DescribeApplicationState with an AWS SDK - [DescribeMigrationTask](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_DescribeMigrationTask_section.md): Use DescribeMigrationTask with an AWS SDK - [ImportMigrationTask](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_ImportMigrationTask_section.md): Use ImportMigrationTask with an AWS SDK - [ListApplications](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_ListApplications_section.md): Use ListApplications with an AWS SDK - [ListCreatedArtifacts](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_ListCreatedArtifacts_section.md): Use ListCreatedArtifacts with an AWS SDK - [ListMigrationTasks](https://docs.aws.amazon.com/code-library/latest/ug/migration-hub_example_migration-hub_ListMigrationTasks_section.md): Use ListMigrationTasks with an AWS SDK ### [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/kafka_code_examples.md) Code examples that show how to use Amazon MSK with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/kafka_code_examples_scenarios.md) The following code examples show how to use Amazon MSK with AWS SDKs. - [Getting started with Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/kafka_example_ec2_GettingStarted_057_section.md): Getting started with Amazon MSK ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/kafka_code_examples_serverless_examples.md) The following code examples show how to use Amazon MSK with AWS SDKs. - [Invoke a Lambda function from an Amazon MSK trigger](https://docs.aws.amazon.com/code-library/latest/ug/kafka_example_serverless_MSK_Lambda_section.md): Invoke a Lambda function from an Amazon MSK trigger ### [Neptune](https://docs.aws.amazon.com/code-library/latest/ug/neptune_code_examples.md) Code examples that show how to use Neptune with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/neptune_code_examples_basics.md) The following code examples show how to use the basics of Neptune with AWS SDKs. - [Hello Neptune](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_Hello_section.md): Hello Amazon Neptune - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_Scenario_section.md): Learn the basics of Neptune with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/neptune_code_examples_actions.md) The following code examples show how to use Neptune with AWS SDKs. - [CreateDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_CreateDBCluster_section.md): Use CreateDBCluster with an AWS SDK - [CreateDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_CreateDBInstance_section.md): Use CreateDBInstance with an AWS SDK - [CreateDBSubnetGroup](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_CreateDBSubnetGroup_section.md): Use CreateDBSubnetGroup with an AWS SDK - [CreateGraph](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_CreateGraph_section.md): Use CreateGraph with an AWS SDK - [DeleteDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_DeleteDBCluster_section.md): Use DeleteDBCluster with an AWS SDK - [DeleteDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_DeleteDBInstance_section.md): Use DeleteDBInstance with an AWS SDK - [DeleteDBSubnetGroup](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_DeleteDBSubnetGroup_section.md): Use DeleteDBSubnetGroup with an AWS SDK - [DescribeDBClusters](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_DescribeDBClusters_section.md): Use DescribeDBClusters with an AWS SDK - [DescribeDBInstances](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_DescribeDBInstances_section.md): Use DescribeDBInstances with an AWS SDK - [ExecuteGremlinProfileQuery](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_ExecuteGremlinProfileQuery_section.md): Use ExecuteGremlinProfileQuery with an AWS SDK - [ExecuteGremlinQuery](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_ExecuteGremlinQuery_section.md): Use ExecuteGremlinQuery with an AWS SDK - [ExecuteOpenCypherExplainQuery](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_ExecuteOpenCypherExplainQuery_section.md): Use ExecuteOpenCypherExplainQuery with an AWS SDK - [ExecuteQuery](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_ExecuteQuery_section.md): Use ExecuteQuery with an AWS SDK - [StartDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_StartDBCluster_section.md): Use StartDBCluster with an AWS SDK - [StopDBCluster](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_neptune_StopDBCluster_section.md): Use StopDBCluster with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/neptune_code_examples_scenarios.md) The following code examples show how to use Neptune with AWS SDKs. - [Getting started with Amazon Neptune](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_ec2_GettingStarted_064_section.md): Getting started with Amazon Neptune - [Use the Neptune API to query graph data](https://docs.aws.amazon.com/code-library/latest/ug/neptune_example_cross_Neptune_Query_section.md): Use the Amazon Neptune API to develop a Lambda function that queries graph data ### [Organizations](https://docs.aws.amazon.com/code-library/latest/ug/organizations_code_examples.md) Code examples that show how to use Organizations with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/organizations_code_examples_basics.md) The following code examples show how to use the basics of Organizations with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/organizations_code_examples_actions.md) The following code examples show how to use Organizations with AWS SDKs. - [AttachPolicy](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.md): Use AttachPolicy with an AWS SDK or CLI - [CreateAccount](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreateAccount_section.md): Use CreateAccount with an AWS SDK or CLI - [CreateOrganization](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreateOrganization_section.md): Use CreateOrganization with an AWS SDK or CLI - [CreateOrganizationalUnit](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreateOrganizationalUnit_section.md): Use CreateOrganizationalUnit with an AWS SDK or CLI - [CreatePolicy](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.md): Use CreatePolicy with an AWS SDK or CLI - [DeleteOrganization](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeleteOrganization_section.md): Use DeleteOrganization with an AWS SDK or CLI - [DeleteOrganizationalUnit](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeleteOrganizationalUnit_section.md): Use DeleteOrganizationalUnit with an AWS SDK or CLI - [DeletePolicy](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.md): Use DeletePolicy with an AWS SDK or CLI - [DescribePolicy](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.md): Use DescribePolicy with an AWS SDK or CLI - [DetachPolicy](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DetachPolicy_section.md): Use DetachPolicy with an AWS SDK or CLI - [ListAccounts](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListAccounts_section.md): Use ListAccounts with an AWS SDK or CLI - [ListOrganizationalUnitsForParent](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListOrganizationalUnitsForParent_section.md): Use ListOrganizationalUnitsForParent with an AWS SDK or CLI - [ListPolicies](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.md): Use ListPolicies with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/organizations_code_examples_scenarios.md) The following code examples show how to use Organizations with AWS SDKs. - [Permission policy allows AWS Compute Optimizer Automation to apply recommended actions](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.managed-policies.xml.10_section.md): Allows the AWS Compute Optimizer Automation feature to apply recommended actions - [Permission policy to enable Automation across your organization](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.2_section.md): Policy to enable Automation across your organization - [Permission policy to enable Automation for your account](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.1_section.md): Policy to enable Automation for your account - [Permission policy to grant full access to Compute Optimizer Automation for a management account of an organization](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.5_section.md): Policy to grant full access to Compute Optimizer Automation for a management account of an organization - [Permission policy to grant full access to Compute Optimizer Automation for standalone AWS accounts](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.3_section.md): Policy to grant full access to Compute Optimizer Automation for standalone AWS accounts - [Permission policy to grant read-only access to Compute Optimizer Automation for a management account of an organization](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.6_section.md): Policy to grant read-only access to Compute Optimizer Automation for a management account of an organization - [Permission policy to grant read-only access to Compute Optimizer Automation for standalone AWS accounts](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.automation.xml.4_section.md): Policy to grant read-only access to Compute Optimizer Automation for standalone AWS accounts - [Permission policy to grant service-linked role permissions for Compute Optimization Automation](https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_iam-policies.AWSMettleDocs.latest.userguide.slr-automation.xml.1_section.md): Policy to grants service-linked role permissions for Compute Optimization Automation ### [Partner Central](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_code_examples.md) Code examples that show how to use Partner Central with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_code_examples_basics.md) The following code examples show how to use the basics of Partner Central with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_code_examples_actions.md) The following code examples show how to use Partner Central with AWS SDKs. - [AssignOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_AssignOpportunity_section.md): Use AssignOpportunity with an AWS SDK - [AssociateOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_AssociateOpportunity_section.md): Use AssociateOpportunity with an AWS SDK - [CreateOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_CreateOpportunity_section.md): Use CreateOpportunity with an AWS SDK - [DisassociateOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_DisassociateOpportunity_section.md): Use DisassociateOpportunity with an AWS SDK - [GetAwsOpportunitySummary](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_GetAwsOpportunitySummary_section.md): Use GetAwsOpportunitySummary with an AWS SDK - [GetEngagementInvitation](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_GetEngagementInvitation_section.md): Use GetEngagementInvitation with an AWS SDK - [GetOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_GetOpportunity_section.md): Use GetOpportunity with an AWS SDK - [ListEngagementInvitations](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_ListEngagementInvitations_section.md): Use ListEngagementInvitations with an AWS SDK - [ListOpportunities](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_ListOpportunities_section.md): Use ListOpportunities with an AWS SDK - [ListSolutions](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_ListSolutions_section.md): Use ListSolutions with an AWS SDK - [RejectEngagementInvitation](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_RejectEngagementInvitation_section.md): Use RejectEngagementInvitation with an AWS SDK - [StartEngagementByAcceptingInvitationTask](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_StartEngagementByAcceptingInvitationTask_section.md): Use StartEngagementByAcceptingInvitationTask with an AWS SDK - [StartEngagementFromOpportunityTask](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_StartEngagementFromOpportunityTask_section.md): Use StartEngagementFromOpportunityTask with an AWS SDK - [UpdateOpportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling_UpdateOpportunity_section.md): Use UpdateOpportunity with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_code_examples_scenarios.md) The following code examples show how to use Partner Central with AWS SDKs. - [Update associated entity of an opportunity](https://docs.aws.amazon.com/code-library/latest/ug/partnercentral-selling_example_partnercentral-selling__UpdateAssociatedEntity_section.md): Update associated entity of an opportunity ### [AWS Payment Cryptography](https://docs.aws.amazon.com/code-library/latest/ug/payment-cryptography_code_examples.md) Code examples that show how to use AWS Payment Cryptography with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/payment-cryptography_code_examples_scenarios.md) The following code examples show how to use AWS Payment Cryptography with AWS SDKs. - [Getting started with Payment Cryptography](https://docs.aws.amazon.com/code-library/latest/ug/payment-cryptography_example_payment_cryptography_GettingStarted_067_section.md): Getting started with Payment Cryptography ### [Amazon Personalize](https://docs.aws.amazon.com/code-library/latest/ug/personalize_code_examples.md) Code examples that show how to use Amazon Personalize with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/personalize_code_examples_basics.md) The following code examples show how to use the basics of Amazon Personalize with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/personalize_code_examples_actions.md) The following code examples show how to use Amazon Personalize with AWS SDKs. - [CreateBatchInferenceJob](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateBatchInferenceJob_section.md): Use CreateBatchInferenceJob with an AWS SDK - [CreateBatchSegmentJob](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateBatchSegmentJob_section.md): Use CreateBatchSegmentJob with an AWS SDK - [CreateCampaign](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateCampaign_section.md): Use CreateCampaign with an AWS SDK - [CreateDataset](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateDataset_section.md): Use CreateDataset with an AWS SDK - [CreateDatasetExportJob](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateDatasetExportJob_section.md): Use CreateDatasetExportJob with an AWS SDK - [CreateDatasetGroup](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateDatasetGroup_section.md): Use CreateDatasetGroup with an AWS SDK - [CreateDatasetImportJob](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateDatasetImportJob_section.md): Use CreateDatasetImportJob with an AWS SDK - [CreateEventTracker](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateEventTracker_section.md): Use CreateEventTracker with an AWS SDK - [CreateFilter](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateFilter_section.md): Use CreateFilter with an AWS SDK - [CreateRecommender](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateRecommender_section.md): Use CreateRecommender with an AWS SDK - [CreateSchema](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateSchema_section.md): Use CreateSchema with an AWS SDK - [CreateSolution](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateSolution_section.md): Use CreateSolution with an AWS SDK - [CreateSolutionVersion](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_CreateSolutionVersion_section.md): Use CreateSolutionVersion with an AWS SDK - [DeleteCampaign](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DeleteCampaign_section.md): Use DeleteCampaign with an AWS SDK - [DeleteEventTracker](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DeleteEventTracker_section.md): Use DeleteEventTracker with an AWS SDK - [DeleteSolution](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DeleteSolution_section.md): Use DeleteSolution with an AWS SDK - [DescribeCampaign](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DescribeCampaign_section.md): Use DescribeCampaign with an AWS SDK - [DescribeRecipe](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DescribeRecipe_section.md): Use DescribeRecipe with an AWS SDK - [DescribeSolution](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_DescribeSolution_section.md): Use DescribeSolution with an AWS SDK - [ListCampaigns](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_ListCampaigns_section.md): Use ListCampaigns with an AWS SDK - [ListDatasetGroups](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_ListDatasetGroups_section.md): Use ListDatasetGroups with an AWS SDK - [ListRecipes](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_ListRecipes_section.md): Use ListRecipes with an AWS SDK - [ListSolutions](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_ListSolutions_section.md): Use ListSolutions with an AWS SDK - [UpdateCampaign](https://docs.aws.amazon.com/code-library/latest/ug/personalize_example_personalize_UpdateCampaign_section.md): Use UpdateCampaign with an AWS SDK ### [Amazon Personalize Events](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_code_examples.md) Code examples that show how to use Amazon Personalize Events with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_code_examples_basics.md) The following code examples show how to use the basics of Amazon Personalize Events with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_code_examples_actions.md) The following code examples show how to use Amazon Personalize Events with AWS SDKs. - [PutEvents](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_example_personalize-events_PutEvents_section.md): Use PutEvents with an AWS SDK - [PutItems](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_example_personalize-events_PutItems_section.md): Use PutItems with an AWS SDK - [PutUsers](https://docs.aws.amazon.com/code-library/latest/ug/personalize-events_example_personalize-events_PutUsers_section.md): Use PutUsers with an AWS SDK ### [Amazon Personalize Runtime](https://docs.aws.amazon.com/code-library/latest/ug/personalize-runtime_code_examples.md) Code examples that show how to use Amazon Personalize Runtime with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/personalize-runtime_code_examples_basics.md) The following code examples show how to use the basics of Amazon Personalize Runtime with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/personalize-runtime_code_examples_actions.md) The following code examples show how to use Amazon Personalize Runtime with AWS SDKs. - [GetPersonalizedRanking](https://docs.aws.amazon.com/code-library/latest/ug/personalize-runtime_example_personalize-runtime_GetPersonalizedRanking_section.md): Use GetPersonalizedRanking with an AWS SDK - [GetRecommendations](https://docs.aws.amazon.com/code-library/latest/ug/personalize-runtime_example_personalize-runtime_GetRecommendations_section.md): Use GetRecommendations with an AWS SDK ### [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_code_examples.md) Code examples that show how to use Amazon Pinpoint with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_code_examples_basics.md) The following code examples show how to use the basics of Amazon Pinpoint with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_code_examples_actions.md) The following code examples show how to use Amazon Pinpoint with AWS SDKs. - [CreateApp](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_CreateApp_section.md): Use CreateApp with an AWS SDK or CLI - [CreateCampaign](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_CreateCampaign_section.md): Use CreateCampaign with an AWS SDK - [CreateExportJob](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_CreateExportJob_section.md): Use CreateExportJob with an AWS SDK - [CreateImportJob](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_CreateImportJob_section.md): Use CreateImportJob with an AWS SDK - [CreateSegment](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_CreateSegment_section.md): Use CreateSegment with an AWS SDK - [DeleteApp](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_DeleteApp_section.md): Use DeleteApp with an AWS SDK or CLI - [DeleteEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_DeleteEndpoint_section.md): Use DeleteEndpoint with an AWS SDK - [GetEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_GetEndpoint_section.md): Use GetEndpoint with an AWS SDK or CLI - [GetSegments](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_GetSegments_section.md): Use GetSegments with an AWS SDK - [GetSmsChannel](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_GetSmsChannel_section.md): Use GetSmsChannel with an AWS SDK or CLI - [GetUserEndpoints](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_GetUserEndpoints_section.md): Use GetUserEndpoints with an AWS SDK - [SendMessages](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_SendMessages_section.md): Use SendMessages with an AWS SDK or CLI - [UpdateEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_UpdateEndpoint_section.md): Use UpdateEndpoint with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_code_examples_scenarios.md) The following code examples show how to use Amazon Pinpoint with AWS SDKs. - [Getting started with End User Messaging Push](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_GettingStarted_049_section.md): Getting started with End User Messaging Push ### [Amazon Pinpoint SMS and Voice API](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_code_examples.md) Code examples that show how to use Amazon Pinpoint SMS and Voice API with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_code_examples_basics.md) The following code examples show how to use the basics of Amazon Pinpoint SMS and Voice API with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_code_examples_actions.md) The following code examples show how to use Amazon Pinpoint SMS and Voice API with AWS SDKs. - [CreateConfigurationSet](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_CreateConfigurationSet_section.md): Use CreateConfigurationSet with an AWS SDK - [CreateConfigurationSetEventDestination](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_CreateConfigurationSetEventDestination_section.md): Use CreateConfigurationSetEventDestination with an AWS SDK - [DeleteConfigurationSet](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_DeleteConfigurationSet_section.md): Use DeleteConfigurationSet with an AWS SDK - [DeleteConfigurationSetEventDestination](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_DeleteConfigurationSetEventDestination_section.md): Use DeleteConfigurationSetEventDestination with an AWS SDK - [GetConfigurationSetEventDestinations](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_GetConfigurationSetEventDestinations_section.md): Use GetConfigurationSetEventDestinations with an AWS SDK - [ListConfigurationSets](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_ListConfigurationSets_section.md): Use ListConfigurationSets with an AWS SDK - [SendVoiceMessage](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_SendVoiceMessage_section.md): Use SendVoiceMessage with an AWS SDK - [UpdateConfigurationSetEventDestination](https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_UpdateConfigurationSetEventDestination_section.md): Use UpdateConfigurationSetEventDestination with an AWS SDK ### [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/polly_code_examples.md) Code examples that show how to use Amazon Polly with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/polly_code_examples_basics.md) The following code examples show how to use the basics of Amazon Polly with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/polly_code_examples_actions.md) The following code examples show how to use Amazon Polly with AWS SDKs. - [DeleteLexicon](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DeleteLexicon_section.md): Use DeleteLexicon with an AWS SDK or CLI - [DescribeVoices](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DescribeVoices_section.md): Use DescribeVoices with an AWS SDK - [GetLexicon](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetLexicon_section.md): Use GetLexicon with an AWS SDK or CLI - [GetSpeechSynthesisTask](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.md): Use GetSpeechSynthesisTask with an AWS SDK or CLI - [ListLexicons](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.md): Use ListLexicons with an AWS SDK or CLI - [ListSpeechSynthesisTasks](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListSpeechSynthesisTasks_section.md): Use ListSpeechSynthesisTasks with an AWS SDK or CLI - [PutLexicon](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.md): Use PutLexicon with an AWS SDK or CLI - [StartSpeechSynthesisTask](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_StartSpeechSynthesisTask_section.md): Use StartSpeechSynthesisTask with an AWS SDK or CLI - [SynthesizeSpeech](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.md): Use SynthesizeSpeech with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/polly_code_examples_scenarios.md) The following code examples show how to use Amazon Polly with AWS SDKs. - [Convert text to speech and back to text](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_cross_Telephone_section.md): Convert text to speech and back to text using an AWS SDK - [Create a lip-sync application](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.md): Create a lip-sync application with Amazon Polly using an AWS SDK - [Create an application to analyze customer feedback](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_cross_FSA_section.md): Create an application that analyzes customer feedback and synthesizes audio - [Getting started with Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GettingStarted_082_section.md): Getting started with Amazon Polly ### [AWS Price List](https://docs.aws.amazon.com/code-library/latest/ug/pricing_code_examples.md) Code examples that show how to use AWS Price List with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/pricing_code_examples_basics.md) The following code examples show how to use the basics of AWS Price List with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/pricing_code_examples_actions.md) The following code examples show how to use AWS Price List with AWS SDKs. - [DescribeServices](https://docs.aws.amazon.com/code-library/latest/ug/pricing_example_pricing_DescribeServices_section.md): Use DescribeServices with a CLI - [GetAttributeValues](https://docs.aws.amazon.com/code-library/latest/ug/pricing_example_pricing_GetAttributeValues_section.md): Use GetAttributeValues with a CLI - [GetProducts](https://docs.aws.amazon.com/code-library/latest/ug/pricing_example_pricing_GetProducts_section.md): Use GetProducts with a CLI ### [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/rds_code_examples.md) Code examples that show how to use Amazon RDS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/rds_code_examples_basics.md) The following code examples show how to use the basics of Amazon RDS with AWS SDKs. - [Hello Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.md): Hello Amazon RDS - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.md): Learn the basics of Amazon RDS with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/rds_code_examples_actions.md) The following code examples show how to use Amazon RDS with AWS SDKs. - [CreateDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.md): Use CreateDBInstance with an AWS SDK or CLI - [CreateDBParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.md): Use CreateDBParameterGroup with an AWS SDK or CLI - [CreateDBSnapshot](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.md): Use CreateDBSnapshot with an AWS SDK or CLI - [DeleteDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.md): Use DeleteDBInstance with an AWS SDK or CLI - [DeleteDBParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBParameterGroup_section.md): Use DeleteDBParameterGroup with an AWS SDK or CLI - [DescribeAccountAttributes](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeAccountAttributes_section.md): Use DescribeAccountAttributes with an AWS SDK or CLI - [DescribeDBEngineVersions](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.md): Use DescribeDBEngineVersions with an AWS SDK or CLI - [DescribeDBInstances](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.md): Use DescribeDBInstances with an AWS SDK or CLI - [DescribeDBParameterGroups](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.md): Use DescribeDBParameterGroups with an AWS SDK or CLI - [DescribeDBParameters](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.md): Use DescribeDBParameters with an AWS SDK or CLI - [DescribeDBSnapshots](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.md): Use DescribeDBSnapshots with an AWS SDK or CLI - [DescribeOrderableDBInstanceOptions](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeOrderableDBInstanceOptions_section.md): Use DescribeOrderableDBInstanceOptions with an AWS SDK or CLI - [GenerateRDSAuthToken](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_GenerateRDSAuthToken_section.md): Use GenerateRDSAuthToken with an AWS SDK - [ModifyDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBInstance_section.md): Use ModifyDBInstance with an AWS SDK or CLI - [ModifyDBParameterGroup](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.md): Use ModifyDBParameterGroup with an AWS SDK or CLI - [RebootDBInstance](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_RebootDBInstance_section.md): Use RebootDBInstance with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/rds_code_examples_scenarios.md) The following code examples show how to use Amazon RDS with AWS SDKs. - [Create an Aurora Serverless work item tracker](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.md): Create an Aurora Serverless work item tracker - [Creating an Amazon RDS DB instance](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_GettingStarted_036_section.md): Creating an Amazon RDS DB instance ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/rds_code_examples_serverless_examples.md) The following code examples show how to use Amazon RDS with AWS SDKs. - [Connecting to an Amazon RDS database in a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/rds_example_serverless_connect_RDS_Lambda_section.md): Connecting to an Amazon RDS database in a Lambda function ### [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_code_examples.md) Code examples that show how to use Amazon RDS Data Service with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_code_examples_basics.md) The following code examples show how to use the basics of Amazon RDS Data Service with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_code_examples_actions.md) The following code examples show how to use Amazon RDS Data Service with AWS SDKs. - [ExecuteStatement](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_rds-data_ExecuteStatement_section.md): Use ExecuteStatement with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_code_examples_scenarios.md) The following code examples show how to use Amazon RDS Data Service with AWS SDKs. - [Create an Aurora Serverless work item tracker](https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.md): Create an Aurora Serverless work item tracker ### [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/redshift_code_examples.md) Code examples that show how to use Amazon Redshift with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/redshift_code_examples_basics.md) The following code examples show how to use the basics of Amazon Redshift with AWS SDKs. - [Hello Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.md): Hello Amazon Redshift - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Scenario_section.md): Learn the basics of Amazon Redshift with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/redshift_code_examples_actions.md) The following code examples show how to use Amazon Redshift with AWS SDKs. - [CreateCluster](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_CreateCluster_section.md): Use CreateCluster with an AWS SDK or CLI - [DeleteCluster](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DeleteCluster_section.md): Use DeleteCluster with an AWS SDK or CLI - [DescribeClusters](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeClusters_section.md): Use DescribeClusters with an AWS SDK or CLI - [DescribeStatement](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.md): Use DescribeStatement with an AWS SDK - [ExecuteStatement](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ExecuteStatement_section.md): Use ExecuteStatement with an AWS SDK - [GetStatementResult](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.md): Use GetStatementResult with an AWS SDK - [ListDatabases](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ListDatabases_section.md): Use ListDatabases with an AWS SDK - [ModifyCluster](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.md): Use ModifyCluster with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/redshift_code_examples_scenarios.md) The following code examples show how to use Amazon Redshift with AWS SDKs. - [Create a web application to track Amazon Redshift data](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_cross_RedshiftDataTracker_section.md): Create an Amazon Redshift item tracker - [Get started with Redshift Serverless](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GettingStarted_038_section.md): Get started with Redshift Serverless using the CLI - [Getting started with Amazon Redshift provisioned clusters](https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GettingStarted_039_section.md): Getting started with Amazon Redshift provisioned clusters ### [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_code_examples.md) Code examples that show how to use Amazon Rekognition with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_code_examples_basics.md) The following code examples show how to use the basics of Amazon Rekognition with AWS SDKs. - [Hello Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Hello_section.md): Hello Amazon Rekognition ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_code_examples_actions.md) The following code examples show how to use Amazon Rekognition with AWS SDKs. - [CompareFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.md): Use CompareFaces with an AWS SDK or CLI - [CreateCollection](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.md): Use CreateCollection with an AWS SDK or CLI - [DeleteCollection](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.md): Use DeleteCollection with an AWS SDK or CLI - [DeleteFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.md): Use DeleteFaces with an AWS SDK or CLI - [DescribeCollection](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.md): Use DescribeCollection with an AWS SDK or CLI - [DetectFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.md): Use DetectFaces with an AWS SDK or CLI - [DetectLabels](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.md): Use DetectLabels with an AWS SDK or CLI - [DetectModerationLabels](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.md): Use DetectModerationLabels with an AWS SDK or CLI - [DetectText](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.md): Use DetectText with an AWS SDK or CLI - [GetCelebrityInfo](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_GetCelebrityInfo_section.md): Use GetCelebrityInfo with an AWS SDK or CLI - [IndexFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.md): Use IndexFaces with an AWS SDK or CLI - [ListCollections](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.md): Use ListCollections with an AWS SDK or CLI - [ListFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.md): Use ListFaces with an AWS SDK or CLI - [RecognizeCelebrities](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_RecognizeCelebrities_section.md): Use RecognizeCelebrities with an AWS SDK or CLI - [SearchFaces](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.md): Use SearchFaces with an AWS SDK or CLI - [SearchFacesByImage](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.md): Use SearchFacesByImage with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_code_examples_scenarios.md) The following code examples show how to use Amazon Rekognition with AWS SDKs. - [Build a collection and find faces in it](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.md): Build an Amazon Rekognition collection and find faces in it using an AWS SDK - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Detect PPE in images](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzerPPE_section.md): Detect PPE in images with Amazon Rekognition using an AWS SDK - [Detect and display elements in images](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.md): Detect and display elements in images with Amazon Rekognition using an AWS SDK - [Detect faces in an image](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_DetectFaces_section.md): Detect faces in an image using an AWS SDK - [Detect information in videos](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_VideoDetection_section.md): Detect information in videos using Amazon Rekognition and the AWS SDK - [Detect objects in images](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.md): Detect objects in images with Amazon Rekognition using an AWS SDK - [Detect people and objects in a video](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.md): Detect people and objects in a video with Amazon Rekognition using an AWS SDK - [Save EXIF and other image information](https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_DetectLabels_section.md): Save EXIF and other image information using an AWS SDK ### [Resource Groups](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_code_examples.md) Code examples that show how to use Resource Groups with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_code_examples_basics.md) The following code examples show how to use the basics of Resource Groups with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_code_examples_actions.md) The following code examples show how to use Resource Groups with AWS SDKs. - [CreateGroup](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_CreateGroup_section.md): Use CreateGroup with a CLI - [DeleteGroup](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_DeleteGroup_section.md): Use DeleteGroup with a CLI - [GetGroup](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_GetGroup_section.md): Use GetGroup with a CLI - [GetGroupQuery](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_GetGroupQuery_section.md): Use GetGroupQuery with a CLI - [GetTags](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_GetTags_section.md): Use GetTags with a CLI - [ListGroupResources](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_ListGroupResources_section.md): Use ListGroupResources with a CLI - [ListGroups](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_ListGroups_section.md): Use ListGroups with a CLI - [SearchResources](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_SearchResources_section.md): Use SearchResources with a CLI - [Tag](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_Tag_section.md): Use Tag with a CLI - [Untag](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_Untag_section.md): Use Untag with a CLI - [UpdateGroup](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_UpdateGroup_section.md): Use UpdateGroup with a CLI - [UpdateGroupQuery](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups_example_resource-groups_UpdateGroupQuery_section.md): Use UpdateGroupQuery with a CLI ### [Resource Groups Tagging API](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_code_examples.md) Code examples that show how to use Resource Groups Tagging API with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_code_examples_basics.md) The following code examples show how to use the basics of Resource Groups Tagging API with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_code_examples_actions.md) The following code examples show how to use Resource Groups Tagging API with AWS SDKs. - [GetResources](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_example_resource-groups-tagging-api_GetResources_section.md): Use GetResources with a CLI - [GetTagKeys](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_example_resource-groups-tagging-api_GetTagKeys_section.md): Use GetTagKeys with a CLI - [GetTagValues](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_example_resource-groups-tagging-api_GetTagValues_section.md): Use GetTagValues with a CLI - [TagResources](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_example_resource-groups-tagging-api_TagResources_section.md): Use TagResources with a CLI - [UntagResources](https://docs.aws.amazon.com/code-library/latest/ug/resource-groups-tagging-api_example_resource-groups-tagging-api_UntagResources_section.md): Use UntagResources with a CLI ### [Route 53](https://docs.aws.amazon.com/code-library/latest/ug/route-53_code_examples.md) Code examples that show how to use Route 53 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/route-53_code_examples_basics.md) The following code examples show how to use the basics of Route 53 with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/route-53_code_examples_actions.md) The following code examples show how to use Route 53 with AWS SDKs. - [ChangeResourceRecordSets](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_ChangeResourceRecordSets_section.md): Use ChangeResourceRecordSets with a CLI - [CreateHostedZone](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_CreateHostedZone_section.md): Use CreateHostedZone with a CLI - [DeleteHostedZone](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_DeleteHostedZone_section.md): Use DeleteHostedZone with a CLI - [GetHostedZone](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_GetHostedZone_section.md): Use GetHostedZone with a CLI - [ListHostedZones](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_ListHostedZones_section.md): Use ListHostedZones with an AWS SDK or CLI - [ListHostedZonesByName](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_ListHostedZonesByName_section.md): Use ListHostedZonesByName with a CLI - [ListQueryLoggingConfigs](https://docs.aws.amazon.com/code-library/latest/ug/route-53_example_route-53_ListQueryLoggingConfigs_section.md): Use ListQueryLoggingConfigs with a CLI ### [Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_code_examples.md) Code examples that show how to use Route 53 domain registration with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_code_examples_basics.md) The following code examples show how to use the basics of Route 53 domain registration with AWS SDKs. - [Hello Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_Hello_section.md): Hello Route 53 domain registration - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_Scenario_GetStartedRoute53Domains_section.md): Learn the basics of Route 53 domain registration with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_code_examples_actions.md) The following code examples show how to use Route 53 domain registration with AWS SDKs. - [CheckDomainAvailability](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_CheckDomainAvailability_section.md): Use CheckDomainAvailability with an AWS SDK or CLI - [CheckDomainTransferability](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_CheckDomainTransferability_section.md): Use CheckDomainTransferability with an AWS SDK or CLI - [GetDomainDetail](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_GetDomainDetail_section.md): Use GetDomainDetail with an AWS SDK or CLI - [GetDomainSuggestions](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_GetDomainSuggestions_section.md): Use GetDomainSuggestions with an AWS SDK or CLI - [GetOperationDetail](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_GetOperationDetail_section.md): Use GetOperationDetail with an AWS SDK or CLI - [ListDomains](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_ListDomains_section.md): Use ListDomains with an AWS SDK or CLI - [ListOperations](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_ListOperations_section.md): Use ListOperations with an AWS SDK or CLI - [ListPrices](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_ListPrices_section.md): Use ListPrices with an AWS SDK - [RegisterDomain](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_RegisterDomain_section.md): Use RegisterDomain with an AWS SDK or CLI - [ViewBilling](https://docs.aws.amazon.com/code-library/latest/ug/route-53-domains_example_route-53-domains_ViewBilling_section.md): Use ViewBilling with an AWS SDK or CLI ### [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/s3_code_examples.md) Code examples that show how to use Amazon S3 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/s3_code_examples_basics.md) The following code examples show how to use the basics of Amazon S3 with AWS SDKs. - [Hello Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.md): Hello Amazon S3 - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.md): Learn the basics of Amazon S3 with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/s3_code_examples_actions.md) The following code examples show how to use Amazon S3 with AWS SDKs. - [AbortMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_AbortMultipartUpload_section.md): Use AbortMultipartUpload with an AWS SDK or CLI - [CompleteMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CompleteMultipartUpload_section.md): Use CompleteMultipartUpload with an AWS SDK or CLI - [CopyObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.md): Use CopyObject with an AWS SDK or CLI - [CreateBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.md): Use CreateBucket with an AWS SDK or CLI - [CreateMultiRegionAccessPoint](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateMultiRegionAccessPoint_section.md): Use CreateMultiRegionAccessPoint with an AWS SDK - [CreateMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateMultipartUpload_section.md): Use CreateMultipartUpload with an AWS SDK or CLI - [CreatePresignedPost](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreatePresignedPost_section.md): Use CreatePresignedPost with an AWS SDK - [DeleteBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.md): Use DeleteBucket with an AWS SDK or CLI - [DeleteBucketAnalyticsConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketAnalyticsConfiguration_section.md): Use DeleteBucketAnalyticsConfiguration with a CLI - [DeleteBucketCors](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.md): Use DeleteBucketCors with an AWS SDK or CLI - [DeleteBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketEncryption_section.md): Use DeleteBucketEncryption with a CLI - [DeleteBucketInventoryConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketInventoryConfiguration_section.md): Use DeleteBucketInventoryConfiguration with a CLI - [DeleteBucketLifecycle](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.md): Use DeleteBucketLifecycle with an AWS SDK or CLI - [DeleteBucketMetricsConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketMetricsConfiguration_section.md): Use DeleteBucketMetricsConfiguration with a CLI - [DeleteBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.md): Use DeleteBucketPolicy with an AWS SDK or CLI - [DeleteBucketReplication](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketReplication_section.md): Use DeleteBucketReplication with a CLI - [DeleteBucketTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketTagging_section.md): Use DeleteBucketTagging with a CLI - [DeleteBucketWebsite](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketWebsite_section.md): Use DeleteBucketWebsite with an AWS SDK or CLI - [DeleteObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.md): Use DeleteObject with an AWS SDK or CLI - [DeleteObjectTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjectTagging_section.md): Use DeleteObjectTagging with a CLI - [DeleteObjects](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.md): Use DeleteObjects with an AWS SDK or CLI - [DeletePublicAccessBlock](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeletePublicAccessBlock_section.md): Use DeletePublicAccessBlock with a CLI - [GetBucketAccelerateConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAccelerateConfiguration_section.md): Use GetBucketAccelerateConfiguration with a CLI - [GetBucketAcl](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.md): Use GetBucketAcl with an AWS SDK or CLI - [GetBucketAnalyticsConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAnalyticsConfiguration_section.md): Use GetBucketAnalyticsConfiguration with a CLI - [GetBucketCors](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.md): Use GetBucketCors with an AWS SDK or CLI - [GetBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketEncryption_section.md): Use GetBucketEncryption with an AWS SDK or CLI - [GetBucketInventoryConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketInventoryConfiguration_section.md): Use GetBucketInventoryConfiguration with a CLI - [GetBucketLifecycleConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.md): Use GetBucketLifecycleConfiguration with an AWS SDK or CLI - [GetBucketLocation](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLocation_section.md): Use GetBucketLocation with an AWS SDK or CLI - [GetBucketLogging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLogging_section.md): Use GetBucketLogging with a CLI - [GetBucketMetricsConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketMetricsConfiguration_section.md): Use GetBucketMetricsConfiguration with a CLI - [GetBucketNotification](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketNotification_section.md): Use GetBucketNotification with a CLI - [GetBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.md): Use GetBucketPolicy with an AWS SDK or CLI - [GetBucketPolicyStatus](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicyStatus_section.md): Use GetBucketPolicyStatus with a CLI - [GetBucketReplication](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketReplication_section.md): Use GetBucketReplication with an AWS SDK or CLI - [GetBucketRequestPayment](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketRequestPayment_section.md): Use GetBucketRequestPayment with a CLI - [GetBucketTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketTagging_section.md): Use GetBucketTagging with a CLI - [GetBucketVersioning](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketVersioning_section.md): Use GetBucketVersioning with a CLI - [GetBucketWebsite](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketWebsite_section.md): Use GetBucketWebsite with an AWS SDK or CLI - [GetObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.md): Use GetObject with an AWS SDK or CLI - [GetObjectAcl](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.md): Use GetObjectAcl with an AWS SDK or CLI - [GetObjectAttributes](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAttributes_section.md): Use GetObjectAttributes with an AWS SDK or CLI - [GetObjectLegalHold](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.md): Use GetObjectLegalHold with an AWS SDK or CLI - [GetObjectLockConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.md): Use GetObjectLockConfiguration with an AWS SDK or CLI - [GetObjectRetention](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectRetention_section.md): Use GetObjectRetention with an AWS SDK or CLI - [GetObjectTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectTagging_section.md): Use GetObjectTagging with a CLI - [GetPublicAccessBlock](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetPublicAccessBlock_section.md): Use GetPublicAccessBlock with a CLI - [HeadBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.md): Use HeadBucket with an AWS SDK or CLI - [HeadObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadObject_section.md): Use HeadObject with an AWS SDK or CLI - [ListBucketAnalyticsConfigurations](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBucketAnalyticsConfigurations_section.md): Use ListBucketAnalyticsConfigurations with a CLI - [ListBucketInventoryConfigurations](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBucketInventoryConfigurations_section.md): Use ListBucketInventoryConfigurations with a CLI - [ListBuckets](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.md): Use ListBuckets with an AWS SDK or CLI - [ListMultipartUploads](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListMultipartUploads_section.md): Use ListMultipartUploads with an AWS SDK or CLI - [ListObjectVersions](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectVersions_section.md): Use ListObjectVersions with an AWS SDK or CLI - [ListObjects](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjects_section.md): Use ListObjects with a CLI - [ListObjectsV2](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.md): Use ListObjectsV2 with an AWS SDK or CLI - [PutBucketAccelerateConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAccelerateConfiguration_section.md): Use PutBucketAccelerateConfiguration with an AWS SDK or CLI - [PutBucketAcl](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.md): Use PutBucketAcl with an AWS SDK or CLI - [PutBucketCors](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.md): Use PutBucketCors with an AWS SDK or CLI - [PutBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketEncryption_section.md): Use PutBucketEncryption with an AWS SDK or CLI - [PutBucketLifecycleConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.md): Use PutBucketLifecycleConfiguration with an AWS SDK or CLI - [PutBucketLogging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLogging_section.md): Use PutBucketLogging with an AWS SDK or CLI - [PutBucketNotification](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketNotification_section.md): Use PutBucketNotification with a CLI - [PutBucketNotificationConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketNotificationConfiguration_section.md): Use PutBucketNotificationConfiguration with an AWS SDK or CLI - [PutBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.md): Use PutBucketPolicy with an AWS SDK or CLI - [PutBucketReplication](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketReplication_section.md): Use PutBucketReplication with an AWS SDK or CLI - [PutBucketRequestPayment](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketRequestPayment_section.md): Use PutBucketRequestPayment with a CLI - [PutBucketTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketTagging_section.md): Use PutBucketTagging with a CLI - [PutBucketVersioning](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketVersioning_section.md): Use PutBucketVersioning with an AWS SDK or CLI - [PutBucketWebsite](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketWebsite_section.md): Use PutBucketWebsite with an AWS SDK or CLI - [PutObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.md): Use PutObject with an AWS SDK or CLI - [PutObjectAcl](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.md): Use PutObjectAcl with an AWS SDK or CLI - [PutObjectLegalHold](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.md): Use PutObjectLegalHold with an AWS SDK or CLI - [PutObjectLockConfiguration](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.md): Use PutObjectLockConfiguration with an AWS SDK or CLI - [PutObjectRetention](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.md): Use PutObjectRetention with an AWS SDK or CLI - [RestoreObject](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_RestoreObject_section.md): Use RestoreObject with an AWS SDK or CLI - [SelectObjectContent](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_SelectObjectContent_section.md): Use SelectObjectContent with an AWS SDK or CLI - [UploadPart](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_UploadPart_section.md): Use UploadPart with an AWS SDK or CLI - [UploadPartCopy](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_UploadPartCopy_section.md): Use UploadPartCopy with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/s3_code_examples_scenarios.md) The following code examples show how to use Amazon S3 with AWS SDKs. - [Check if a bucket exists](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_DoesBucketExist_section.md): Check if a bucket exists - [Convert text to speech and back to text](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_Telephone_section.md): Convert text to speech and back to text using an AWS SDK - [Create a presigned URL](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.md): Create a presigned URL for Amazon S3 using an AWS SDK - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Create a web page that lists Amazon S3 objects](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ListObjectsWeb_section.md): A web page that lists Amazon S3 objects using an AWS SDK - [Create an Amazon Textract explorer application](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.md): Create an Amazon Textract explorer application - [Delete all objects in a bucket](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_DeleteAllObjects_section.md): Delete all objects in a given Amazon S3 bucket using an AWS SDK - [Delete incomplete multipart uploads](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_AbortMultipartUpload_section.md): Delete incomplete multipart uploads to Amazon S3 using an AWS SDK - [Detect PPE in images](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzerPPE_section.md): Detect PPE in images with Amazon Rekognition using an AWS SDK - [Detect entities in text extracted from an image](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.md): Detect entities in text extracted from an image using an AWS SDK - [Detect faces in an image](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_DetectFaces_section.md): Detect faces in an image using an AWS SDK - [Detect objects in images](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.md): Detect objects in images with Amazon Rekognition using an AWS SDK - [Detect people and objects in a video](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.md): Detect people and objects in a video with Amazon Rekognition using an AWS SDK - [Download S3 'directories'](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_DownloadS3Directory_section.md): Download S3 'directories' from an Amazon Simple Storage Service (Amazon S3) bucket - [Download objects to a local directory](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DownloadBucketToDirectory_section.md): Download all objects in an Amazon Simple Storage Service (Amazon S3) bucket to a local directory - [Download stream of unknown size](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_DownloadStream_section.md): Download a stream of unknown size from an Amazon S3 object using an AWS SDK - [Get an object from a Multi-Region Access Point](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_MRAP_section.md): Get an Amazon S3 object from a Multi-Region Access Point by using an AWS SDK - [Get an object from a bucket if it has been modified](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_IfModifiedSince_section.md): Get an object from an Amazon S3 bucket using an AWS SDK, specifying an If-Modified-Since header - [Get started with encryption](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Encryption_section.md): Get started with encryption for Amazon S3 objects using an AWS SDK - [Get started with tags](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_Tagging_section.md): Get started with tags for Amazon S3 objects using an AWS SDK - [Getting started with Amazon Athena](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_athena_GettingStarted_061_section.md): Getting started with Amazon Athena - [Getting started with Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_emr_GettingStarted_037_section.md): Getting started with Amazon EMR - [Getting started with Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GettingStarted_section.md): Getting started with Amazon S3 - [Getting started with Amazon SageMaker Feature Store](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_iam_GettingStarted_028_section.md): Getting started with Amazon SageMaker Feature Store - [Getting started with Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GettingStarted_074_section.md): Getting started with Amazon Textract - [Getting started with Config](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_config_service_GettingStarted_053_section.md): Getting started with Config - [Lock Amazon S3 objects](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectLock_section.md): Work with Amazon S3 object lock features using an AWS SDK - [Make conditional requests](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.md): Make Amazon S3 conditional requests using an AWS SDK - [Manage access control lists (ACLs)](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ManageACLs_section.md): Manage access control lists (ACLs) for Amazon S3 buckets using an AWS SDK - [Manage large messages using S3](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_sqs_Scenario_SqsExtendedClient_section.md): Manage large Amazon SQS messages using Amazon S3 with an AWS SDK - [Manage versioned objects in batches with a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.md): Manage versioned Amazon S3 objects in batches with a Lambda function using an AWS SDK - [Parse URIs](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_URIParsing_section.md): Parse Amazon S3 URIs using an AWS SDK - [Perform a multipart copy](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_MultipartCopy_section.md): Perform a multipart copy of an Amazon S3 object using an AWS SDK - [Process S3 event notifications](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ProcessS3EventNotification_section.md): Receive and process Amazon S3 event notifications by using an AWS SDK - [Save EXIF and other image information](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_DetectLabels_section.md): Save EXIF and other image information using an AWS SDK - [Send event notifications to EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PutBucketNotificationConfiguration_section.md): Send S3 event notifications to Amazon EventBridge using an AWS SDK - [Track uploads and downloads](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_TrackUploadDownload_section.md): Track an Amazon S3 object upload or download using an AWS SDK - [Transform data with S3 Object Lambda](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_ServerlessS3DataTransformation_section.md): Transform data for your application with S3 Object Lambda - [Unit and integration test with an SDK](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_Testing_section.md): Example approaches for unit and integration testing with an AWS SDK - [Upload directory to a bucket](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_UploadDirectoryToBucket_section.md): Recursively upload a local directory to an Amazon Simple Storage Service (Amazon S3) bucket - [Upload or download large files](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.md): Upload or download large files to and from Amazon S3 using an AWS SDK - [Upload stream of unknown size](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UploadStream_section.md): Upload a stream of unknown size to an Amazon S3 object using an AWS SDK - [Use checksums](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UseChecksums_section.md): Use checksums to work with an Amazon S3 object using an AWS SDK - [Work with Amazon S3 object integrity](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectIntegrity_section.md): Work with Amazon S3 object integrity features using an AWS SDK - [Work with versioned objects](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectVersioningUsage_section.md): Work with Amazon S3 versioned objects using an AWS SDK ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/s3_code_examples_serverless_examples.md) The following code examples show how to use Amazon S3 with AWS SDKs. - [Invoke a Lambda function from an Amazon S3 trigger](https://docs.aws.amazon.com/code-library/latest/ug/s3_example_serverless_S3_Lambda_section.md): Invoke a Lambda function from an Amazon S3 trigger ### [Amazon S3 Control](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_code_examples.md) Code examples that show how to use Amazon S3 Control with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_code_examples_basics.md) The following code examples show how to use the basics of Amazon S3 Control with AWS SDKs. - [Hello Amazon S3 Control](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_Hello_section.md): Hello Amazon S3 Control - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_Basics_section.md): Learn the basics of Amazon S3 Control with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_code_examples_actions.md) The following code examples show how to use Amazon S3 Control with AWS SDKs. - [CreateJob](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_CreateJob_section.md): Use CreateJob with an AWS SDK or CLI - [DeleteJobTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_DeleteJobTagging_section.md): Use DeleteJobTagging with an AWS SDK - [DescribeJob](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_DescribeJob_section.md): Use DescribeJob with an AWS SDK or CLI - [GetJobTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_GetJobTagging_section.md): Use GetJobTagging with an AWS SDK - [PutJobTagging](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_PutJobTagging_section.md): Use PutJobTagging with an AWS SDK - [UpdateJobPriority](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_UpdateJobPriority_section.md): Use UpdateJobPriority with an AWS SDK or CLI - [UpdateJobStatus](https://docs.aws.amazon.com/code-library/latest/ug/s3-control_example_s3-control_UpdateJobStatus_section.md): Use UpdateJobStatus with an AWS SDK or CLI ### [S3 Directory Buckets](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_code_examples.md) Code examples that show how to use S3 Directory Buckets with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_code_examples_basics.md) The following code examples show how to use the basics of S3 Directory Buckets with AWS SDKs. - [Hello Amazon S3 directory buckets](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Hello_section.md): Hello Amazon S3 directory buckets - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.md): Learn the basics of S3 Directory Buckets with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_code_examples_actions.md) The following code examples show how to use S3 Directory Buckets with AWS SDKs. - [AbortMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_AbortMultipartUpload_section.md): Use AbortMultipartUpload with an AWS SDK - [CompleteMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CompleteMultipartUpload_section.md): Use CompleteMultipartUpload with an AWS SDK - [CopyObject](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CopyObject_section.md): Use CopyObject with an AWS SDK - [CreateBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateBucket_section.md): Use CreateBucket with an AWS SDK - [CreateMultipartUpload](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateMultipartUpload_section.md): Use CreateMultipartUpload with an AWS SDK - [CreateSession](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.md): Use CreateSession with an AWS SDK - [DeleteBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_DeleteBucket_section.md): Use DeleteBucket with an AWS SDK - [DeleteBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_DeleteBucketEncryption_section.md): Use DeleteBucketEncryption with an AWS SDK - [DeleteBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_DeleteBucketPolicy_section.md): Use DeleteBucketPolicy with an AWS SDK - [DeleteObject](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_DeleteObject_section.md): Use DeleteObject with an AWS SDK - [DeleteObjects](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_DeleteObjects_section.md): Use DeleteObjects with an AWS SDK - [GetBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_GetBucketEncryption_section.md): Use GetBucketEncryption with an AWS SDK - [GetBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_GetBucketPolicy_section.md): Use GetBucketPolicy with an AWS SDK - [GetObject](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_GetObject_section.md): Use GetObject with an AWS SDK - [GetObjectAttributes](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_GetObjectAttributes_section.md): Use GetObjectAttributes with an AWS SDK - [HeadBucket](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_HeadBucket_section.md): Use HeadBucket with an AWS SDK - [HeadObject](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_HeadObject_section.md): Use HeadObject with an AWS SDK - [ListDirectoryBuckets](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_ListDirectoryBuckets_section.md): Use ListDirectoryBuckets with an AWS SDK - [ListMultipartUploads](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_ListMultipartUploads_section.md): Use ListMultipartUploads with an AWS SDK - [ListObjectsV2](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_ListObjectsV2_section.md): Use ListObjectsV2 with an AWS SDK - [ListParts](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_ListParts_section.md): Use ListParts with an AWS SDK - [PutBucketEncryption](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_PutBucketEncryption_section.md): Use PutBucketEncryption with an AWS SDK - [PutBucketPolicy](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_PutBucketPolicy_section.md): Use PutBucketPolicy with an AWS SDK - [PutObject](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_PutObject_section.md): Use PutObject with an AWS SDK - [UploadPart](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_UploadPart_section.md): Use UploadPart with an AWS SDK - [UploadPartCopy](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_UploadPartCopy_section.md): Use UploadPartCopy with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_code_examples_scenarios.md) The following code examples show how to use S3 Directory Buckets with AWS SDKs. - [Create a presigned URL to get an object](https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_GeneratePresignedGetURLForDirectoryBucket_section.md): Create a presigned URL for Amazon S3 directory buckets to get an object using an AWS SDK ### [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_code_examples.md) Code examples that show how to use SageMaker AI with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_code_examples_basics.md) The following code examples show how to use the basics of SageMaker AI with AWS SDKs. - [Hello SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_Hello_section.md): Hello SageMaker AI ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_code_examples_actions.md) The following code examples show how to use SageMaker AI with AWS SDKs. - [CreateEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_CreateEndpoint_section.md): Use CreateEndpoint with an AWS SDK - [CreateModel](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_CreateModel_section.md): Use CreateModel with an AWS SDK - [CreatePipeline](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_CreatePipeline_section.md): Use CreatePipeline with an AWS SDK - [CreateTrainingJob](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_CreateTrainingJob_section.md): Use CreateTrainingJob with an AWS SDK - [CreateTransformJob](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_CreateTransformJob_section.md): Use CreateTransformJob with an AWS SDK - [DeleteEndpoint](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_DeleteEndpoint_section.md): Use DeleteEndpoint with an AWS SDK - [DeleteModel](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_DeleteModel_section.md): Use DeleteModel with an AWS SDK - [DeletePipeline](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_DeletePipeline_section.md): Use DeletePipeline with an AWS SDK - [DescribePipelineExecution](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_DescribePipelineExecution_section.md): Use DescribePipelineExecution with an AWS SDK - [DescribeTrainingJob](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_DescribeTrainingJob_section.md): Use DescribeTrainingJob with an AWS SDK - [ListAlgorithms](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_ListAlgorithms_section.md): Use ListAlgorithms with an AWS SDK - [ListModels](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_ListModels_section.md): Use ListModels with an AWS SDK - [ListNotebookInstances](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_ListNotebookInstances_section.md): Use ListNotebookInstances with an AWS SDK - [ListTrainingJobs](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_ListTrainingJobs_section.md): Use ListTrainingJobs with an AWS SDK - [StartPipelineExecution](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_StartPipelineExecution_section.md): Use StartPipelineExecution with an AWS SDK - [UpdatePipeline](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_UpdatePipeline_section.md): Use UpdatePipeline with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_code_examples_scenarios.md) The following code examples show how to use SageMaker AI with AWS SDKs. - [Get started with geospatial jobs and pipelines](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_Scenario_Pipelines_section.md): Get started with SageMaker AI geospatial jobs in a pipeline using an AWS SDK - [Get started with models and endpoints](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_sagemaker_Scenario_GettingStarted_section.md): Get started with SageMaker AI models and endpoints using an AWS SDK - [Getting started with Amazon SageMaker Feature Store](https://docs.aws.amazon.com/code-library/latest/ug/sagemaker_example_iam_GettingStarted_028_section.md): Getting started with Amazon SageMaker Feature Store ### [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_code_examples.md) Code examples that show how to use Secrets Manager with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_code_examples_basics.md) The following code examples show how to use the basics of Secrets Manager with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_code_examples_actions.md) The following code examples show how to use Secrets Manager with AWS SDKs. - [BatchGetSecretValue](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.md): Use BatchGetSecretValue with an AWS SDK or CLI - [GetSecretValue](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.md): Use GetSecretValue with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_code_examples_scenarios.md) The following code examples show how to use Secrets Manager with AWS SDKs. - [Create a lending library REST API](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.md): Create a lending library REST API - [Creating an Amazon RDS DB instance](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_rds_GettingStarted_036_section.md): Creating an Amazon RDS DB instance - [Get started with Redshift Serverless](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_redshift_GettingStarted_038_section.md): Get started with Redshift Serverless using the CLI - [Getting started with Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_docdb_GettingStarted_025_section.md): Getting started with Amazon DocumentDB - [Moving hardcoded secrets to Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets_manager_GettingStarted_073_section.md): Moving hardcoded secrets to Secrets Manager ### [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/ses_code_examples.md) Code examples that show how to use Amazon SES with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ses_code_examples_basics.md) The following code examples show how to use the basics of Amazon SES with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ses_code_examples_actions.md) The following code examples show how to use Amazon SES with AWS SDKs. - [CreateReceiptFilter](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.md): Use CreateReceiptFilter with an AWS SDK - [CreateReceiptRule](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.md): Use CreateReceiptRule with an AWS SDK - [CreateReceiptRuleSet](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.md): Use CreateReceiptRuleSet with an AWS SDK - [CreateTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.md): Use CreateTemplate with an AWS SDK - [DeleteIdentity](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.md): Use DeleteIdentity with an AWS SDK or CLI - [DeleteReceiptFilter](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptFilter_section.md): Use DeleteReceiptFilter with an AWS SDK - [DeleteReceiptRule](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.md): Use DeleteReceiptRule with an AWS SDK - [DeleteReceiptRuleSet](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.md): Use DeleteReceiptRuleSet with an AWS SDK - [DeleteTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.md): Use DeleteTemplate with an AWS SDK - [DescribeReceiptRuleSet](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.md): Use DescribeReceiptRuleSet with an AWS SDK - [GetIdentityVerificationAttributes](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.md): Use GetIdentityVerificationAttributes with an AWS SDK or CLI - [GetSendQuota](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetSendQuota_section.md): Use GetSendQuota with an AWS SDK or CLI - [GetSendStatistics](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetSendStatistics_section.md): Use GetSendStatistics with a CLI - [GetTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.md): Use GetTemplate with an AWS SDK - [ListIdentities](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.md): Use ListIdentities with an AWS SDK or CLI - [ListReceiptFilters](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.md): Use ListReceiptFilters with an AWS SDK - [ListTemplates](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListTemplates_section.md): Use ListTemplates with an AWS SDK - [SendBulkTemplatedEmail](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendBulkTemplatedEmail_section.md): Use SendBulkTemplatedEmail with an AWS SDK - [SendEmail](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.md): Use SendEmail with an AWS SDK or CLI - [SendRawEmail](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendRawEmail_section.md): Use SendRawEmail with an AWS SDK or CLI - [SendTemplatedEmail](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.md): Use SendTemplatedEmail with an AWS SDK - [UpdateTemplate](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.md): Use UpdateTemplate with an AWS SDK - [VerifyDomainIdentity](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.md): Use VerifyDomainIdentity with an AWS SDK or CLI - [VerifyEmailIdentity](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.md): Use VerifyEmailIdentity with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/ses_code_examples_scenarios.md) The following code examples show how to use Amazon SES with AWS SDKs. - [Build an Amazon Transcribe streaming app](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_TranscriptionStreamingApp_section.md): Build an Amazon Transcribe streaming app - [Copy email and domain identities across Regions](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.md): Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK - [Create a web application to track DynamoDB data](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.md): Create a web application to track DynamoDB data - [Create a web application to track Amazon Redshift data](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RedshiftDataTracker_section.md): Create an Amazon Redshift item tracker - [Create an Aurora Serverless work item tracker](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.md): Create an Aurora Serverless work item tracker - [Detect PPE in images](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzerPPE_section.md): Detect PPE in images with Amazon Rekognition using an AWS SDK - [Detect objects in images](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.md): Detect objects in images with Amazon Rekognition using an AWS SDK - [Detect people and objects in a video](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.md): Detect people and objects in a video with Amazon Rekognition using an AWS SDK - [Generate credentials to connect to an SMTP endpoint](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.md): Generate credentials to connect to an Amazon SES SMTP endpoint - [Setting up Amazon Simple Email Service (SES)](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GettingStarted_033_section.md): Setting up Amazon Simple Email Service (SES) - [Use Step Functions to invoke Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_ServerlessWorkflows_section.md): Use Step Functions to invoke Lambda functions - [Verify an email identity and send messages](https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.md): Verify an email identity and send messages with Amazon SES using an AWS SDK ### [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_code_examples.md) Code examples that show how to use Amazon SES API v2 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_code_examples_basics.md) The following code examples show how to use the basics of Amazon SES API v2 with AWS SDKs. - [Hello Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_Hello_section.md): Hello Amazon SES API v2 ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_code_examples_actions.md) The following code examples show how to use Amazon SES API v2 with AWS SDKs. - [CreateContact](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.md): Use CreateContact with an AWS SDK - [CreateContactList](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.md): Use CreateContactList with an AWS SDK - [CreateEmailIdentity](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.md): Use CreateEmailIdentity with an AWS SDK - [CreateEmailTemplate](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.md): Use CreateEmailTemplate with an AWS SDK - [DeleteContactList](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.md): Use DeleteContactList with an AWS SDK - [DeleteEmailIdentity](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.md): Use DeleteEmailIdentity with an AWS SDK - [DeleteEmailTemplate](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.md): Use DeleteEmailTemplate with an AWS SDK - [GetEmailIdentity](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_GetEmailIdentity_section.md): Use GetEmailIdentity with an AWS SDK - [ListContactLists](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContactLists_section.md): Use ListContactLists with an AWS SDK - [ListContacts](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.md): Use ListContacts with an AWS SDK - [SendBulkEmail](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendBulkEmail_section.md): Use SendBulkEmail with an AWS SDK - [SendEmail](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.md): Use SendEmail with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_code_examples_scenarios.md) The following code examples show how to use Amazon SES API v2 with AWS SDKs. - [Email Attachments Scenario](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_Scenario_EmailAttachments_section.md): Send emails with attachments using Amazon SES API v2 - [Newsletter scenario](https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.md): A complete Amazon SES API v2 Newsletter scenario using an AWS SDK ### [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/sns_code_examples.md) Code examples that show how to use Amazon SNS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sns_code_examples_basics.md) The following code examples show how to use the basics of Amazon SNS with AWS SDKs. - [Hello Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Hello_section.md): Hello Amazon SNS ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sns_code_examples_actions.md) The following code examples show how to use Amazon SNS with AWS SDKs. - [CheckIfPhoneNumberIsOptedOut](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CheckIfPhoneNumberIsOptedOut_section.md): Use CheckIfPhoneNumberIsOptedOut with an AWS SDK or CLI - [ConfirmSubscription](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ConfirmSubscription_section.md): Use ConfirmSubscription with an AWS SDK or CLI - [CreateTopic](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.md): Use CreateTopic with an AWS SDK or CLI - [DeleteTopic](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.md): Use DeleteTopic with an AWS SDK or CLI - [GetSMSAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_GetSMSAttributes_section.md): Use GetSMSAttributes with an AWS SDK or CLI - [GetTopicAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_GetTopicAttributes_section.md): Use GetTopicAttributes with an AWS SDK or CLI - [ListPhoneNumbersOptedOut](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListPhoneNumbersOptedOut_section.md): Use ListPhoneNumbersOptedOut with an AWS SDK or CLI - [ListSubscriptions](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.md): Use ListSubscriptions with an AWS SDK or CLI - [ListTopics](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.md): Use ListTopics with an AWS SDK or CLI - [Publish](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.md): Use Publish with an AWS SDK or CLI - [SetSMSAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSMSAttributes_section.md): Use SetSMSAttributes with an AWS SDK or CLI - [SetSubscriptionAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.md): Use SetSubscriptionAttributes with an AWS SDK or CLI - [SetSubscriptionAttributesRedrivePolicy](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributesRedrivePolicy_section.md): Use SetSubscriptionAttributesRedrivePolicy with an AWS SDK - [SetTopicAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetTopicAttributes_section.md): Use SetTopicAttributes with an AWS SDK or CLI - [Subscribe](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.md): Use Subscribe with an AWS SDK or CLI - [TagResource](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_TagResource_section.md): Use TagResource with an AWS SDK or CLI - [Unsubscribe](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.md): Use Unsubscribe with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sns_code_examples_scenarios.md) The following code examples show how to use Amazon SNS with AWS SDKs. - [Build an app to submit data to a DynamoDB table](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_SubmitDataApp_section.md): Build an application to submit data to a DynamoDB table - [Building an Amazon SNS application](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_SnsPublishSubscription_section.md): Build a publish and subscription application that translates messages - [Create a platform endpoint for push notifications](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreatePlatformEndpoint_section.md): Create a platform endpoint for Amazon SNS push notifications using an AWS SDK - [Create a serverless application to manage photos](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_PAM_section.md): Create a photo asset management application that lets users manage photos using labels - [Create an Amazon Textract explorer application](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.md): Create an Amazon Textract explorer application - [Create an Amazon SNS topic and publish messages](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_GettingStarted_048_section.md): Create an Amazon SNS topic and publish messages - [Create and publish to a FIFO topic](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.md): Create and publish to a FIFO Amazon SNS topic using an AWS SDK - [Detect people and objects in a video](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.md): Detect people and objects in a video with Amazon Rekognition using an AWS SDK - [Getting Started with IoT Device Defender](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_iot_GettingStarted_079_section.md): Getting Started with IoT Device Defender - [Getting started with Config](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_config_service_GettingStarted_053_section.md): Getting started with Config - [Publish SMS messages to a topic](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_UsageSmsTopic_section.md): Publish SMS messages to an Amazon SNS topic using an AWS SDK - [Publish a large message](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishLargeMessage_section.md): Publish a large message to Amazon SNS with Amazon S3 using an AWS SDK - [Publish an SMS text message](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.md): Publish an Amazon SNS SMS text message using an AWS SDK - [Publish messages to queues](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sqs_Scenario_TopicsAndQueues_section.md): Publish Amazon SNS messages to Amazon SQS queues using an AWS SDK - [Use API Gateway to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.md): Use API Gateway to invoke a Lambda function - [Use scheduled events to invoke a Lambda function](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.md): Use scheduled events to invoke a Lambda function ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/sns_code_examples_serverless_examples.md) The following code examples show how to use Amazon SNS with AWS SDKs. - [Invoke a Lambda function from an Amazon SNS trigger](https://docs.aws.amazon.com/code-library/latest/ug/sns_example_serverless_SNS_Lambda_section.md): Invoke a Lambda function from an Amazon SNS trigger ### [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples.md) Code examples that show how to use Amazon SQS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples_basics.md) The following code examples show how to use the basics of Amazon SQS with AWS SDKs. - [Hello Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Hello_section.md): Hello Amazon SQS ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples_actions.md) The following code examples show how to use Amazon SQS with AWS SDKs. - [AddPermission](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_AddPermission_section.md): Use AddPermission with a CLI - [ChangeMessageVisibility](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ChangeMessageVisibility_section.md): Use ChangeMessageVisibility with an AWS SDK or CLI - [ChangeMessageVisibilityBatch](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ChangeMessageVisibilityBatch_section.md): Use ChangeMessageVisibilityBatch with a CLI - [CreateQueue](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.md): Use CreateQueue with an AWS SDK or CLI - [DeleteMessage](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.md): Use DeleteMessage with an AWS SDK or CLI - [DeleteMessageBatch](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.md): Use DeleteMessageBatch with an AWS SDK or CLI - [DeleteQueue](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.md): Use DeleteQueue with an AWS SDK or CLI - [GetQueueAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueAttributes_section.md): Use GetQueueAttributes with an AWS SDK or CLI - [GetQueueUrl](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.md): Use GetQueueUrl with an AWS SDK or CLI - [ListDeadLetterSourceQueues](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListDeadLetterSourceQueues_section.md): Use ListDeadLetterSourceQueues with a CLI - [ListQueues](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.md): Use ListQueues with an AWS SDK or CLI - [PurgeQueue](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_PurgeQueue_section.md): Use PurgeQueue with a CLI - [ReceiveMessage](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.md): Use ReceiveMessage with an AWS SDK or CLI - [RemovePermission](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_RemovePermission_section.md): Use RemovePermission with a CLI - [SendMessage](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.md): Use SendMessage with an AWS SDK or CLI - [SendMessageBatch](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.md): Use SendMessageBatch with an AWS SDK or CLI - [SetQueueAttributes](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SetQueueAttributes_section.md): Use SetQueueAttributes with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples_scenarios.md) The following code examples show how to use Amazon SQS with AWS SDKs. - [Create a messaging application](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_SQSMessageApp_section.md): Create a web application that sends and retrieves messages by using Amazon SQS - [Create a messenger application](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.md): Create a messenger application with Step Functions - [Create an Amazon Textract explorer application](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.md): Create an Amazon Textract explorer application - [Create and publish to a FIFO topic](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.md): Create and publish to a FIFO Amazon SNS topic using an AWS SDK - [Detect people and objects in a video](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.md): Detect people and objects in a video with Amazon Rekognition using an AWS SDK - [Manage large messages using S3](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SqsExtendedClient_section.md): Manage large Amazon SQS messages using Amazon S3 with an AWS SDK - [Process S3 event notifications](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_s3_Scenario_ProcessS3EventNotification_section.md): Receive and process Amazon S3 event notifications by using an AWS SDK - [Publish messages to queues](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_TopicsAndQueues_section.md): Publish Amazon SNS messages to Amazon SQS queues using an AWS SDK - [Send and receive batches of messages](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.md): Send and receive batches of messages with Amazon SQS using an AWS SDK - [Use the AWS Message Processing Framework for .NET with Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_MessageProcessingFrameworkTutorial_section.md): Use the AWS Message Processing Framework for .NET to publish and receive Amazon SQS messages - [Use the Amazon SQS Java Messaging Library to work with the JMS interface](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_UseJMS_section.md): Use the Amazon SQS Java Messaging Library to work with the Java Message Service (JMS) interface for Amazon SQS - [Work with queue tags](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_WorkWithTags_section.md): Work with queue tags and Amazon SQS using an AWS SDK ### [Serverless examples](https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples_serverless_examples.md) The following code examples show how to use Amazon SQS with AWS SDKs. - [Invoke a Lambda function from an Amazon SQS trigger](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_serverless_SQS_Lambda_section.md): Invoke a Lambda function from an Amazon SQS trigger - [Reporting batch item failures for Lambda functions with an Amazon SQS trigger](https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_serverless_SQS_Lambda_batch_item_failures_section.md): Reporting batch item failures for Lambda functions with an Amazon SQS trigger ### [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_code_examples.md) Code examples that show how to use Step Functions with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sfn_code_examples_basics.md) The following code examples show how to use the basics of Step Functions with AWS SDKs. - [Hello Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_Hello_section.md): Hello Step Functions - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_Scenario_GetStartedStateMachines_section.md): Learn the basics of Step Functions with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_code_examples_actions.md) The following code examples show how to use Step Functions with AWS SDKs. - [CreateActivity](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_CreateActivity_section.md): Use CreateActivity with an AWS SDK - [CreateStateMachine](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_CreateStateMachine_section.md): Use CreateStateMachine with an AWS SDK - [DeleteActivity](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_DeleteActivity_section.md): Use DeleteActivity with an AWS SDK - [DeleteStateMachine](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_DeleteStateMachine_section.md): Use DeleteStateMachine with an AWS SDK - [DescribeExecution](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_DescribeExecution_section.md): Use DescribeExecution with an AWS SDK - [DescribeStateMachine](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_DescribeStateMachine_section.md): Use DescribeStateMachine with an AWS SDK - [GetActivityTask](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_GetActivityTask_section.md): Use GetActivityTask with an AWS SDK - [ListActivities](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_ListActivities_section.md): Use ListActivities with an AWS SDK - [ListExecutions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_ListExecutions_section.md): Use ListExecutions with an AWS SDK - [ListStateMachines](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_ListStateMachines_section.md): Use ListStateMachines with an AWS SDK - [SendTaskSuccess](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_SendTaskSuccess_section.md): Use SendTaskSuccess with an AWS SDK - [StartExecution](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_sfn_StartExecution_section.md): Use StartExecution with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sfn_code_examples_scenarios.md) The following code examples show how to use Step Functions with AWS SDKs. - [Create a messenger application](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.md): Create a messenger application with Step Functions - [Getting started with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md): Getting started with Step Functions - [Orchestrate generative AI applications with Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.md): Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions - [Use Step Functions to invoke Lambda functions](https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessWorkflows_section.md): Use Step Functions to invoke Lambda functions ### [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/sts_code_examples.md) Code examples that show how to use AWS STS with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/sts_code_examples_basics.md) The following code examples show how to use the basics of AWS STS with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/sts_code_examples_actions.md) The following code examples show how to use AWS STS with AWS SDKs. - [AssumeRole](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRole_section.md): Use AssumeRole with an AWS SDK or CLI - [AssumeRoleWithWebIdentity](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRoleWithWebIdentity_section.md): Use AssumeRoleWithWebIdentity with a CLI - [DecodeAuthorizationMessage](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md): Use DecodeAuthorizationMessage with a CLI - [GetFederationToken](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetFederationToken_section.md): Use GetFederationToken with a CLI - [GetSessionToken](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetSessionToken_section.md): Use GetSessionToken with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/sts_code_examples_scenarios.md) The following code examples show how to use AWS STS with AWS SDKs. - [Assume an IAM role that requires an MFA token](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_AssumeRoleMfa_section.md): Assume an IAM role that requires an MFA token with AWS STS using an AWS SDK - [Configure Amazon ECS Service Connect](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_ecs_ServiceConnect_085_section.md): Configure Amazon ECS Service Connect - [Construct a URL for federated users](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_ConstructFederatedUrl_section.md): Construct a URL with AWS STS for federated users using an AWS SDK - [Create a REST API with Lambda proxy integration](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_api_gateway_GettingStarted_087_section.md): Create a REST API with Lambda proxy integration - [Create an Amazon ECS Linux task for the Fargate launch type](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_ecs_GettingStarted_086_section.md): Create an Amazon ECS Linux task for the Fargate launch type - [Creating a CloudWatch dashboard with function name as a variable](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_cloudwatch_GettingStarted_031_section.md): Creating a CloudWatch dashboard with function name as a variable - [Creating an Amazon ECS service for the EC2 launch type](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_ecs_GettingStarted_018_section.md): Creating an Amazon ECS service for the EC2 launch type - [Creating an Amazon Managed Grafana workspace](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_iam_GettingStarted_044_section.md): Creating an Amazon Managed Grafana workspace - [Get a session token that requires an MFA token](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_SessionTokenMfa_section.md): Get a session token that requires an MFA token with AWS STS using an AWS SDK - [Getting started with Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_ecr_GettingStarted_078_section.md): Getting started with Amazon ECR - [Getting started with Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_eks_GettingStarted_034_section.md): Getting started with Amazon EKS - [Getting started with Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_ec2_GettingStarted_057_section.md): Getting started with Amazon MSK - [Getting started with Amazon OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_opensearch_GettingStarted_016_section.md): Getting started with Amazon OpenSearch Service - [Getting started with Amazon SageMaker Feature Store](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_iam_GettingStarted_028_section.md): Getting started with Amazon SageMaker Feature Store - [Getting started with Config](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_config_service_GettingStarted_053_section.md): Getting started with Config - [Getting started with End User Messaging Push](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_pinpoint_GettingStarted_049_section.md): Getting started with End User Messaging Push - [Getting started with IoT Core](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_iot_GettingStarted_063_section.md): Getting started with IoT Core - [Getting started with WAF](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_wafv2_GettingStarted_052_section.md): Getting started with WAF - [Moving hardcoded secrets to Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_secrets_manager_GettingStarted_073_section.md): Moving hardcoded secrets to Secrets Manager - [Run CPU stress tests on EC2 instances using FIS](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_iam_GettingStarted_069_section.md): Run CPU stress tests on EC2 instances using FIS - [Setting up Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/sts_example_iam_GettingStarted_046_section.md): Setting up Systems Manager ### [Support](https://docs.aws.amazon.com/code-library/latest/ug/support_code_examples.md) Code examples that show how to use Support with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/support_code_examples_basics.md) The following code examples show how to use the basics of Support with AWS SDKs. - [Hello Support](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.md): Hello Support - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Scenario_GetStartedSupportCases_section.md): Learn the basics of Support with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/support_code_examples_actions.md) The following code examples show how to use Support with AWS SDKs. - [AddAttachmentsToSet](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddAttachmentsToSet_section.md): Use AddAttachmentsToSet with an AWS SDK or CLI - [AddCommunicationToCase](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddCommunicationToCase_section.md): Use AddCommunicationToCase with an AWS SDK or CLI - [CreateCase](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_CreateCase_section.md): Use CreateCase with an AWS SDK or CLI - [DescribeAttachment](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeAttachment_section.md): Use DescribeAttachment with an AWS SDK or CLI - [DescribeCases](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCases_section.md): Use DescribeCases with an AWS SDK or CLI - [DescribeCommunications](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCommunications_section.md): Use DescribeCommunications with an AWS SDK or CLI - [DescribeServices](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeServices_section.md): Use DescribeServices with an AWS SDK or CLI - [DescribeSeverityLevels](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeSeverityLevels_section.md): Use DescribeSeverityLevels with an AWS SDK or CLI - [DescribeTrustedAdvisorCheckRefreshStatuses](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeTrustedAdvisorCheckRefreshStatuses_section.md): Use DescribeTrustedAdvisorCheckRefreshStatuses with a CLI - [DescribeTrustedAdvisorCheckResult](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeTrustedAdvisorCheckResult_section.md): Use DescribeTrustedAdvisorCheckResult with a CLI - [DescribeTrustedAdvisorCheckSummaries](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeTrustedAdvisorCheckSummaries_section.md): Use DescribeTrustedAdvisorCheckSummaries with a CLI - [DescribeTrustedAdvisorChecks](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeTrustedAdvisorChecks_section.md): Use DescribeTrustedAdvisorChecks with a CLI - [RefreshTrustedAdvisorCheck](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_RefreshTrustedAdvisorCheck_section.md): Use RefreshTrustedAdvisorCheck with a CLI - [ResolveCase](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_ResolveCase_section.md): Use ResolveCase with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/support_code_examples_scenarios.md) The following code examples show how to use Support with AWS SDKs. - [Getting started with Support](https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_GettingStarted_062_section.md): Getting started with Support ### [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/ssm_code_examples.md) Code examples that show how to use Systems Manager with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/ssm_code_examples_basics.md) The following code examples show how to use the basics of Systems Manager with AWS SDKs. - [Hello Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.md): Hello Systems Manager - [Learn the basics](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.md): Learn the basics of Systems Manager with an AWS SDK ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_code_examples_actions.md) The following code examples show how to use Systems Manager with AWS SDKs. - [AddTagsToResource](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_AddTagsToResource_section.md): Use AddTagsToResource with a CLI - [CancelCommand](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CancelCommand_section.md): Use CancelCommand with a CLI - [CreateActivation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateActivation_section.md): Use CreateActivation with a CLI - [CreateAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateAssociation_section.md): Use CreateAssociation with a CLI - [CreateAssociationBatch](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateAssociationBatch_section.md): Use CreateAssociationBatch with a CLI - [CreateDocument](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.md): Use CreateDocument with an AWS SDK or CLI - [CreateMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.md): Use CreateMaintenanceWindow with an AWS SDK or CLI - [CreateOpsItem](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.md): Use CreateOpsItem with an AWS SDK or CLI - [CreatePatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreatePatchBaseline_section.md): Use CreatePatchBaseline with a CLI - [DeleteActivation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteActivation_section.md): Use DeleteActivation with a CLI - [DeleteAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteAssociation_section.md): Use DeleteAssociation with a CLI - [DeleteDocument](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.md): Use DeleteDocument with an AWS SDK or CLI - [DeleteMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.md): Use DeleteMaintenanceWindow with an AWS SDK or CLI - [DeleteOpsItem](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.md): Use DeleteOpsItem with an AWS SDK - [DeleteParameter](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteParameter_section.md): Use DeleteParameter with a CLI - [DeletePatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeletePatchBaseline_section.md): Use DeletePatchBaseline with a CLI - [DeregisterManagedInstance](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeregisterManagedInstance_section.md): Use DeregisterManagedInstance with a CLI - [DeregisterPatchBaselineForPatchGroup](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeregisterPatchBaselineForPatchGroup_section.md): Use DeregisterPatchBaselineForPatchGroup with a CLI - [DeregisterTargetFromMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeregisterTargetFromMaintenanceWindow_section.md): Use DeregisterTargetFromMaintenanceWindow with a CLI - [DeregisterTaskFromMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeregisterTaskFromMaintenanceWindow_section.md): Use DeregisterTaskFromMaintenanceWindow with a CLI - [DescribeActivations](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeActivations_section.md): Use DescribeActivations with a CLI - [DescribeAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAssociation_section.md): Use DescribeAssociation with a CLI - [DescribeAssociationExecutionTargets](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAssociationExecutionTargets_section.md): Use DescribeAssociationExecutionTargets with a CLI - [DescribeAssociationExecutions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAssociationExecutions_section.md): Use DescribeAssociationExecutions with a CLI - [DescribeAutomationExecutions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAutomationExecutions_section.md): Use DescribeAutomationExecutions with a CLI - [DescribeAutomationStepExecutions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAutomationStepExecutions_section.md): Use DescribeAutomationStepExecutions with a CLI - [DescribeAvailablePatches](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeAvailablePatches_section.md): Use DescribeAvailablePatches with a CLI - [DescribeDocument](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeDocument_section.md): Use DescribeDocument with an AWS SDK or CLI - [DescribeDocumentPermission](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeDocumentPermission_section.md): Use DescribeDocumentPermission with a CLI - [DescribeEffectiveInstanceAssociations](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeEffectiveInstanceAssociations_section.md): Use DescribeEffectiveInstanceAssociations with a CLI - [DescribeEffectivePatchesForPatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeEffectivePatchesForPatchBaseline_section.md): Use DescribeEffectivePatchesForPatchBaseline with a CLI - [DescribeInstanceAssociationsStatus](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeInstanceAssociationsStatus_section.md): Use DescribeInstanceAssociationsStatus with a CLI - [DescribeInstanceInformation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeInstanceInformation_section.md): Use DescribeInstanceInformation with a CLI - [DescribeInstancePatchStates](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeInstancePatchStates_section.md): Use DescribeInstancePatchStates with a CLI - [DescribeInstancePatchStatesForPatchGroup](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeInstancePatchStatesForPatchGroup_section.md): Use DescribeInstancePatchStatesForPatchGroup with a CLI - [DescribeInstancePatches](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeInstancePatches_section.md): Use DescribeInstancePatches with a CLI - [DescribeMaintenanceWindowExecutionTaskInvocations](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindowExecutionTaskInvocations_section.md): Use DescribeMaintenanceWindowExecutionTaskInvocations with a CLI - [DescribeMaintenanceWindowExecutionTasks](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindowExecutionTasks_section.md): Use DescribeMaintenanceWindowExecutionTasks with a CLI - [DescribeMaintenanceWindowExecutions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindowExecutions_section.md): Use DescribeMaintenanceWindowExecutions with a CLI - [DescribeMaintenanceWindowTargets](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindowTargets_section.md): Use DescribeMaintenanceWindowTargets with a CLI - [DescribeMaintenanceWindowTasks](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindowTasks_section.md): Use DescribeMaintenanceWindowTasks with a CLI - [DescribeMaintenanceWindows](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeMaintenanceWindows_section.md): Use DescribeMaintenanceWindows with a CLI - [DescribeOpsItems](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeOpsItems_section.md): Use DescribeOpsItems with an AWS SDK or CLI - [DescribeParameters](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeParameters_section.md): Use DescribeParameters with an AWS SDK or CLI - [DescribePatchBaselines](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribePatchBaselines_section.md): Use DescribePatchBaselines with a CLI - [DescribePatchGroupState](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribePatchGroupState_section.md): Use DescribePatchGroupState with a CLI - [DescribePatchGroups](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribePatchGroups_section.md): Use DescribePatchGroups with a CLI - [GetAutomationExecution](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetAutomationExecution_section.md): Use GetAutomationExecution with a CLI - [GetCommandInvocation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetCommandInvocation_section.md): Use GetCommandInvocation with a CLI - [GetConnectionStatus](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetConnectionStatus_section.md): Use GetConnectionStatus with a CLI - [GetDefaultPatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetDefaultPatchBaseline_section.md): Use GetDefaultPatchBaseline with a CLI - [GetDeployablePatchSnapshotForInstance](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetDeployablePatchSnapshotForInstance_section.md): Use GetDeployablePatchSnapshotForInstance with a CLI - [GetDocument](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetDocument_section.md): Use GetDocument with a CLI - [GetInventory](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetInventory_section.md): Use GetInventory with a CLI - [GetInventorySchema](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetInventorySchema_section.md): Use GetInventorySchema with a CLI - [GetMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetMaintenanceWindow_section.md): Use GetMaintenanceWindow with a CLI - [GetMaintenanceWindowExecution](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetMaintenanceWindowExecution_section.md): Use GetMaintenanceWindowExecution with a CLI - [GetMaintenanceWindowExecutionTask](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetMaintenanceWindowExecutionTask_section.md): Use GetMaintenanceWindowExecutionTask with a CLI - [GetParameter](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetParameter_section.md): Use GetParameter with an AWS SDK or CLI - [GetParameterHistory](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetParameterHistory_section.md): Use GetParameterHistory with a CLI - [GetParameters](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetParameters_section.md): Use GetParameters with a CLI - [GetPatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetPatchBaseline_section.md): Use GetPatchBaseline with a CLI - [GetPatchBaselineForPatchGroup](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_GetPatchBaselineForPatchGroup_section.md): Use GetPatchBaselineForPatchGroup with a CLI - [ListAssociationVersions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListAssociationVersions_section.md): Use ListAssociationVersions with a CLI - [ListAssociations](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListAssociations_section.md): Use ListAssociations with a CLI - [ListCommandInvocations](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.md): Use ListCommandInvocations with an AWS SDK or CLI - [ListCommands](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommands_section.md): Use ListCommands with a CLI - [ListComplianceItems](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListComplianceItems_section.md): Use ListComplianceItems with a CLI - [ListComplianceSummaries](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListComplianceSummaries_section.md): Use ListComplianceSummaries with a CLI - [ListDocumentVersions](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListDocumentVersions_section.md): Use ListDocumentVersions with a CLI - [ListDocuments](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListDocuments_section.md): Use ListDocuments with a CLI - [ListInventoryEntries](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListInventoryEntries_section.md): Use ListInventoryEntries with a CLI - [ListResourceComplianceSummaries](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListResourceComplianceSummaries_section.md): Use ListResourceComplianceSummaries with a CLI - [ListTagsForResource](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListTagsForResource_section.md): Use ListTagsForResource with a CLI - [ModifyDocumentPermission](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ModifyDocumentPermission_section.md): Use ModifyDocumentPermission with a CLI - [PutComplianceItems](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_PutComplianceItems_section.md): Use PutComplianceItems with a CLI - [PutInventory](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_PutInventory_section.md): Use PutInventory with a CLI - [PutParameter](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_PutParameter_section.md): Use PutParameter with an AWS SDK or CLI - [RegisterDefaultPatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_RegisterDefaultPatchBaseline_section.md): Use RegisterDefaultPatchBaseline with a CLI - [RegisterPatchBaselineForPatchGroup](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_RegisterPatchBaselineForPatchGroup_section.md): Use RegisterPatchBaselineForPatchGroup with a CLI - [RegisterTargetWithMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_RegisterTargetWithMaintenanceWindow_section.md): Use RegisterTargetWithMaintenanceWindow with a CLI - [RegisterTaskWithMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_RegisterTaskWithMaintenanceWindow_section.md): Use RegisterTaskWithMaintenanceWindow with a CLI - [RemoveTagsFromResource](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_RemoveTagsFromResource_section.md): Use RemoveTagsFromResource with a CLI - [SendCommand](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.md): Use SendCommand with an AWS SDK or CLI - [StartAutomationExecution](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_StartAutomationExecution_section.md): Use StartAutomationExecution with a CLI - [StartSession](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_StartSession_section.md): Use StartSession with a CLI - [StopAutomationExecution](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_StopAutomationExecution_section.md): Use StopAutomationExecution with a CLI - [UpdateAssociation](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateAssociation_section.md): Use UpdateAssociation with a CLI - [UpdateAssociationStatus](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateAssociationStatus_section.md): Use UpdateAssociationStatus with a CLI - [UpdateDocument](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateDocument_section.md): Use UpdateDocument with a CLI - [UpdateDocumentDefaultVersion](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateDocumentDefaultVersion_section.md): Use UpdateDocumentDefaultVersion with a CLI - [UpdateMaintenanceWindow](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.md): Use UpdateMaintenanceWindow with an AWS SDK or CLI - [UpdateManagedInstanceRole](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateManagedInstanceRole_section.md): Use UpdateManagedInstanceRole with a CLI - [UpdateOpsItem](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.md): Use UpdateOpsItem with an AWS SDK or CLI - [UpdatePatchBaseline](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdatePatchBaseline_section.md): Use UpdatePatchBaseline with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/ssm_code_examples_scenarios.md) The following code examples show how to use Systems Manager with AWS SDKs. - [Creating an Amazon ECS service for the EC2 launch type](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ecs_GettingStarted_018_section.md): Creating an Amazon ECS service for the EC2 launch type - [Getting started with Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ec2_GettingStarted_013_section.md): Getting started with Amazon EC2 - [Setting up Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_iam_GettingStarted_046_section.md): Setting up Systems Manager ### [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/textract_code_examples.md) Code examples that show how to use Amazon Textract with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/textract_code_examples_basics.md) The following code examples show how to use the basics of Amazon Textract with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/textract_code_examples_actions.md) The following code examples show how to use Amazon Textract with AWS SDKs. - [AnalyzeDocument](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.md): Use AnalyzeDocument with an AWS SDK or CLI - [DetectDocumentText](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.md): Use DetectDocumentText with an AWS SDK or CLI - [GetDocumentAnalysis](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_GetDocumentAnalysis_section.md): Use GetDocumentAnalysis with an AWS SDK or CLI - [StartDocumentAnalysis](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.md): Use StartDocumentAnalysis with an AWS SDK or CLI - [StartDocumentTextDetection](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.md): Use StartDocumentTextDetection with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/textract_code_examples_scenarios.md) The following code examples show how to use Amazon Textract with AWS SDKs. - [Create an Amazon Textract explorer application](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.md): Create an Amazon Textract explorer application - [Create an application to analyze customer feedback](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_FSA_section.md): Create an application that analyzes customer feedback and synthesizes audio - [Detect entities in text extracted from an image](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.md): Detect entities in text extracted from an image using an AWS SDK - [Get started with document analysis](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_Scenario_GettingStarted_section.md): Get started with Amazon Textract document analysis using an AWS SDK - [Getting started with Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/textract_example_s3_GettingStarted_074_section.md): Getting started with Amazon Textract ### [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_code_examples.md) Code examples that show how to use Amazon Transcribe with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_code_examples_basics.md) The following code examples show how to use the basics of Amazon Transcribe with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_code_examples_actions.md) The following code examples show how to use Amazon Transcribe with AWS SDKs. - [CreateVocabulary](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.md): Use CreateVocabulary with an AWS SDK or CLI - [DeleteMedicalTranscriptionJob](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteMedicalTranscriptionJob_section.md): Use DeleteMedicalTranscriptionJob with an AWS SDK or CLI - [DeleteTranscriptionJob](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.md): Use DeleteTranscriptionJob with an AWS SDK or CLI - [DeleteVocabulary](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.md): Use DeleteVocabulary with an AWS SDK or CLI - [GetTranscriptionJob](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.md): Use GetTranscriptionJob with an AWS SDK or CLI - [GetVocabulary](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.md): Use GetVocabulary with an AWS SDK or CLI - [ListMedicalTranscriptionJobs](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListMedicalTranscriptionJobs_section.md): Use ListMedicalTranscriptionJobs with an AWS SDK or CLI - [ListTranscriptionJobs](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.md): Use ListTranscriptionJobs with an AWS SDK or CLI - [ListVocabularies](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.md): Use ListVocabularies with an AWS SDK or CLI - [StartMedicalTranscriptionJob](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartMedicalTranscriptionJob_section.md): Use StartMedicalTranscriptionJob with an AWS SDK or CLI - [StartTranscriptionJob](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.md): Use StartTranscriptionJob with an AWS SDK or CLI - [UpdateVocabulary](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.md): Use UpdateVocabulary with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_code_examples_scenarios.md) The following code examples show how to use Amazon Transcribe with AWS SDKs. - [Build an Amazon Transcribe streaming app](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_cross_TranscriptionStreamingApp_section.md): Build an Amazon Transcribe streaming app - [Convert text to speech and back to text](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_cross_Telephone_section.md): Convert text to speech and back to text using an AWS SDK - [Create and refine a custom vocabulary](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.md): Create and refine an Amazon Transcribe custom vocabulary using an AWS SDK - [Transcribe audio and get job data](https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.md): Transcribe audio and get job data with Amazon Transcribe using an AWS SDK ### [Amazon Transcribe Streaming](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_code_examples.md) Code examples that show how to use Amazon Transcribe Streaming with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_code_examples_basics.md) The following code examples show how to use the basics of Amazon Transcribe Streaming with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_code_examples_actions.md) The following code examples show how to use Amazon Transcribe Streaming with AWS SDKs. - [StartMedicalStreamTranscription](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_example_transcribe-streaming_StartMedicalStreamTranscription_section.md): Use StartMedicalStreamTranscription with an AWS SDK - [StartStreamTranscription](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_example_transcribe-streaming_StartStreamTranscription_section.md): Use StartStreamTranscription with an AWS SDK ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_code_examples_scenarios.md) The following code examples show how to use Amazon Transcribe Streaming with AWS SDKs. - [Transcribe an audio file](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_example_transcribe-streaming_Scenario_StreamEvents_File_section.md): Generate a transcription of a file using an AWS SDK - [Transcribe audio from a microphone](https://docs.aws.amazon.com/code-library/latest/ug/transcribe-streaming_example_transcribe-streaming_Scenario_StreamEvents_Microphone_section.md): Generate a transcription from a microphone using an AWS SDK ### [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/translate_code_examples.md) Code examples that show how to use Amazon Translate with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/translate_code_examples_basics.md) The following code examples show how to use the basics of Amazon Translate with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/translate_code_examples_actions.md) The following code examples show how to use Amazon Translate with AWS SDKs. - [DescribeTextTranslationJob](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_DescribeTextTranslationJob_section.md): Use DescribeTextTranslationJob with an AWS SDK - [ListTextTranslationJobs](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_ListTextTranslationJobs_section.md): Use ListTextTranslationJobs with an AWS SDK - [StartTextTranslationJob](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_StartTextTranslationJob_section.md): Use StartTextTranslationJob with an AWS SDK - [StopTextTranslationJob](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_StopTextTranslationJob_section.md): Use StopTextTranslationJob with an AWS SDK - [TranslateText](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_TranslateText_section.md): Use TranslateText with an AWS SDK or CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/translate_code_examples_scenarios.md) The following code examples show how to use Amazon Translate with AWS SDKs. - [Build an Amazon Transcribe streaming app](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_cross_TranscriptionStreamingApp_section.md): Build an Amazon Transcribe streaming app - [Building an Amazon Lex chatbot](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_cross_LexChatbotLanguages_section.md): Create an Amazon Lex chatbot to engage your website visitors - [Building an Amazon SNS application](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_cross_SnsPublishSubscription_section.md): Build a publish and subscription application that translates messages - [Create an application to analyze customer feedback](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_cross_FSA_section.md): Create an application that analyzes customer feedback and synthesizes audio - [Get started with translate jobs](https://docs.aws.amazon.com/code-library/latest/ug/translate_example_translate_Scenario_GettingStarted_section.md): Get started with Amazon Translate jobs using an AWS SDK ### [VPC Lattice](https://docs.aws.amazon.com/code-library/latest/ug/vpc-lattice_code_examples.md) Code examples that show how to use VPC Lattice with an AWS SDK. ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/vpc-lattice_code_examples_scenarios.md) The following code examples show how to use VPC Lattice with AWS SDKs. - [Creating and managing a VPC Lattice service network](https://docs.aws.amazon.com/code-library/latest/ug/vpc-lattice_example_vpc_lattice_GettingStarted_055_section.md): Creating and managing a VPC Lattice service network ### [AWS WAFV2](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_code_examples.md) Code examples that show how to use AWS WAFV2 with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_code_examples_basics.md) The following code examples show how to use the basics of AWS WAFV2 with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_code_examples_actions.md) The following code examples show how to use AWS WAFV2 with AWS SDKs. - [CreateWebAcl](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_example_wafv2_CreateWebAcl_section.md): Use CreateWebAcl with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_code_examples_scenarios.md) The following code examples show how to use AWS WAFV2 with AWS SDKs. - [Getting started with WAF](https://docs.aws.amazon.com/code-library/latest/ug/wafv2_example_wafv2_GettingStarted_052_section.md): Getting started with WAF ### [WorkSpaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_code_examples.md) Code examples that show how to use WorkSpaces with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_code_examples_basics.md) The following code examples show how to use the basics of WorkSpaces with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_code_examples_actions.md) The following code examples show how to use WorkSpaces with AWS SDKs. - [CreateTags](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_CreateTags_section.md): Use CreateTags with a CLI - [CreateWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_CreateWorkspaces_section.md): Use CreateWorkspaces with a CLI - [DeleteTags](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DeleteTags_section.md): Use DeleteTags with a CLI - [DescribeTags](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DescribeTags_section.md): Use DescribeTags with a CLI - [DescribeWorkspaceBundles](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DescribeWorkspaceBundles_section.md): Use DescribeWorkspaceBundles with a CLI - [DescribeWorkspaceDirectories](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DescribeWorkspaceDirectories_section.md): Use DescribeWorkspaceDirectories with a CLI - [DescribeWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DescribeWorkspaces_section.md): Use DescribeWorkspaces with a CLI - [DescribeWorkspacesConnectionStatus](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_DescribeWorkspacesConnectionStatus_section.md): Use DescribeWorkspacesConnectionStatus with a CLI - [ModifyWorkspaceCreationProperties](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_ModifyWorkspaceCreationProperties_section.md): Use ModifyWorkspaceCreationProperties with a CLI - [ModifyWorkspaceProperties](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_ModifyWorkspaceProperties_section.md): Use ModifyWorkspaceProperties with a CLI - [ModifyWorkspaceState](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_ModifyWorkspaceState_section.md): Use ModifyWorkspaceState with a CLI - [RebootWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_RebootWorkspaces_section.md): Use RebootWorkspaces with a CLI - [RebuildWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_RebuildWorkspaces_section.md): Use RebuildWorkspaces with a CLI - [RegisterWorkspaceDirectory](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_RegisterWorkspaceDirectory_section.md): Use RegisterWorkspaceDirectory with a CLI - [StopWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_StopWorkspaces_section.md): Use StopWorkspaces with a CLI - [TerminateWorkspaces](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_TerminateWorkspaces_section.md): Use TerminateWorkspaces with a CLI ### [Scenarios](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_code_examples_scenarios.md) The following code examples show how to use WorkSpaces with AWS SDKs. - [Creating and managing Amazon WorkSpaces Personal](https://docs.aws.amazon.com/code-library/latest/ug/workspaces_example_workspaces_GettingStarted_035_section.md): Creating and managing Amazon WorkSpaces Personal ### [X-Ray](https://docs.aws.amazon.com/code-library/latest/ug/xray_code_examples.md) Code examples that show how to use X-Ray with an AWS SDK. ### [Basics](https://docs.aws.amazon.com/code-library/latest/ug/xray_code_examples_basics.md) The following code examples show how to use the basics of X-Ray with AWS SDKs. ### [Actions](https://docs.aws.amazon.com/code-library/latest/ug/xray_code_examples_actions.md) The following code examples show how to use X-Ray with AWS SDKs. - [CreateGroup](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_CreateGroup_section.md): Use CreateGroup with an AWS SDK or CLI - [CreateSamplingRule](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_CreateSamplingRule_section.md): Use CreateSamplingRule with an AWS SDK or CLI - [DeleteGroup](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_DeleteGroup_section.md): Use DeleteGroup with an AWS SDK or CLI - [DeleteSamplingRule](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_DeleteSamplingRule_section.md): Use DeleteSamplingRule with an AWS SDK or CLI - [GetGroups](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_GetGroups_section.md): Use GetGroups with an AWS SDK or CLI - [GetSamplingRules](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_GetSamplingRules_section.md): Use GetSamplingRules with an AWS SDK or CLI - [GetServiceGraph](https://docs.aws.amazon.com/code-library/latest/ug/xray_example_xray_GetServiceGraph_section.md): Use GetServiceGraph with an AWS SDK or CLI ## [Code examples by SDK](https://docs.aws.amazon.com/code-library/latest/ug/code_example_library_by_sdk.md) ### [SDK for .NET](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_code_examples.md) Code examples that show how to use AWS SDK for .NET with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.md): Code examples that show how to use AWS SDK for .NET with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for .NET with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.md): Code examples that show how to use AWS SDK for .NET with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for .NET with Auto Scaling. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Bedrock Runtime. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for .NET with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Comprehend. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_docdb_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for .NET with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon EC2. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ecs_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon ECS. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS SDK for .NET with Elastic Load Balancing - Version 2. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for .NET with EventBridge. - [EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.md): Code examples that show how to use AWS SDK for .NET with EventBridge Scheduler. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.md): Code examples that show how to use AWS SDK for .NET with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.md): Code examples that show how to use AWS SDK for .NET with IAM. - [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Keyspaces. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.md): Code examples that show how to use AWS SDK for .NET with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.md): Code examples that show how to use AWS SDK for .NET with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.md): Code examples that show how to use AWS SDK for .NET with Lambda. - [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_mediaconvert_code_examples.md): Code examples that show how to use AWS SDK for .NET with MediaConvert. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kafka_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon MSK. - [Organizations](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.md): Code examples that show how to use AWS SDK for .NET with Organizations. - [Partner Central](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_partnercentral-selling_code_examples.md): Code examples that show how to use AWS SDK for .NET with Partner Central. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Pinpoint. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds-data_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon RDS Data Service. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Rekognition. - [Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_route-53-domains_code_examples.md): Code examples that show how to use AWS SDK for .NET with Route 53 domain registration. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for .NET with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for .NET with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sfn_code_examples.md): Code examples that show how to use AWS SDK for .NET with Step Functions. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sts_code_examples.md): Code examples that show how to use AWS SDK for .NET with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.md): Code examples that show how to use AWS SDK for .NET with Support. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_textract_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Transcribe. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_translate_code_examples.md): Code examples that show how to use AWS SDK for .NET with Amazon Translate. ### [SDK for .NET (v4)](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_code_examples.md) Code examples that show how to use AWS SDK for .NET (v4) with AWS. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_aurora_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Auto Scaling. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_bedrock_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon Bedrock Runtime. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_cloudformation_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with CloudFormation. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon Cognito Identity Provider. - [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_controltower_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with AWS Control Tower. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_ec2_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon EC2. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_ecs_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon ECS. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_iot_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with AWS IoT. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with AWS IoT data. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_redshift_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon Redshift. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/csharp_4_s3_code_examples.md): Code examples that show how to use AWS SDK for .NET (v4) with Amazon S3. ### [AWS CLI with Bash script](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_code_examples.md) Code examples that show how to use AWS Command Line Interface with Bash script with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_api-gateway_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with API Gateway. - [Athena](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_athena_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Athena. - [AWS Batch](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_batch_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS Batch. - [AWS Cloud Map](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_servicediscovery_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS Cloud Map. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_cloudformation_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with CloudFormation. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_cloudfront_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with CloudFront. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_cloudwatch_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Cognito Identity Provider. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_config-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS Config. - [Connect Customer](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_connect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Connect Customer. - [Direct Connect](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_direct-connect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Direct Connect. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_docdb_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ecr_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon ECR. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ecs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon ECS. - [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_eks_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon EKS. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Elastic Load Balancing - Version 2. - [ElastiCache](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_elasticache_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with ElastiCache. - [Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_emr_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon EMR. - [OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_opensearch_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with OpenSearch Service. - [AWS FIS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_fis_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS FIS. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_glue_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with HealthImaging. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with IAM. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iot_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS IoT. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_kms_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_lambda_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Lambda. - [Lightsail](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_lightsail_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Lightsail. - [Amazon Managed Grafana](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_grafana_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Managed Grafana. - [MediaConnect](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_mediaconnect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with MediaConnect. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_kafka_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon MSK. - [Neptune](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_neptune_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Neptune. - [AWS Payment Cryptography](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_payment-cryptography_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS Payment Cryptography. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_pinpoint_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Pinpoint. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_polly_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_rds_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon RDS. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_redshift_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Redshift. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sagemaker_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_secrets-manager_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ses_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon SES. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sns_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon SNS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sfn_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Step Functions. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sts_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_support_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ssm_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_textract_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with Amazon Textract. - [VPC Lattice](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_vpc-lattice_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with VPC Lattice. - [AWS WAFV2](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_wafv2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with AWS WAFV2. - [WorkSpaces](https://docs.aws.amazon.com/code-library/latest/ug/bash_2_workspaces_code_examples.md): Code examples that show how to use AWS Command Line Interface with Bash script with WorkSpaces. ### [SDK for C++](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_code_examples.md) Code examples that show how to use AWS SDK for C++ with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.md): Code examples that show how to use AWS SDK for C++ with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for C++ with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.md): Code examples that show how to use AWS SDK for C++ with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for C++ with Auto Scaling. - [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudtrail_code_examples.md): Code examples that show how to use AWS SDK for C++ with CloudTrail. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for C++ with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for C++ with CloudWatch Logs. - [CodeBuild](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_codebuild_code_examples.md): Code examples that show how to use AWS SDK for C++ with CodeBuild. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon Cognito Identity Provider. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for C++ with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon EC2. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for C++ with EventBridge. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.md): Code examples that show how to use AWS SDK for C++ with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.md): Code examples that show how to use AWS SDK for C++ with HealthImaging. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.md): Code examples that show how to use AWS SDK for C++ with IAM. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iot_code_examples.md): Code examples that show how to use AWS SDK for C++ with AWS IoT. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for C++ with AWS IoT data. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.md): Code examples that show how to use AWS SDK for C++ with Lambda. - [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_mediaconvert_code_examples.md): Code examples that show how to use AWS SDK for C++ with MediaConvert. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds-data_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon RDS Data Service. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rekognition_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon Rekognition. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon S3. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for C++ with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon SES. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sts_code_examples.md): Code examples that show how to use AWS SDK for C++ with AWS STS. - [Amazon Transcribe Streaming](https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_transcribe-streaming_code_examples.md): Code examples that show how to use AWS SDK for C++ with Amazon Transcribe Streaming. ### [AWS CLI](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_code_examples.md) Code examples that show how to use AWS Command Line Interface with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_acm_code_examples.md): Code examples that show how to use AWS Command Line Interface with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_api-gateway_code_examples.md): Code examples that show how to use AWS Command Line Interface with API Gateway. - [API Gateway HTTP and WebSocket API](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_apigatewayv2_code_examples.md): Code examples that show how to use AWS Command Line Interface with API Gateway HTTP and WebSocket API. - [API Gateway Management API](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_apigatewaymanagementapi_code_examples.md): Code examples that show how to use AWS Command Line Interface with API Gateway Management API. - [App Mesh](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_app-mesh_code_examples.md): Code examples that show how to use AWS Command Line Interface with App Mesh. - [App Runner](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_apprunner_code_examples.md): Code examples that show how to use AWS Command Line Interface with App Runner. - [AWS AppConfig](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_appconfig_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS AppConfig. - [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_application-auto-scaling_code_examples.md): Code examples that show how to use AWS Command Line Interface with Application Auto Scaling. - [Application Discovery Service](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_application-discovery-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with Application Discovery Service. - [Application Signals](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_application-signals_code_examples.md): Code examples that show how to use AWS Command Line Interface with Application Signals. - [AppRegistry](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_service-catalog-appregistry_code_examples.md): Code examples that show how to use AWS Command Line Interface with AppRegistry. - [Athena](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_athena_code_examples.md): Code examples that show how to use AWS Command Line Interface with Athena. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_auto-scaling_code_examples.md): Code examples that show how to use AWS Command Line Interface with Auto Scaling. - [Auto Scaling Plans](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_auto-scaling-plans_code_examples.md): Code examples that show how to use AWS Command Line Interface with Auto Scaling Plans. - [AWS Backup](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_backup_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Backup. - [AWS Batch](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_batch_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Batch. - [AWS Budgets](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_budgets_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Budgets. - [Amazon Chime](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_chime_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Chime. - [Cloud Control API](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudcontrol_code_examples.md): Code examples that show how to use AWS Command Line Interface with Cloud Control API. - [AWS Cloud Map](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_servicediscovery_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Cloud Map. - [AWS Cloud9](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloud9_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Cloud9. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudformation_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudFormation. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudfront_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudFront. - [Amazon CloudSearch](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudsearch-domain_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon CloudSearch. - [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudtrail_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudTrail. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudwatch_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch Logs. - [CloudWatch Network Monitoring](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_networkmonitor_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch Network Monitoring. - [CloudWatch Observability Access Monitor](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_oam_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch Observability Access Monitor. - [CloudWatch Observability Admin](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_observabilityadmin_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch Observability Admin. - [CloudWatch Synthetics](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_synthetics_code_examples.md): Code examples that show how to use AWS Command Line Interface with CloudWatch Synthetics. - [CodeArtifact](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codeartifact_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeArtifact. - [CodeBuild](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codebuild_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeBuild. - [CodeCommit](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codecommit_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeCommit. - [CodeDeploy](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codedeploy_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeDeploy. - [CodeGuru Reviewer](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codeguru-reviewer_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeGuru Reviewer. - [CodePipeline](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codepipeline_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodePipeline. - [AWS CodeStar Notifications](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codestar-notifications_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS CodeStar Notifications. - [CodeConnections](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_codestar-connections_code_examples.md): Code examples that show how to use AWS Command Line Interface with CodeConnections. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cognito-identity_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Cognito Identity. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_comprehend_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Comprehend. - [Amazon Comprehend Medical](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_comprehendmedical_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Comprehend Medical. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_config-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Config. - [Connect Customer](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_connect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Connect Customer. - [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_controltower_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Control Tower. - [AWS Cost and Usage Report](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cost-and-usage-report-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Cost and Usage Report. - [Cost Explorer Service](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_cost-explorer_code_examples.md): Code examples that show how to use AWS Command Line Interface with Cost Explorer Service. - [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_firehose_code_examples.md): Code examples that show how to use AWS Command Line Interface with Firehose. - [Amazon Data Lifecycle Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_dlm_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Data Lifecycle Manager. - [AWS Data Pipeline](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_data-pipeline_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Data Pipeline. - [DataSync](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_datasync_code_examples.md): Code examples that show how to use AWS Command Line Interface with DataSync. - [DAX](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_dax_code_examples.md): Code examples that show how to use AWS Command Line Interface with DAX. - [Detective](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_detective_code_examples.md): Code examples that show how to use AWS Command Line Interface with Detective. - [Device Farm](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_device-farm_code_examples.md): Code examples that show how to use AWS Command Line Interface with Device Farm. - [Direct Connect](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_direct-connect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Direct Connect. - [Directory Service](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_directory-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with Directory Service. - [Directory Service Data](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_directory-service-data_code_examples.md): Code examples that show how to use AWS Command Line Interface with Directory Service Data. - [AWS DMS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_database-migration-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS DMS. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_docdb_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_dynamodb_code_examples.md): Code examples that show how to use AWS Command Line Interface with DynamoDB. - [DynamoDB Streams](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_dynamodb-streams_code_examples.md): Code examples that show how to use AWS Command Line Interface with DynamoDB Streams. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ec2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EC2. - [Amazon EC2 Instance Connect](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ec2-instance-connect_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EC2 Instance Connect. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ecr_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon ECR. - [Amazon ECR Public](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ecr-public_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon ECR Public. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ecs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon ECS. - [Amazon EFS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_efs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EFS. - [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_eks_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EKS. - [Elastic Beanstalk](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_elastic-beanstalk_code_examples.md): Code examples that show how to use AWS Command Line Interface with Elastic Beanstalk. - [Elastic Load Balancing - Version 1](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_elastic-load-balancing_code_examples.md): Code examples that show how to use AWS Command Line Interface with Elastic Load Balancing - Version 1. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Elastic Load Balancing - Version 2. - [ElastiCache](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_elasticache_code_examples.md): Code examples that show how to use AWS Command Line Interface with ElastiCache. - [MediaStore](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediastore_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaStore. - [Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_emr_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EMR. - [Amazon EMR on EKS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_emr-containers_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon EMR on EKS. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_eventbridge_code_examples.md): Code examples that show how to use AWS Command Line Interface with EventBridge. - [EventBridge Pipes](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_pipes_code_examples.md): Code examples that show how to use AWS Command Line Interface with EventBridge Pipes. - [Firewall Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_fms_code_examples.md): Code examples that show how to use AWS Command Line Interface with Firewall Manager. - [AWS FIS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_fis_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS FIS. - [Amazon GameLift Servers](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_gamelift_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon GameLift Servers. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_glacier_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Glacier. - [Global Accelerator](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_global-accelerator_code_examples.md): Code examples that show how to use AWS Command Line Interface with Global Accelerator. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_glue_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Glue. - [GuardDuty](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_guardduty_code_examples.md): Code examples that show how to use AWS Command Line Interface with GuardDuty. - [AWS Health](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_health_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Health. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_medical-imaging_code_examples.md): Code examples that show how to use AWS Command Line Interface with HealthImaging. - [HealthLake](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_healthlake_code_examples.md): Code examples that show how to use AWS Command Line Interface with HealthLake. - [HealthOmics](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_omics_code_examples.md): Code examples that show how to use AWS Command Line Interface with HealthOmics. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iam_code_examples.md): Code examples that show how to use AWS Command Line Interface with IAM. - [IAM Access Analyzer](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_accessanalyzer_code_examples.md): Code examples that show how to use AWS Command Line Interface with IAM Access Analyzer. - [Image Builder](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_imagebuilder_code_examples.md): Code examples that show how to use AWS Command Line Interface with Image Builder. - [Incident Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ssm-incidents_code_examples.md): Code examples that show how to use AWS Command Line Interface with Incident Manager. - [Incident Manager Contacts](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ssm-contacts_code_examples.md): Code examples that show how to use AWS Command Line Interface with Incident Manager Contacts. - [Amazon Inspector](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_inspector_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Inspector. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT. - [Device Advisor](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iotdeviceadvisor_code_examples.md): Code examples that show how to use AWS Command Line Interface with Device Advisor. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot-data-plane_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT data. - [AWS IoT Events](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot-events_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Events. - [AWS IoT Events-Data](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot-events-data_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Events-Data. - [AWS IoT Greengrass](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_greengrass_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Greengrass. - [AWS IoT Greengrass V2](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_greengrassv2_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Greengrass V2. - [AWS IoT Jobs SDK release](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot-jobs-data-plane_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Jobs SDK release. - [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iotsitewise_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT SiteWise. - [AWS IoT Things Graph](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iotthingsgraph_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Things Graph. - [AWS IoT Wireless](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_iot-wireless_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS IoT Wireless. - [Amazon IVS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ivs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon IVS. - [Amazon IVS Chat](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ivschat_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon IVS Chat. - [Amazon IVS Real-Time Streaming](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ivs-realtime_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon IVS Real-Time Streaming. - [Amazon Kendra](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_kendra_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Kendra. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_kinesis_code_examples.md): Code examples that show how to use AWS Command Line Interface with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_kms_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS KMS. - [Lake Formation](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_lakeformation_code_examples.md): Code examples that show how to use AWS Command Line Interface with Lake Formation. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_lambda_code_examples.md): Code examples that show how to use AWS Command Line Interface with Lambda. - [License Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_license-manager_code_examples.md): Code examples that show how to use AWS Command Line Interface with License Manager. - [Lightsail](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_lightsail_code_examples.md): Code examples that show how to use AWS Command Line Interface with Lightsail. - [Macie](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_macie2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Macie. - [Amazon Managed Grafana](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_grafana_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Managed Grafana. - [MediaConnect](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediaconnect_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaConnect. - [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediaconvert_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaConvert. - [MediaLive](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_medialive_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaLive. - [MediaPackage](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediapackage_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaPackage. - [MediaPackage VOD](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediapackage-vod_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaPackage VOD. - [MediaStore Data Plane](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediastore-data_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaStore Data Plane. - [MediaTailor](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_mediatailor_code_examples.md): Code examples that show how to use AWS Command Line Interface with MediaTailor. - [MemoryDB](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_memorydb_code_examples.md): Code examples that show how to use AWS Command Line Interface with MemoryDB. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_kafka_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon MSK. - [Network Flow Monitor](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_networkflowmonitor_code_examples.md): Code examples that show how to use AWS Command Line Interface with Network Flow Monitor. - [Network Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_networkmanager_code_examples.md): Code examples that show how to use AWS Command Line Interface with Network Manager. - [OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_elasticsearch-service_code_examples.md): Code examples that show how to use AWS Command Line Interface with OpenSearch Service. - [Organizations](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_organizations_code_examples.md): Code examples that show how to use AWS Command Line Interface with Organizations. - [AWS Outposts](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_outposts_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Outposts. - [AWS Payment Cryptography](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_payment-cryptography_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Payment Cryptography. - [AWS Payment Cryptography Data Plane](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_payment-cryptography-data_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Payment Cryptography Data Plane. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_pinpoint_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Pinpoint. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_polly_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Polly. - [AWS Price List](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_pricing_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Price List. - [AWS Private CA](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_acm-pca_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Private CA. - [AWS Proton](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_proton_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Proton. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_rds_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_rds-data_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon RDS Data Service. - [Amazon RDS Performance Insights](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_pi_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon RDS Performance Insights. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_redshift_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_rekognition_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Rekognition. - [AWS RAM](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ram_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS RAM. - [Resource Explorer](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_resource-explorer-2_code_examples.md): Code examples that show how to use AWS Command Line Interface with Resource Explorer. - [Resource Groups](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_resource-groups_code_examples.md): Code examples that show how to use AWS Command Line Interface with Resource Groups. - [Resource Groups Tagging API](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_resource-groups-tagging-api_code_examples.md): Code examples that show how to use AWS Command Line Interface with Resource Groups Tagging API. - [Route 53](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_route-53_code_examples.md): Code examples that show how to use AWS Command Line Interface with Route 53. - [Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_route-53-domains_code_examples.md): Code examples that show how to use AWS Command Line Interface with Route 53 domain registration. - [Route 53 Profiles](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_route53profiles_code_examples.md): Code examples that show how to use AWS Command Line Interface with Route 53 Profiles. - [Route 53 Resolver](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_route53resolver_code_examples.md): Code examples that show how to use AWS Command Line Interface with Route 53 Resolver. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_s3_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon S3. - [Amazon S3 Control](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_s3-control_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon S3 Control. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_secrets-manager_code_examples.md): Code examples that show how to use AWS Command Line Interface with Secrets Manager. - [Security Hub CSPM](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_securityhub_code_examples.md): Code examples that show how to use AWS Command Line Interface with Security Hub CSPM. - [Security Lake](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_securitylake_code_examples.md): Code examples that show how to use AWS Command Line Interface with Security Lake. - [AWS Serverless Application Repository](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_serverlessapplicationrepository_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS Serverless Application Repository. - [Service Catalog](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_service-catalog_code_examples.md): Code examples that show how to use AWS Command Line Interface with Service Catalog. - [Service Quotas](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_service-quotas_code_examples.md): Code examples that show how to use AWS Command Line Interface with Service Quotas. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ses_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon SES. - [Shield](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_shield_code_examples.md): Code examples that show how to use AWS Command Line Interface with Shield. - [Signer](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_signer_code_examples.md): Code examples that show how to use AWS Command Line Interface with Signer. - [Snowball Edge](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_snowball_code_examples.md): Code examples that show how to use AWS Command Line Interface with Snowball Edge. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_sns_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_sqs_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon SQS. - [Storage Gateway](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_storage-gateway_code_examples.md): Code examples that show how to use AWS Command Line Interface with Storage Gateway. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_sts_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_support_code_examples.md): Code examples that show how to use AWS Command Line Interface with Support. - [Amazon SWF](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_swf_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon SWF. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_ssm_code_examples.md): Code examples that show how to use AWS Command Line Interface with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_textract_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_transcribe_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Transcribe. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_translate_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon Translate. - [Trusted Advisor](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_trustedadvisor_code_examples.md): Code examples that show how to use AWS Command Line Interface with Trusted Advisor. - [Verified Permissions](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_verifiedpermissions_code_examples.md): Code examples that show how to use AWS Command Line Interface with Verified Permissions. - [VPC Lattice](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_vpc-lattice_code_examples.md): Code examples that show how to use AWS Command Line Interface with VPC Lattice. - [AWS WAF Classic](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_waf_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS WAF Classic. - [AWS WAF Classic Regional](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_waf-regional_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS WAF Classic Regional. - [AWS WAFV2](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_wafv2_code_examples.md): Code examples that show how to use AWS Command Line Interface with AWS WAFV2. - [WorkDocs](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_workdocs_code_examples.md): Code examples that show how to use AWS Command Line Interface with WorkDocs. - [Amazon WorkMail](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_workmail_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon WorkMail. - [Amazon WorkMail Message Flow](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_workmailmessageflow_code_examples.md): Code examples that show how to use AWS Command Line Interface with Amazon WorkMail Message Flow. - [WorkSpaces](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_workspaces_code_examples.md): Code examples that show how to use AWS Command Line Interface with WorkSpaces. - [X-Ray](https://docs.aws.amazon.com/code-library/latest/ug/cli_2_xray_code_examples.md): Code examples that show how to use AWS Command Line Interface with X-Ray. ### [SDK for Go V2](https://docs.aws.amazon.com/code-library/latest/ug/go_2_code_examples.md) Code examples that show how to use AWS SDK for Go V2 with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/go_2_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Aurora. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon Bedrock Runtime. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/go_2_cloudformation_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with CloudFormation. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/go_2_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon Cognito Identity Provider. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/go_2_docdb_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with DynamoDB. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with IAM. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/go_2_kinesis_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Kinesis. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Lambda. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/go_2_kafka_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon MSK. - [Partner Central](https://docs.aws.amazon.com/code-library/latest/ug/go_2_partnercentral-selling_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Partner Central. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon RDS. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon Redshift. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon S3. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.md): Code examples that show how to use AWS SDK for Go V2 with Amazon SQS. ### [SDK for JavaScript (v2)](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_code_examples.md) Code examples that show how to use AWS SDK for JavaScript (v2) with AWS. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with CloudWatch. - [CloudWatch Events](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch-events_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with CloudWatch Events. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with CloudWatch Logs. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with DynamoDB. - [AWS Entity Resolution](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_entityresolution_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with AWS Entity Resolution. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with EventBridge. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Amazon Glacier. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with IAM. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_lambda_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Lambda. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Amazon Pinpoint. - [Amazon Pinpoint SMS and Voice API](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint-sms-voice_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Amazon Pinpoint SMS and Voice API. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sns_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sts_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v2) with AWS STS. ### [SDK for JavaScript (v3)](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_code_examples.md) Code examples that show how to use AWS SDK for JavaScript (v3) with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_aurora_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Auto Scaling. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Bedrock Runtime. - [Amazon Bedrock Agents](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Bedrock Agents. - [Amazon Bedrock Agents Runtime](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Bedrock Agents Runtime. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with CloudWatch. - [CloudWatch Events](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-events_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with CloudWatch Events. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with CloudWatch Logs. - [CodeBuild](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_codebuild_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with CodeBuild. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Cognito Identity. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_comprehend_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Comprehend. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_docdb_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon EC2. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Elastic Load Balancing - Version 2. - [AWS Entity Resolution](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_entityresolution_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with AWS Entity Resolution. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with EventBridge. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with HealthImaging. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with IAM. - [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with AWS IoT SiteWise. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_kinesis_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Kinesis. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Lambda. - [Amazon Lex](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lex_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Lex. - [Amazon Location](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_location_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Location. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_kafka_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon MSK. - [Amazon Personalize](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_personalize_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Personalize. - [Amazon Personalize Events](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_personalize-events_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Personalize Events. - [Amazon Personalize Runtime](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_personalize-runtime_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Personalize Runtime. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Pinpoint. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_polly_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_rds_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_rds-data_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon RDS Data Service. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_rekognition_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Rekognition. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon SES. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sfn_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Step Functions. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sts_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_textract_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Transcribe. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_translate_code_examples.md): Code examples that show how to use AWS SDK for JavaScript (v3) with Amazon Translate. ### [SDK for Java 2.x](https://docs.aws.amazon.com/code-library/latest/ug/java_2_code_examples.md) Code examples that show how to use AWS SDK for Java 2.x with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with API Gateway. - [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/java_2_application-auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Application Auto Scaling. - [Application Recovery Controller](https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Application Recovery Controller. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Auto Scaling. - [AWS Batch](https://docs.aws.amazon.com/code-library/latest/ug/java_2_batch_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Batch. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Bedrock Runtime. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudfront_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with CloudFront. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with CloudWatch. - [CloudWatch Events](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch-events_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with CloudWatch Events. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with CloudWatch Logs. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Cognito Identity. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Comprehend. - [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/java_2_controltower_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Control Tower. - [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Firehose. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/java_2_docdb_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon ECR. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecs_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon ECS. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Elastic Load Balancing - Version 2. - [MediaStore](https://docs.aws.amazon.com/code-library/latest/ug/java_2_mediastore_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with MediaStore. - [AWS Entity Resolution](https://docs.aws.amazon.com/code-library/latest/ug/java_2_entityresolution_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Entity Resolution. - [OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/java_2_opensearch_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with OpenSearch Service. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/java_2_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with EventBridge. - [EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with EventBridge Scheduler. - [Forecast](https://docs.aws.amazon.com/code-library/latest/ug/java_2_forecast_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Forecast. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with HealthImaging. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with IAM. - [Amazon Inspector](https://docs.aws.amazon.com/code-library/latest/ug/java_2_inspector_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Inspector. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/java_2_iot_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS IoT. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/java_2_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS IoT data. - [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS IoT SiteWise. - [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Keyspaces. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Lambda. - [Amazon Lex](https://docs.aws.amazon.com/code-library/latest/ug/java_2_lex_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Lex. - [Amazon Location](https://docs.aws.amazon.com/code-library/latest/ug/java_2_location_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Location. - [Location Service Places](https://docs.aws.amazon.com/code-library/latest/ug/java_2_geo-places_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Location Service Places. - [AWS Marketplace Catalog API](https://docs.aws.amazon.com/code-library/latest/ug/java_2_marketplace-catalog_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Marketplace Catalog API. - [AWS Marketplace Agreement API](https://docs.aws.amazon.com/code-library/latest/ug/java_2_marketplace-agreement_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS Marketplace Agreement API. - [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/java_2_mediaconvert_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with MediaConvert. - [Migration Hub](https://docs.aws.amazon.com/code-library/latest/ug/java_2_migration-hub_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Migration Hub. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/java_2_kafka_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon MSK. - [Neptune](https://docs.aws.amazon.com/code-library/latest/ug/java_2_neptune_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Neptune. - [Partner Central](https://docs.aws.amazon.com/code-library/latest/ug/java_2_partnercentral-selling_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Partner Central. - [Amazon Personalize](https://docs.aws.amazon.com/code-library/latest/ug/java_2_personalize_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Personalize. - [Amazon Personalize Events](https://docs.aws.amazon.com/code-library/latest/ug/java_2_personalize-events_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Personalize Events. - [Amazon Personalize Runtime](https://docs.aws.amazon.com/code-library/latest/ug/java_2_personalize-runtime_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Personalize Runtime. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Pinpoint. - [Amazon Pinpoint SMS and Voice API](https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint-sms-voice_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Pinpoint SMS and Voice API. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds-data_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon RDS Data Service. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Rekognition. - [Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/java_2_route-53-domains_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Route 53 domain registration. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon S3. - [Amazon S3 Control](https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3-control_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon S3 Control. - [S3 Directory Buckets](https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3-directory-buckets_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with S3 Directory Buckets. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/java_2_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sfn_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Step Functions. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/java_2_sts_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Transcribe. - [Amazon Transcribe Streaming](https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe-streaming_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Transcribe Streaming. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/java_2_translate_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with Amazon Translate. - [X-Ray](https://docs.aws.amazon.com/code-library/latest/ug/java_2_xray_code_examples.md): Code examples that show how to use AWS SDK for Java 2.x with X-Ray. ### [SDK for Kotlin](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_code_examples.md) Code examples that show how to use AWS SDK for Kotlin with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Auto Scaling. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Bedrock Runtime. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_comprehend_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Comprehend. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon ECR. - [OpenSearch Service](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_opensearch_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with OpenSearch Service. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with EventBridge. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with IAM. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iot_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with AWS IoT. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with AWS IoT data. - [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Keyspaces. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Lambda. - [Amazon Location](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_location_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Location. - [MediaConvert](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_mediaconvert_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with MediaConvert. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Pinpoint. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds-data_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon RDS Data Service. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Rekognition. - [Route 53 domain registration](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_route-53-domains_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Route 53 domain registration. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ses_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon SES. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sfn_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Step Functions. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Support. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_translate_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with Amazon Translate. - [X-Ray](https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_xray_code_examples.md): Code examples that show how to use AWS SDK for Kotlin with X-Ray. ### [SDK for PHP](https://docs.aws.amazon.com/code-library/latest/ug/php_3_code_examples.md) Code examples that show how to use AWS SDK for PHP with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/php_3_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for PHP with API Gateway. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/php_3_aurora_code_examples.md): Code examples that show how to use AWS SDK for PHP with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for PHP with Auto Scaling. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon Bedrock Runtime. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/php_3_docdb_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for PHP with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon EC2. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.md): Code examples that show how to use AWS SDK for PHP with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.md): Code examples that show how to use AWS SDK for PHP with IAM. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/php_3_kinesis_code_examples.md): Code examples that show how to use AWS SDK for PHP with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.md): Code examples that show how to use AWS SDK for PHP with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.md): Code examples that show how to use AWS SDK for PHP with Lambda. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/php_3_kafka_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon MSK. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds-data_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon RDS Data Service. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/php_3_rekognition_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon Rekognition. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon S3. - [S3 Directory Buckets](https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3-directory-buckets_code_examples.md): Code examples that show how to use AWS SDK for PHP with S3 Directory Buckets. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/php_3_ses_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon SES. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/php_3_sqs_code_examples.md): Code examples that show how to use AWS SDK for PHP with Amazon SQS. ### [Tools for PowerShell V4](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_code_examples.md) Code examples that show how to use AWS Tools for PowerShell V4 with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_acm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with ACM. - [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_application-auto-scaling_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Application Auto Scaling. - [WorkSpaces Applications](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_appstream_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with WorkSpaces Applications. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_aurora_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_auto-scaling_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Auto Scaling. - [AWS Budgets](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_budgets_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Budgets. - [AWS Cloud9](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cloud9_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Cloud9. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cloudformation_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CloudFormation. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cloudfront_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CloudFront. - [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cloudtrail_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CloudTrail. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cloudwatch_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CloudWatch. - [CodeCommit](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_codecommit_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CodeCommit. - [CodeDeploy](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_codedeploy_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CodeDeploy. - [CodePipeline](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_codepipeline_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with CodePipeline. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_cognito-identity_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon Cognito Identity. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_config-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Config. - [Device Farm](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_device-farm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Device Farm. - [Directory Service](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_directory-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Directory Service. - [AWS DMS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_database-migration-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS DMS. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_dynamodb_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_ec2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_ecr_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon ECR. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_ecs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon ECS. - [Amazon EFS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_efs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon EFS. - [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_eks_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon EKS. - [Elastic Load Balancing - Version 1](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_elastic-load-balancing_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Elastic Load Balancing - Version 1. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Elastic Load Balancing - Version 2. - [Amazon FSx](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_fsx_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon FSx. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_glacier_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_glue_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Glue. - [AWS Health](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_health_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Health. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_iam_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with IAM. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_kinesis_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Kinesis. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_lambda_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Lambda. - [Amazon ML](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_machine-learning_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon ML. - [Macie](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_macie2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Macie. - [AWS Price List](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_pricing_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS Price List. - [Resource Groups](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_resource-groups_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Resource Groups. - [Resource Groups Tagging API](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_resource-groups-tagging-api_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Resource Groups Tagging API. - [Route 53](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_route-53_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Route 53. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_s3_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon S3. - [Security Hub CSPM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_securityhub_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Security Hub CSPM. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_ses_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_sesv2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_sns_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_sqs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_sts_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_support_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_ssm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Systems Manager. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_translate_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with Amazon Translate. - [AWS WAFV2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_wafv2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with AWS WAFV2. - [WorkSpaces](https://docs.aws.amazon.com/code-library/latest/ug/powershell_4_workspaces_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V4 with WorkSpaces. ### [Tools for PowerShell V5](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_code_examples.md) Code examples that show how to use AWS Tools for PowerShell V5 with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_acm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with ACM. - [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_application-auto-scaling_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Application Auto Scaling. - [WorkSpaces Applications](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_appstream_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with WorkSpaces Applications. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_aurora_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_auto-scaling_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Auto Scaling. - [AWS Budgets](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_budgets_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Budgets. - [AWS Cloud9](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cloud9_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Cloud9. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cloudformation_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CloudFormation. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cloudfront_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CloudFront. - [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cloudtrail_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CloudTrail. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cloudwatch_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CloudWatch. - [CodeCommit](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_codecommit_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CodeCommit. - [CodeDeploy](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_codedeploy_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CodeDeploy. - [CodePipeline](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_codepipeline_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with CodePipeline. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_cognito-identity_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon Cognito Identity. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_config-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Config. - [Device Farm](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_device-farm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Device Farm. - [Directory Service](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_directory-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Directory Service. - [AWS DMS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_database-migration-service_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS DMS. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_dynamodb_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_ec2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_ecr_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon ECR. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_ecs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon ECS. - [Amazon EFS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_efs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon EFS. - [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_eks_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon EKS. - [Elastic Load Balancing - Version 1](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_elastic-load-balancing_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Elastic Load Balancing - Version 1. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Elastic Load Balancing - Version 2. - [Amazon FSx](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_fsx_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon FSx. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_glacier_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_glue_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Glue. - [AWS Health](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_health_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Health. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_iam_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with IAM. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_kinesis_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Kinesis. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_lambda_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Lambda. - [Amazon ML](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_machine-learning_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon ML. - [Macie](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_macie2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Macie. - [AWS Price List](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_pricing_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS Price List. - [Resource Groups](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_resource-groups_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Resource Groups. - [Resource Groups Tagging API](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_resource-groups-tagging-api_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Resource Groups Tagging API. - [Route 53](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_route-53_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Route 53. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_s3_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon S3. - [Security Hub CSPM](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_securityhub_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Security Hub CSPM. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_ses_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_sesv2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_sns_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_sqs_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_sts_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_support_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_ssm_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Systems Manager. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_translate_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with Amazon Translate. - [AWS WAFV2](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_wafv2_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with AWS WAFV2. - [WorkSpaces](https://docs.aws.amazon.com/code-library/latest/ug/powershell_5_workspaces_code_examples.md): Code examples that show how to use AWS Tools for PowerShell V5 with WorkSpaces. ### [SDK for Python (Boto3)](https://docs.aws.amazon.com/code-library/latest/ug/python_3_code_examples.md) Code examples that show how to use AWS SDK for Python (Boto3) with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with API Gateway. - [Application Recovery Controller](https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Application Recovery Controller. - [Audit Manager](https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Audit Manager. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Auto Scaling. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Bedrock Runtime. - [Amazon Bedrock Agents](https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Bedrock Agents. - [Amazon Bedrock Agents Runtime](https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Bedrock Agents Runtime. - [CloudFormation](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudformation_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with CloudFormation. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with CloudFront. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with CloudWatch Logs. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Cognito Identity. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Comprehend. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS Config. - [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/python_3_controltower_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS Control Tower. - [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Firehose. - [Device Farm](https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Device Farm. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/python_3_docdb_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon ECR. - [Elastic Load Balancing - Version 2](https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Elastic Load Balancing - Version 2. - [Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon EMR. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/python_3_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with EventBridge. - [EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with EventBridge Scheduler. - [Amazon Glacier](https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Glacier. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with HealthImaging. - [HealthLake](https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with HealthLake. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with IAM. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/python_3_iot_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS IoT. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/python_3_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS IoT data. - [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS IoT SiteWise. - [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Keyspaces. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Lambda. - [Managed Service for Apache Flink](https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Managed Service for Apache Flink. - [AWS Marketplace Catalog API](https://docs.aws.amazon.com/code-library/latest/ug/python_3_marketplace-catalog_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS Marketplace Catalog API. - [AWS Marketplace Agreement API](https://docs.aws.amazon.com/code-library/latest/ug/python_3_marketplace-agreement_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS Marketplace Agreement API. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/python_3_kafka_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon MSK. - [Neptune](https://docs.aws.amazon.com/code-library/latest/ug/python_3_neptune_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Neptune. - [Organizations](https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Organizations. - [Partner Central](https://docs.aws.amazon.com/code-library/latest/ug/python_3_partnercentral-selling_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Partner Central. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Pinpoint. - [Amazon Pinpoint SMS and Voice API](https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint-sms-voice_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Pinpoint SMS and Voice API. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds-data_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon RDS Data Service. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Rekognition. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon S3. - [Amazon S3 Control](https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-control_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon S3 Control. - [S3 Directory Buckets](https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with S3 Directory Buckets. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/python_3_sfn_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Step Functions. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with AWS STS. - [Support](https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Support. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.md): Code examples that show how to use AWS SDK for Python (Boto3) with Amazon Transcribe. ### [SDK for Ruby](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_code_examples.md) Code examples that show how to use AWS SDK for Ruby with AWS. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_aurora_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Auto Scaling. - [CloudTrail](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudtrail_code_examples.md): Code examples that show how to use AWS SDK for Ruby with CloudTrail. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for Ruby with CloudWatch. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_comprehend_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon Comprehend. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_docdb_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Ruby with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon EC2. - [Elastic Beanstalk](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_elastic-beanstalk_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Elastic Beanstalk. - [EventBridge](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_eventbridge_code_examples.md): Code examples that show how to use AWS SDK for Ruby with EventBridge. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.md): Code examples that show how to use AWS SDK for Ruby with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.md): Code examples that show how to use AWS SDK for Ruby with IAM. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kinesis_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.md): Code examples that show how to use AWS SDK for Ruby with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Lambda. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kafka_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon MSK. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon RDS. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon S3. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sesv2_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sts_code_examples.md): Code examples that show how to use AWS SDK for Ruby with AWS STS. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_textract_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon Textract. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_translate_code_examples.md): Code examples that show how to use AWS SDK for Ruby with Amazon Translate. ### [SDK for Rust](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_code_examples.md) Code examples that show how to use AWS SDK for Rust with AWS. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for Rust with API Gateway. - [API Gateway Management API](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_apigatewaymanagementapi_code_examples.md): Code examples that show how to use AWS SDK for Rust with API Gateway Management API. - [Application Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_application-auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Rust with Application Auto Scaling. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.md): Code examples that show how to use AWS SDK for Rust with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for Rust with Auto Scaling. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Bedrock Runtime. - [Amazon Bedrock Agents Runtime](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-agent-runtime_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Bedrock Agents Runtime. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Cognito Identity Provider. - [Amazon Cognito Sync](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_cognito-sync_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Cognito Sync. - [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_firehose_code_examples.md): Code examples that show how to use AWS SDK for Rust with Firehose. - [Amazon DocumentDB](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_docdb_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon DocumentDB. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Rust with DynamoDB. - [Amazon EBS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ebs_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon EBS. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecr_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon ECR. - [Amazon ECS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecs_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon ECS. - [Amazon EKS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_eks_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon EKS. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.md): Code examples that show how to use AWS SDK for Rust with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.md): Code examples that show how to use AWS SDK for Rust with IAM. - [AWS IoT](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iot_code_examples.md): Code examples that show how to use AWS SDK for Rust with AWS IoT. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.md): Code examples that show how to use AWS SDK for Rust with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.md): Code examples that show how to use AWS SDK for Rust with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.md): Code examples that show how to use AWS SDK for Rust with Lambda. - [MediaLive](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_medialive_code_examples.md): Code examples that show how to use AWS SDK for Rust with MediaLive. - [MediaPackage](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_mediapackage_code_examples.md): Code examples that show how to use AWS SDK for Rust with MediaPackage. - [Amazon MSK](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kafka_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon MSK. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_rds_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon RDS. - [Amazon RDS Data Service](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_rds-data_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon RDS Data Service. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_rekognition_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Rekognition. - [Route 53](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_route-53_code_examples.md): Code examples that show how to use AWS SDK for Rust with Route 53. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for Rust with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for Rust with Secrets Manager. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sts_code_examples.md): Code examples that show how to use AWS SDK for Rust with AWS STS. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ssm_code_examples.md): Code examples that show how to use AWS SDK for Rust with Systems Manager. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/rust_1_transcribe_code_examples.md): Code examples that show how to use AWS SDK for Rust with Amazon Transcribe. ### [SDK for SAP ABAP](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_code_examples.md) Code examples that show how to use AWS SDK for SAP ABAP with AWS. - [ACM](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_acm_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with ACM. - [API Gateway](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_api-gateway_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with API Gateway. - [Application Recovery Controller](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_route53-recovery-cluster_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Application Recovery Controller. - [Aurora](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_aurora_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Aurora. - [Auto Scaling](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_auto-scaling_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Auto Scaling. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Bedrock Runtime. - [Amazon Bedrock Agents Runtime](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-agent-runtime_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Bedrock Agents Runtime. - [CloudFront](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudfront_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with CloudFront. - [CloudWatch](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with CloudWatch. - [CloudWatch Logs](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch-logs_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with CloudWatch Logs. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Cognito Identity Provider. - [Amazon Comprehend](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_comprehend_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Comprehend. - [AWS Config](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_config-service_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS Config. - [AWS Control Tower](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_controltower_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS Control Tower. - [Firehose](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_firehose_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Firehose. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon EC2. - [Amazon ECR](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ecr_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon ECR. - [Amazon EMR](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_emr_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon EMR. - [EventBridge Scheduler](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_scheduler_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with EventBridge Scheduler. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_glue_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS Glue. - [HealthImaging](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_medical-imaging_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with HealthImaging. - [HealthLake](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_healthlake_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with HealthLake. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_iam_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with IAM. - [AWS IoT data](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_iot-data-plane_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS IoT data. - [AWS IoT SiteWise](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_iotsitewise_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS IoT SiteWise. - [Amazon Keyspaces](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_keyspaces_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Keyspaces. - [Kinesis](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Kinesis. - [AWS KMS](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kms_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with AWS KMS. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Lambda. - [Organizations](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_organizations_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Organizations. - [Amazon Pinpoint](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_pinpoint_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Pinpoint. - [Amazon Pinpoint SMS and Voice API](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_pinpoint-sms-voice_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Pinpoint SMS and Voice API. - [Amazon Polly](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_polly_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Polly. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_rds_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon RDS. - [Amazon Redshift](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_redshift_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Redshift. - [Amazon Rekognition](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_rekognition_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Rekognition. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon S3. - [SageMaker AI](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sagemaker_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with SageMaker AI. - [Secrets Manager](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_secrets-manager_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Secrets Manager. - [Amazon SES](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ses_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon SES. - [Amazon SES API v2](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sesv2_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon SES API v2. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon SQS. - [Step Functions](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sfn_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Step Functions. - [Systems Manager](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ssm_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Systems Manager. - [Amazon Textract](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Textract. - [Amazon Transcribe](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_transcribe_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Transcribe. - [Amazon Translate](https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_translate_code_examples.md): Code examples that show how to use AWS SDK for SAP ABAP with Amazon Translate. ### [SDK for Swift](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_code_examples.md) Code examples that show how to use AWS SDK for Swift with AWS. - [Amazon Bedrock](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_bedrock_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon Bedrock. - [Amazon Bedrock Runtime](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_bedrock-runtime_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon Bedrock Runtime. - [Amazon Cognito Identity](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_cognito-identity_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon Cognito Identity. - [Amazon Cognito Identity Provider](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon Cognito Identity Provider. - [DynamoDB](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.md): Code examples that show how to use AWS SDK for Swift with DynamoDB. - [Amazon EC2](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_ec2_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon EC2. - [AWS Glue](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_glue_code_examples.md): Code examples that show how to use AWS SDK for Swift with AWS Glue. - [IAM](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.md): Code examples that show how to use AWS SDK for Swift with IAM. - [Lambda](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.md): Code examples that show how to use AWS SDK for Swift with Lambda. - [Amazon RDS](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_rds_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon RDS. - [Amazon S3](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon S3. - [Amazon SNS](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon SNS. - [Amazon SQS](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon SQS. - [AWS STS](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sts_code_examples.md): Code examples that show how to use AWS SDK for Swift with AWS STS. - [Amazon Transcribe Streaming](https://docs.aws.amazon.com/code-library/latest/ug/swift_1_transcribe-streaming_code_examples.md): Code examples that show how to use AWS SDK for Swift with Amazon Transcribe Streaming.