aws-sdk-imagebuilder 1.55.0 → 1.57.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +511 -14
- data/lib/aws-sdk-imagebuilder/client_api.rb +331 -0
- data/lib/aws-sdk-imagebuilder/endpoints.rb +98 -0
- data/lib/aws-sdk-imagebuilder/plugins/endpoints.rb +15 -0
- data/lib/aws-sdk-imagebuilder/types.rb +816 -37
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +1564 -0
- data/sig/errors.rbs +67 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +2056 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
@@ -152,6 +152,20 @@ module Aws::Imagebuilder
|
|
152
152
|
end
|
153
153
|
end
|
154
154
|
|
155
|
+
class CreateWorkflow
|
156
|
+
def self.build(context)
|
157
|
+
unless context.config.regional_endpoint
|
158
|
+
endpoint = context.config.endpoint.to_s
|
159
|
+
end
|
160
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
161
|
+
region: context.config.region,
|
162
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
163
|
+
use_fips: context.config.use_fips_endpoint,
|
164
|
+
endpoint: endpoint,
|
165
|
+
)
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
155
169
|
class DeleteComponent
|
156
170
|
def self.build(context)
|
157
171
|
unless context.config.regional_endpoint
|
@@ -264,6 +278,20 @@ module Aws::Imagebuilder
|
|
264
278
|
end
|
265
279
|
end
|
266
280
|
|
281
|
+
class DeleteWorkflow
|
282
|
+
def self.build(context)
|
283
|
+
unless context.config.regional_endpoint
|
284
|
+
endpoint = context.config.endpoint.to_s
|
285
|
+
end
|
286
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
287
|
+
region: context.config.region,
|
288
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
289
|
+
use_fips: context.config.use_fips_endpoint,
|
290
|
+
endpoint: endpoint,
|
291
|
+
)
|
292
|
+
end
|
293
|
+
end
|
294
|
+
|
267
295
|
class GetComponent
|
268
296
|
def self.build(context)
|
269
297
|
unless context.config.regional_endpoint
|
@@ -446,6 +474,20 @@ module Aws::Imagebuilder
|
|
446
474
|
end
|
447
475
|
end
|
448
476
|
|
477
|
+
class GetWorkflow
|
478
|
+
def self.build(context)
|
479
|
+
unless context.config.regional_endpoint
|
480
|
+
endpoint = context.config.endpoint.to_s
|
481
|
+
end
|
482
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
483
|
+
region: context.config.region,
|
484
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
485
|
+
use_fips: context.config.use_fips_endpoint,
|
486
|
+
endpoint: endpoint,
|
487
|
+
)
|
488
|
+
end
|
489
|
+
end
|
490
|
+
|
449
491
|
class GetWorkflowExecution
|
450
492
|
def self.build(context)
|
451
493
|
unless context.config.regional_endpoint
|
@@ -740,6 +782,34 @@ module Aws::Imagebuilder
|
|
740
782
|
end
|
741
783
|
end
|
742
784
|
|
785
|
+
class ListWaitingWorkflowSteps
|
786
|
+
def self.build(context)
|
787
|
+
unless context.config.regional_endpoint
|
788
|
+
endpoint = context.config.endpoint.to_s
|
789
|
+
end
|
790
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
791
|
+
region: context.config.region,
|
792
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
793
|
+
use_fips: context.config.use_fips_endpoint,
|
794
|
+
endpoint: endpoint,
|
795
|
+
)
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
799
|
+
class ListWorkflowBuildVersions
|
800
|
+
def self.build(context)
|
801
|
+
unless context.config.regional_endpoint
|
802
|
+
endpoint = context.config.endpoint.to_s
|
803
|
+
end
|
804
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
805
|
+
region: context.config.region,
|
806
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
807
|
+
use_fips: context.config.use_fips_endpoint,
|
808
|
+
endpoint: endpoint,
|
809
|
+
)
|
810
|
+
end
|
811
|
+
end
|
812
|
+
|
743
813
|
class ListWorkflowExecutions
|
744
814
|
def self.build(context)
|
745
815
|
unless context.config.regional_endpoint
|
@@ -768,6 +838,20 @@ module Aws::Imagebuilder
|
|
768
838
|
end
|
769
839
|
end
|
770
840
|
|
841
|
+
class ListWorkflows
|
842
|
+
def self.build(context)
|
843
|
+
unless context.config.regional_endpoint
|
844
|
+
endpoint = context.config.endpoint.to_s
|
845
|
+
end
|
846
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
847
|
+
region: context.config.region,
|
848
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
849
|
+
use_fips: context.config.use_fips_endpoint,
|
850
|
+
endpoint: endpoint,
|
851
|
+
)
|
852
|
+
end
|
853
|
+
end
|
854
|
+
|
771
855
|
class PutComponentPolicy
|
772
856
|
def self.build(context)
|
773
857
|
unless context.config.regional_endpoint
|
@@ -824,6 +908,20 @@ module Aws::Imagebuilder
|
|
824
908
|
end
|
825
909
|
end
|
826
910
|
|
911
|
+
class SendWorkflowStepAction
|
912
|
+
def self.build(context)
|
913
|
+
unless context.config.regional_endpoint
|
914
|
+
endpoint = context.config.endpoint.to_s
|
915
|
+
end
|
916
|
+
Aws::Imagebuilder::EndpointParameters.new(
|
917
|
+
region: context.config.region,
|
918
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
919
|
+
use_fips: context.config.use_fips_endpoint,
|
920
|
+
endpoint: endpoint,
|
921
|
+
)
|
922
|
+
end
|
923
|
+
end
|
924
|
+
|
827
925
|
class StartImagePipelineExecution
|
828
926
|
def self.build(context)
|
829
927
|
unless context.config.regional_endpoint
|
@@ -14,6 +14,7 @@ module Aws::Imagebuilder
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::Imagebuilder::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -77,6 +78,8 @@ module Aws::Imagebuilder
|
|
77
78
|
Aws::Imagebuilder::Endpoints::CreateInfrastructureConfiguration.build(context)
|
78
79
|
when :create_lifecycle_policy
|
79
80
|
Aws::Imagebuilder::Endpoints::CreateLifecyclePolicy.build(context)
|
81
|
+
when :create_workflow
|
82
|
+
Aws::Imagebuilder::Endpoints::CreateWorkflow.build(context)
|
80
83
|
when :delete_component
|
81
84
|
Aws::Imagebuilder::Endpoints::DeleteComponent.build(context)
|
82
85
|
when :delete_container_recipe
|
@@ -93,6 +96,8 @@ module Aws::Imagebuilder
|
|
93
96
|
Aws::Imagebuilder::Endpoints::DeleteInfrastructureConfiguration.build(context)
|
94
97
|
when :delete_lifecycle_policy
|
95
98
|
Aws::Imagebuilder::Endpoints::DeleteLifecyclePolicy.build(context)
|
99
|
+
when :delete_workflow
|
100
|
+
Aws::Imagebuilder::Endpoints::DeleteWorkflow.build(context)
|
96
101
|
when :get_component
|
97
102
|
Aws::Imagebuilder::Endpoints::GetComponent.build(context)
|
98
103
|
when :get_component_policy
|
@@ -119,6 +124,8 @@ module Aws::Imagebuilder
|
|
119
124
|
Aws::Imagebuilder::Endpoints::GetLifecycleExecution.build(context)
|
120
125
|
when :get_lifecycle_policy
|
121
126
|
Aws::Imagebuilder::Endpoints::GetLifecyclePolicy.build(context)
|
127
|
+
when :get_workflow
|
128
|
+
Aws::Imagebuilder::Endpoints::GetWorkflow.build(context)
|
122
129
|
when :get_workflow_execution
|
123
130
|
Aws::Imagebuilder::Endpoints::GetWorkflowExecution.build(context)
|
124
131
|
when :get_workflow_step_execution
|
@@ -161,10 +168,16 @@ module Aws::Imagebuilder
|
|
161
168
|
Aws::Imagebuilder::Endpoints::ListLifecyclePolicies.build(context)
|
162
169
|
when :list_tags_for_resource
|
163
170
|
Aws::Imagebuilder::Endpoints::ListTagsForResource.build(context)
|
171
|
+
when :list_waiting_workflow_steps
|
172
|
+
Aws::Imagebuilder::Endpoints::ListWaitingWorkflowSteps.build(context)
|
173
|
+
when :list_workflow_build_versions
|
174
|
+
Aws::Imagebuilder::Endpoints::ListWorkflowBuildVersions.build(context)
|
164
175
|
when :list_workflow_executions
|
165
176
|
Aws::Imagebuilder::Endpoints::ListWorkflowExecutions.build(context)
|
166
177
|
when :list_workflow_step_executions
|
167
178
|
Aws::Imagebuilder::Endpoints::ListWorkflowStepExecutions.build(context)
|
179
|
+
when :list_workflows
|
180
|
+
Aws::Imagebuilder::Endpoints::ListWorkflows.build(context)
|
168
181
|
when :put_component_policy
|
169
182
|
Aws::Imagebuilder::Endpoints::PutComponentPolicy.build(context)
|
170
183
|
when :put_container_recipe_policy
|
@@ -173,6 +186,8 @@ module Aws::Imagebuilder
|
|
173
186
|
Aws::Imagebuilder::Endpoints::PutImagePolicy.build(context)
|
174
187
|
when :put_image_recipe_policy
|
175
188
|
Aws::Imagebuilder::Endpoints::PutImageRecipePolicy.build(context)
|
189
|
+
when :send_workflow_step_action
|
190
|
+
Aws::Imagebuilder::Endpoints::SendWorkflowStepAction.build(context)
|
176
191
|
when :start_image_pipeline_execution
|
177
192
|
Aws::Imagebuilder::Endpoints::StartImagePipelineExecution.build(context)
|
178
193
|
when :start_resource_state_update
|