@aws-sdk/client-accessanalyzer 3.650.0 → 3.654.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +11 -0
  3. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +11 -0
  4. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +11 -0
  5. package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateAnalyzerCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +11 -0
  11. package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +11 -0
  12. package/dist-types/commands/GetAccessPreviewCommand.d.ts +11 -0
  13. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAnalyzerCommand.d.ts +11 -0
  15. package/dist-types/commands/GetArchiveRuleCommand.d.ts +11 -0
  16. package/dist-types/commands/GetFindingCommand.d.ts +11 -0
  17. package/dist-types/commands/GetFindingRecommendationCommand.d.ts +11 -0
  18. package/dist-types/commands/GetFindingV2Command.d.ts +11 -0
  19. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +11 -0
  20. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +11 -0
  21. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +11 -0
  23. package/dist-types/commands/ListAnalyzersCommand.d.ts +11 -0
  24. package/dist-types/commands/ListArchiveRulesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListFindingsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListFindingsV2Command.d.ts +11 -0
  27. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +11 -0
  30. package/dist-types/commands/StartResourceScanCommand.d.ts +11 -0
  31. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  32. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateFindingsCommand.d.ts +11 -0
  35. package/dist-types/commands/ValidatePolicyCommand.d.ts +11 -0
  36. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +12 -1
  71. package/package.json +35 -35
@@ -73,4 +73,15 @@ declare const ApplyArchiveRuleCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ApplyArchiveRuleRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: ApplyArchiveRuleCommandInput;
84
+ output: ApplyArchiveRuleCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -67,4 +67,15 @@ declare const CancelPolicyGenerationCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: CancelPolicyGenerationRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: CancelPolicyGenerationCommandInput;
78
+ output: CancelPolicyGenerationCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -176,4 +176,15 @@ declare const CheckAccessNotGrantedCommand_base: {
176
176
  *
177
177
  */
178
178
  export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {
179
+ /** @internal type navigation helper, not in runtime. */
180
+ protected static __types: {
181
+ api: {
182
+ input: CheckAccessNotGrantedRequest;
183
+ output: CheckAccessNotGrantedResponse;
184
+ };
185
+ sdk: {
186
+ input: CheckAccessNotGrantedCommandInput;
187
+ output: CheckAccessNotGrantedCommandOutput;
188
+ };
189
+ };
179
190
  }
@@ -90,4 +90,15 @@ declare const CheckNoNewAccessCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CheckNoNewAccessRequest;
97
+ output: CheckNoNewAccessResponse;
98
+ };
99
+ sdk: {
100
+ input: CheckNoNewAccessCommandInput;
101
+ output: CheckNoNewAccessCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -128,4 +128,15 @@ declare const CheckNoPublicAccessCommand_base: {
128
128
  *
129
129
  */
130
130
  export declare class CheckNoPublicAccessCommand extends CheckNoPublicAccessCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CheckNoPublicAccessRequest;
135
+ output: CheckNoPublicAccessResponse;
136
+ };
137
+ sdk: {
138
+ input: CheckNoPublicAccessCommandInput;
139
+ output: CheckNoPublicAccessCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -195,4 +195,15 @@ declare const CreateAccessPreviewCommand_base: {
195
195
  * @public
196
196
  */
197
197
  export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {
198
+ /** @internal type navigation helper, not in runtime. */
199
+ protected static __types: {
200
+ api: {
201
+ input: CreateAccessPreviewRequest;
202
+ output: CreateAccessPreviewResponse;
203
+ };
204
+ sdk: {
205
+ input: CreateAccessPreviewCommandInput;
206
+ output: CreateAccessPreviewCommandOutput;
207
+ };
208
+ };
198
209
  }
@@ -104,4 +104,15 @@ declare const CreateAnalyzerCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: CreateAnalyzerRequest;
111
+ output: CreateAnalyzerResponse;
112
+ };
113
+ sdk: {
114
+ input: CreateAnalyzerCommandInput;
115
+ output: CreateAnalyzerCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -94,4 +94,15 @@ declare const CreateArchiveRuleCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: CreateArchiveRuleRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: CreateArchiveRuleCommandInput;
105
+ output: CreateArchiveRuleCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -73,4 +73,15 @@ declare const DeleteAnalyzerCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteAnalyzerRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteAnalyzerCommandInput;
84
+ output: DeleteAnalyzerCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -72,4 +72,15 @@ declare const DeleteArchiveRuleCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteArchiveRuleRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteArchiveRuleCommandInput;
83
+ output: DeleteArchiveRuleCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -92,4 +92,15 @@ declare const GenerateFindingRecommendationCommand_base: {
92
92
  *
93
93
  */
94
94
  export declare class GenerateFindingRecommendationCommand extends GenerateFindingRecommendationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GenerateFindingRecommendationRequest;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: GenerateFindingRecommendationCommandInput;
103
+ output: GenerateFindingRecommendationCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -196,4 +196,15 @@ declare const GetAccessPreviewCommand_base: {
196
196
  * @public
197
197
  */
198
198
  export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {
199
+ /** @internal type navigation helper, not in runtime. */
200
+ protected static __types: {
201
+ api: {
202
+ input: GetAccessPreviewRequest;
203
+ output: GetAccessPreviewResponse;
204
+ };
205
+ sdk: {
206
+ input: GetAccessPreviewCommandInput;
207
+ output: GetAccessPreviewCommandOutput;
208
+ };
209
+ };
199
210
  }
@@ -89,4 +89,15 @@ declare const GetAnalyzedResourceCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetAnalyzedResourceRequest;
96
+ output: GetAnalyzedResourceResponse;
97
+ };
98
+ sdk: {
99
+ input: GetAnalyzedResourceCommandInput;
100
+ output: GetAnalyzedResourceCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -91,4 +91,15 @@ declare const GetAnalyzerCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetAnalyzerRequest;
98
+ output: GetAnalyzerResponse;
99
+ };
100
+ sdk: {
101
+ input: GetAnalyzerCommandInput;
102
+ output: GetAnalyzerCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -92,4 +92,15 @@ declare const GetArchiveRuleCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetArchiveRuleRequest;
99
+ output: GetArchiveRuleResponse;
100
+ };
101
+ sdk: {
102
+ input: GetArchiveRuleCommandInput;
103
+ output: GetArchiveRuleCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -105,4 +105,15 @@ declare const GetFindingCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class GetFindingCommand extends GetFindingCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: GetFindingRequest;
112
+ output: GetFindingResponse;
113
+ };
114
+ sdk: {
115
+ input: GetFindingCommandInput;
116
+ output: GetFindingCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -191,4 +191,15 @@ declare const GetFindingRecommendationCommand_base: {
191
191
  *
192
192
  */
193
193
  export declare class GetFindingRecommendationCommand extends GetFindingRecommendationCommand_base {
194
+ /** @internal type navigation helper, not in runtime. */
195
+ protected static __types: {
196
+ api: {
197
+ input: GetFindingRecommendationRequest;
198
+ output: GetFindingRecommendationResponse;
199
+ };
200
+ sdk: {
201
+ input: GetFindingRecommendationCommandInput;
202
+ output: GetFindingRecommendationCommandOutput;
203
+ };
204
+ };
194
205
  }
@@ -133,4 +133,15 @@ declare const GetFindingV2Command_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class GetFindingV2Command extends GetFindingV2Command_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: GetFindingV2Request;
140
+ output: GetFindingV2Response;
141
+ };
142
+ sdk: {
143
+ input: GetFindingV2CommandInput;
144
+ output: GetFindingV2CommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -105,4 +105,15 @@ declare const GetGeneratedPolicyCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: GetGeneratedPolicyRequest;
112
+ output: GetGeneratedPolicyResponse;
113
+ };
114
+ sdk: {
115
+ input: GetGeneratedPolicyCommandInput;
116
+ output: GetGeneratedPolicyCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -126,4 +126,15 @@ declare const ListAccessPreviewFindingsCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: ListAccessPreviewFindingsRequest;
133
+ output: ListAccessPreviewFindingsResponse;
134
+ };
135
+ sdk: {
136
+ input: ListAccessPreviewFindingsCommandInput;
137
+ output: ListAccessPreviewFindingsCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -85,4 +85,15 @@ declare const ListAccessPreviewsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListAccessPreviewsCommand extends ListAccessPreviewsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListAccessPreviewsRequest;
92
+ output: ListAccessPreviewsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListAccessPreviewsCommandInput;
96
+ output: ListAccessPreviewsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -84,4 +84,15 @@ declare const ListAnalyzedResourcesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListAnalyzedResourcesCommand extends ListAnalyzedResourcesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListAnalyzedResourcesRequest;
91
+ output: ListAnalyzedResourcesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListAnalyzedResourcesCommandInput;
95
+ output: ListAnalyzedResourcesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -93,4 +93,15 @@ declare const ListAnalyzersCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListAnalyzersCommand extends ListAnalyzersCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListAnalyzersRequest;
100
+ output: ListAnalyzersResponse;
101
+ };
102
+ sdk: {
103
+ input: ListAnalyzersCommandInput;
104
+ output: ListAnalyzersCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -92,4 +92,15 @@ declare const ListArchiveRulesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListArchiveRulesCommand extends ListArchiveRulesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListArchiveRulesRequest;
99
+ output: ListArchiveRulesResponse;
100
+ };
101
+ sdk: {
102
+ input: ListArchiveRulesCommandInput;
103
+ output: ListArchiveRulesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -128,4 +128,15 @@ declare const ListFindingsCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class ListFindingsCommand extends ListFindingsCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: ListFindingsRequest;
135
+ output: ListFindingsResponse;
136
+ };
137
+ sdk: {
138
+ input: ListFindingsCommandInput;
139
+ output: ListFindingsCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -110,4 +110,15 @@ declare const ListFindingsV2Command_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class ListFindingsV2Command extends ListFindingsV2Command_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: ListFindingsV2Request;
117
+ output: ListFindingsV2Response;
118
+ };
119
+ sdk: {
120
+ input: ListFindingsV2CommandInput;
121
+ output: ListFindingsV2CommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -80,4 +80,15 @@ declare const ListPolicyGenerationsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListPolicyGenerationsCommand extends ListPolicyGenerationsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListPolicyGenerationsRequest;
87
+ output: ListPolicyGenerationsResponse;
88
+ };
89
+ sdk: {
90
+ input: ListPolicyGenerationsCommandInput;
91
+ output: ListPolicyGenerationsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResponse;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -92,4 +92,15 @@ declare const StartPolicyGenerationCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class StartPolicyGenerationCommand extends StartPolicyGenerationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: StartPolicyGenerationRequest;
99
+ output: StartPolicyGenerationResponse;
100
+ };
101
+ sdk: {
102
+ input: StartPolicyGenerationCommandInput;
103
+ output: StartPolicyGenerationCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -72,4 +72,15 @@ declare const StartResourceScanCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class StartResourceScanCommand extends StartResourceScanCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: StartResourceScanRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: StartResourceScanCommandInput;
83
+ output: StartResourceScanCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: TagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: TagResourceCommandInput;
84
+ output: TagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -86,4 +86,15 @@ declare const UpdateArchiveRuleCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateArchiveRuleCommand extends UpdateArchiveRuleCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateArchiveRuleRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: UpdateArchiveRuleCommandInput;
97
+ output: UpdateArchiveRuleCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -76,4 +76,15 @@ declare const UpdateFindingsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateFindingsRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateFindingsCommandInput;
87
+ output: UpdateFindingsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -111,4 +111,15 @@ declare const ValidatePolicyCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ValidatePolicyRequest;
118
+ output: ValidatePolicyResponse;
119
+ };
120
+ sdk: {
121
+ input: ValidatePolicyCommandInput;
122
+ output: ValidatePolicyCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -31,4 +31,15 @@ declare const ApplyArchiveRuleCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {}
34
+ export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: ApplyArchiveRuleRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: ApplyArchiveRuleCommandInput;
42
+ output: ApplyArchiveRuleCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const CancelPolicyGenerationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {}
40
+ export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelPolicyGenerationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelPolicyGenerationCommandInput;
48
+ output: CancelPolicyGenerationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CheckAccessNotGrantedCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {}
40
+ export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CheckAccessNotGrantedRequest;
44
+ output: CheckAccessNotGrantedResponse;
45
+ };
46
+ sdk: {
47
+ input: CheckAccessNotGrantedCommandInput;
48
+ output: CheckAccessNotGrantedCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CheckNoNewAccessCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {}
39
+ export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CheckNoNewAccessRequest;
43
+ output: CheckNoNewAccessResponse;
44
+ };
45
+ sdk: {
46
+ input: CheckNoNewAccessCommandInput;
47
+ output: CheckNoNewAccessCommandOutput;
48
+ };
49
+ };
50
+ }