Skip to content

Commit a8df138

Browse files
author
Steven Yuan
authored
chore(codegen): bump smithy-typescript commit (#5234)
1 parent 04ed4ed commit a8df138

File tree

14,688 files changed

+78510
-7192
lines changed

Some content is hidden

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

14,688 files changed

+78510
-7192
lines changed

clients/client-accessanalyzer/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"@aws-sdk/util-endpoints": "*",
3434
"@aws-sdk/util-user-agent-browser": "*",
3535
"@aws-sdk/util-user-agent-node": "*",
36-
"@smithy/config-resolver": "^2.0.8",
37-
"@smithy/fetch-http-handler": "^2.1.3",
38-
"@smithy/hash-node": "^2.0.7",
39-
"@smithy/invalid-dependency": "^2.0.7",
40-
"@smithy/middleware-content-length": "^2.0.9",
41-
"@smithy/middleware-endpoint": "^2.0.7",
42-
"@smithy/middleware-retry": "^2.0.10",
43-
"@smithy/middleware-serde": "^2.0.7",
44-
"@smithy/middleware-stack": "^2.0.0",
45-
"@smithy/node-config-provider": "^2.0.10",
46-
"@smithy/node-http-handler": "^2.1.3",
47-
"@smithy/protocol-http": "^3.0.3",
48-
"@smithy/smithy-client": "^2.1.4",
49-
"@smithy/types": "^2.3.1",
50-
"@smithy/url-parser": "^2.0.7",
36+
"@smithy/config-resolver": "^2.0.10",
37+
"@smithy/fetch-http-handler": "^2.1.5",
38+
"@smithy/hash-node": "^2.0.9",
39+
"@smithy/invalid-dependency": "^2.0.9",
40+
"@smithy/middleware-content-length": "^2.0.11",
41+
"@smithy/middleware-endpoint": "^2.0.9",
42+
"@smithy/middleware-retry": "^2.0.12",
43+
"@smithy/middleware-serde": "^2.0.9",
44+
"@smithy/middleware-stack": "^2.0.2",
45+
"@smithy/node-config-provider": "^2.0.12",
46+
"@smithy/node-http-handler": "^2.1.5",
47+
"@smithy/protocol-http": "^3.0.5",
48+
"@smithy/smithy-client": "^2.1.6",
49+
"@smithy/types": "^2.3.3",
50+
"@smithy/url-parser": "^2.0.9",
5151
"@smithy/util-base64": "^2.0.0",
5252
"@smithy/util-body-length-browser": "^2.0.0",
5353
"@smithy/util-body-length-node": "^2.1.0",
54-
"@smithy/util-defaults-mode-browser": "^2.0.8",
55-
"@smithy/util-defaults-mode-node": "^2.0.10",
56-
"@smithy/util-retry": "^2.0.0",
54+
"@smithy/util-defaults-mode-browser": "^2.0.10",
55+
"@smithy/util-defaults-mode-node": "^2.0.12",
56+
"@smithy/util-retry": "^2.0.2",
5757
"@smithy/util-utf8": "^2.0.0",
5858
"tslib": "^2.5.0",
5959
"uuid": "^8.3.2"

clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -130,6 +131,10 @@ export class ApplyArchiveRuleCommand extends $Command<
130131
commandName,
131132
inputFilterSensitiveLog: (_: any) => _,
132133
outputFilterSensitiveLog: (_: any) => _,
134+
[SMITHY_CONTEXT_KEY]: {
135+
service: "AccessAnalyzer",
136+
operation: "ApplyArchiveRule",
137+
},
133138
};
134139
const { requestHandler } = configuration;
135140
return stack.resolve(

clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -124,6 +125,10 @@ export class CancelPolicyGenerationCommand extends $Command<
124125
commandName,
125126
inputFilterSensitiveLog: (_: any) => _,
126127
outputFilterSensitiveLog: (_: any) => _,
128+
[SMITHY_CONTEXT_KEY]: {
129+
service: "AccessAnalyzer",
130+
operation: "CancelPolicyGeneration",
131+
},
127132
};
128133
const { requestHandler } = configuration;
129134
return stack.resolve(

clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -243,6 +244,10 @@ export class CreateAccessPreviewCommand extends $Command<
243244
commandName,
244245
inputFilterSensitiveLog: (_: any) => _,
245246
outputFilterSensitiveLog: (_: any) => _,
247+
[SMITHY_CONTEXT_KEY]: {
248+
service: "AccessAnalyzer",
249+
operation: "CreateAccessPreview",
250+
},
246251
};
247252
const { requestHandler } = configuration;
248253
return stack.resolve(

clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -156,6 +157,10 @@ export class CreateAnalyzerCommand extends $Command<
156157
commandName,
157158
inputFilterSensitiveLog: (_: any) => _,
158159
outputFilterSensitiveLog: (_: any) => _,
160+
[SMITHY_CONTEXT_KEY]: {
161+
service: "AccessAnalyzer",
162+
operation: "CreateAnalyzer",
163+
},
159164
};
160165
const { requestHandler } = configuration;
161166
return stack.resolve(

clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -151,6 +152,10 @@ export class CreateArchiveRuleCommand extends $Command<
151152
commandName,
152153
inputFilterSensitiveLog: (_: any) => _,
153154
outputFilterSensitiveLog: (_: any) => _,
155+
[SMITHY_CONTEXT_KEY]: {
156+
service: "AccessAnalyzer",
157+
operation: "CreateArchiveRule",
158+
},
154159
};
155160
const { requestHandler } = configuration;
156161
return stack.resolve(

clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -130,6 +131,10 @@ export class DeleteAnalyzerCommand extends $Command<
130131
commandName,
131132
inputFilterSensitiveLog: (_: any) => _,
132133
outputFilterSensitiveLog: (_: any) => _,
134+
[SMITHY_CONTEXT_KEY]: {
135+
service: "AccessAnalyzer",
136+
operation: "DeleteAnalyzer",
137+
},
133138
};
134139
const { requestHandler } = configuration;
135140
return stack.resolve(

clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -129,6 +130,10 @@ export class DeleteArchiveRuleCommand extends $Command<
129130
commandName,
130131
inputFilterSensitiveLog: (_: any) => _,
131132
outputFilterSensitiveLog: (_: any) => _,
133+
[SMITHY_CONTEXT_KEY]: {
134+
service: "AccessAnalyzer",
135+
operation: "DeleteArchiveRule",
136+
},
132137
};
133138
const { requestHandler } = configuration;
134139
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -244,6 +245,10 @@ export class GetAccessPreviewCommand extends $Command<
244245
commandName,
245246
inputFilterSensitiveLog: (_: any) => _,
246247
outputFilterSensitiveLog: (_: any) => _,
248+
[SMITHY_CONTEXT_KEY]: {
249+
service: "AccessAnalyzer",
250+
operation: "GetAccessPreview",
251+
},
247252
};
248253
const { requestHandler } = configuration;
249254
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -146,6 +147,10 @@ export class GetAnalyzedResourceCommand extends $Command<
146147
commandName,
147148
inputFilterSensitiveLog: (_: any) => _,
148149
outputFilterSensitiveLog: (_: any) => _,
150+
[SMITHY_CONTEXT_KEY]: {
151+
service: "AccessAnalyzer",
152+
operation: "GetAnalyzedResource",
153+
},
149154
};
150155
const { requestHandler } = configuration;
151156
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -141,6 +142,10 @@ export class GetAnalyzerCommand extends $Command<
141142
commandName,
142143
inputFilterSensitiveLog: (_: any) => _,
143144
outputFilterSensitiveLog: (_: any) => _,
145+
[SMITHY_CONTEXT_KEY]: {
146+
service: "AccessAnalyzer",
147+
operation: "GetAnalyzer",
148+
},
144149
};
145150
const { requestHandler } = configuration;
146151
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -149,6 +150,10 @@ export class GetArchiveRuleCommand extends $Command<
149150
commandName,
150151
inputFilterSensitiveLog: (_: any) => _,
151152
outputFilterSensitiveLog: (_: any) => _,
153+
[SMITHY_CONTEXT_KEY]: {
154+
service: "AccessAnalyzer",
155+
operation: "GetArchiveRule",
156+
},
152157
};
153158
const { requestHandler } = configuration;
154159
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetFindingCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -157,6 +158,10 @@ export class GetFindingCommand extends $Command<
157158
commandName,
158159
inputFilterSensitiveLog: (_: any) => _,
159160
outputFilterSensitiveLog: (_: any) => _,
161+
[SMITHY_CONTEXT_KEY]: {
162+
service: "AccessAnalyzer",
163+
operation: "GetFinding",
164+
},
160165
};
161166
const { requestHandler } = configuration;
162167
return stack.resolve(

clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -162,6 +163,10 @@ export class GetGeneratedPolicyCommand extends $Command<
162163
commandName,
163164
inputFilterSensitiveLog: (_: any) => _,
164165
outputFilterSensitiveLog: (_: any) => _,
166+
[SMITHY_CONTEXT_KEY]: {
167+
service: "AccessAnalyzer",
168+
operation: "GetGeneratedPolicy",
169+
},
165170
};
166171
const { requestHandler } = configuration;
167172
return stack.resolve(

clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -183,6 +184,10 @@ export class ListAccessPreviewFindingsCommand extends $Command<
183184
commandName,
184185
inputFilterSensitiveLog: (_: any) => _,
185186
outputFilterSensitiveLog: (_: any) => _,
187+
[SMITHY_CONTEXT_KEY]: {
188+
service: "AccessAnalyzer",
189+
operation: "ListAccessPreviewFindings",
190+
},
186191
};
187192
const { requestHandler } = configuration;
188193
return stack.resolve(

clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -142,6 +143,10 @@ export class ListAccessPreviewsCommand extends $Command<
142143
commandName,
143144
inputFilterSensitiveLog: (_: any) => _,
144145
outputFilterSensitiveLog: (_: any) => _,
146+
[SMITHY_CONTEXT_KEY]: {
147+
service: "AccessAnalyzer",
148+
operation: "ListAccessPreviews",
149+
},
145150
};
146151
const { requestHandler } = configuration;
147152
return stack.resolve(

clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -140,6 +141,10 @@ export class ListAnalyzedResourcesCommand extends $Command<
140141
commandName,
141142
inputFilterSensitiveLog: (_: any) => _,
142143
outputFilterSensitiveLog: (_: any) => _,
144+
[SMITHY_CONTEXT_KEY]: {
145+
service: "AccessAnalyzer",
146+
operation: "ListAnalyzedResources",
147+
},
143148
};
144149
const { requestHandler } = configuration;
145150
return stack.resolve(

clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -143,6 +144,10 @@ export class ListAnalyzersCommand extends $Command<
143144
commandName,
144145
inputFilterSensitiveLog: (_: any) => _,
145146
outputFilterSensitiveLog: (_: any) => _,
147+
[SMITHY_CONTEXT_KEY]: {
148+
service: "AccessAnalyzer",
149+
operation: "ListAnalyzers",
150+
},
146151
};
147152
const { requestHandler } = configuration;
148153
return stack.resolve(

clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
MetadataBearer as __MetadataBearer,
1212
MiddlewareStack,
1313
SerdeContext as __SerdeContext,
14+
SMITHY_CONTEXT_KEY,
1415
} from "@smithy/types";
1516

1617
import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
@@ -149,6 +150,10 @@ export class ListArchiveRulesCommand extends $Command<
149150
commandName,
150151
inputFilterSensitiveLog: (_: any) => _,
151152
outputFilterSensitiveLog: (_: any) => _,
153+
[SMITHY_CONTEXT_KEY]: {
154+
service: "AccessAnalyzer",
155+
operation: "ListArchiveRules",
156+
},
152157
};
153158
const { requestHandler } = configuration;
154159
return stack.resolve(

0 commit comments

Comments
 (0)