@aws-sdk/client-resiliencehub 3.651.1 → 3.658.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.
- package/dist-types/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +11 -0
- package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +11 -0
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +11 -0
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +11 -0
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListAppVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +11 -0
- package/dist-types/commands/PublishAppVersionCommand.d.ts +11 -0
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +11 -0
- package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +11 -0
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +11 -0
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppAssessmentResourceDriftsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResourceGroupingRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectResourceGroupingRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -86,4 +86,15 @@ declare const AcceptResourceGroupingRecommendationsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class AcceptResourceGroupingRecommendationsCommand extends AcceptResourceGroupingRecommendationsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: AcceptResourceGroupingRecommendationsRequest;
|
|
93
|
+
output: AcceptResourceGroupingRecommendationsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: AcceptResourceGroupingRecommendationsCommandInput;
|
|
97
|
+
output: AcceptResourceGroupingRecommendationsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -125,4 +125,15 @@ declare const AddDraftAppVersionResourceMappingsCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class AddDraftAppVersionResourceMappingsCommand extends AddDraftAppVersionResourceMappingsCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: AddDraftAppVersionResourceMappingsRequest;
|
|
132
|
+
output: AddDraftAppVersionResourceMappingsResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: AddDraftAppVersionResourceMappingsCommandInput;
|
|
136
|
+
output: AddDraftAppVersionResourceMappingsCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -107,4 +107,15 @@ declare const BatchUpdateRecommendationStatusCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class BatchUpdateRecommendationStatusCommand extends BatchUpdateRecommendationStatusCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: BatchUpdateRecommendationStatusRequest;
|
|
114
|
+
output: BatchUpdateRecommendationStatusResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: BatchUpdateRecommendationStatusCommandInput;
|
|
118
|
+
output: BatchUpdateRecommendationStatusCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -149,4 +149,15 @@ declare const CreateAppCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class CreateAppCommand extends CreateAppCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: CreateAppRequest;
|
|
156
|
+
output: CreateAppResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: CreateAppCommandInput;
|
|
160
|
+
output: CreateAppCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -110,4 +110,15 @@ declare const CreateAppVersionAppComponentCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class CreateAppVersionAppComponentCommand extends CreateAppVersionAppComponentCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: CreateAppVersionAppComponentRequest;
|
|
117
|
+
output: CreateAppVersionAppComponentResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: CreateAppVersionAppComponentCommandInput;
|
|
121
|
+
output: CreateAppVersionAppComponentCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -162,4 +162,15 @@ declare const CreateAppVersionResourceCommand_base: {
|
|
|
162
162
|
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class CreateAppVersionResourceCommand extends CreateAppVersionResourceCommand_base {
|
|
165
|
+
/** @internal type navigation helper, not in runtime. */
|
|
166
|
+
protected static __types: {
|
|
167
|
+
api: {
|
|
168
|
+
input: CreateAppVersionResourceRequest;
|
|
169
|
+
output: CreateAppVersionResourceResponse;
|
|
170
|
+
};
|
|
171
|
+
sdk: {
|
|
172
|
+
input: CreateAppVersionResourceCommandInput;
|
|
173
|
+
output: CreateAppVersionResourceCommandOutput;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
165
176
|
}
|
|
@@ -122,4 +122,15 @@ declare const CreateRecommendationTemplateCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CreateRecommendationTemplateCommand extends CreateRecommendationTemplateCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateRecommendationTemplateRequest;
|
|
129
|
+
output: CreateRecommendationTemplateResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateRecommendationTemplateCommandInput;
|
|
133
|
+
output: CreateRecommendationTemplateCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -121,4 +121,15 @@ declare const CreateResiliencyPolicyCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class CreateResiliencyPolicyCommand extends CreateResiliencyPolicyCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: CreateResiliencyPolicyRequest;
|
|
128
|
+
output: CreateResiliencyPolicyResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: CreateResiliencyPolicyCommandInput;
|
|
132
|
+
output: CreateResiliencyPolicyCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteAppAssessmentCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteAppAssessmentCommand extends DeleteAppAssessmentCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteAppAssessmentRequest;
|
|
91
|
+
output: DeleteAppAssessmentResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteAppAssessmentCommandInput;
|
|
95
|
+
output: DeleteAppAssessmentCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteAppCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteAppCommand extends DeleteAppCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteAppRequest;
|
|
86
|
+
output: DeleteAppResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteAppCommandInput;
|
|
90
|
+
output: DeleteAppCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -104,4 +104,15 @@ declare const DeleteAppInputSourceCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class DeleteAppInputSourceCommand extends DeleteAppInputSourceCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: DeleteAppInputSourceRequest;
|
|
111
|
+
output: DeleteAppInputSourceResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: DeleteAppInputSourceCommandInput;
|
|
115
|
+
output: DeleteAppInputSourceCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -107,4 +107,15 @@ declare const DeleteAppVersionAppComponentCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DeleteAppVersionAppComponentCommand extends DeleteAppVersionAppComponentCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DeleteAppVersionAppComponentRequest;
|
|
114
|
+
output: DeleteAppVersionAppComponentResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DeleteAppVersionAppComponentCommandInput;
|
|
118
|
+
output: DeleteAppVersionAppComponentCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -147,4 +147,15 @@ declare const DeleteAppVersionResourceCommand_base: {
|
|
|
147
147
|
* @public
|
|
148
148
|
*/
|
|
149
149
|
export declare class DeleteAppVersionResourceCommand extends DeleteAppVersionResourceCommand_base {
|
|
150
|
+
/** @internal type navigation helper, not in runtime. */
|
|
151
|
+
protected static __types: {
|
|
152
|
+
api: {
|
|
153
|
+
input: DeleteAppVersionResourceRequest;
|
|
154
|
+
output: DeleteAppVersionResourceResponse;
|
|
155
|
+
};
|
|
156
|
+
sdk: {
|
|
157
|
+
input: DeleteAppVersionResourceCommandInput;
|
|
158
|
+
output: DeleteAppVersionResourceCommandOutput;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
150
161
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteRecommendationTemplateCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteRecommendationTemplateCommand extends DeleteRecommendationTemplateCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteRecommendationTemplateRequest;
|
|
85
|
+
output: DeleteRecommendationTemplateResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteRecommendationTemplateCommandInput;
|
|
89
|
+
output: DeleteRecommendationTemplateCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteResiliencyPolicyCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteResiliencyPolicyCommand extends DeleteResiliencyPolicyCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteResiliencyPolicyRequest;
|
|
89
|
+
output: DeleteResiliencyPolicyResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteResiliencyPolicyCommandInput;
|
|
93
|
+
output: DeleteResiliencyPolicyCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -164,4 +164,15 @@ declare const DescribeAppAssessmentCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class DescribeAppAssessmentCommand extends DescribeAppAssessmentCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: DescribeAppAssessmentRequest;
|
|
171
|
+
output: DescribeAppAssessmentResponse;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: DescribeAppAssessmentCommandInput;
|
|
175
|
+
output: DescribeAppAssessmentCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -108,4 +108,15 @@ declare const DescribeAppCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DescribeAppCommand extends DescribeAppCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DescribeAppRequest;
|
|
115
|
+
output: DescribeAppResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DescribeAppCommandInput;
|
|
119
|
+
output: DescribeAppCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeAppVersionAppComponentCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeAppVersionAppComponentCommand extends DescribeAppVersionAppComponentCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeAppVersionAppComponentRequest;
|
|
101
|
+
output: DescribeAppVersionAppComponentResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeAppVersionAppComponentCommandInput;
|
|
105
|
+
output: DescribeAppVersionAppComponentCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -82,4 +82,15 @@ declare const DescribeAppVersionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DescribeAppVersionCommand extends DescribeAppVersionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DescribeAppVersionRequest;
|
|
89
|
+
output: DescribeAppVersionResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DescribeAppVersionCommandInput;
|
|
93
|
+
output: DescribeAppVersionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -151,4 +151,15 @@ declare const DescribeAppVersionResourceCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class DescribeAppVersionResourceCommand extends DescribeAppVersionResourceCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: DescribeAppVersionResourceRequest;
|
|
158
|
+
output: DescribeAppVersionResourceResponse;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: DescribeAppVersionResourceCommandInput;
|
|
162
|
+
output: DescribeAppVersionResourceCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeAppVersionResourcesResolutionStatusCommand extends DescribeAppVersionResourcesResolutionStatusCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DescribeAppVersionResourcesResolutionStatusRequest;
|
|
90
|
+
output: DescribeAppVersionResourcesResolutionStatusResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeAppVersionResourcesResolutionStatusCommandInput;
|
|
94
|
+
output: DescribeAppVersionResourcesResolutionStatusCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -78,4 +78,15 @@ declare const DescribeAppVersionTemplateCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DescribeAppVersionTemplateCommand extends DescribeAppVersionTemplateCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeAppVersionTemplateRequest;
|
|
85
|
+
output: DescribeAppVersionTemplateResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeAppVersionTemplateCommandInput;
|
|
89
|
+
output: DescribeAppVersionTemplateCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends DescribeDraftAppVersionResourcesImportStatusCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeDraftAppVersionResourcesImportStatusRequest;
|
|
93
|
+
output: DescribeDraftAppVersionResourcesImportStatusResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
97
|
+
output: DescribeDraftAppVersionResourcesImportStatusCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeResiliencyPolicyCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeResiliencyPolicyCommand extends DescribeResiliencyPolicyCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeResiliencyPolicyRequest;
|
|
101
|
+
output: DescribeResiliencyPolicyResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeResiliencyPolicyCommandInput;
|
|
105
|
+
output: DescribeResiliencyPolicyCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -78,4 +78,15 @@ declare const DescribeResourceGroupingRecommendationTaskCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DescribeResourceGroupingRecommendationTaskCommand extends DescribeResourceGroupingRecommendationTaskCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeResourceGroupingRecommendationTaskRequest;
|
|
85
|
+
output: DescribeResourceGroupingRecommendationTaskResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeResourceGroupingRecommendationTaskCommandInput;
|
|
89
|
+
output: DescribeResourceGroupingRecommendationTaskCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -122,4 +122,15 @@ declare const ImportResourcesToDraftAppVersionCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class ImportResourcesToDraftAppVersionCommand extends ImportResourcesToDraftAppVersionCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: ImportResourcesToDraftAppVersionRequest;
|
|
129
|
+
output: ImportResourcesToDraftAppVersionResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: ImportResourcesToDraftAppVersionCommandInput;
|
|
133
|
+
output: ImportResourcesToDraftAppVersionCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListAlarmRecommendationsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListAlarmRecommendationsCommand extends ListAlarmRecommendationsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListAlarmRecommendationsRequest;
|
|
109
|
+
output: ListAlarmRecommendationsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListAlarmRecommendationsCommandInput;
|
|
113
|
+
output: ListAlarmRecommendationsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -114,4 +114,15 @@ declare const ListAppAssessmentComplianceDriftsCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class ListAppAssessmentComplianceDriftsCommand extends ListAppAssessmentComplianceDriftsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: ListAppAssessmentComplianceDriftsRequest;
|
|
121
|
+
output: ListAppAssessmentComplianceDriftsResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: ListAppAssessmentComplianceDriftsCommandInput;
|
|
125
|
+
output: ListAppAssessmentComplianceDriftsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListAppAssessmentResourceDriftsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListAppAssessmentResourceDriftsCommand extends ListAppAssessmentResourceDriftsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListAppAssessmentResourceDriftsRequest;
|
|
100
|
+
output: ListAppAssessmentResourceDriftsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListAppAssessmentResourceDriftsCommandInput;
|
|
104
|
+
output: ListAppAssessmentResourceDriftsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListAppAssessmentsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListAppAssessmentsCommand extends ListAppAssessmentsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListAppAssessmentsRequest;
|
|
114
|
+
output: ListAppAssessmentsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListAppAssessmentsCommandInput;
|
|
118
|
+
output: ListAppAssessmentsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -117,4 +117,15 @@ declare const ListAppComponentCompliancesCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class ListAppComponentCompliancesCommand extends ListAppComponentCompliancesCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: ListAppComponentCompliancesRequest;
|
|
124
|
+
output: ListAppComponentCompliancesResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: ListAppComponentCompliancesCommandInput;
|
|
128
|
+
output: ListAppComponentCompliancesCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -124,4 +124,15 @@ declare const ListAppComponentRecommendationsCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class ListAppComponentRecommendationsCommand extends ListAppComponentRecommendationsCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: ListAppComponentRecommendationsRequest;
|
|
131
|
+
output: ListAppComponentRecommendationsResponse;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: ListAppComponentRecommendationsCommandInput;
|
|
135
|
+
output: ListAppComponentRecommendationsCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListAppInputSourcesCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListAppInputSourcesCommand extends ListAppInputSourcesCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListAppInputSourcesRequest;
|
|
102
|
+
output: ListAppInputSourcesResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListAppInputSourcesCommandInput;
|
|
106
|
+
output: ListAppInputSourcesCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListAppVersionAppComponentsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListAppVersionAppComponentsCommand extends ListAppVersionAppComponentsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListAppVersionAppComponentsRequest;
|
|
105
|
+
output: ListAppVersionAppComponentsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListAppVersionAppComponentsCommandInput;
|
|
109
|
+
output: ListAppVersionAppComponentsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListAppVersionResourceMappingsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListAppVersionResourceMappingsCommand extends ListAppVersionResourceMappingsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListAppVersionResourceMappingsRequest;
|
|
104
|
+
output: ListAppVersionResourceMappingsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListAppVersionResourceMappingsCommandInput;
|
|
108
|
+
output: ListAppVersionResourceMappingsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -125,4 +125,15 @@ declare const ListAppVersionResourcesCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class ListAppVersionResourcesCommand extends ListAppVersionResourcesCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: ListAppVersionResourcesRequest;
|
|
132
|
+
output: ListAppVersionResourcesResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: ListAppVersionResourcesCommandInput;
|
|
136
|
+
output: ListAppVersionResourcesCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListAppVersionsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListAppVersionsCommand extends ListAppVersionsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListAppVersionsRequest;
|
|
91
|
+
output: ListAppVersionsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListAppVersionsCommandInput;
|
|
95
|
+
output: ListAppVersionsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListAppsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListAppsCommand extends ListAppsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListAppsRequest;
|
|
110
|
+
output: ListAppsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListAppsCommandInput;
|
|
114
|
+
output: ListAppsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListRecommendationTemplatesCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListRecommendationTemplatesCommand extends ListRecommendationTemplatesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListRecommendationTemplatesRequest;
|
|
114
|
+
output: ListRecommendationTemplatesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListRecommendationTemplatesCommandInput;
|
|
118
|
+
output: ListRecommendationTemplatesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|