Skip to content

Commit 6bd28f1

Browse files
author
Steven Yuan
authored
chore(codegen): update smithy-typescript commit (#5486)
* chore(codegen): update smithy-typescript commit * chore(codegen): generate `experimentalIdentityAndAuth` client private package * chore(codegen): generate client-codecatalyst * chore(codegen): generate clients * chore(codegen): generate private packages * chore(codegen): generate lib packages * chore(codegen): update package dependencies * chore(codegen): update yarn.lock
1 parent 0a9a162 commit 6bd28f1

File tree

14,979 files changed

+8550
-124659
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,979 files changed

+8550
-124659
lines changed

clients/client-accessanalyzer/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@
3434
"@aws-sdk/util-endpoints": "*",
3535
"@aws-sdk/util-user-agent-browser": "*",
3636
"@aws-sdk/util-user-agent-node": "*",
37-
"@smithy/config-resolver": "^2.0.16",
38-
"@smithy/fetch-http-handler": "^2.2.4",
39-
"@smithy/hash-node": "^2.0.12",
40-
"@smithy/invalid-dependency": "^2.0.12",
41-
"@smithy/middleware-content-length": "^2.0.14",
42-
"@smithy/middleware-endpoint": "^2.1.3",
43-
"@smithy/middleware-retry": "^2.0.18",
44-
"@smithy/middleware-serde": "^2.0.12",
45-
"@smithy/middleware-stack": "^2.0.6",
46-
"@smithy/node-config-provider": "^2.1.3",
47-
"@smithy/node-http-handler": "^2.1.8",
48-
"@smithy/protocol-http": "^3.0.8",
49-
"@smithy/smithy-client": "^2.1.12",
50-
"@smithy/types": "^2.4.0",
51-
"@smithy/url-parser": "^2.0.12",
52-
"@smithy/util-base64": "^2.0.0",
37+
"@smithy/config-resolver": "^2.0.18",
38+
"@smithy/fetch-http-handler": "^2.2.6",
39+
"@smithy/hash-node": "^2.0.15",
40+
"@smithy/invalid-dependency": "^2.0.13",
41+
"@smithy/middleware-content-length": "^2.0.15",
42+
"@smithy/middleware-endpoint": "^2.2.0",
43+
"@smithy/middleware-retry": "^2.0.20",
44+
"@smithy/middleware-serde": "^2.0.13",
45+
"@smithy/middleware-stack": "^2.0.7",
46+
"@smithy/node-config-provider": "^2.1.5",
47+
"@smithy/node-http-handler": "^2.1.9",
48+
"@smithy/protocol-http": "^3.0.9",
49+
"@smithy/smithy-client": "^2.1.15",
50+
"@smithy/types": "^2.5.0",
51+
"@smithy/url-parser": "^2.0.13",
52+
"@smithy/util-base64": "^2.0.1",
5353
"@smithy/util-body-length-browser": "^2.0.0",
5454
"@smithy/util-body-length-node": "^2.1.0",
55-
"@smithy/util-defaults-mode-browser": "^2.0.16",
56-
"@smithy/util-defaults-mode-node": "^2.0.21",
57-
"@smithy/util-endpoints": "^1.0.2",
58-
"@smithy/util-retry": "^2.0.5",
59-
"@smithy/util-utf8": "^2.0.0",
55+
"@smithy/util-defaults-mode-browser": "^2.0.19",
56+
"@smithy/util-defaults-mode-node": "^2.0.25",
57+
"@smithy/util-endpoints": "^1.0.4",
58+
"@smithy/util-retry": "^2.0.6",
59+
"@smithy/util-utf8": "^2.0.2",
6060
"tslib": "^2.5.0",
6161
"uuid": "^8.3.2"
6262
},

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export class ApplyArchiveRuleCommand extends $Command<
8686
ApplyArchiveRuleCommandOutput,
8787
AccessAnalyzerClientResolvedConfig
8888
> {
89-
// Start section: command_properties
90-
// End section: command_properties
91-
9289
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
9390
return {
9491
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -102,9 +99,7 @@ export class ApplyArchiveRuleCommand extends $Command<
10299
* @public
103100
*/
104101
constructor(readonly input: ApplyArchiveRuleCommandInput) {
105-
// Start section: command_constructor
106102
super();
107-
// End section: command_constructor
108103
}
109104

110105
/**
@@ -157,7 +152,4 @@ export class ApplyArchiveRuleCommand extends $Command<
157152
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ApplyArchiveRuleCommandOutput> {
158153
return de_ApplyArchiveRuleCommand(output, context);
159154
}
160-
161-
// Start section: command_body_extra
162-
// End section: command_body_extra
163155
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ export class CancelPolicyGenerationCommand extends $Command<
8080
CancelPolicyGenerationCommandOutput,
8181
AccessAnalyzerClientResolvedConfig
8282
> {
83-
// Start section: command_properties
84-
// End section: command_properties
85-
8683
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
8784
return {
8885
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -96,9 +93,7 @@ export class CancelPolicyGenerationCommand extends $Command<
9693
* @public
9794
*/
9895
constructor(readonly input: CancelPolicyGenerationCommandInput) {
99-
// Start section: command_constructor
10096
super();
101-
// End section: command_constructor
10297
}
10398

10499
/**
@@ -151,7 +146,4 @@ export class CancelPolicyGenerationCommand extends $Command<
151146
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CancelPolicyGenerationCommandOutput> {
152147
return de_CancelPolicyGenerationCommand(output, context);
153148
}
154-
155-
// Start section: command_body_extra
156-
// End section: command_body_extra
157149
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ export class CreateAccessPreviewCommand extends $Command<
199199
CreateAccessPreviewCommandOutput,
200200
AccessAnalyzerClientResolvedConfig
201201
> {
202-
// Start section: command_properties
203-
// End section: command_properties
204-
205202
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
206203
return {
207204
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -215,9 +212,7 @@ export class CreateAccessPreviewCommand extends $Command<
215212
* @public
216213
*/
217214
constructor(readonly input: CreateAccessPreviewCommandInput) {
218-
// Start section: command_constructor
219215
super();
220-
// End section: command_constructor
221216
}
222217

223218
/**
@@ -270,7 +265,4 @@ export class CreateAccessPreviewCommand extends $Command<
270265
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessPreviewCommandOutput> {
271266
return de_CreateAccessPreviewCommand(output, context);
272267
}
273-
274-
// Start section: command_body_extra
275-
// End section: command_body_extra
276268
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ export class CreateAnalyzerCommand extends $Command<
112112
CreateAnalyzerCommandOutput,
113113
AccessAnalyzerClientResolvedConfig
114114
> {
115-
// Start section: command_properties
116-
// End section: command_properties
117-
118115
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
119116
return {
120117
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -128,9 +125,7 @@ export class CreateAnalyzerCommand extends $Command<
128125
* @public
129126
*/
130127
constructor(readonly input: CreateAnalyzerCommandInput) {
131-
// Start section: command_constructor
132128
super();
133-
// End section: command_constructor
134129
}
135130

136131
/**
@@ -183,7 +178,4 @@ export class CreateAnalyzerCommand extends $Command<
183178
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAnalyzerCommandOutput> {
184179
return de_CreateAnalyzerCommand(output, context);
185180
}
186-
187-
// Start section: command_body_extra
188-
// End section: command_body_extra
189181
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ export class CreateArchiveRuleCommand extends $Command<
107107
CreateArchiveRuleCommandOutput,
108108
AccessAnalyzerClientResolvedConfig
109109
> {
110-
// Start section: command_properties
111-
// End section: command_properties
112-
113110
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
114111
return {
115112
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -123,9 +120,7 @@ export class CreateArchiveRuleCommand extends $Command<
123120
* @public
124121
*/
125122
constructor(readonly input: CreateArchiveRuleCommandInput) {
126-
// Start section: command_constructor
127123
super();
128-
// End section: command_constructor
129124
}
130125

131126
/**
@@ -178,7 +173,4 @@ export class CreateArchiveRuleCommand extends $Command<
178173
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateArchiveRuleCommandOutput> {
179174
return de_CreateArchiveRuleCommand(output, context);
180175
}
181-
182-
// Start section: command_body_extra
183-
// End section: command_body_extra
184176
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export class DeleteAnalyzerCommand extends $Command<
8686
DeleteAnalyzerCommandOutput,
8787
AccessAnalyzerClientResolvedConfig
8888
> {
89-
// Start section: command_properties
90-
// End section: command_properties
91-
9289
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
9390
return {
9491
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -102,9 +99,7 @@ export class DeleteAnalyzerCommand extends $Command<
10299
* @public
103100
*/
104101
constructor(readonly input: DeleteAnalyzerCommandInput) {
105-
// Start section: command_constructor
106102
super();
107-
// End section: command_constructor
108103
}
109104

110105
/**
@@ -157,7 +152,4 @@ export class DeleteAnalyzerCommand extends $Command<
157152
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteAnalyzerCommandOutput> {
158153
return de_DeleteAnalyzerCommand(output, context);
159154
}
160-
161-
// Start section: command_body_extra
162-
// End section: command_body_extra
163155
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ export class DeleteArchiveRuleCommand extends $Command<
8585
DeleteArchiveRuleCommandOutput,
8686
AccessAnalyzerClientResolvedConfig
8787
> {
88-
// Start section: command_properties
89-
// End section: command_properties
90-
9188
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
9289
return {
9390
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -101,9 +98,7 @@ export class DeleteArchiveRuleCommand extends $Command<
10198
* @public
10299
*/
103100
constructor(readonly input: DeleteArchiveRuleCommandInput) {
104-
// Start section: command_constructor
105101
super();
106-
// End section: command_constructor
107102
}
108103

109104
/**
@@ -156,7 +151,4 @@ export class DeleteArchiveRuleCommand extends $Command<
156151
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteArchiveRuleCommandOutput> {
157152
return de_DeleteArchiveRuleCommand(output, context);
158153
}
159-
160-
// Start section: command_body_extra
161-
// End section: command_body_extra
162154
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ export class GetAccessPreviewCommand extends $Command<
200200
GetAccessPreviewCommandOutput,
201201
AccessAnalyzerClientResolvedConfig
202202
> {
203-
// Start section: command_properties
204-
// End section: command_properties
205-
206203
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
207204
return {
208205
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -216,9 +213,7 @@ export class GetAccessPreviewCommand extends $Command<
216213
* @public
217214
*/
218215
constructor(readonly input: GetAccessPreviewCommandInput) {
219-
// Start section: command_constructor
220216
super();
221-
// End section: command_constructor
222217
}
223218

224219
/**
@@ -271,7 +266,4 @@ export class GetAccessPreviewCommand extends $Command<
271266
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAccessPreviewCommandOutput> {
272267
return de_GetAccessPreviewCommand(output, context);
273268
}
274-
275-
// Start section: command_body_extra
276-
// End section: command_body_extra
277269
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ export class GetAnalyzedResourceCommand extends $Command<
102102
GetAnalyzedResourceCommandOutput,
103103
AccessAnalyzerClientResolvedConfig
104104
> {
105-
// Start section: command_properties
106-
// End section: command_properties
107-
108105
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
109106
return {
110107
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -118,9 +115,7 @@ export class GetAnalyzedResourceCommand extends $Command<
118115
* @public
119116
*/
120117
constructor(readonly input: GetAnalyzedResourceCommandInput) {
121-
// Start section: command_constructor
122118
super();
123-
// End section: command_constructor
124119
}
125120

126121
/**
@@ -173,7 +168,4 @@ export class GetAnalyzedResourceCommand extends $Command<
173168
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAnalyzedResourceCommandOutput> {
174169
return de_GetAnalyzedResourceCommand(output, context);
175170
}
176-
177-
// Start section: command_body_extra
178-
// End section: command_body_extra
179171
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ export class GetAnalyzerCommand extends $Command<
9999
GetAnalyzerCommandOutput,
100100
AccessAnalyzerClientResolvedConfig
101101
> {
102-
// Start section: command_properties
103-
// End section: command_properties
104-
105102
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
106103
return {
107104
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -115,9 +112,7 @@ export class GetAnalyzerCommand extends $Command<
115112
* @public
116113
*/
117114
constructor(readonly input: GetAnalyzerCommandInput) {
118-
// Start section: command_constructor
119115
super();
120-
// End section: command_constructor
121116
}
122117

123118
/**
@@ -168,7 +163,4 @@ export class GetAnalyzerCommand extends $Command<
168163
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAnalyzerCommandOutput> {
169164
return de_GetAnalyzerCommand(output, context);
170165
}
171-
172-
// Start section: command_body_extra
173-
// End section: command_body_extra
174166
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ export class GetArchiveRuleCommand extends $Command<
105105
GetArchiveRuleCommandOutput,
106106
AccessAnalyzerClientResolvedConfig
107107
> {
108-
// Start section: command_properties
109-
// End section: command_properties
110-
111108
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
112109
return {
113110
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -121,9 +118,7 @@ export class GetArchiveRuleCommand extends $Command<
121118
* @public
122119
*/
123120
constructor(readonly input: GetArchiveRuleCommandInput) {
124-
// Start section: command_constructor
125121
super();
126-
// End section: command_constructor
127122
}
128123

129124
/**
@@ -176,7 +171,4 @@ export class GetArchiveRuleCommand extends $Command<
176171
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetArchiveRuleCommandOutput> {
177172
return de_GetArchiveRuleCommand(output, context);
178173
}
179-
180-
// Start section: command_body_extra
181-
// End section: command_body_extra
182174
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ export class GetFindingCommand extends $Command<
115115
GetFindingCommandOutput,
116116
AccessAnalyzerClientResolvedConfig
117117
> {
118-
// Start section: command_properties
119-
// End section: command_properties
120-
121118
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
122119
return {
123120
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -131,9 +128,7 @@ export class GetFindingCommand extends $Command<
131128
* @public
132129
*/
133130
constructor(readonly input: GetFindingCommandInput) {
134-
// Start section: command_constructor
135131
super();
136-
// End section: command_constructor
137132
}
138133

139134
/**
@@ -184,7 +179,4 @@ export class GetFindingCommand extends $Command<
184179
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetFindingCommandOutput> {
185180
return de_GetFindingCommand(output, context);
186181
}
187-
188-
// Start section: command_body_extra
189-
// End section: command_body_extra
190182
}

0 commit comments

Comments
 (0)