Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in client template #5476

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfigdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appfabric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-applicationcostprofiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-arc-zonal-shift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling-plans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backupstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-billingconductor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-braket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-budgets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-media-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-meetings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-voice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ try {
const data = await client.send(command);
// process data.
} catch (error) {
const { requestId, cfId, extendedRequestId } = error.$$metadata;
const { requestId, cfId, extendedRequestId } = error.$metadata;
console.log({ requestId, cfId, extendedRequestId });
/**
* The keys within exceptions are also parsed.
Expand Down