aws-sdk-imagebuilder 1.110.0 → 1.112.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.
@@ -54,7 +54,7 @@ module Aws::Imagebuilder
54
54
  autoload :EndpointProvider, 'aws-sdk-imagebuilder/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-imagebuilder/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.112.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -168,7 +168,8 @@ module Aws
168
168
  repository_name: ::String
169
169
  },
170
170
  ?kms_key_id: ::String,
171
- client_token: ::String
171
+ client_token: ::String,
172
+ ?dry_run: bool
172
173
  ) -> _CreateContainerRecipeResponseSuccess
173
174
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContainerRecipeResponseSuccess
174
175
 
@@ -186,7 +187,8 @@ module Aws
186
187
  Params::distribution
187
188
  ],
188
189
  ?tags: Hash[::String, ::String],
189
- client_token: ::String
190
+ client_token: ::String,
191
+ ?dry_run: bool
190
192
  ) -> _CreateDistributionConfigurationResponseSuccess
191
193
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDistributionConfigurationResponseSuccess
192
194
 
@@ -265,7 +267,8 @@ module Aws
265
267
  ?logging_configuration: {
266
268
  image_log_group_name: ::String?,
267
269
  pipeline_log_group_name: ::String?
268
- }
270
+ },
271
+ ?dry_run: bool
269
272
  ) -> _CreateImagePipelineResponseSuccess
270
273
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImagePipelineResponseSuccess
271
274
 
@@ -306,7 +309,8 @@ module Aws
306
309
  },
307
310
  ?ami_tags: Hash[::String, ::String],
308
311
  ?ami_watermarks: Array[::String],
309
- client_token: ::String
312
+ client_token: ::String,
313
+ ?dry_run: bool
310
314
  ) -> _CreateImageRecipeResponseSuccess
311
315
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImageRecipeResponseSuccess
312
316
 
@@ -345,7 +349,8 @@ module Aws
345
349
  host_id: ::String?,
346
350
  host_resource_group_arn: ::String?
347
351
  },
348
- client_token: ::String
352
+ client_token: ::String,
353
+ ?dry_run: bool
349
354
  ) -> _CreateInfrastructureConfigurationResponseSuccess
350
355
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInfrastructureConfigurationResponseSuccess
351
356
 
@@ -374,7 +379,8 @@ module Aws
374
379
  tag_map: Hash[::String, ::String]?
375
380
  },
376
381
  ?tags: Hash[::String, ::String],
377
- client_token: ::String
382
+ client_token: ::String,
383
+ ?dry_run: bool
378
384
  ) -> _CreateLifecyclePolicyResponseSuccess
379
385
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLifecyclePolicyResponseSuccess
380
386
 
@@ -726,6 +732,8 @@ module Aws
726
732
  def end_time: () -> ::String
727
733
  def on_failure: () -> ::String
728
734
  def timeout_seconds: () -> ::Integer
735
+ def attempt_number: () -> ::Integer
736
+ def max_attempts: () -> ::Integer
729
737
  end
730
738
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#get_workflow_step_execution-instance_method
731
739
  def get_workflow_step_execution: (
data/sig/types.rbs CHANGED
@@ -113,6 +113,15 @@ module Aws::Imagebuilder
113
113
  SENSITIVE: []
114
114
  end
115
115
 
116
+ class ComponentFailureContext
117
+ attr_accessor component_arn: ::String
118
+ attr_accessor phase_name: ::String
119
+ attr_accessor step_name: ::String
120
+ attr_accessor action: ::String
121
+ attr_accessor error_message: ::String
122
+ SENSITIVE: []
123
+ end
124
+
116
125
  class ComponentParameter
117
126
  attr_accessor name: ::String
118
127
  attr_accessor value: ::Array[::String]
@@ -254,6 +263,7 @@ module Aws::Imagebuilder
254
263
  attr_accessor target_repository: Types::TargetContainerRepository
255
264
  attr_accessor kms_key_id: ::String
256
265
  attr_accessor client_token: ::String
266
+ attr_accessor dry_run: bool
257
267
  SENSITIVE: []
258
268
  end
259
269
 
@@ -271,6 +281,7 @@ module Aws::Imagebuilder
271
281
  attr_accessor distributions: ::Array[Types::Distribution]
272
282
  attr_accessor tags: ::Hash[::String, ::String]
273
283
  attr_accessor client_token: ::String
284
+ attr_accessor dry_run: bool
274
285
  SENSITIVE: []
275
286
  end
276
287
 
@@ -299,6 +310,7 @@ module Aws::Imagebuilder
299
310
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
300
311
  attr_accessor execution_role: ::String
301
312
  attr_accessor logging_configuration: Types::PipelineLoggingConfiguration
313
+ attr_accessor dry_run: bool
302
314
  SENSITIVE: []
303
315
  end
304
316
 
@@ -322,6 +334,7 @@ module Aws::Imagebuilder
322
334
  attr_accessor ami_tags: ::Hash[::String, ::String]
323
335
  attr_accessor ami_watermarks: ::Array[::String]
324
336
  attr_accessor client_token: ::String
337
+ attr_accessor dry_run: bool
325
338
  SENSITIVE: []
326
339
  end
327
340
 
@@ -373,6 +386,7 @@ module Aws::Imagebuilder
373
386
  attr_accessor tags: ::Hash[::String, ::String]
374
387
  attr_accessor placement: Types::Placement
375
388
  attr_accessor client_token: ::String
389
+ attr_accessor dry_run: bool
376
390
  SENSITIVE: []
377
391
  end
378
392
 
@@ -393,6 +407,7 @@ module Aws::Imagebuilder
393
407
  attr_accessor resource_selection: Types::LifecyclePolicyResourceSelection
394
408
  attr_accessor tags: ::Hash[::String, ::String]
395
409
  attr_accessor client_token: ::String
410
+ attr_accessor dry_run: bool
396
411
  SENSITIVE: []
397
412
  end
398
413
 
@@ -596,6 +611,12 @@ module Aws::Imagebuilder
596
611
  SENSITIVE: []
597
612
  end
598
613
 
614
+ class DistributionFailureContext
615
+ attr_accessor error_message: ::String
616
+ attr_accessor region_failures: ::Array[Types::RegionFailure]
617
+ SENSITIVE: []
618
+ end
619
+
599
620
  class DryRunOperationException
600
621
  attr_accessor message: ::String
601
622
  SENSITIVE: []
@@ -867,6 +888,8 @@ module Aws::Imagebuilder
867
888
  attr_accessor end_time: ::String
868
889
  attr_accessor on_failure: ::String
869
890
  attr_accessor timeout_seconds: ::Integer
891
+ attr_accessor attempt_number: ::Integer
892
+ attr_accessor max_attempts: ::Integer
870
893
  SENSITIVE: []
871
894
  end
872
895
 
@@ -912,6 +935,17 @@ module Aws::Imagebuilder
912
935
  SENSITIVE: []
913
936
  end
914
937
 
938
+ class ImageFailureContext
939
+ attr_accessor image_status: ("PENDING" | "CREATING" | "BUILDING" | "TESTING" | "DISTRIBUTING" | "INTEGRATING" | "AVAILABLE" | "CANCELLED" | "FAILED" | "DEPRECATED" | "DELETED" | "DISABLED")
940
+ attr_accessor workflow_execution_id: ::String
941
+ attr_accessor workflow_arn: ::String
942
+ attr_accessor step_execution_id: ::String
943
+ attr_accessor failed_step: ::String
944
+ attr_accessor component_failure: Types::ComponentFailureContext
945
+ attr_accessor distribution_failure: Types::DistributionFailureContext
946
+ SENSITIVE: []
947
+ end
948
+
915
949
  class ImageLoggingConfiguration
916
950
  attr_accessor log_group_name: ::String
917
951
  SENSITIVE: []
@@ -1035,6 +1069,7 @@ module Aws::Imagebuilder
1035
1069
  class ImageState
1036
1070
  attr_accessor status: ("PENDING" | "CREATING" | "BUILDING" | "TESTING" | "DISTRIBUTING" | "INTEGRATING" | "AVAILABLE" | "CANCELLED" | "FAILED" | "DEPRECATED" | "DELETED" | "DISABLED")
1037
1071
  attr_accessor reason: ::String
1072
+ attr_accessor failure_context: Types::ImageFailureContext
1038
1073
  SENSITIVE: []
1039
1074
  end
1040
1075
 
@@ -1810,6 +1845,15 @@ module Aws::Imagebuilder
1810
1845
  SENSITIVE: []
1811
1846
  end
1812
1847
 
1848
+ class RegionFailure
1849
+ attr_accessor region: ::String
1850
+ attr_accessor status: ("FAILED" | "CANCELLED" | "TIMED_OUT")
1851
+ attr_accessor image_configuration_step: ("ASSOCIATE_LICENSES" | "UPDATE_LAUNCH_TEMPLATES" | "PUT_SSM_PARAMETERS" | "UPDATE_FAST_LAUNCH_CONFIGURATIONS" | "EXPORT_AMI")
1852
+ attr_accessor error_message: ::String
1853
+ attr_accessor target_account_id: ::String
1854
+ SENSITIVE: []
1855
+ end
1856
+
1813
1857
  class RegisterImageOptions
1814
1858
  attr_accessor secure_boot_enabled: bool
1815
1859
  attr_accessor uefi_data: ::String
@@ -2203,6 +2247,8 @@ module Aws::Imagebuilder
2203
2247
  attr_accessor outputs: ::String
2204
2248
  attr_accessor start_time: ::String
2205
2249
  attr_accessor end_time: ::String
2250
+ attr_accessor attempt_number: ::Integer
2251
+ attr_accessor max_attempts: ::Integer
2206
2252
  SENSITIVE: []
2207
2253
  end
2208
2254
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.255.0
21
+ version: 3.256.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.255.0
31
+ version: 3.256.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement