Skip to content

Commit

Permalink
chore(codegen): update smithy-typescript commit (#5486)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Steven Yuan authored Nov 14, 2023
1 parent 0a9a162 commit 6bd28f1
Show file tree
Hide file tree
Showing 14,979 changed files with 8,550 additions and 124,659 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
42 changes: 21 additions & 21 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.16",
"@smithy/fetch-http-handler": "^2.2.4",
"@smithy/hash-node": "^2.0.12",
"@smithy/invalid-dependency": "^2.0.12",
"@smithy/middleware-content-length": "^2.0.14",
"@smithy/middleware-endpoint": "^2.1.3",
"@smithy/middleware-retry": "^2.0.18",
"@smithy/middleware-serde": "^2.0.12",
"@smithy/middleware-stack": "^2.0.6",
"@smithy/node-config-provider": "^2.1.3",
"@smithy/node-http-handler": "^2.1.8",
"@smithy/protocol-http": "^3.0.8",
"@smithy/smithy-client": "^2.1.12",
"@smithy/types": "^2.4.0",
"@smithy/url-parser": "^2.0.12",
"@smithy/util-base64": "^2.0.0",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.16",
"@smithy/util-defaults-mode-node": "^2.0.21",
"@smithy/util-endpoints": "^1.0.2",
"@smithy/util-retry": "^2.0.5",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-utf8": "^2.0.2",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export class ApplyArchiveRuleCommand extends $Command<
ApplyArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -102,9 +99,7 @@ export class ApplyArchiveRuleCommand extends $Command<
* @public
*/
constructor(readonly input: ApplyArchiveRuleCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -157,7 +152,4 @@ export class ApplyArchiveRuleCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ApplyArchiveRuleCommandOutput> {
return de_ApplyArchiveRuleCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ export class CancelPolicyGenerationCommand extends $Command<
CancelPolicyGenerationCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -96,9 +93,7 @@ export class CancelPolicyGenerationCommand extends $Command<
* @public
*/
constructor(readonly input: CancelPolicyGenerationCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -151,7 +146,4 @@ export class CancelPolicyGenerationCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CancelPolicyGenerationCommandOutput> {
return de_CancelPolicyGenerationCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ export class CreateAccessPreviewCommand extends $Command<
CreateAccessPreviewCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -215,9 +212,7 @@ export class CreateAccessPreviewCommand extends $Command<
* @public
*/
constructor(readonly input: CreateAccessPreviewCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -270,7 +265,4 @@ export class CreateAccessPreviewCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessPreviewCommandOutput> {
return de_CreateAccessPreviewCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ export class CreateAnalyzerCommand extends $Command<
CreateAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -128,9 +125,7 @@ export class CreateAnalyzerCommand extends $Command<
* @public
*/
constructor(readonly input: CreateAnalyzerCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -183,7 +178,4 @@ export class CreateAnalyzerCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAnalyzerCommandOutput> {
return de_CreateAnalyzerCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ export class CreateArchiveRuleCommand extends $Command<
CreateArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -123,9 +120,7 @@ export class CreateArchiveRuleCommand extends $Command<
* @public
*/
constructor(readonly input: CreateArchiveRuleCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -178,7 +173,4 @@ export class CreateArchiveRuleCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateArchiveRuleCommandOutput> {
return de_CreateArchiveRuleCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export class DeleteAnalyzerCommand extends $Command<
DeleteAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -102,9 +99,7 @@ export class DeleteAnalyzerCommand extends $Command<
* @public
*/
constructor(readonly input: DeleteAnalyzerCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -157,7 +152,4 @@ export class DeleteAnalyzerCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteAnalyzerCommandOutput> {
return de_DeleteAnalyzerCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ export class DeleteArchiveRuleCommand extends $Command<
DeleteArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -101,9 +98,7 @@ export class DeleteArchiveRuleCommand extends $Command<
* @public
*/
constructor(readonly input: DeleteArchiveRuleCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -156,7 +151,4 @@ export class DeleteArchiveRuleCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteArchiveRuleCommandOutput> {
return de_DeleteArchiveRuleCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ export class GetAccessPreviewCommand extends $Command<
GetAccessPreviewCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -216,9 +213,7 @@ export class GetAccessPreviewCommand extends $Command<
* @public
*/
constructor(readonly input: GetAccessPreviewCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -271,7 +266,4 @@ export class GetAccessPreviewCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAccessPreviewCommandOutput> {
return de_GetAccessPreviewCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ export class GetAnalyzedResourceCommand extends $Command<
GetAnalyzedResourceCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -118,9 +115,7 @@ export class GetAnalyzedResourceCommand extends $Command<
* @public
*/
constructor(readonly input: GetAnalyzedResourceCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -173,7 +168,4 @@ export class GetAnalyzedResourceCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAnalyzedResourceCommandOutput> {
return de_GetAnalyzedResourceCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ export class GetAnalyzerCommand extends $Command<
GetAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -115,9 +112,7 @@ export class GetAnalyzerCommand extends $Command<
* @public
*/
constructor(readonly input: GetAnalyzerCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -168,7 +163,4 @@ export class GetAnalyzerCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAnalyzerCommandOutput> {
return de_GetAnalyzerCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ export class GetArchiveRuleCommand extends $Command<
GetArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -121,9 +118,7 @@ export class GetArchiveRuleCommand extends $Command<
* @public
*/
constructor(readonly input: GetArchiveRuleCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -176,7 +171,4 @@ export class GetArchiveRuleCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetArchiveRuleCommandOutput> {
return de_GetArchiveRuleCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ export class GetFindingCommand extends $Command<
GetFindingCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
// Start section: command_properties
// End section: command_properties

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Expand All @@ -131,9 +128,7 @@ export class GetFindingCommand extends $Command<
* @public
*/
constructor(readonly input: GetFindingCommandInput) {
// Start section: command_constructor
super();
// End section: command_constructor
}

/**
Expand Down Expand Up @@ -184,7 +179,4 @@ export class GetFindingCommand extends $Command<
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetFindingCommandOutput> {
return de_GetFindingCommand(output, context);
}

// Start section: command_body_extra
// End section: command_body_extra
}
Loading

0 comments on commit 6bd28f1

Please sign in to comment.