@aws-sdk/client-imagebuilder 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.
- package/dist-types/commands/CancelImageCreationCommand.d.ts +11 -0
- package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +11 -0
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateImageCommand.d.ts +11 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetComponentCommand.d.ts +11 -0
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetImageCommand.d.ts +11 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/GetImagePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +11 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +11 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePackagesCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +11 -0
- package/dist-types/commands/ListImageRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +11 -0
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutImagePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +11 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartResourceStateUpdateCommand.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/UpdateDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.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/UpdateDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -119,4 +119,15 @@ declare const ListComponentsCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: ListComponentsRequest;
|
|
126
|
+
output: ListComponentsResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: ListComponentsCommandInput;
|
|
130
|
+
output: ListComponentsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListContainerRecipesCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListContainerRecipesCommand extends ListContainerRecipesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListContainerRecipesRequest;
|
|
113
|
+
output: ListContainerRecipesResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListContainerRecipesCommandInput;
|
|
117
|
+
output: ListContainerRecipesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListDistributionConfigurationsCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListDistributionConfigurationsCommand extends ListDistributionConfigurationsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListDistributionConfigurationsRequest;
|
|
113
|
+
output: ListDistributionConfigurationsResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListDistributionConfigurationsCommandInput;
|
|
117
|
+
output: ListDistributionConfigurationsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -138,4 +138,15 @@ declare const ListImageBuildVersionsCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class ListImageBuildVersionsCommand extends ListImageBuildVersionsCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: ListImageBuildVersionsRequest;
|
|
145
|
+
output: ListImageBuildVersionsResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: ListImageBuildVersionsCommandInput;
|
|
149
|
+
output: ListImageBuildVersionsCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListImagePackagesCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListImagePackagesCommand extends ListImagePackagesCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListImagePackagesRequest;
|
|
101
|
+
output: ListImagePackagesResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListImagePackagesCommandInput;
|
|
105
|
+
output: ListImagePackagesCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -141,4 +141,15 @@ declare const ListImagePipelineImagesCommand_base: {
|
|
|
141
141
|
* @public
|
|
142
142
|
*/
|
|
143
143
|
export declare class ListImagePipelineImagesCommand extends ListImagePipelineImagesCommand_base {
|
|
144
|
+
/** @internal type navigation helper, not in runtime. */
|
|
145
|
+
protected static __types: {
|
|
146
|
+
api: {
|
|
147
|
+
input: ListImagePipelineImagesRequest;
|
|
148
|
+
output: ListImagePipelineImagesResponse;
|
|
149
|
+
};
|
|
150
|
+
sdk: {
|
|
151
|
+
input: ListImagePipelineImagesCommandInput;
|
|
152
|
+
output: ListImagePipelineImagesCommandOutput;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
144
155
|
}
|
|
@@ -146,4 +146,15 @@ declare const ListImagePipelinesCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class ListImagePipelinesCommand extends ListImagePipelinesCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: ListImagePipelinesRequest;
|
|
153
|
+
output: ListImagePipelinesResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: ListImagePipelinesCommandInput;
|
|
157
|
+
output: ListImagePipelinesCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListImageRecipesCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListImageRecipesCommand extends ListImageRecipesCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListImageRecipesRequest;
|
|
112
|
+
output: ListImageRecipesResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListImageRecipesCommandInput;
|
|
116
|
+
output: ListImageRecipesCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -156,4 +156,15 @@ declare const ListImageScanFindingAggregationsCommand_base: {
|
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class ListImageScanFindingAggregationsCommand extends ListImageScanFindingAggregationsCommand_base {
|
|
159
|
+
/** @internal type navigation helper, not in runtime. */
|
|
160
|
+
protected static __types: {
|
|
161
|
+
api: {
|
|
162
|
+
input: ListImageScanFindingAggregationsRequest;
|
|
163
|
+
output: ListImageScanFindingAggregationsResponse;
|
|
164
|
+
};
|
|
165
|
+
sdk: {
|
|
166
|
+
input: ListImageScanFindingAggregationsCommandInput;
|
|
167
|
+
output: ListImageScanFindingAggregationsCommandOutput;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
159
170
|
}
|
|
@@ -163,4 +163,15 @@ declare const ListImageScanFindingsCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class ListImageScanFindingsCommand extends ListImageScanFindingsCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: ListImageScanFindingsRequest;
|
|
170
|
+
output: ListImageScanFindingsResponse;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: ListImageScanFindingsCommandInput;
|
|
174
|
+
output: ListImageScanFindingsCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListImagesCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListImagesCommand extends ListImagesCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListImagesRequest;
|
|
116
|
+
output: ListImagesResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListImagesCommandInput;
|
|
120
|
+
output: ListImagesCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -110,4 +110,15 @@ declare const ListInfrastructureConfigurationsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class ListInfrastructureConfigurationsCommand extends ListInfrastructureConfigurationsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListInfrastructureConfigurationsRequest;
|
|
117
|
+
output: ListInfrastructureConfigurationsResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListInfrastructureConfigurationsCommandInput;
|
|
121
|
+
output: ListInfrastructureConfigurationsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -118,4 +118,15 @@ declare const ListLifecycleExecutionResourcesCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class ListLifecycleExecutionResourcesCommand extends ListLifecycleExecutionResourcesCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: ListLifecycleExecutionResourcesRequest;
|
|
125
|
+
output: ListLifecycleExecutionResourcesResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: ListLifecycleExecutionResourcesCommandInput;
|
|
129
|
+
output: ListLifecycleExecutionResourcesCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListLifecycleExecutionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListLifecycleExecutionsCommand extends ListLifecycleExecutionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListLifecycleExecutionsRequest;
|
|
105
|
+
output: ListLifecycleExecutionsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListLifecycleExecutionsCommandInput;
|
|
109
|
+
output: ListLifecycleExecutionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListLifecyclePoliciesCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListLifecyclePoliciesCommand extends ListLifecyclePoliciesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListLifecyclePoliciesRequest;
|
|
113
|
+
output: ListLifecyclePoliciesResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListLifecyclePoliciesCommandInput;
|
|
117
|
+
output: ListLifecyclePoliciesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListTagsForResourceRequest;
|
|
77
|
+
output: ListTagsForResourceResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListTagsForResourceCommandInput;
|
|
81
|
+
output: ListTagsForResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListWaitingWorkflowStepsCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListWaitingWorkflowStepsCommand extends ListWaitingWorkflowStepsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListWaitingWorkflowStepsRequest;
|
|
101
|
+
output: ListWaitingWorkflowStepsResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListWaitingWorkflowStepsCommandInput;
|
|
105
|
+
output: ListWaitingWorkflowStepsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListWorkflowBuildVersionsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListWorkflowBuildVersionsCommand extends ListWorkflowBuildVersionsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListWorkflowBuildVersionsRequest;
|
|
109
|
+
output: ListWorkflowBuildVersionsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListWorkflowBuildVersionsCommandInput;
|
|
113
|
+
output: ListWorkflowBuildVersionsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListWorkflowExecutionsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListWorkflowExecutionsCommand extends ListWorkflowExecutionsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListWorkflowExecutionsRequest;
|
|
110
|
+
output: ListWorkflowExecutionsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListWorkflowExecutionsCommandInput;
|
|
114
|
+
output: ListWorkflowExecutionsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListWorkflowStepExecutionsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListWorkflowStepExecutionsCommand extends ListWorkflowStepExecutionsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListWorkflowStepExecutionsRequest;
|
|
111
|
+
output: ListWorkflowStepExecutionsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListWorkflowStepExecutionsCommandInput;
|
|
115
|
+
output: ListWorkflowStepExecutionsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListWorkflowsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListWorkflowsRequest;
|
|
110
|
+
output: ListWorkflowsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListWorkflowsCommandInput;
|
|
114
|
+
output: ListWorkflowsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -88,4 +88,15 @@ declare const PutComponentPolicyCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class PutComponentPolicyCommand extends PutComponentPolicyCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PutComponentPolicyRequest;
|
|
95
|
+
output: PutComponentPolicyResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PutComponentPolicyCommandInput;
|
|
99
|
+
output: PutComponentPolicyCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -93,4 +93,15 @@ declare const PutContainerRecipePolicyCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class PutContainerRecipePolicyCommand extends PutContainerRecipePolicyCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: PutContainerRecipePolicyRequest;
|
|
100
|
+
output: PutContainerRecipePolicyResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: PutContainerRecipePolicyCommandInput;
|
|
104
|
+
output: PutContainerRecipePolicyCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -88,4 +88,15 @@ declare const PutImagePolicyCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class PutImagePolicyCommand extends PutImagePolicyCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PutImagePolicyRequest;
|
|
95
|
+
output: PutImagePolicyResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PutImagePolicyCommandInput;
|
|
99
|
+
output: PutImagePolicyCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const PutImageRecipePolicyCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class PutImageRecipePolicyCommand extends PutImageRecipePolicyCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PutImageRecipePolicyRequest;
|
|
95
|
+
output: PutImageRecipePolicyResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PutImageRecipePolicyCommandInput;
|
|
99
|
+
output: PutImageRecipePolicyCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -99,4 +99,15 @@ declare const SendWorkflowStepActionCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class SendWorkflowStepActionCommand extends SendWorkflowStepActionCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: SendWorkflowStepActionRequest;
|
|
106
|
+
output: SendWorkflowStepActionResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: SendWorkflowStepActionCommandInput;
|
|
110
|
+
output: SendWorkflowStepActionCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -92,4 +92,15 @@ declare const StartImagePipelineExecutionCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class StartImagePipelineExecutionCommand extends StartImagePipelineExecutionCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: StartImagePipelineExecutionRequest;
|
|
99
|
+
output: StartImagePipelineExecutionResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: StartImagePipelineExecutionCommandInput;
|
|
103
|
+
output: StartImagePipelineExecutionCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -120,4 +120,15 @@ declare const StartResourceStateUpdateCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class StartResourceStateUpdateCommand extends StartResourceStateUpdateCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: StartResourceStateUpdateRequest;
|
|
127
|
+
output: StartResourceStateUpdateResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: StartResourceStateUpdateCommandInput;
|
|
131
|
+
output: StartResourceStateUpdateCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -69,4 +69,15 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: TagResourceRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: TagResourceCommandInput;
|
|
80
|
+
output: TagResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UntagResourceRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UntagResourceCommandInput;
|
|
80
|
+
output: UntagResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -166,4 +166,15 @@ declare const UpdateDistributionConfigurationCommand_base: {
|
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class UpdateDistributionConfigurationCommand extends UpdateDistributionConfigurationCommand_base {
|
|
169
|
+
/** @internal type navigation helper, not in runtime. */
|
|
170
|
+
protected static __types: {
|
|
171
|
+
api: {
|
|
172
|
+
input: UpdateDistributionConfigurationRequest;
|
|
173
|
+
output: UpdateDistributionConfigurationResponse;
|
|
174
|
+
};
|
|
175
|
+
sdk: {
|
|
176
|
+
input: UpdateDistributionConfigurationCommandInput;
|
|
177
|
+
output: UpdateDistributionConfigurationCommandOutput;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
169
180
|
}
|
|
@@ -137,4 +137,15 @@ declare const UpdateImagePipelineCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class UpdateImagePipelineCommand extends UpdateImagePipelineCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: UpdateImagePipelineRequest;
|
|
144
|
+
output: UpdateImagePipelineResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: UpdateImagePipelineCommandInput;
|
|
148
|
+
output: UpdateImagePipelineCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -115,4 +115,15 @@ declare const UpdateInfrastructureConfigurationCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class UpdateInfrastructureConfigurationCommand extends UpdateInfrastructureConfigurationCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: UpdateInfrastructureConfigurationRequest;
|
|
122
|
+
output: UpdateInfrastructureConfigurationResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: UpdateInfrastructureConfigurationCommandInput;
|
|
126
|
+
output: UpdateInfrastructureConfigurationCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -143,4 +143,15 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: UpdateLifecyclePolicyRequest;
|
|
150
|
+
output: UpdateLifecyclePolicyResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: UpdateLifecyclePolicyCommandInput;
|
|
154
|
+
output: UpdateLifecyclePolicyCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -37,4 +37,15 @@ declare const CancelImageCreationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelImageCreationCommand extends CancelImageCreationCommand_base {
|
|
40
|
+
export declare class CancelImageCreationCommand extends CancelImageCreationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelImageCreationRequest;
|
|
44
|
+
output: CancelImageCreationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelImageCreationCommandInput;
|
|
48
|
+
output: CancelImageCreationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelLifecycleExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelLifecycleExecutionCommand extends CancelLifecycleExecutionCommand_base {
|
|
40
|
+
export declare class CancelLifecycleExecutionCommand extends CancelLifecycleExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelLifecycleExecutionRequest;
|
|
44
|
+
output: CancelLifecycleExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelLifecycleExecutionCommandInput;
|
|
48
|
+
output: CancelLifecycleExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateComponentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
39
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateComponentRequest;
|
|
43
|
+
output: CreateComponentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateComponentCommandInput;
|
|
47
|
+
output: CreateComponentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateContainerRecipeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateContainerRecipeCommand extends CreateContainerRecipeCommand_base {
|
|
40
|
+
export declare class CreateContainerRecipeCommand extends CreateContainerRecipeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateContainerRecipeRequest;
|
|
44
|
+
output: CreateContainerRecipeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateContainerRecipeCommandInput;
|
|
48
|
+
output: CreateContainerRecipeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|