diff --git a/clients/client-accessanalyzer/README.md b/clients/client-accessanalyzer/README.md index 69f7262cb547c..c58e21b18fe4d 100644 --- a/clients/client-accessanalyzer/README.md +++ b/clients/client-accessanalyzer/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AccessAnalyzerClient({ region: "REGION" }); const params = { diff --git a/clients/client-acm-pca/README.md b/clients/client-acm-pca/README.md index e23b5621d07cb..ae6535902fdae 100644 --- a/clients/client-acm-pca/README.md +++ b/clients/client-acm-pca/README.md @@ -58,7 +58,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ACMPCAClient({ region: "REGION" }); const params = { diff --git a/clients/client-acm/README.md b/clients/client-acm/README.md index 6fd918249541e..842ed13505ab6 100644 --- a/clients/client-acm/README.md +++ b/clients/client-acm/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ACMClient({ region: "REGION" }); const params = { diff --git a/clients/client-alexa-for-business/README.md b/clients/client-alexa-for-business/README.md index 129669c5d736c..a00d72108edf6 100644 --- a/clients/client-alexa-for-business/README.md +++ b/clients/client-alexa-for-business/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AlexaForBusinessClient({ region: "REGION" }); const params = { diff --git a/clients/client-amp/README.md b/clients/client-amp/README.md index 034beab151f84..7439b5d0d1971 100644 --- a/clients/client-amp/README.md +++ b/clients/client-amp/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AmpClient({ region: "REGION" }); const params = { diff --git a/clients/client-amplify/README.md b/clients/client-amplify/README.md index 39abb6a3adb50..8e5fc8aff5f1e 100644 --- a/clients/client-amplify/README.md +++ b/clients/client-amplify/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AmplifyClient({ region: "REGION" }); const params = { diff --git a/clients/client-amplifybackend/README.md b/clients/client-amplifybackend/README.md index 66b8b009ef7a8..60ead913b639c 100644 --- a/clients/client-amplifybackend/README.md +++ b/clients/client-amplifybackend/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AmplifyBackendClient({ region: "REGION" }); const params = { diff --git a/clients/client-api-gateway/README.md b/clients/client-api-gateway/README.md index ce7747199c22e..b41425e0e53b9 100644 --- a/clients/client-api-gateway/README.md +++ b/clients/client-api-gateway/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new APIGatewayClient({ region: "REGION" }); const params = { diff --git a/clients/client-apigatewaymanagementapi/README.md b/clients/client-apigatewaymanagementapi/README.md index 81589207004df..fdd5750a16719 100644 --- a/clients/client-apigatewaymanagementapi/README.md +++ b/clients/client-apigatewaymanagementapi/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ApiGatewayManagementApiClient({ region: "REGION" }); const params = { diff --git a/clients/client-apigatewayv2/README.md b/clients/client-apigatewayv2/README.md index 8ce745141a564..93759907bd4e9 100644 --- a/clients/client-apigatewayv2/README.md +++ b/clients/client-apigatewayv2/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ApiGatewayV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-app-mesh/README.md b/clients/client-app-mesh/README.md index e25d4e9345ef4..1352c854fc485 100644 --- a/clients/client-app-mesh/README.md +++ b/clients/client-app-mesh/README.md @@ -58,7 +58,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppMeshClient({ region: "REGION" }); const params = { diff --git a/clients/client-appconfig/README.md b/clients/client-appconfig/README.md index 2942097300b10..a6e9b4e9f44f7 100644 --- a/clients/client-appconfig/README.md +++ b/clients/client-appconfig/README.md @@ -95,7 +95,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppConfigClient({ region: "REGION" }); const params = { diff --git a/clients/client-appflow/README.md b/clients/client-appflow/README.md index a47c6a85fb11a..8ba29b54f5f60 100644 --- a/clients/client-appflow/README.md +++ b/clients/client-appflow/README.md @@ -74,7 +74,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppflowClient({ region: "REGION" }); const params = { diff --git a/clients/client-appintegrations/README.md b/clients/client-appintegrations/README.md index ae93d83013f02..8921ac51ce656 100644 --- a/clients/client-appintegrations/README.md +++ b/clients/client-appintegrations/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppIntegrationsClient({ region: "REGION" }); const params = { diff --git a/clients/client-application-auto-scaling/README.md b/clients/client-application-auto-scaling/README.md index 93a64f3c1f0c0..7923c53b81c23 100644 --- a/clients/client-application-auto-scaling/README.md +++ b/clients/client-application-auto-scaling/README.md @@ -115,7 +115,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ApplicationAutoScalingClient({ region: "REGION" }); const params = { diff --git a/clients/client-application-discovery-service/README.md b/clients/client-application-discovery-service/README.md index 4783c5b530ac8..018bfd832346a 100644 --- a/clients/client-application-discovery-service/README.md +++ b/clients/client-application-discovery-service/README.md @@ -177,7 +177,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ApplicationDiscoveryServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-application-insights/README.md b/clients/client-application-insights/README.md index 1fce08e54fd20..66bcd1365c4ac 100644 --- a/clients/client-application-insights/README.md +++ b/clients/client-application-insights/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ApplicationInsightsClient({ region: "REGION" }); const params = { diff --git a/clients/client-appstream/README.md b/clients/client-appstream/README.md index 277d0d3bbbde2..e70868ef988d2 100644 --- a/clients/client-appstream/README.md +++ b/clients/client-appstream/README.md @@ -67,7 +67,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppStreamClient({ region: "REGION" }); const params = { diff --git a/clients/client-appsync/README.md b/clients/client-appsync/README.md index cb66e10db23d4..076260fd4a71e 100644 --- a/clients/client-appsync/README.md +++ b/clients/client-appsync/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AppSyncClient({ region: "REGION" }); const params = { diff --git a/clients/client-athena/README.md b/clients/client-athena/README.md index c33de791ed97f..b90449dedf109 100644 --- a/clients/client-athena/README.md +++ b/clients/client-athena/README.md @@ -58,7 +58,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AthenaClient({ region: "REGION" }); const params = { diff --git a/clients/client-auditmanager/README.md b/clients/client-auditmanager/README.md index 7cad946346204..b65c813fa2224 100644 --- a/clients/client-auditmanager/README.md +++ b/clients/client-auditmanager/README.md @@ -76,7 +76,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AuditManagerClient({ region: "REGION" }); const params = { diff --git a/clients/client-auto-scaling-plans/README.md b/clients/client-auto-scaling-plans/README.md index d00800f5f199f..d8870b84fdbcd 100644 --- a/clients/client-auto-scaling-plans/README.md +++ b/clients/client-auto-scaling-plans/README.md @@ -79,7 +79,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AutoScalingPlansClient({ region: "REGION" }); const params = { diff --git a/clients/client-auto-scaling/README.md b/clients/client-auto-scaling/README.md index 6fe78febc47b0..6087c29532d88 100644 --- a/clients/client-auto-scaling/README.md +++ b/clients/client-auto-scaling/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new AutoScalingClient({ region: "REGION" }); const params = { diff --git a/clients/client-backup/README.md b/clients/client-backup/README.md index 47ce63e04aefc..6491899a8101b 100644 --- a/clients/client-backup/README.md +++ b/clients/client-backup/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new BackupClient({ region: "REGION" }); const params = { diff --git a/clients/client-batch/README.md b/clients/client-batch/README.md index 6a93ee7b3fd3a..8b57731409623 100644 --- a/clients/client-batch/README.md +++ b/clients/client-batch/README.md @@ -55,7 +55,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new BatchClient({ region: "REGION" }); const params = { diff --git a/clients/client-braket/README.md b/clients/client-braket/README.md index 1db5f306ff6ce..b2f1c67205f09 100644 --- a/clients/client-braket/README.md +++ b/clients/client-braket/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new BraketClient({ region: "REGION" }); const params = { diff --git a/clients/client-budgets/README.md b/clients/client-budgets/README.md index f805f4a863bdf..7a6019e388701 100644 --- a/clients/client-budgets/README.md +++ b/clients/client-budgets/README.md @@ -88,7 +88,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new BudgetsClient({ region: "REGION" }); const params = { diff --git a/clients/client-chime/README.md b/clients/client-chime/README.md index c4e788546627c..954d170c40214 100644 --- a/clients/client-chime/README.md +++ b/clients/client-chime/README.md @@ -85,7 +85,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ChimeClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloud9/README.md b/clients/client-cloud9/README.md index 0267a1adc0010..cc6ae9b58273f 100644 --- a/clients/client-cloud9/README.md +++ b/clients/client-cloud9/README.md @@ -104,7 +104,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new Cloud9Client({ region: "REGION" }); const params = { diff --git a/clients/client-clouddirectory/README.md b/clients/client-clouddirectory/README.md index ec323d5d2f6c6..8aa88ca10a422 100644 --- a/clients/client-clouddirectory/README.md +++ b/clients/client-clouddirectory/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudDirectoryClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudformation/README.md b/clients/client-cloudformation/README.md index bb9db804f74fc..40e91b37a3aeb 100644 --- a/clients/client-cloudformation/README.md +++ b/clients/client-cloudformation/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudFormationClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudfront/README.md b/clients/client-cloudfront/README.md index 1fc6cdf2640bd..f6b793e99b39b 100644 --- a/clients/client-cloudfront/README.md +++ b/clients/client-cloudfront/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudFrontClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudhsm-v2/README.md b/clients/client-cloudhsm-v2/README.md index f2cb96961a1ce..df439fa02727b 100644 --- a/clients/client-cloudhsm-v2/README.md +++ b/clients/client-cloudhsm-v2/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudHSMV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-cloudhsm/README.md b/clients/client-cloudhsm/README.md index fed92584eb4ff..99da571fd0c1b 100644 --- a/clients/client-cloudhsm/README.md +++ b/clients/client-cloudhsm/README.md @@ -57,7 +57,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudHSMClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudsearch-domain/README.md b/clients/client-cloudsearch-domain/README.md index 368e570aa68bb..2ae67d68e92e9 100644 --- a/clients/client-cloudsearch-domain/README.md +++ b/clients/client-cloudsearch-domain/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudSearchDomainClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudsearch/README.md b/clients/client-cloudsearch/README.md index 81a885d813ba5..302070dc03ee3 100644 --- a/clients/client-cloudsearch/README.md +++ b/clients/client-cloudsearch/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudSearchClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudtrail/README.md b/clients/client-cloudtrail/README.md index d2836e390450c..32e4ecb00281f 100644 --- a/clients/client-cloudtrail/README.md +++ b/clients/client-cloudtrail/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudTrailClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudwatch-events/README.md b/clients/client-cloudwatch-events/README.md index d46f25bfb49e1..14f3c496384d8 100644 --- a/clients/client-cloudwatch-events/README.md +++ b/clients/client-cloudwatch-events/README.md @@ -66,7 +66,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudWatchEventsClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudwatch-logs/README.md b/clients/client-cloudwatch-logs/README.md index 913bafe9699ba..8ef5e1abe3058 100644 --- a/clients/client-cloudwatch-logs/README.md +++ b/clients/client-cloudwatch-logs/README.md @@ -79,7 +79,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudWatchLogsClient({ region: "REGION" }); const params = { diff --git a/clients/client-cloudwatch/README.md b/clients/client-cloudwatch/README.md index 8764fa29e8ca1..a221bbe10bab5 100644 --- a/clients/client-cloudwatch/README.md +++ b/clients/client-cloudwatch/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CloudWatchClient({ region: "REGION" }); const params = { diff --git a/clients/client-codeartifact/README.md b/clients/client-codeartifact/README.md index e2598524d3bda..b4e45d2e9e7fd 100644 --- a/clients/client-codeartifact/README.md +++ b/clients/client-codeartifact/README.md @@ -299,7 +299,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeartifactClient({ region: "REGION" }); const params = { diff --git a/clients/client-codebuild/README.md b/clients/client-codebuild/README.md index 9c509bbcc5d49..1bc21869b69b4 100644 --- a/clients/client-codebuild/README.md +++ b/clients/client-codebuild/README.md @@ -57,7 +57,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeBuildClient({ region: "REGION" }); const params = { diff --git a/clients/client-codecommit/README.md b/clients/client-codecommit/README.md index add083a6ca5ab..9c96dbc9129f3 100644 --- a/clients/client-codecommit/README.md +++ b/clients/client-codecommit/README.md @@ -437,7 +437,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeCommitClient({ region: "REGION" }); const params = { diff --git a/clients/client-codedeploy/README.md b/clients/client-codedeploy/README.md index e3106f06b61a2..b71cd691de99f 100644 --- a/clients/client-codedeploy/README.md +++ b/clients/client-codedeploy/README.md @@ -146,7 +146,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeDeployClient({ region: "REGION" }); const params = { diff --git a/clients/client-codeguru-reviewer/README.md b/clients/client-codeguru-reviewer/README.md index aecfcf7711ff8..440165f4c2fec 100644 --- a/clients/client-codeguru-reviewer/README.md +++ b/clients/client-codeguru-reviewer/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeGuruReviewerClient({ region: "REGION" }); const params = { diff --git a/clients/client-codeguruprofiler/README.md b/clients/client-codeguruprofiler/README.md index b2265e8ab91e0..ed8daa7b5e8c0 100644 --- a/clients/client-codeguruprofiler/README.md +++ b/clients/client-codeguruprofiler/README.md @@ -68,7 +68,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeGuruProfilerClient({ region: "REGION" }); const params = { diff --git a/clients/client-codepipeline/README.md b/clients/client-codepipeline/README.md index 0f51e8668580d..cd883d28abd91 100644 --- a/clients/client-codepipeline/README.md +++ b/clients/client-codepipeline/README.md @@ -241,7 +241,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodePipelineClient({ region: "REGION" }); const params = { diff --git a/clients/client-codestar-connections/README.md b/clients/client-codestar-connections/README.md index 619ef96558f5d..b70ab6d5a5553 100644 --- a/clients/client-codestar-connections/README.md +++ b/clients/client-codestar-connections/README.md @@ -126,7 +126,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeStarConnectionsClient({ region: "REGION" }); const params = { diff --git a/clients/client-codestar-notifications/README.md b/clients/client-codestar-notifications/README.md index 8f87e18e960a6..e8ffb433d2865 100644 --- a/clients/client-codestar-notifications/README.md +++ b/clients/client-codestar-notifications/README.md @@ -130,7 +130,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodestarNotificationsClient({ region: "REGION" }); const params = { diff --git a/clients/client-codestar/README.md b/clients/client-codestar/README.md index a37b13dd121fb..bc19fecd4ee9f 100644 --- a/clients/client-codestar/README.md +++ b/clients/client-codestar/README.md @@ -136,7 +136,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CodeStarClient({ region: "REGION" }); const params = { diff --git a/clients/client-cognito-identity-provider/README.md b/clients/client-cognito-identity-provider/README.md index f5e775b56d69b..99bc50ba07ff0 100644 --- a/clients/client-cognito-identity-provider/README.md +++ b/clients/client-cognito-identity-provider/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CognitoIdentityProviderClient({ region: "REGION" }); const params = { diff --git a/clients/client-cognito-identity/README.md b/clients/client-cognito-identity/README.md index cf3b18553c387..c7506aeb6c147 100644 --- a/clients/client-cognito-identity/README.md +++ b/clients/client-cognito-identity/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CognitoIdentityClient({ region: "REGION" }); const params = { diff --git a/clients/client-cognito-sync/README.md b/clients/client-cognito-sync/README.md index 2dcc248006f9c..6d3ebbe852e7d 100644 --- a/clients/client-cognito-sync/README.md +++ b/clients/client-cognito-sync/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CognitoSyncClient({ region: "REGION" }); const params = { diff --git a/clients/client-comprehend/README.md b/clients/client-comprehend/README.md index ae2cd92e49bf1..a49b3864dfe53 100644 --- a/clients/client-comprehend/README.md +++ b/clients/client-comprehend/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ComprehendClient({ region: "REGION" }); const params = { diff --git a/clients/client-comprehendmedical/README.md b/clients/client-comprehendmedical/README.md index b1858f66de84e..afcc3cb53b005 100644 --- a/clients/client-comprehendmedical/README.md +++ b/clients/client-comprehendmedical/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ComprehendMedicalClient({ region: "REGION" }); const params = { diff --git a/clients/client-compute-optimizer/README.md b/clients/client-compute-optimizer/README.md index 9c13836424730..838c6802309fb 100644 --- a/clients/client-compute-optimizer/README.md +++ b/clients/client-compute-optimizer/README.md @@ -58,7 +58,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ComputeOptimizerClient({ region: "REGION" }); const params = { diff --git a/clients/client-config-service/README.md b/clients/client-config-service/README.md index 5b1cf6b23e881..0e4d4ff4746d5 100644 --- a/clients/client-config-service/README.md +++ b/clients/client-config-service/README.md @@ -69,7 +69,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ConfigServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-connect-contact-lens/README.md b/clients/client-connect-contact-lens/README.md index bc8dff30c344b..f2d2406b46373 100644 --- a/clients/client-connect-contact-lens/README.md +++ b/clients/client-connect-contact-lens/README.md @@ -58,7 +58,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ConnectContactLensClient({ region: "REGION" }); const params = { diff --git a/clients/client-connect/README.md b/clients/client-connect/README.md index 6c06e40f326af..351d69986ce66 100644 --- a/clients/client-connect/README.md +++ b/clients/client-connect/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ConnectClient({ region: "REGION" }); const params = { diff --git a/clients/client-connectparticipant/README.md b/clients/client-connectparticipant/README.md index 4d328c880144c..3ee0398651f58 100644 --- a/clients/client-connectparticipant/README.md +++ b/clients/client-connectparticipant/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ConnectParticipantClient({ region: "REGION" }); const params = { diff --git a/clients/client-cost-and-usage-report-service/README.md b/clients/client-cost-and-usage-report-service/README.md index 0fade72c7e7a6..baa48391142e0 100644 --- a/clients/client-cost-and-usage-report-service/README.md +++ b/clients/client-cost-and-usage-report-service/README.md @@ -69,7 +69,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CostAndUsageReportServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-cost-explorer/README.md b/clients/client-cost-explorer/README.md index 3529ff9809332..f0ae742f10df4 100644 --- a/clients/client-cost-explorer/README.md +++ b/clients/client-cost-explorer/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CostExplorerClient({ region: "REGION" }); const params = { diff --git a/clients/client-customer-profiles/README.md b/clients/client-customer-profiles/README.md index d164522e71291..ecaa492c4cecb 100644 --- a/clients/client-customer-profiles/README.md +++ b/clients/client-customer-profiles/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new CustomerProfilesClient({ region: "REGION" }); const params = { diff --git a/clients/client-data-pipeline/README.md b/clients/client-data-pipeline/README.md index eb5608817da43..12a22ecc8bbe0 100644 --- a/clients/client-data-pipeline/README.md +++ b/clients/client-data-pipeline/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DataPipelineClient({ region: "REGION" }); const params = { diff --git a/clients/client-database-migration-service/README.md b/clients/client-database-migration-service/README.md index a116edca591ef..5477600fd20c1 100644 --- a/clients/client-database-migration-service/README.md +++ b/clients/client-database-migration-service/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DatabaseMigrationServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-databrew/README.md b/clients/client-databrew/README.md index a44f5adcebdd9..289e42e5d7df1 100644 --- a/clients/client-databrew/README.md +++ b/clients/client-databrew/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DataBrewClient({ region: "REGION" }); const params = { diff --git a/clients/client-dataexchange/README.md b/clients/client-dataexchange/README.md index 2296e6b446b88..e427704dbfbe5 100644 --- a/clients/client-dataexchange/README.md +++ b/clients/client-dataexchange/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DataExchangeClient({ region: "REGION" }); const params = { diff --git a/clients/client-datasync/README.md b/clients/client-datasync/README.md index 38744d5851dd7..b844de7e69681 100644 --- a/clients/client-datasync/README.md +++ b/clients/client-datasync/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DataSyncClient({ region: "REGION" }); const params = { diff --git a/clients/client-dax/README.md b/clients/client-dax/README.md index 78eff22724812..c55d37b81dd26 100644 --- a/clients/client-dax/README.md +++ b/clients/client-dax/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DAXClient({ region: "REGION" }); const params = { diff --git a/clients/client-detective/README.md b/clients/client-detective/README.md index fc0161a8cf728..894184855b885 100644 --- a/clients/client-detective/README.md +++ b/clients/client-detective/README.md @@ -91,7 +91,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DetectiveClient({ region: "REGION" }); const params = { diff --git a/clients/client-device-farm/README.md b/clients/client-device-farm/README.md index bcf15dd0c69b6..29c02b62b9dbc 100644 --- a/clients/client-device-farm/README.md +++ b/clients/client-device-farm/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DeviceFarmClient({ region: "REGION" }); const params = { diff --git a/clients/client-devops-guru/README.md b/clients/client-devops-guru/README.md index 461410c4e6ab5..6fb9e8b728f3c 100644 --- a/clients/client-devops-guru/README.md +++ b/clients/client-devops-guru/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DevOpsGuruClient({ region: "REGION" }); const params = { diff --git a/clients/client-direct-connect/README.md b/clients/client-direct-connect/README.md index ff2bb2d08a9f2..f95d74e245808 100644 --- a/clients/client-direct-connect/README.md +++ b/clients/client-direct-connect/README.md @@ -57,7 +57,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DirectConnectClient({ region: "REGION" }); const params = { diff --git a/clients/client-directory-service/README.md b/clients/client-directory-service/README.md index 6e4a2c1c69e77..0ec1c3cc47fe1 100644 --- a/clients/client-directory-service/README.md +++ b/clients/client-directory-service/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DirectoryServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-dlm/README.md b/clients/client-dlm/README.md index 514d4f0b3b5b7..ce7c225e5764d 100644 --- a/clients/client-dlm/README.md +++ b/clients/client-dlm/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DLMClient({ region: "REGION" }); const params = { diff --git a/clients/client-docdb/README.md b/clients/client-docdb/README.md index 5398b2a7b46fd..ca297301dcebd 100644 --- a/clients/client-docdb/README.md +++ b/clients/client-docdb/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DocDBClient({ region: "REGION" }); const params = { diff --git a/clients/client-dynamodb-streams/README.md b/clients/client-dynamodb-streams/README.md index d3048eb91f4ea..acf8db37ecf8e 100644 --- a/clients/client-dynamodb-streams/README.md +++ b/clients/client-dynamodb-streams/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DynamoDBStreamsClient({ region: "REGION" }); const params = { diff --git a/clients/client-dynamodb/README.md b/clients/client-dynamodb/README.md index 6eb94b1da385c..1b3eabfaef3c4 100644 --- a/clients/client-dynamodb/README.md +++ b/clients/client-dynamodb/README.md @@ -63,7 +63,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new DynamoDBClient({ region: "REGION" }); const params = { diff --git a/clients/client-ebs/README.md b/clients/client-ebs/README.md index b63763c0ab581..33ed391e087dd 100644 --- a/clients/client-ebs/README.md +++ b/clients/client-ebs/README.md @@ -64,7 +64,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EBSClient({ region: "REGION" }); const params = { diff --git a/clients/client-ec2-instance-connect/README.md b/clients/client-ec2-instance-connect/README.md index c6495e8753f9a..dc4575521aa5f 100644 --- a/clients/client-ec2-instance-connect/README.md +++ b/clients/client-ec2-instance-connect/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EC2InstanceConnectClient({ region: "REGION" }); const params = { diff --git a/clients/client-ec2/README.md b/clients/client-ec2/README.md index 17de6a82bee8c..baa1274726e1e 100644 --- a/clients/client-ec2/README.md +++ b/clients/client-ec2/README.md @@ -72,7 +72,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EC2Client({ region: "REGION" }); const params = { diff --git a/clients/client-ecr-public/README.md b/clients/client-ecr-public/README.md index 5faab9edc3c26..080d908512bd6 100644 --- a/clients/client-ecr-public/README.md +++ b/clients/client-ecr-public/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ECRPUBLICClient({ region: "REGION" }); const params = { diff --git a/clients/client-ecr/README.md b/clients/client-ecr/README.md index 16a4239bcf134..7b0ea865cf80d 100644 --- a/clients/client-ecr/README.md +++ b/clients/client-ecr/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ECRClient({ region: "REGION" }); const params = { diff --git a/clients/client-ecs/README.md b/clients/client-ecs/README.md index e892249c8397e..6a749958d81dd 100644 --- a/clients/client-ecs/README.md +++ b/clients/client-ecs/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ECSClient({ region: "REGION" }); const params = { diff --git a/clients/client-efs/README.md b/clients/client-efs/README.md index 1ccf91531b94d..4394ca4e11c96 100644 --- a/clients/client-efs/README.md +++ b/clients/client-efs/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EFSClient({ region: "REGION" }); const params = { diff --git a/clients/client-eks/README.md b/clients/client-eks/README.md index 164366b385a49..0033716210891 100644 --- a/clients/client-eks/README.md +++ b/clients/client-eks/README.md @@ -55,7 +55,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EKSClient({ region: "REGION" }); const params = { diff --git a/clients/client-elastic-beanstalk/README.md b/clients/client-elastic-beanstalk/README.md index 29c9d03690baa..749a22f5b1b60 100644 --- a/clients/client-elastic-beanstalk/README.md +++ b/clients/client-elastic-beanstalk/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticBeanstalkClient({ region: "REGION" }); const params = { diff --git a/clients/client-elastic-inference/README.md b/clients/client-elastic-inference/README.md index 5a74eefe09cc7..36495d26a383f 100644 --- a/clients/client-elastic-inference/README.md +++ b/clients/client-elastic-inference/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticInferenceClient({ region: "REGION" }); const params = { diff --git a/clients/client-elastic-load-balancing-v2/README.md b/clients/client-elastic-load-balancing-v2/README.md index 68ebf72914dfc..d03520c6e777d 100644 --- a/clients/client-elastic-load-balancing-v2/README.md +++ b/clients/client-elastic-load-balancing-v2/README.md @@ -84,7 +84,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticLoadBalancingV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-elastic-load-balancing/README.md b/clients/client-elastic-load-balancing/README.md index 2c51c9f08c523..7b32e804b9ed0 100644 --- a/clients/client-elastic-load-balancing/README.md +++ b/clients/client-elastic-load-balancing/README.md @@ -66,7 +66,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticLoadBalancingClient({ region: "REGION" }); const params = { diff --git a/clients/client-elastic-transcoder/README.md b/clients/client-elastic-transcoder/README.md index a9e9e1dd83b13..8b8864ae4b21a 100644 --- a/clients/client-elastic-transcoder/README.md +++ b/clients/client-elastic-transcoder/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticTranscoderClient({ region: "REGION" }); const params = { diff --git a/clients/client-elasticache/README.md b/clients/client-elasticache/README.md index c28dbc639a0d4..ef761e4a9974d 100644 --- a/clients/client-elasticache/README.md +++ b/clients/client-elasticache/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElastiCacheClient({ region: "REGION" }); const params = { diff --git a/clients/client-elasticsearch-service/README.md b/clients/client-elasticsearch-service/README.md index f29da501f2167..04b518976139b 100644 --- a/clients/client-elasticsearch-service/README.md +++ b/clients/client-elasticsearch-service/README.md @@ -59,7 +59,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ElasticsearchServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-emr-containers/README.md b/clients/client-emr-containers/README.md index c87be64610d6d..ddd91302e476a 100644 --- a/clients/client-emr-containers/README.md +++ b/clients/client-emr-containers/README.md @@ -67,7 +67,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EMRContainersClient({ region: "REGION" }); const params = { diff --git a/clients/client-emr/README.md b/clients/client-emr/README.md index 2bd244afedc8c..ad00c467bdeaf 100644 --- a/clients/client-emr/README.md +++ b/clients/client-emr/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EMRClient({ region: "REGION" }); const params = { diff --git a/clients/client-eventbridge/README.md b/clients/client-eventbridge/README.md index 81db0629b35f1..86107342ae0a9 100644 --- a/clients/client-eventbridge/README.md +++ b/clients/client-eventbridge/README.md @@ -66,7 +66,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EventBridgeClient({ region: "REGION" }); const params = { diff --git a/clients/client-firehose/README.md b/clients/client-firehose/README.md index 45236049a939a..e01d8034a70db 100644 --- a/clients/client-firehose/README.md +++ b/clients/client-firehose/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new FirehoseClient({ region: "REGION" }); const params = { diff --git a/clients/client-fis/README.md b/clients/client-fis/README.md index 362b03b1ba439..91c587837e734 100644 --- a/clients/client-fis/README.md +++ b/clients/client-fis/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new FisClient({ region: "REGION" }); const params = { diff --git a/clients/client-fms/README.md b/clients/client-fms/README.md index b01c65a75c9bc..19a99035f86de 100644 --- a/clients/client-fms/README.md +++ b/clients/client-fms/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new FMSClient({ region: "REGION" }); const params = { diff --git a/clients/client-forecast/README.md b/clients/client-forecast/README.md index 280cb1fc91ef0..18a04ffc72bba 100644 --- a/clients/client-forecast/README.md +++ b/clients/client-forecast/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ForecastClient({ region: "REGION" }); const params = { diff --git a/clients/client-forecastquery/README.md b/clients/client-forecastquery/README.md index b1ab7502798ea..0058cff98076a 100644 --- a/clients/client-forecastquery/README.md +++ b/clients/client-forecastquery/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ForecastqueryClient({ region: "REGION" }); const params = { diff --git a/clients/client-frauddetector/README.md b/clients/client-frauddetector/README.md index ff2e0da96894f..5c8cfd4751eee 100644 --- a/clients/client-frauddetector/README.md +++ b/clients/client-frauddetector/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new FraudDetectorClient({ region: "REGION" }); const params = { diff --git a/clients/client-fsx/README.md b/clients/client-fsx/README.md index 27da01eca961d..8d5ea6dcdf416 100644 --- a/clients/client-fsx/README.md +++ b/clients/client-fsx/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new FSxClient({ region: "REGION" }); const params = { diff --git a/clients/client-gamelift/README.md b/clients/client-gamelift/README.md index db35124d899d7..76d881fb27864 100644 --- a/clients/client-gamelift/README.md +++ b/clients/client-gamelift/README.md @@ -104,7 +104,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GameLiftClient({ region: "REGION" }); const params = { diff --git a/clients/client-glacier/README.md b/clients/client-glacier/README.md index 9f4bc2472f961..c769b231dd8fe 100644 --- a/clients/client-glacier/README.md +++ b/clients/client-glacier/README.md @@ -83,7 +83,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GlacierClient({ region: "REGION" }); const params = { diff --git a/clients/client-global-accelerator/README.md b/clients/client-global-accelerator/README.md index 7d47a1f2a9ab5..12b8469056c0f 100644 --- a/clients/client-global-accelerator/README.md +++ b/clients/client-global-accelerator/README.md @@ -194,7 +194,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GlobalAcceleratorClient({ region: "REGION" }); const params = { diff --git a/clients/client-glue/README.md b/clients/client-glue/README.md index f2126a5fd13f7..b82554cebe518 100644 --- a/clients/client-glue/README.md +++ b/clients/client-glue/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GlueClient({ region: "REGION" }); const params = { diff --git a/clients/client-greengrass/README.md b/clients/client-greengrass/README.md index fb0d4e642aa11..a9d127368a653 100644 --- a/clients/client-greengrass/README.md +++ b/clients/client-greengrass/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GreengrassClient({ region: "REGION" }); const params = { diff --git a/clients/client-greengrassv2/README.md b/clients/client-greengrassv2/README.md index d830bec1dc1cc..f1209e41294e3 100644 --- a/clients/client-greengrassv2/README.md +++ b/clients/client-greengrassv2/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GreengrassV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-groundstation/README.md b/clients/client-groundstation/README.md index d3bd825fe69eb..0ec8d00b102c9 100644 --- a/clients/client-groundstation/README.md +++ b/clients/client-groundstation/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GroundStationClient({ region: "REGION" }); const params = { diff --git a/clients/client-guardduty/README.md b/clients/client-guardduty/README.md index c5106173f7184..8f88d8c8957e2 100644 --- a/clients/client-guardduty/README.md +++ b/clients/client-guardduty/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new GuardDutyClient({ region: "REGION" }); const params = { diff --git a/clients/client-health/README.md b/clients/client-health/README.md index 47932cfdc20ea..bb709d81f5f6c 100644 --- a/clients/client-health/README.md +++ b/clients/client-health/README.md @@ -83,7 +83,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new HealthClient({ region: "REGION" }); const params = { diff --git a/clients/client-healthlake/README.md b/clients/client-healthlake/README.md index 8d8860ba8be62..b22e4969ab3e5 100644 --- a/clients/client-healthlake/README.md +++ b/clients/client-healthlake/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new HealthLakeClient({ region: "REGION" }); const params = { diff --git a/clients/client-honeycode/README.md b/clients/client-honeycode/README.md index bccdcfe2fdbef..da24aed1708d0 100644 --- a/clients/client-honeycode/README.md +++ b/clients/client-honeycode/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new HoneycodeClient({ region: "REGION" }); const params = { diff --git a/clients/client-iam/README.md b/clients/client-iam/README.md index 0644b3829d60d..5e030d367ae25 100644 --- a/clients/client-iam/README.md +++ b/clients/client-iam/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IAMClient({ region: "REGION" }); const params = { diff --git a/clients/client-identitystore/README.md b/clients/client-identitystore/README.md index 088f67a66fd19..83a81d780b922 100644 --- a/clients/client-identitystore/README.md +++ b/clients/client-identitystore/README.md @@ -44,7 +44,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IdentitystoreClient({ region: "REGION" }); const params = { diff --git a/clients/client-imagebuilder/README.md b/clients/client-imagebuilder/README.md index bfb6884ae913c..61e3413cd40ce 100644 --- a/clients/client-imagebuilder/README.md +++ b/clients/client-imagebuilder/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ImagebuilderClient({ region: "REGION" }); const params = { diff --git a/clients/client-inspector/README.md b/clients/client-inspector/README.md index 03eed9d669d8d..5e8be49875131 100644 --- a/clients/client-inspector/README.md +++ b/clients/client-inspector/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new InspectorClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-1click-devices-service/README.md b/clients/client-iot-1click-devices-service/README.md index ac46dcde8099d..fc2995c030e12 100644 --- a/clients/client-iot-1click-devices-service/README.md +++ b/clients/client-iot-1click-devices-service/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoT1ClickDevicesServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-1click-projects/README.md b/clients/client-iot-1click-projects/README.md index 92e4c0820302a..6bb20b25acca2 100644 --- a/clients/client-iot-1click-projects/README.md +++ b/clients/client-iot-1click-projects/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoT1ClickProjectsClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-data-plane/README.md b/clients/client-iot-data-plane/README.md index 0e132582afc37..63a23370bf902 100644 --- a/clients/client-iot-data-plane/README.md +++ b/clients/client-iot-data-plane/README.md @@ -57,7 +57,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTDataPlaneClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-events-data/README.md b/clients/client-iot-events-data/README.md index a8d9ea84ef617..ccc61d4b39e68 100644 --- a/clients/client-iot-events-data/README.md +++ b/clients/client-iot-events-data/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTEventsDataClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-events/README.md b/clients/client-iot-events/README.md index 6b0685f42a9b4..948d3eb77facb 100644 --- a/clients/client-iot-events/README.md +++ b/clients/client-iot-events/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTEventsClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-jobs-data-plane/README.md b/clients/client-iot-jobs-data-plane/README.md index bb645cf35fc56..e474ce1e52fb9 100644 --- a/clients/client-iot-jobs-data-plane/README.md +++ b/clients/client-iot-jobs-data-plane/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTJobsDataPlaneClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot-wireless/README.md b/clients/client-iot-wireless/README.md index 8bff603c71da4..bba55f8626e6b 100644 --- a/clients/client-iot-wireless/README.md +++ b/clients/client-iot-wireless/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTWirelessClient({ region: "REGION" }); const params = { diff --git a/clients/client-iot/README.md b/clients/client-iot/README.md index 058b7ee80013e..7f45bf84c6773 100644 --- a/clients/client-iot/README.md +++ b/clients/client-iot/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotanalytics/README.md b/clients/client-iotanalytics/README.md index 613dc03289133..609bc32e5e2be 100644 --- a/clients/client-iotanalytics/README.md +++ b/clients/client-iotanalytics/README.md @@ -64,7 +64,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTAnalyticsClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotdeviceadvisor/README.md b/clients/client-iotdeviceadvisor/README.md index 86af4b6b82691..6f21804a83b9c 100644 --- a/clients/client-iotdeviceadvisor/README.md +++ b/clients/client-iotdeviceadvisor/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IotDeviceAdvisorClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotfleethub/README.md b/clients/client-iotfleethub/README.md index b3566764e3a8b..997211da63c65 100644 --- a/clients/client-iotfleethub/README.md +++ b/clients/client-iotfleethub/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTFleetHubClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotsecuretunneling/README.md b/clients/client-iotsecuretunneling/README.md index f1ff4c33fade9..50a10fb5274e3 100644 --- a/clients/client-iotsecuretunneling/README.md +++ b/clients/client-iotsecuretunneling/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTSecureTunnelingClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotsitewise/README.md b/clients/client-iotsitewise/README.md index af65b53dc61e8..ea7672c012b07 100644 --- a/clients/client-iotsitewise/README.md +++ b/clients/client-iotsitewise/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTSiteWiseClient({ region: "REGION" }); const params = { diff --git a/clients/client-iotthingsgraph/README.md b/clients/client-iotthingsgraph/README.md index 73e77daf003c9..baa7831375e49 100644 --- a/clients/client-iotthingsgraph/README.md +++ b/clients/client-iotthingsgraph/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IoTThingsGraphClient({ region: "REGION" }); const params = { diff --git a/clients/client-ivs/README.md b/clients/client-ivs/README.md index f4d1a58fc967d..ab56fcbf59454 100644 --- a/clients/client-ivs/README.md +++ b/clients/client-ivs/README.md @@ -401,7 +401,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new IvsClient({ region: "REGION" }); const params = { diff --git a/clients/client-kafka/README.md b/clients/client-kafka/README.md index e2cc3cb60e368..ffbcb3e75ea34 100644 --- a/clients/client-kafka/README.md +++ b/clients/client-kafka/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KafkaClient({ region: "REGION" }); const params = { diff --git a/clients/client-kendra/README.md b/clients/client-kendra/README.md index cea9b610946c5..8469aa63bc2af 100644 --- a/clients/client-kendra/README.md +++ b/clients/client-kendra/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KendraClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-analytics-v2/README.md b/clients/client-kinesis-analytics-v2/README.md index 972c2c5157f55..29e6bb72e7f10 100644 --- a/clients/client-kinesis-analytics-v2/README.md +++ b/clients/client-kinesis-analytics-v2/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisAnalyticsV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-analytics/README.md b/clients/client-kinesis-analytics/README.md index 71656fb2df012..e2226a9f05cf1 100644 --- a/clients/client-kinesis-analytics/README.md +++ b/clients/client-kinesis-analytics/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisAnalyticsClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-video-archived-media/README.md b/clients/client-kinesis-video-archived-media/README.md index ae16a8de8ce68..9867a4a94eca0 100644 --- a/clients/client-kinesis-video-archived-media/README.md +++ b/clients/client-kinesis-video-archived-media/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisVideoArchivedMediaClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-video-media/README.md b/clients/client-kinesis-video-media/README.md index cc372bb0a0a16..9499c547a65be 100644 --- a/clients/client-kinesis-video-media/README.md +++ b/clients/client-kinesis-video-media/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisVideoMediaClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-video-signaling/README.md b/clients/client-kinesis-video-signaling/README.md index eb3087e5a301e..4e93a5f56c69c 100644 --- a/clients/client-kinesis-video-signaling/README.md +++ b/clients/client-kinesis-video-signaling/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisVideoSignalingClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis-video/README.md b/clients/client-kinesis-video/README.md index d1096977338cd..ad6faa001df54 100644 --- a/clients/client-kinesis-video/README.md +++ b/clients/client-kinesis-video/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisVideoClient({ region: "REGION" }); const params = { diff --git a/clients/client-kinesis/README.md b/clients/client-kinesis/README.md index 942569a45fb5c..b34ee9e8e2c61 100644 --- a/clients/client-kinesis/README.md +++ b/clients/client-kinesis/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KinesisClient({ region: "REGION" }); const params = { diff --git a/clients/client-kms/README.md b/clients/client-kms/README.md index 223389ea73f89..7ca91ed81bdb6 100644 --- a/clients/client-kms/README.md +++ b/clients/client-kms/README.md @@ -135,7 +135,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new KMSClient({ region: "REGION" }); const params = { diff --git a/clients/client-lakeformation/README.md b/clients/client-lakeformation/README.md index 22a37a7a98486..f8ee1847f35a8 100644 --- a/clients/client-lakeformation/README.md +++ b/clients/client-lakeformation/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LakeFormationClient({ region: "REGION" }); const params = { diff --git a/clients/client-lambda/README.md b/clients/client-lambda/README.md index b0ef1c5522e12..7785718f382f1 100644 --- a/clients/client-lambda/README.md +++ b/clients/client-lambda/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LambdaClient({ region: "REGION" }); const params = { diff --git a/clients/client-lex-model-building-service/README.md b/clients/client-lex-model-building-service/README.md index 946892e548072..550d1eb740fb6 100644 --- a/clients/client-lex-model-building-service/README.md +++ b/clients/client-lex-model-building-service/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LexModelBuildingServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-lex-models-v2/README.md b/clients/client-lex-models-v2/README.md index 218752ed983a0..601b3049b4e5c 100644 --- a/clients/client-lex-models-v2/README.md +++ b/clients/client-lex-models-v2/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LexModelsV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-lex-runtime-service/README.md b/clients/client-lex-runtime-service/README.md index 84eaced3fddc8..eb137d389a93b 100644 --- a/clients/client-lex-runtime-service/README.md +++ b/clients/client-lex-runtime-service/README.md @@ -57,7 +57,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LexRuntimeServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-lex-runtime-v2/README.md b/clients/client-lex-runtime-v2/README.md index 52684eb8afe9e..d2321d2c69183 100644 --- a/clients/client-lex-runtime-v2/README.md +++ b/clients/client-lex-runtime-v2/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LexRuntimeV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-license-manager/README.md b/clients/client-license-manager/README.md index 97827394a49aa..92593ecca6259 100644 --- a/clients/client-license-manager/README.md +++ b/clients/client-license-manager/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LicenseManagerClient({ region: "REGION" }); const params = { diff --git a/clients/client-lightsail/README.md b/clients/client-lightsail/README.md index f5fc996100339..85dfe40eac757 100644 --- a/clients/client-lightsail/README.md +++ b/clients/client-lightsail/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LightsailClient({ region: "REGION" }); const params = { diff --git a/clients/client-location/README.md b/clients/client-location/README.md index 3f66857551eb5..12b2384a2836d 100644 --- a/clients/client-location/README.md +++ b/clients/client-location/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LocationClient({ region: "REGION" }); const params = { diff --git a/clients/client-lookoutequipment/README.md b/clients/client-lookoutequipment/README.md index 5989dee43a5fd..b1ac10632e325 100644 --- a/clients/client-lookoutequipment/README.md +++ b/clients/client-lookoutequipment/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LookoutEquipmentClient({ region: "REGION" }); const params = { diff --git a/clients/client-lookoutmetrics/README.md b/clients/client-lookoutmetrics/README.md index baa56b49652fd..94bd71d2d9bed 100644 --- a/clients/client-lookoutmetrics/README.md +++ b/clients/client-lookoutmetrics/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LookoutMetricsClient({ region: "REGION" }); const params = { diff --git a/clients/client-lookoutvision/README.md b/clients/client-lookoutvision/README.md index b4653ffdb3e3b..dbf0facb0b93c 100644 --- a/clients/client-lookoutvision/README.md +++ b/clients/client-lookoutvision/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new LookoutVisionClient({ region: "REGION" }); const params = { diff --git a/clients/client-machine-learning/README.md b/clients/client-machine-learning/README.md index c2774494d65f5..ffe7d646b9793 100644 --- a/clients/client-machine-learning/README.md +++ b/clients/client-machine-learning/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MachineLearningClient({ region: "REGION" }); const params = { diff --git a/clients/client-macie/README.md b/clients/client-macie/README.md index 55c19519075fb..afbf4555b4100 100644 --- a/clients/client-macie/README.md +++ b/clients/client-macie/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MacieClient({ region: "REGION" }); const params = { diff --git a/clients/client-macie2/README.md b/clients/client-macie2/README.md index b2cf20b20f96a..268d1fc623c40 100644 --- a/clients/client-macie2/README.md +++ b/clients/client-macie2/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new Macie2Client({ region: "REGION" }); const params = { diff --git a/clients/client-managedblockchain/README.md b/clients/client-managedblockchain/README.md index 235c66f03948c..5d3845841e1c3 100644 --- a/clients/client-managedblockchain/README.md +++ b/clients/client-managedblockchain/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ManagedBlockchainClient({ region: "REGION" }); const params = { diff --git a/clients/client-marketplace-catalog/README.md b/clients/client-marketplace-catalog/README.md index 6fbbbd01518a1..3a6ab3dd0c636 100644 --- a/clients/client-marketplace-catalog/README.md +++ b/clients/client-marketplace-catalog/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MarketplaceCatalogClient({ region: "REGION" }); const params = { diff --git a/clients/client-marketplace-commerce-analytics/README.md b/clients/client-marketplace-commerce-analytics/README.md index 401d121f49f99..c3e3255474719 100644 --- a/clients/client-marketplace-commerce-analytics/README.md +++ b/clients/client-marketplace-commerce-analytics/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MarketplaceCommerceAnalyticsClient({ region: "REGION" }); const params = { diff --git a/clients/client-marketplace-entitlement-service/README.md b/clients/client-marketplace-entitlement-service/README.md index 2137ad0143953..75b49ab69b59f 100644 --- a/clients/client-marketplace-entitlement-service/README.md +++ b/clients/client-marketplace-entitlement-service/README.md @@ -69,7 +69,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MarketplaceEntitlementServiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-marketplace-metering/README.md b/clients/client-marketplace-metering/README.md index f557efa4b6999..35a87540804e1 100644 --- a/clients/client-marketplace-metering/README.md +++ b/clients/client-marketplace-metering/README.md @@ -103,7 +103,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MarketplaceMeteringClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediaconnect/README.md b/clients/client-mediaconnect/README.md index 462e8a5195907..0d29a5d86d76e 100644 --- a/clients/client-mediaconnect/README.md +++ b/clients/client-mediaconnect/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaConnectClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediaconvert/README.md b/clients/client-mediaconvert/README.md index 5352d099d2957..d6eba4bf08d70 100644 --- a/clients/client-mediaconvert/README.md +++ b/clients/client-mediaconvert/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaConvertClient({ region: "REGION" }); const params = { diff --git a/clients/client-medialive/README.md b/clients/client-medialive/README.md index daeedd41aa9f5..3db6efe4c192f 100644 --- a/clients/client-medialive/README.md +++ b/clients/client-medialive/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaLiveClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediapackage-vod/README.md b/clients/client-mediapackage-vod/README.md index d1bac596dd73c..7b274488a3ba8 100644 --- a/clients/client-mediapackage-vod/README.md +++ b/clients/client-mediapackage-vod/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaPackageVodClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediapackage/README.md b/clients/client-mediapackage/README.md index 8734e60e71a68..1e7501c3e3b56 100644 --- a/clients/client-mediapackage/README.md +++ b/clients/client-mediapackage/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaPackageClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediastore-data/README.md b/clients/client-mediastore-data/README.md index 65e5a91875038..cf3050f0100ec 100644 --- a/clients/client-mediastore-data/README.md +++ b/clients/client-mediastore-data/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaStoreDataClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediastore/README.md b/clients/client-mediastore/README.md index dce8d25234480..a532c8d3ee50c 100644 --- a/clients/client-mediastore/README.md +++ b/clients/client-mediastore/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaStoreClient({ region: "REGION" }); const params = { diff --git a/clients/client-mediatailor/README.md b/clients/client-mediatailor/README.md index a21a6035eebdc..31f1c80e183fc 100644 --- a/clients/client-mediatailor/README.md +++ b/clients/client-mediatailor/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MediaTailorClient({ region: "REGION" }); const params = { diff --git a/clients/client-mgn/README.md b/clients/client-mgn/README.md index 82b7295203738..8392d8aa8d80b 100644 --- a/clients/client-mgn/README.md +++ b/clients/client-mgn/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MgnClient({ region: "REGION" }); const params = { diff --git a/clients/client-migration-hub/README.md b/clients/client-migration-hub/README.md index b6d53c511ce63..097e5d896c09f 100644 --- a/clients/client-migration-hub/README.md +++ b/clients/client-migration-hub/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MigrationHubClient({ region: "REGION" }); const params = { diff --git a/clients/client-migrationhub-config/README.md b/clients/client-migrationhub-config/README.md index 128e0e1220d67..dd6e32d1c1e5a 100644 --- a/clients/client-migrationhub-config/README.md +++ b/clients/client-migrationhub-config/README.md @@ -71,7 +71,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MigrationHubConfigClient({ region: "REGION" }); const params = { diff --git a/clients/client-mobile/README.md b/clients/client-mobile/README.md index 205f9a9fa7648..8ca6f77c1d642 100644 --- a/clients/client-mobile/README.md +++ b/clients/client-mobile/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MobileClient({ region: "REGION" }); const params = { diff --git a/clients/client-mq/README.md b/clients/client-mq/README.md index da1f1995920bb..124cdcbcc380b 100644 --- a/clients/client-mq/README.md +++ b/clients/client-mq/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MqClient({ region: "REGION" }); const params = { diff --git a/clients/client-mturk/README.md b/clients/client-mturk/README.md index f455cd1d58afd..0c49f26b28c59 100644 --- a/clients/client-mturk/README.md +++ b/clients/client-mturk/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MTurkClient({ region: "REGION" }); const params = { diff --git a/clients/client-mwaa/README.md b/clients/client-mwaa/README.md index 7a6ee973fa435..600f9d153754d 100644 --- a/clients/client-mwaa/README.md +++ b/clients/client-mwaa/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new MWAAClient({ region: "REGION" }); const params = { diff --git a/clients/client-neptune/README.md b/clients/client-neptune/README.md index a6eeaa10929c5..bed175bebc28d 100644 --- a/clients/client-neptune/README.md +++ b/clients/client-neptune/README.md @@ -64,7 +64,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new NeptuneClient({ region: "REGION" }); const params = { diff --git a/clients/client-network-firewall/README.md b/clients/client-network-firewall/README.md index 3bff1b8f37f41..6ec45eecd7a65 100644 --- a/clients/client-network-firewall/README.md +++ b/clients/client-network-firewall/README.md @@ -122,7 +122,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new NetworkFirewallClient({ region: "REGION" }); const params = { diff --git a/clients/client-networkmanager/README.md b/clients/client-networkmanager/README.md index 10842582fb15d..e8713cf02789f 100644 --- a/clients/client-networkmanager/README.md +++ b/clients/client-networkmanager/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new NetworkManagerClient({ region: "REGION" }); const params = { diff --git a/clients/client-opsworks/README.md b/clients/client-opsworks/README.md index 8e6e487fa6ac1..29a4df7d6603e 100644 --- a/clients/client-opsworks/README.md +++ b/clients/client-opsworks/README.md @@ -161,7 +161,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new OpsWorksClient({ region: "REGION" }); const params = { diff --git a/clients/client-opsworkscm/README.md b/clients/client-opsworkscm/README.md index e9dea3c3344a7..efefb0eea1b4f 100644 --- a/clients/client-opsworkscm/README.md +++ b/clients/client-opsworkscm/README.md @@ -134,7 +134,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new OpsWorksCMClient({ region: "REGION" }); const params = { diff --git a/clients/client-organizations/README.md b/clients/client-organizations/README.md index d0454224ed897..5b494eea7d8ab 100644 --- a/clients/client-organizations/README.md +++ b/clients/client-organizations/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new OrganizationsClient({ region: "REGION" }); const params = { diff --git a/clients/client-outposts/README.md b/clients/client-outposts/README.md index 20cce7834e588..885308d40789e 100644 --- a/clients/client-outposts/README.md +++ b/clients/client-outposts/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new OutpostsClient({ region: "REGION" }); const params = { diff --git a/clients/client-personalize-events/README.md b/clients/client-personalize-events/README.md index 884f6f6e23fd4..1848afc349b31 100644 --- a/clients/client-personalize-events/README.md +++ b/clients/client-personalize-events/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PersonalizeEventsClient({ region: "REGION" }); const params = { diff --git a/clients/client-personalize-runtime/README.md b/clients/client-personalize-runtime/README.md index 1477ce2217dfc..da3f1a4b7b2f7 100644 --- a/clients/client-personalize-runtime/README.md +++ b/clients/client-personalize-runtime/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PersonalizeRuntimeClient({ region: "REGION" }); const params = { diff --git a/clients/client-personalize/README.md b/clients/client-personalize/README.md index e96b3fcd83856..b7c9ec5aeb542 100644 --- a/clients/client-personalize/README.md +++ b/clients/client-personalize/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PersonalizeClient({ region: "REGION" }); const params = { diff --git a/clients/client-pi/README.md b/clients/client-pi/README.md index cb5353ac66a7f..684a10699013e 100644 --- a/clients/client-pi/README.md +++ b/clients/client-pi/README.md @@ -67,7 +67,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PIClient({ region: "REGION" }); const params = { diff --git a/clients/client-pinpoint-email/README.md b/clients/client-pinpoint-email/README.md index b6a863cbda246..45e54f4a36a3d 100644 --- a/clients/client-pinpoint-email/README.md +++ b/clients/client-pinpoint-email/README.md @@ -75,7 +75,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PinpointEmailClient({ region: "REGION" }); const params = { diff --git a/clients/client-pinpoint-sms-voice/README.md b/clients/client-pinpoint-sms-voice/README.md index 06f18bf508a5d..bfea8600487a0 100644 --- a/clients/client-pinpoint-sms-voice/README.md +++ b/clients/client-pinpoint-sms-voice/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PinpointSMSVoiceClient({ region: "REGION" }); const params = { diff --git a/clients/client-pinpoint/README.md b/clients/client-pinpoint/README.md index e6491cc9f2675..23f59be86a665 100644 --- a/clients/client-pinpoint/README.md +++ b/clients/client-pinpoint/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PinpointClient({ region: "REGION" }); const params = { diff --git a/clients/client-polly/README.md b/clients/client-polly/README.md index 3f5b59a83446d..f71bac2aad66a 100644 --- a/clients/client-polly/README.md +++ b/clients/client-polly/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PollyClient({ region: "REGION" }); const params = { diff --git a/clients/client-pricing/README.md b/clients/client-pricing/README.md index 60f59f9f246bb..2570ee532c20f 100644 --- a/clients/client-pricing/README.md +++ b/clients/client-pricing/README.md @@ -69,7 +69,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new PricingClient({ region: "REGION" }); const params = { diff --git a/clients/client-qldb-session/README.md b/clients/client-qldb-session/README.md index e9677ccf85b77..097aef541d11a 100644 --- a/clients/client-qldb-session/README.md +++ b/clients/client-qldb-session/README.md @@ -66,7 +66,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new QLDBSessionClient({ region: "REGION" }); const params = { diff --git a/clients/client-qldb/README.md b/clients/client-qldb/README.md index 8b5da26ebe38c..b027f1e03f583 100644 --- a/clients/client-qldb/README.md +++ b/clients/client-qldb/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new QLDBClient({ region: "REGION" }); const params = { diff --git a/clients/client-quicksight/README.md b/clients/client-quicksight/README.md index 4dea151765a7f..7e22f0890c7fe 100644 --- a/clients/client-quicksight/README.md +++ b/clients/client-quicksight/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new QuickSightClient({ region: "REGION" }); const params = { diff --git a/clients/client-ram/README.md b/clients/client-ram/README.md index 2cec2e4fb61af..52317ba8903a6 100644 --- a/clients/client-ram/README.md +++ b/clients/client-ram/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RAMClient({ region: "REGION" }); const params = { diff --git a/clients/client-rds-data/README.md b/clients/client-rds-data/README.md index 332ffbd5b7798..fbacc08b50194 100644 --- a/clients/client-rds-data/README.md +++ b/clients/client-rds-data/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RDSDataClient({ region: "REGION" }); const params = { diff --git a/clients/client-rds/README.md b/clients/client-rds/README.md index 5b5e8732bfbf5..ddd598d12a3d5 100644 --- a/clients/client-rds/README.md +++ b/clients/client-rds/README.md @@ -103,7 +103,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RDSClient({ region: "REGION" }); const params = { diff --git a/clients/client-redshift-data/README.md b/clients/client-redshift-data/README.md index 3c0b4c4a50818..ec09b81eacf25 100644 --- a/clients/client-redshift-data/README.md +++ b/clients/client-redshift-data/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RedshiftDataClient({ region: "REGION" }); const params = { diff --git a/clients/client-redshift/README.md b/clients/client-redshift/README.md index 4378f4fcea8a6..ddd0153dbce58 100644 --- a/clients/client-redshift/README.md +++ b/clients/client-redshift/README.md @@ -68,7 +68,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RedshiftClient({ region: "REGION" }); const params = { diff --git a/clients/client-rekognition/README.md b/clients/client-rekognition/README.md index abeec653a7112..1b11201318012 100644 --- a/clients/client-rekognition/README.md +++ b/clients/client-rekognition/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RekognitionClient({ region: "REGION" }); const params = { diff --git a/clients/client-resource-groups-tagging-api/README.md b/clients/client-resource-groups-tagging-api/README.md index 78b4a6874c5e5..b4a047d2d502a 100644 --- a/clients/client-resource-groups-tagging-api/README.md +++ b/clients/client-resource-groups-tagging-api/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ResourceGroupsTaggingAPIClient({ region: "REGION" }); const params = { diff --git a/clients/client-resource-groups/README.md b/clients/client-resource-groups/README.md index 3eaeb80024c91..37ba13db4f854 100644 --- a/clients/client-resource-groups/README.md +++ b/clients/client-resource-groups/README.md @@ -81,7 +81,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ResourceGroupsClient({ region: "REGION" }); const params = { diff --git a/clients/client-robomaker/README.md b/clients/client-robomaker/README.md index 3612cc5776017..0b7408d38dd79 100644 --- a/clients/client-robomaker/README.md +++ b/clients/client-robomaker/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RoboMakerClient({ region: "REGION" }); const params = { diff --git a/clients/client-route-53-domains/README.md b/clients/client-route-53-domains/README.md index 12d34ba65140c..e2440fa99cac9 100644 --- a/clients/client-route-53-domains/README.md +++ b/clients/client-route-53-domains/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new Route53DomainsClient({ region: "REGION" }); const params = { diff --git a/clients/client-route-53/README.md b/clients/client-route-53/README.md index e1c39a8a3593f..005aa62dda7bd 100644 --- a/clients/client-route-53/README.md +++ b/clients/client-route-53/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new Route53Client({ region: "REGION" }); const params = { diff --git a/clients/client-route53resolver/README.md b/clients/client-route53resolver/README.md index 626e9c0f21ee8..d587da69e8163 100644 --- a/clients/client-route53resolver/README.md +++ b/clients/client-route53resolver/README.md @@ -75,7 +75,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new Route53ResolverClient({ region: "REGION" }); const params = { diff --git a/clients/client-s3-control/README.md b/clients/client-s3-control/README.md index 1cf418a7d676a..63df228461b7b 100644 --- a/clients/client-s3-control/README.md +++ b/clients/client-s3-control/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new S3ControlClient({ region: "REGION" }); const params = { diff --git a/clients/client-s3/README.md b/clients/client-s3/README.md index 3c26f54880e3a..fdc4e1a585cd7 100644 --- a/clients/client-s3/README.md +++ b/clients/client-s3/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new S3Client({ region: "REGION" }); const params = { diff --git a/clients/client-s3outposts/README.md b/clients/client-s3outposts/README.md index 5fad42d670779..0c85a8f7f6ff5 100644 --- a/clients/client-s3outposts/README.md +++ b/clients/client-s3outposts/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new S3OutpostsClient({ region: "REGION" }); const params = { diff --git a/clients/client-sagemaker-a2i-runtime/README.md b/clients/client-sagemaker-a2i-runtime/README.md index 4a8d9938759e5..53f127b7731d7 100644 --- a/clients/client-sagemaker-a2i-runtime/README.md +++ b/clients/client-sagemaker-a2i-runtime/README.md @@ -75,7 +75,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SageMakerA2IRuntimeClient({ region: "REGION" }); const params = { diff --git a/clients/client-sagemaker-edge/README.md b/clients/client-sagemaker-edge/README.md index 4b453b76e5e00..d5ac9497284ea 100644 --- a/clients/client-sagemaker-edge/README.md +++ b/clients/client-sagemaker-edge/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SagemakerEdgeClient({ region: "REGION" }); const params = { diff --git a/clients/client-sagemaker-featurestore-runtime/README.md b/clients/client-sagemaker-featurestore-runtime/README.md index dee35e5523328..666c61e12ce9d 100644 --- a/clients/client-sagemaker-featurestore-runtime/README.md +++ b/clients/client-sagemaker-featurestore-runtime/README.md @@ -78,7 +78,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SageMakerFeatureStoreRuntimeClient({ region: "REGION" }); const params = { diff --git a/clients/client-sagemaker-runtime/README.md b/clients/client-sagemaker-runtime/README.md index 795989dcedf78..18c48916b677d 100644 --- a/clients/client-sagemaker-runtime/README.md +++ b/clients/client-sagemaker-runtime/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SageMakerRuntimeClient({ region: "REGION" }); const params = { diff --git a/clients/client-sagemaker/README.md b/clients/client-sagemaker/README.md index 559def09a47b0..152e77a926bd9 100644 --- a/clients/client-sagemaker/README.md +++ b/clients/client-sagemaker/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SageMakerClient({ region: "REGION" }); const params = { diff --git a/clients/client-savingsplans/README.md b/clients/client-savingsplans/README.md index 0f258e236cfd8..a24a0507ea606 100644 --- a/clients/client-savingsplans/README.md +++ b/clients/client-savingsplans/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SavingsplansClient({ region: "REGION" }); const params = { diff --git a/clients/client-schemas/README.md b/clients/client-schemas/README.md index 4826883e76d94..2381b9d11af88 100644 --- a/clients/client-schemas/README.md +++ b/clients/client-schemas/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SchemasClient({ region: "REGION" }); const params = { diff --git a/clients/client-secrets-manager/README.md b/clients/client-secrets-manager/README.md index 3306c5be5739a..b7bb1fb82cd55 100644 --- a/clients/client-secrets-manager/README.md +++ b/clients/client-secrets-manager/README.md @@ -102,7 +102,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SecretsManagerClient({ region: "REGION" }); const params = { diff --git a/clients/client-securityhub/README.md b/clients/client-securityhub/README.md index f56700b18ec3c..81aafb52ccb59 100644 --- a/clients/client-securityhub/README.md +++ b/clients/client-securityhub/README.md @@ -100,7 +100,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SecurityHubClient({ region: "REGION" }); const params = { diff --git a/clients/client-serverlessapplicationrepository/README.md b/clients/client-serverlessapplicationrepository/README.md index 4027776942016..0a577041f07a4 100644 --- a/clients/client-serverlessapplicationrepository/README.md +++ b/clients/client-serverlessapplicationrepository/README.md @@ -71,7 +71,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ServerlessApplicationRepositoryClient({ region: "REGION" }); const params = { diff --git a/clients/client-service-catalog-appregistry/README.md b/clients/client-service-catalog-appregistry/README.md index b6a03c092391e..6b0cc19715308 100644 --- a/clients/client-service-catalog-appregistry/README.md +++ b/clients/client-service-catalog-appregistry/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ServiceCatalogAppRegistryClient({ region: "REGION" }); const params = { diff --git a/clients/client-service-catalog/README.md b/clients/client-service-catalog/README.md index 1934d026be59b..cc9c449de8c6b 100644 --- a/clients/client-service-catalog/README.md +++ b/clients/client-service-catalog/README.md @@ -53,7 +53,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ServiceCatalogClient({ region: "REGION" }); const params = { diff --git a/clients/client-service-quotas/README.md b/clients/client-service-quotas/README.md index 4154ffeaf789c..4bca7da45dd8b 100644 --- a/clients/client-service-quotas/README.md +++ b/clients/client-service-quotas/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ServiceQuotasClient({ region: "REGION" }); const params = { diff --git a/clients/client-servicediscovery/README.md b/clients/client-servicediscovery/README.md index 972de71cc7c4a..143759d3cc6f4 100644 --- a/clients/client-servicediscovery/README.md +++ b/clients/client-servicediscovery/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ServiceDiscoveryClient({ region: "REGION" }); const params = { diff --git a/clients/client-ses/README.md b/clients/client-ses/README.md index 437b4c3eada3d..dfc56b7e325b9 100644 --- a/clients/client-ses/README.md +++ b/clients/client-ses/README.md @@ -55,7 +55,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SESClient({ region: "REGION" }); const params = { diff --git a/clients/client-sesv2/README.md b/clients/client-sesv2/README.md index 1b12a226282eb..51acef0b008a5 100644 --- a/clients/client-sesv2/README.md +++ b/clients/client-sesv2/README.md @@ -66,7 +66,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SESv2Client({ region: "REGION" }); const params = { diff --git a/clients/client-sfn/README.md b/clients/client-sfn/README.md index 415ba80b491d0..fe69cad06037a 100644 --- a/clients/client-sfn/README.md +++ b/clients/client-sfn/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SFNClient({ region: "REGION" }); const params = { diff --git a/clients/client-shield/README.md b/clients/client-shield/README.md index 25c9fb0e6b367..6f19766db7b48 100644 --- a/clients/client-shield/README.md +++ b/clients/client-shield/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ShieldClient({ region: "REGION" }); const params = { diff --git a/clients/client-signer/README.md b/clients/client-signer/README.md index 634d82cc4f17b..899d1d797b4f0 100644 --- a/clients/client-signer/README.md +++ b/clients/client-signer/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SignerClient({ region: "REGION" }); const params = { diff --git a/clients/client-sms/README.md b/clients/client-sms/README.md index 3cadae2a7ec25..5a1726f12de5e 100644 --- a/clients/client-sms/README.md +++ b/clients/client-sms/README.md @@ -63,7 +63,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SMSClient({ region: "REGION" }); const params = { diff --git a/clients/client-snowball/README.md b/clients/client-snowball/README.md index dae28fafd7b0e..3f8403d5a3d74 100644 --- a/clients/client-snowball/README.md +++ b/clients/client-snowball/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SnowballClient({ region: "REGION" }); const params = { diff --git a/clients/client-sns/README.md b/clients/client-sns/README.md index 548c18ea5fb49..cc1471ca7120b 100644 --- a/clients/client-sns/README.md +++ b/clients/client-sns/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SNSClient({ region: "REGION" }); const params = { diff --git a/clients/client-sqs/README.md b/clients/client-sqs/README.md index e322a8dcb4f84..180621b4eb80d 100644 --- a/clients/client-sqs/README.md +++ b/clients/client-sqs/README.md @@ -114,7 +114,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SQSClient({ region: "REGION" }); const params = { diff --git a/clients/client-ssm/README.md b/clients/client-ssm/README.md index 58ea8b152102a..8a8682b588a77 100644 --- a/clients/client-ssm/README.md +++ b/clients/client-ssm/README.md @@ -60,7 +60,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SSMClient({ region: "REGION" }); const params = { diff --git a/clients/client-sso-admin/README.md b/clients/client-sso-admin/README.md index d0eac5260735a..f2c7835e33236 100644 --- a/clients/client-sso-admin/README.md +++ b/clients/client-sso-admin/README.md @@ -44,7 +44,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SSOAdminClient({ region: "REGION" }); const params = { diff --git a/clients/client-sso-oidc/README.md b/clients/client-sso-oidc/README.md index 7c1ee4abec5a3..af6d0c104a37e 100644 --- a/clients/client-sso-oidc/README.md +++ b/clients/client-sso-oidc/README.md @@ -63,7 +63,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SSOOIDCClient({ region: "REGION" }); const params = { diff --git a/clients/client-sso/README.md b/clients/client-sso/README.md index 2915118aefb1f..bd052de3303e4 100644 --- a/clients/client-sso/README.md +++ b/clients/client-sso/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SSOClient({ region: "REGION" }); const params = { diff --git a/clients/client-storage-gateway/README.md b/clients/client-storage-gateway/README.md index 2e64b06369005..f6bf7f73940ae 100644 --- a/clients/client-storage-gateway/README.md +++ b/clients/client-storage-gateway/README.md @@ -117,7 +117,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new StorageGatewayClient({ region: "REGION" }); const params = { diff --git a/clients/client-sts/README.md b/clients/client-sts/README.md index 177a3fc6e17c1..4a75c45780c5e 100644 --- a/clients/client-sts/README.md +++ b/clients/client-sts/README.md @@ -51,7 +51,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new STSClient({ region: "REGION" }); const params = { diff --git a/clients/client-support/README.md b/clients/client-support/README.md index 8524afe8e1bee..b87622f8ef858 100644 --- a/clients/client-support/README.md +++ b/clients/client-support/README.md @@ -123,7 +123,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SupportClient({ region: "REGION" }); const params = { diff --git a/clients/client-swf/README.md b/clients/client-swf/README.md index d892fb8430a99..ba1b31e4598e8 100644 --- a/clients/client-swf/README.md +++ b/clients/client-swf/README.md @@ -61,7 +61,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SWFClient({ region: "REGION" }); const params = { diff --git a/clients/client-synthetics/README.md b/clients/client-synthetics/README.md index 1742bc3314b91..e29b23f30d8b6 100644 --- a/clients/client-synthetics/README.md +++ b/clients/client-synthetics/README.md @@ -62,7 +62,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new SyntheticsClient({ region: "REGION" }); const params = { diff --git a/clients/client-textract/README.md b/clients/client-textract/README.md index 073b33dcf3271..d1995186e8120 100644 --- a/clients/client-textract/README.md +++ b/clients/client-textract/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TextractClient({ region: "REGION" }); const params = { diff --git a/clients/client-timestream-query/README.md b/clients/client-timestream-query/README.md index 5dab1d4be0d7d..543a5e97108a3 100644 --- a/clients/client-timestream-query/README.md +++ b/clients/client-timestream-query/README.md @@ -48,7 +48,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TimestreamQueryClient({ region: "REGION" }); const params = { diff --git a/clients/client-timestream-write/README.md b/clients/client-timestream-write/README.md index 6c8d262014d13..1a67e55ad6f28 100644 --- a/clients/client-timestream-write/README.md +++ b/clients/client-timestream-write/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TimestreamWriteClient({ region: "REGION" }); const params = { diff --git a/clients/client-transcribe-streaming/README.md b/clients/client-transcribe-streaming/README.md index 56645caac3647..8c0cea6a80ed3 100644 --- a/clients/client-transcribe-streaming/README.md +++ b/clients/client-transcribe-streaming/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TranscribeStreamingClient({ region: "REGION" }); const params = { diff --git a/clients/client-transcribe/README.md b/clients/client-transcribe/README.md index 6df2f9f770e47..5af212063a5de 100644 --- a/clients/client-transcribe/README.md +++ b/clients/client-transcribe/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TranscribeClient({ region: "REGION" }); const params = { diff --git a/clients/client-transfer/README.md b/clients/client-transfer/README.md index 937ba3e7f8c7c..664129bd92627 100644 --- a/clients/client-transfer/README.md +++ b/clients/client-transfer/README.md @@ -54,7 +54,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TransferClient({ region: "REGION" }); const params = { diff --git a/clients/client-translate/README.md b/clients/client-translate/README.md index 2b2eb4fae673e..62d7cb91c68cf 100644 --- a/clients/client-translate/README.md +++ b/clients/client-translate/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new TranslateClient({ region: "REGION" }); const params = { diff --git a/clients/client-waf-regional/README.md b/clients/client-waf-regional/README.md index 7d7ffaa5704b0..82cf3cb8361d2 100644 --- a/clients/client-waf-regional/README.md +++ b/clients/client-waf-regional/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WAFRegionalClient({ region: "REGION" }); const params = { diff --git a/clients/client-waf/README.md b/clients/client-waf/README.md index a56fa5214752f..36405926a91d6 100644 --- a/clients/client-waf/README.md +++ b/clients/client-waf/README.md @@ -56,7 +56,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WAFClient({ region: "REGION" }); const params = { diff --git a/clients/client-wafv2/README.md b/clients/client-wafv2/README.md index 3dbeea410b523..e373762ad5668 100644 --- a/clients/client-wafv2/README.md +++ b/clients/client-wafv2/README.md @@ -102,7 +102,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WAFV2Client({ region: "REGION" }); const params = { diff --git a/clients/client-wellarchitected/README.md b/clients/client-wellarchitected/README.md index e285ee0e4b5f2..247f40557506d 100644 --- a/clients/client-wellarchitected/README.md +++ b/clients/client-wellarchitected/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WellArchitectedClient({ region: "REGION" }); const params = { diff --git a/clients/client-workdocs/README.md b/clients/client-workdocs/README.md index e2f9bcacc96e1..780f340226c55 100644 --- a/clients/client-workdocs/README.md +++ b/clients/client-workdocs/README.md @@ -78,7 +78,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WorkDocsClient({ region: "REGION" }); const params = { diff --git a/clients/client-worklink/README.md b/clients/client-worklink/README.md index 23fee7023d6c9..2eef204e80bef 100644 --- a/clients/client-worklink/README.md +++ b/clients/client-worklink/README.md @@ -52,7 +52,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WorkLinkClient({ region: "REGION" }); const params = { diff --git a/clients/client-workmail/README.md b/clients/client-workmail/README.md index 24cddc14e8b12..edde5bb5579ea 100644 --- a/clients/client-workmail/README.md +++ b/clients/client-workmail/README.md @@ -81,7 +81,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WorkMailClient({ region: "REGION" }); const params = { diff --git a/clients/client-workmailmessageflow/README.md b/clients/client-workmailmessageflow/README.md index 31360afee7123..f13634b56be26 100644 --- a/clients/client-workmailmessageflow/README.md +++ b/clients/client-workmailmessageflow/README.md @@ -50,7 +50,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WorkMailMessageFlowClient({ region: "REGION" }); const params = { diff --git a/clients/client-workspaces/README.md b/clients/client-workspaces/README.md index 53dc77ca89b61..c4be7341f1f5a 100644 --- a/clients/client-workspaces/README.md +++ b/clients/client-workspaces/README.md @@ -49,7 +49,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new WorkSpacesClient({ region: "REGION" }); const params = { diff --git a/clients/client-xray/README.md b/clients/client-xray/README.md index 66987e435c7bc..1cbcdadf5bc76 100644 --- a/clients/client-xray/README.md +++ b/clients/client-xray/README.md @@ -47,7 +47,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new XRayClient({ region: "REGION" }); const params = { diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template index 14a129bd59328..5698d37d1c6d4 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/README.md.template @@ -44,7 +44,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new ${serviceId}Client({ region: "REGION" }); const params = { /** input parameters */ }; diff --git a/protocol_tests/aws-ec2/README.md b/protocol_tests/aws-ec2/README.md index 6d4ada68d085d..9edecd7abcbf9 100644 --- a/protocol_tests/aws-ec2/README.md +++ b/protocol_tests/aws-ec2/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new EC2ProtocolClient({ region: "REGION" }); const params = { diff --git a/protocol_tests/aws-json/README.md b/protocol_tests/aws-json/README.md index ddde0eb1f9d91..05cc3349047c5 100644 --- a/protocol_tests/aws-json/README.md +++ b/protocol_tests/aws-json/README.md @@ -44,7 +44,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new JsonProtocolClient({ region: "REGION" }); const params = { diff --git a/protocol_tests/aws-query/README.md b/protocol_tests/aws-query/README.md index 692fd826d762d..1d71e346a3735 100644 --- a/protocol_tests/aws-query/README.md +++ b/protocol_tests/aws-query/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new QueryProtocolClient({ region: "REGION" }); const params = { diff --git a/protocol_tests/aws-restjson/README.md b/protocol_tests/aws-restjson/README.md index bfcc7e46145b3..0c8302c39d56b 100644 --- a/protocol_tests/aws-restjson/README.md +++ b/protocol_tests/aws-restjson/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RestJsonProtocolClient({ region: "REGION" }); const params = { diff --git a/protocol_tests/aws-restxml/README.md b/protocol_tests/aws-restxml/README.md index 2fae2f6023484..39d9b71642340 100644 --- a/protocol_tests/aws-restxml/README.md +++ b/protocol_tests/aws-restxml/README.md @@ -46,7 +46,7 @@ To send a request, you: - If you are using a custom http handler, you may call `destroy()` to close open connections. ```js -// a client can be shared by difference commands. +// a client can be shared by different commands. const client = new RestXmlProtocolClient({ region: "REGION" }); const params = {