aws-sdk-imagebuilder 1.87.0 → 1.89.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.87.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -299,7 +299,10 @@ module Aws
299
299
  on_failure: ("CONTINUE" | "ABORT")?
300
300
  },
301
301
  ],
302
- ?execution_role: ::String
302
+ ?execution_role: ::String,
303
+ ?logging_configuration: {
304
+ log_group_name: ::String?
305
+ }
303
306
  ) -> _CreateImageResponseSuccess
304
307
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImageResponseSuccess
305
308
 
@@ -325,7 +328,10 @@ module Aws
325
328
  ?schedule: {
326
329
  schedule_expression: ::String?,
327
330
  timezone: ::String?,
328
- pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?
331
+ pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?,
332
+ auto_disable_policy: {
333
+ failure_count: ::Integer
334
+ }?
329
335
  },
330
336
  ?status: ("DISABLED" | "ENABLED"),
331
337
  ?tags: Hash[::String, ::String],
@@ -350,7 +356,11 @@ module Aws
350
356
  on_failure: ("CONTINUE" | "ABORT")?
351
357
  },
352
358
  ],
353
- ?execution_role: ::String
359
+ ?execution_role: ::String,
360
+ ?logging_configuration: {
361
+ image_log_group_name: ::String?,
362
+ pipeline_log_group_name: ::String?
363
+ }
354
364
  ) -> _CreateImagePipelineResponseSuccess
355
365
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImagePipelineResponseSuccess
356
366
 
@@ -402,6 +412,7 @@ module Aws
402
412
  }?,
403
413
  user_data_override: ::String?
404
414
  },
415
+ ?ami_tags: Hash[::String, ::String],
405
416
  client_token: ::String
406
417
  ) -> _CreateImageRecipeResponseSuccess
407
418
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImageRecipeResponseSuccess
@@ -870,6 +881,9 @@ module Aws
870
881
  ?execution_role: ::String,
871
882
  infrastructure_configuration_arn: ::String,
872
883
  uri: ::String,
884
+ ?logging_configuration: {
885
+ log_group_name: ::String?
886
+ },
873
887
  ?tags: Hash[::String, ::String],
874
888
  client_token: ::String
875
889
  ) -> _ImportDiskImageResponseSuccess
@@ -889,6 +903,9 @@ module Aws
889
903
  platform: ("Windows" | "Linux" | "macOS"),
890
904
  ?os_version: ::String,
891
905
  vm_import_task_id: ::String,
906
+ ?logging_configuration: {
907
+ log_group_name: ::String?
908
+ },
892
909
  ?tags: Hash[::String, ::String],
893
910
  client_token: ::String
894
911
  ) -> _ImportVmImageResponseSuccess
@@ -902,11 +919,11 @@ module Aws
902
919
  end
903
920
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_component_build_versions-instance_method
904
921
  def list_component_build_versions: (
905
- component_version_arn: ::String,
922
+ ?component_version_arn: ::String,
906
923
  ?max_results: ::Integer,
907
924
  ?next_token: ::String
908
925
  ) -> _ListComponentBuildVersionsResponseSuccess
909
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentBuildVersionsResponseSuccess
926
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentBuildVersionsResponseSuccess
910
927
 
911
928
  interface _ListComponentsResponseSuccess
912
929
  include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentsResponse]
@@ -976,7 +993,7 @@ module Aws
976
993
  end
977
994
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_image_build_versions-instance_method
978
995
  def list_image_build_versions: (
979
- image_version_arn: ::String,
996
+ ?image_version_arn: ::String,
980
997
  ?filters: Array[
981
998
  {
982
999
  name: ::String?,
@@ -986,7 +1003,7 @@ module Aws
986
1003
  ?max_results: ::Integer,
987
1004
  ?next_token: ::String
988
1005
  ) -> _ListImageBuildVersionsResponseSuccess
989
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListImageBuildVersionsResponseSuccess
1006
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListImageBuildVersionsResponseSuccess
990
1007
 
991
1008
  interface _ListImagePackagesResponseSuccess
992
1009
  include ::Seahorse::Client::_ResponseSuccess[Types::ListImagePackagesResponse]
@@ -1214,11 +1231,11 @@ module Aws
1214
1231
  end
1215
1232
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_workflow_build_versions-instance_method
1216
1233
  def list_workflow_build_versions: (
1217
- workflow_version_arn: ::String,
1234
+ ?workflow_version_arn: ::String,
1218
1235
  ?max_results: ::Integer,
1219
1236
  ?next_token: ::String
1220
1237
  ) -> _ListWorkflowBuildVersionsResponseSuccess
1221
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkflowBuildVersionsResponseSuccess
1238
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkflowBuildVersionsResponseSuccess
1222
1239
 
1223
1240
  interface _ListWorkflowExecutionsResponseSuccess
1224
1241
  include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkflowExecutionsResponse]
@@ -1347,7 +1364,8 @@ module Aws
1347
1364
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#start_image_pipeline_execution-instance_method
1348
1365
  def start_image_pipeline_execution: (
1349
1366
  image_pipeline_arn: ::String,
1350
- client_token: ::String
1367
+ client_token: ::String,
1368
+ ?tags: Hash[::String, ::String]
1351
1369
  ) -> _StartImagePipelineExecutionResponseSuccess
1352
1370
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartImagePipelineExecutionResponseSuccess
1353
1371
 
@@ -1503,7 +1521,10 @@ module Aws
1503
1521
  ?schedule: {
1504
1522
  schedule_expression: ::String?,
1505
1523
  timezone: ::String?,
1506
- pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?
1524
+ pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?,
1525
+ auto_disable_policy: {
1526
+ failure_count: ::Integer
1527
+ }?
1507
1528
  },
1508
1529
  ?status: ("DISABLED" | "ENABLED"),
1509
1530
  client_token: ::String,
@@ -1527,6 +1548,10 @@ module Aws
1527
1548
  on_failure: ("CONTINUE" | "ABORT")?
1528
1549
  },
1529
1550
  ],
1551
+ ?logging_configuration: {
1552
+ image_log_group_name: ::String?,
1553
+ pipeline_log_group_name: ::String?
1554
+ },
1530
1555
  ?execution_role: ::String
1531
1556
  ) -> _UpdateImagePipelineResponseSuccess
1532
1557
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateImagePipelineResponseSuccess
data/sig/types.rbs CHANGED
@@ -40,6 +40,11 @@ module Aws::Imagebuilder
40
40
  SENSITIVE: []
41
41
  end
42
42
 
43
+ class AutoDisablePolicy
44
+ attr_accessor failure_count: ::Integer
45
+ SENSITIVE: []
46
+ end
47
+
43
48
  class CallRateLimitExceededException
44
49
  attr_accessor message: ::String
45
50
  SENSITIVE: []
@@ -198,6 +203,7 @@ module Aws::Imagebuilder
198
203
  attr_accessor owner: ::String
199
204
  attr_accessor parent_image: ::String
200
205
  attr_accessor date_created: ::String
206
+ attr_accessor instance_image: ::String
201
207
  attr_accessor tags: ::Hash[::String, ::String]
202
208
  SENSITIVE: []
203
209
  end
@@ -283,6 +289,7 @@ module Aws::Imagebuilder
283
289
  attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
284
290
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
285
291
  attr_accessor execution_role: ::String
292
+ attr_accessor logging_configuration: Types::PipelineLoggingConfiguration
286
293
  SENSITIVE: []
287
294
  end
288
295
 
@@ -303,6 +310,7 @@ module Aws::Imagebuilder
303
310
  attr_accessor tags: ::Hash[::String, ::String]
304
311
  attr_accessor working_directory: ::String
305
312
  attr_accessor additional_instance_configuration: Types::AdditionalInstanceConfiguration
313
+ attr_accessor ami_tags: ::Hash[::String, ::String]
306
314
  attr_accessor client_token: ::String
307
315
  SENSITIVE: []
308
316
  end
@@ -326,6 +334,7 @@ module Aws::Imagebuilder
326
334
  attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
327
335
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
328
336
  attr_accessor execution_role: ::String
337
+ attr_accessor logging_configuration: Types::ImageLoggingConfiguration
329
338
  SENSITIVE: []
330
339
  end
331
340
 
@@ -853,6 +862,7 @@ module Aws::Imagebuilder
853
862
  attr_accessor lifecycle_execution_id: ::String
854
863
  attr_accessor execution_role: ::String
855
864
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
865
+ attr_accessor logging_configuration: Types::ImageLoggingConfiguration
856
866
  SENSITIVE: []
857
867
  end
858
868
 
@@ -862,6 +872,11 @@ module Aws::Imagebuilder
862
872
  SENSITIVE: []
863
873
  end
864
874
 
875
+ class ImageLoggingConfiguration
876
+ attr_accessor log_group_name: ::String
877
+ SENSITIVE: []
878
+ end
879
+
865
880
  class ImagePackage
866
881
  attr_accessor package_name: ::String
867
882
  attr_accessor package_version: ::String
@@ -884,11 +899,14 @@ module Aws::Imagebuilder
884
899
  attr_accessor date_created: ::String
885
900
  attr_accessor date_updated: ::String
886
901
  attr_accessor date_last_run: ::String
902
+ attr_accessor last_run_status: ("PENDING" | "CREATING" | "BUILDING" | "TESTING" | "DISTRIBUTING" | "INTEGRATING" | "AVAILABLE" | "CANCELLED" | "FAILED" | "DEPRECATED" | "DELETED" | "DISABLED")
887
903
  attr_accessor date_next_run: ::String
888
904
  attr_accessor tags: ::Hash[::String, ::String]
889
905
  attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
890
906
  attr_accessor execution_role: ::String
891
907
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
908
+ attr_accessor logging_configuration: Types::PipelineLoggingConfiguration
909
+ attr_accessor consecutive_failures: ::Integer
892
910
  SENSITIVE: []
893
911
  end
894
912
 
@@ -913,6 +931,7 @@ module Aws::Imagebuilder
913
931
  attr_accessor tags: ::Hash[::String, ::String]
914
932
  attr_accessor working_directory: ::String
915
933
  attr_accessor additional_instance_configuration: Types::AdditionalInstanceConfiguration
934
+ attr_accessor ami_tags: ::Hash[::String, ::String]
916
935
  SENSITIVE: []
917
936
  end
918
937
 
@@ -993,6 +1012,7 @@ module Aws::Imagebuilder
993
1012
  attr_accessor image_source: ("AMAZON_MANAGED" | "AWS_MARKETPLACE" | "IMPORTED" | "CUSTOM")
994
1013
  attr_accessor deprecation_time: ::Time
995
1014
  attr_accessor lifecycle_execution_id: ::String
1015
+ attr_accessor logging_configuration: Types::ImageLoggingConfiguration
996
1016
  SENSITIVE: []
997
1017
  end
998
1018
 
@@ -1048,6 +1068,7 @@ module Aws::Imagebuilder
1048
1068
  attr_accessor execution_role: ::String
1049
1069
  attr_accessor infrastructure_configuration_arn: ::String
1050
1070
  attr_accessor uri: ::String
1071
+ attr_accessor logging_configuration: Types::ImageLoggingConfiguration
1051
1072
  attr_accessor tags: ::Hash[::String, ::String]
1052
1073
  attr_accessor client_token: ::String
1053
1074
  SENSITIVE: []
@@ -1066,6 +1087,7 @@ module Aws::Imagebuilder
1066
1087
  attr_accessor platform: ("Windows" | "Linux" | "macOS")
1067
1088
  attr_accessor os_version: ::String
1068
1089
  attr_accessor vm_import_task_id: ::String
1090
+ attr_accessor logging_configuration: Types::ImageLoggingConfiguration
1069
1091
  attr_accessor tags: ::Hash[::String, ::String]
1070
1092
  attr_accessor client_token: ::String
1071
1093
  SENSITIVE: []
@@ -1668,6 +1690,12 @@ module Aws::Imagebuilder
1668
1690
  SENSITIVE: []
1669
1691
  end
1670
1692
 
1693
+ class PipelineLoggingConfiguration
1694
+ attr_accessor image_log_group_name: ::String
1695
+ attr_accessor pipeline_log_group_name: ::String
1696
+ SENSITIVE: []
1697
+ end
1698
+
1671
1699
  class Placement
1672
1700
  attr_accessor availability_zone: ::String
1673
1701
  attr_accessor tenancy: ("default" | "dedicated" | "host")
@@ -1796,6 +1824,7 @@ module Aws::Imagebuilder
1796
1824
  attr_accessor schedule_expression: ::String
1797
1825
  attr_accessor timezone: ::String
1798
1826
  attr_accessor pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")
1827
+ attr_accessor auto_disable_policy: Types::AutoDisablePolicy
1799
1828
  SENSITIVE: []
1800
1829
  end
1801
1830
 
@@ -1848,6 +1877,7 @@ module Aws::Imagebuilder
1848
1877
  class StartImagePipelineExecutionRequest
1849
1878
  attr_accessor image_pipeline_arn: ::String
1850
1879
  attr_accessor client_token: ::String
1880
+ attr_accessor tags: ::Hash[::String, ::String]
1851
1881
  SENSITIVE: []
1852
1882
  end
1853
1883
 
@@ -1933,6 +1963,7 @@ module Aws::Imagebuilder
1933
1963
  attr_accessor client_token: ::String
1934
1964
  attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
1935
1965
  attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
1966
+ attr_accessor logging_configuration: Types::PipelineLoggingConfiguration
1936
1967
  attr_accessor execution_role: ::String
1937
1968
  SENSITIVE: []
1938
1969
  end
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.87.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services