Skip to content

Commit 2ed0a11

Browse files
authored
docs: add more inline structural type hints for blobs and streaming blobs (#5864)
* chore(codegen): update smithy version, blob documentation hints * chore(codegen): codegen sync * chore: update smithy versions in packages * chore: update lockfile
1 parent facc91d commit 2ed0a11

File tree

811 files changed

+10572
-10600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

811 files changed

+10572
-10600
lines changed

clients/client-accessanalyzer/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
6060
"tslib": "^2.5.0",
6161
"uuid": "^9.0.1"
6262
},

clients/client-account/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
6060
"tslib": "^2.5.0"
6161
},
6262
"devDependencies": {

clients/client-acm-pca/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
60-
"@smithy/util-waiter": "^2.1.3",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
60+
"@smithy/util-waiter": "^2.1.4",
6161
"tslib": "^2.5.0"
6262
},
6363
"devDependencies": {

clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
168168
* const client = new ACMPCAClient(config);
169169
* const input = { // ImportCertificateAuthorityCertificateRequest
170170
* CertificateAuthorityArn: "STRING_VALUE", // required
171-
* Certificate: "BLOB_VALUE", // required
172-
* CertificateChain: "BLOB_VALUE",
171+
* Certificate: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
172+
* CertificateChain: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
173173
* };
174174
* const command = new ImportCertificateAuthorityCertificateCommand(input);
175175
* const response = await client.send(command);

clients/client-acm-pca/src/commands/IssueCertificateCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
146146
* },
147147
* },
148148
* CertificateAuthorityArn: "STRING_VALUE", // required
149-
* Csr: "BLOB_VALUE", // required
149+
* Csr: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
150150
* SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA", // required
151151
* TemplateArn: "STRING_VALUE",
152152
* Validity: { // Validity

clients/client-acm/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
60-
"@smithy/util-waiter": "^2.1.3",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
60+
"@smithy/util-waiter": "^2.1.4",
6161
"tslib": "^2.5.0"
6262
},
6363
"devDependencies": {

clients/client-acm/src/commands/ExportCertificateCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
4848
* const client = new ACMClient(config);
4949
* const input = { // ExportCertificateRequest
5050
* CertificateArn: "STRING_VALUE", // required
51-
* Passphrase: "BLOB_VALUE", // required
51+
* Passphrase: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
5252
* };
5353
* const command = new ExportCertificateCommand(input);
5454
* const response = await client.send(command);

clients/client-acm/src/commands/ImportCertificateCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
108108
* const client = new ACMClient(config);
109109
* const input = { // ImportCertificateRequest
110110
* CertificateArn: "STRING_VALUE",
111-
* Certificate: "BLOB_VALUE", // required
112-
* PrivateKey: "BLOB_VALUE", // required
113-
* CertificateChain: "BLOB_VALUE",
111+
* Certificate: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
112+
* PrivateKey: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
113+
* CertificateChain: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
114114
* Tags: [ // TagList
115115
* { // Tag
116116
* Key: "STRING_VALUE", // required

clients/client-alexa-for-business/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
6060
"tslib": "^2.5.0",
6161
"uuid": "^9.0.1"
6262
},

clients/client-amp/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@
3232
"@aws-sdk/util-endpoints": "*",
3333
"@aws-sdk/util-user-agent-browser": "*",
3434
"@aws-sdk/util-user-agent-node": "*",
35-
"@smithy/config-resolver": "^2.1.4",
36-
"@smithy/core": "^1.3.5",
37-
"@smithy/fetch-http-handler": "^2.4.3",
38-
"@smithy/hash-node": "^2.1.3",
39-
"@smithy/invalid-dependency": "^2.1.3",
40-
"@smithy/middleware-content-length": "^2.1.3",
41-
"@smithy/middleware-endpoint": "^2.4.4",
42-
"@smithy/middleware-retry": "^2.1.4",
43-
"@smithy/middleware-serde": "^2.1.3",
44-
"@smithy/middleware-stack": "^2.1.3",
45-
"@smithy/node-config-provider": "^2.2.4",
46-
"@smithy/node-http-handler": "^2.4.1",
47-
"@smithy/protocol-http": "^3.2.1",
48-
"@smithy/smithy-client": "^2.4.2",
49-
"@smithy/types": "^2.10.1",
50-
"@smithy/url-parser": "^2.1.3",
51-
"@smithy/util-base64": "^2.1.1",
35+
"@smithy/config-resolver": "^2.1.5",
36+
"@smithy/core": "^1.3.8",
37+
"@smithy/fetch-http-handler": "^2.4.5",
38+
"@smithy/hash-node": "^2.1.4",
39+
"@smithy/invalid-dependency": "^2.1.4",
40+
"@smithy/middleware-content-length": "^2.1.4",
41+
"@smithy/middleware-endpoint": "^2.4.6",
42+
"@smithy/middleware-retry": "^2.1.7",
43+
"@smithy/middleware-serde": "^2.2.1",
44+
"@smithy/middleware-stack": "^2.1.4",
45+
"@smithy/node-config-provider": "^2.2.5",
46+
"@smithy/node-http-handler": "^2.4.3",
47+
"@smithy/protocol-http": "^3.2.2",
48+
"@smithy/smithy-client": "^2.4.5",
49+
"@smithy/types": "^2.11.0",
50+
"@smithy/url-parser": "^2.1.4",
51+
"@smithy/util-base64": "^2.2.1",
5252
"@smithy/util-body-length-browser": "^2.1.1",
53-
"@smithy/util-body-length-node": "^2.2.1",
54-
"@smithy/util-defaults-mode-browser": "^2.1.4",
55-
"@smithy/util-defaults-mode-node": "^2.2.3",
56-
"@smithy/util-endpoints": "^1.1.4",
57-
"@smithy/util-middleware": "^2.1.3",
58-
"@smithy/util-retry": "^2.1.3",
59-
"@smithy/util-utf8": "^2.1.1",
60-
"@smithy/util-waiter": "^2.1.3",
53+
"@smithy/util-body-length-node": "^2.2.2",
54+
"@smithy/util-defaults-mode-browser": "^2.1.7",
55+
"@smithy/util-defaults-mode-node": "^2.2.7",
56+
"@smithy/util-endpoints": "^1.1.5",
57+
"@smithy/util-middleware": "^2.1.4",
58+
"@smithy/util-retry": "^2.1.4",
59+
"@smithy/util-utf8": "^2.2.0",
60+
"@smithy/util-waiter": "^2.1.4",
6161
"tslib": "^2.5.0",
6262
"uuid": "^9.0.1"
6363
},

clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface CreateAlertManagerDefinitionCommandOutput
4545
* const client = new AmpClient(config);
4646
* const input = { // CreateAlertManagerDefinitionRequest
4747
* workspaceId: "STRING_VALUE", // required
48-
* data: "BLOB_VALUE", // required
48+
* data: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
4949
* clientToken: "STRING_VALUE",
5050
* };
5151
* const command = new CreateAlertManagerDefinitionCommand(input);

0 commit comments

Comments
 (0)