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

chore(clients): codegen sync for IDE type navigation #6490

Merged
merged 3 commits into from
Sep 17, 2024
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.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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 @@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.6",
"@smithy/core": "^2.4.1",
"@smithy/fetch-http-handler": "^3.2.5",
"@smithy/hash-node": "^3.0.4",
"@smithy/invalid-dependency": "^3.0.4",
"@smithy/middleware-content-length": "^3.0.6",
"@smithy/middleware-endpoint": "^3.1.1",
"@smithy/middleware-retry": "^3.0.16",
"@smithy/middleware-serde": "^3.0.4",
"@smithy/middleware-stack": "^3.0.4",
"@smithy/node-config-provider": "^3.1.5",
"@smithy/node-http-handler": "^3.2.0",
"@smithy/protocol-http": "^4.1.1",
"@smithy/smithy-client": "^3.3.0",
"@smithy/types": "^3.4.0",
"@smithy/url-parser": "^3.0.4",
"@smithy/config-resolver": "^3.0.8",
"@smithy/core": "^2.4.3",
"@smithy/fetch-http-handler": "^3.2.7",
"@smithy/hash-node": "^3.0.6",
"@smithy/invalid-dependency": "^3.0.6",
"@smithy/middleware-content-length": "^3.0.8",
"@smithy/middleware-endpoint": "^3.1.3",
"@smithy/middleware-retry": "^3.0.18",
"@smithy/middleware-serde": "^3.0.6",
"@smithy/middleware-stack": "^3.0.6",
"@smithy/node-config-provider": "^3.1.7",
"@smithy/node-http-handler": "^3.2.2",
"@smithy/protocol-http": "^4.1.3",
"@smithy/smithy-client": "^3.3.2",
"@smithy/types": "^3.4.2",
"@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.16",
"@smithy/util-defaults-mode-node": "^3.0.16",
"@smithy/util-endpoints": "^2.1.0",
"@smithy/util-middleware": "^3.0.4",
"@smithy/util-retry": "^3.0.4",
"@smithy/util-defaults-mode-browser": "^3.0.18",
"@smithy/util-defaults-mode-node": "^3.0.18",
"@smithy/util-endpoints": "^2.1.2",
"@smithy/util-middleware": "^3.0.6",
"@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,16 @@ export class ApplyArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyArchiveRuleCommand)
.de(de_ApplyArchiveRuleCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: ApplyArchiveRuleRequest;
output: {};
};
sdk: {
input: ApplyArchiveRuleCommandInput;
output: ApplyArchiveRuleCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,16 @@ export class CancelPolicyGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelPolicyGenerationCommand)
.de(de_CancelPolicyGenerationCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CancelPolicyGenerationRequest;
output: {};
};
sdk: {
input: CancelPolicyGenerationCommandInput;
output: CancelPolicyGenerationCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,16 @@ export class CheckAccessNotGrantedCommand extends $Command
.f(CheckAccessNotGrantedRequestFilterSensitiveLog, void 0)
.ser(se_CheckAccessNotGrantedCommand)
.de(de_CheckAccessNotGrantedCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CheckAccessNotGrantedRequest;
output: CheckAccessNotGrantedResponse;
};
sdk: {
input: CheckAccessNotGrantedCommandInput;
output: CheckAccessNotGrantedCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,16 @@ export class CheckNoNewAccessCommand extends $Command
.f(CheckNoNewAccessRequestFilterSensitiveLog, void 0)
.ser(se_CheckNoNewAccessCommand)
.de(de_CheckNoNewAccessCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CheckNoNewAccessRequest;
output: CheckNoNewAccessResponse;
};
sdk: {
input: CheckNoNewAccessCommandInput;
output: CheckNoNewAccessCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,16 @@ export class CheckNoPublicAccessCommand extends $Command
.f(CheckNoPublicAccessRequestFilterSensitiveLog, void 0)
.ser(se_CheckNoPublicAccessCommand)
.de(de_CheckNoPublicAccessCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CheckNoPublicAccessRequest;
output: CheckNoPublicAccessResponse;
};
sdk: {
input: CheckNoPublicAccessCommandInput;
output: CheckNoPublicAccessCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,16 @@ export class CreateAccessPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessPreviewCommand)
.de(de_CreateAccessPreviewCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CreateAccessPreviewRequest;
output: CreateAccessPreviewResponse;
};
sdk: {
input: CreateAccessPreviewCommandInput;
output: CreateAccessPreviewCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,16 @@ export class CreateAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAnalyzerCommand)
.de(de_CreateAnalyzerCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CreateAnalyzerRequest;
output: CreateAnalyzerResponse;
};
sdk: {
input: CreateAnalyzerCommandInput;
output: CreateAnalyzerCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,16 @@ export class CreateArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateArchiveRuleCommand)
.de(de_CreateArchiveRuleCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: CreateArchiveRuleRequest;
output: {};
};
sdk: {
input: CreateArchiveRuleCommandInput;
output: CreateArchiveRuleCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,16 @@ export class DeleteAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnalyzerCommand)
.de(de_DeleteAnalyzerCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: DeleteAnalyzerRequest;
output: {};
};
sdk: {
input: DeleteAnalyzerCommandInput;
output: DeleteAnalyzerCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,16 @@ export class DeleteArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveRuleCommand)
.de(de_DeleteArchiveRuleCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: DeleteArchiveRuleRequest;
output: {};
};
sdk: {
input: DeleteArchiveRuleCommandInput;
output: DeleteArchiveRuleCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,16 @@ export class GenerateFindingRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateFindingRecommendationCommand)
.de(de_GenerateFindingRecommendationCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GenerateFindingRecommendationRequest;
output: {};
};
sdk: {
input: GenerateFindingRecommendationCommandInput;
output: GenerateFindingRecommendationCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,16 @@ export class GetAccessPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccessPreviewCommand)
.de(de_GetAccessPreviewCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetAccessPreviewRequest;
output: GetAccessPreviewResponse;
};
sdk: {
input: GetAccessPreviewCommandInput;
output: GetAccessPreviewCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,16 @@ export class GetAnalyzedResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnalyzedResourceCommand)
.de(de_GetAnalyzedResourceCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetAnalyzedResourceRequest;
output: GetAnalyzedResourceResponse;
};
sdk: {
input: GetAnalyzedResourceCommandInput;
output: GetAnalyzedResourceCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,16 @@ export class GetAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnalyzerCommand)
.de(de_GetAnalyzerCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetAnalyzerRequest;
output: GetAnalyzerResponse;
};
sdk: {
input: GetAnalyzerCommandInput;
output: GetAnalyzerCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,16 @@ export class GetArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveRuleCommand)
.de(de_GetArchiveRuleCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetArchiveRuleRequest;
output: GetArchiveRuleResponse;
};
sdk: {
input: GetArchiveRuleCommandInput;
output: GetArchiveRuleCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,16 @@ export class GetFindingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingCommand)
.de(de_GetFindingCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetFindingRequest;
output: GetFindingResponse;
};
sdk: {
input: GetFindingCommandInput;
output: GetFindingCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,16 @@ export class GetFindingRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingRecommendationCommand)
.de(de_GetFindingRecommendationCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetFindingRecommendationRequest;
output: GetFindingRecommendationResponse;
};
sdk: {
input: GetFindingRecommendationCommandInput;
output: GetFindingRecommendationCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,16 @@ export class GetFindingV2Command extends $Command
.f(void 0, void 0)
.ser(se_GetFindingV2Command)
.de(de_GetFindingV2Command)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetFindingV2Request;
output: GetFindingV2Response;
};
sdk: {
input: GetFindingV2CommandInput;
output: GetFindingV2CommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,16 @@ export class GetGeneratedPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGeneratedPolicyCommand)
.de(de_GetGeneratedPolicyCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: GetGeneratedPolicyRequest;
output: GetGeneratedPolicyResponse;
};
sdk: {
input: GetGeneratedPolicyCommandInput;
output: GetGeneratedPolicyCommandOutput;
};
};
}
Loading
Loading