aws-sdk-imagebuilder 1.72.0 → 1.74.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.
@@ -324,8 +324,7 @@ module Aws::Imagebuilder
324
324
  # @return [Array<String>]
325
325
  #
326
326
  # @!attribute [rw] state
327
- # Describes the current status of the component. This is used for
328
- # components that are no longer active.
327
+ # Describes the current status of the component.
329
328
  # @return [Types::ComponentState]
330
329
  #
331
330
  # @!attribute [rw] parameters
@@ -368,6 +367,11 @@ module Aws::Imagebuilder
368
367
  # operations.
369
368
  # @return [Boolean]
370
369
  #
370
+ # @!attribute [rw] product_codes
371
+ # Contains product codes that are used for billing purposes for Amazon
372
+ # Web Services Marketplace components.
373
+ # @return [Array<Types::ProductCodeListItem>]
374
+ #
371
375
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/Component AWS API Documentation
372
376
  #
373
377
  class Component < Struct.new(
@@ -388,7 +392,8 @@ module Aws::Imagebuilder
388
392
  :date_created,
389
393
  :tags,
390
394
  :publisher,
391
- :obfuscate)
395
+ :obfuscate,
396
+ :product_codes)
392
397
  SENSITIVE = []
393
398
  include Aws::Structure
394
399
  end
@@ -647,6 +652,15 @@ module Aws::Imagebuilder
647
652
  # The date that the component was created.
648
653
  # @return [String]
649
654
  #
655
+ # @!attribute [rw] status
656
+ # Describes the current status of the component version.
657
+ # @return [String]
658
+ #
659
+ # @!attribute [rw] product_codes
660
+ # Contains product codes that are used for billing purposes for Amazon
661
+ # Web Services Marketplace components.
662
+ # @return [Array<Types::ProductCodeListItem>]
663
+ #
650
664
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ComponentVersion AWS API Documentation
651
665
  #
652
666
  class ComponentVersion < Struct.new(
@@ -658,7 +672,9 @@ module Aws::Imagebuilder
658
672
  :supported_os_versions,
659
673
  :type,
660
674
  :owner,
661
- :date_created)
675
+ :date_created,
676
+ :status,
677
+ :product_codes)
662
678
  SENSITIVE = []
663
679
  include Aws::Structure
664
680
  end
@@ -1101,7 +1117,7 @@ module Aws::Imagebuilder
1101
1117
  # @return [Types::TargetContainerRepository]
1102
1118
  #
1103
1119
  # @!attribute [rw] kms_key_id
1104
- # Identifies which KMS key is used to encrypt the container image.
1120
+ # Identifies which KMS key is used to encrypt the Dockerfile template.
1105
1121
  # @return [String]
1106
1122
  #
1107
1123
  # @!attribute [rw] client_token
@@ -1625,7 +1641,9 @@ module Aws::Imagebuilder
1625
1641
  # @return [String]
1626
1642
  #
1627
1643
  # @!attribute [rw] resource_tags
1628
- # The tags attached to the resource created by Image Builder.
1644
+ # The metadata tags to assign to the Amazon EC2 instance that Image
1645
+ # Builder launches during the build process. Tags are formatted as key
1646
+ # value pairs.
1629
1647
  # @return [Hash<String,String>]
1630
1648
  #
1631
1649
  # @!attribute [rw] instance_metadata_options
@@ -1634,9 +1652,16 @@ module Aws::Imagebuilder
1634
1652
  # @return [Types::InstanceMetadataOptions]
1635
1653
  #
1636
1654
  # @!attribute [rw] tags
1637
- # The tags of the infrastructure configuration.
1655
+ # The metadata tags to assign to the infrastructure configuration
1656
+ # resource that Image Builder creates as output. Tags are formatted as
1657
+ # key value pairs.
1638
1658
  # @return [Hash<String,String>]
1639
1659
  #
1660
+ # @!attribute [rw] placement
1661
+ # The instance placement settings that define where the instances that
1662
+ # are launched from your image will run.
1663
+ # @return [Types::Placement]
1664
+ #
1640
1665
  # @!attribute [rw] client_token
1641
1666
  # Unique, case-sensitive identifier you provide to ensure idempotency
1642
1667
  # of the request. For more information, see [Ensuring idempotency][1]
@@ -1666,6 +1691,7 @@ module Aws::Imagebuilder
1666
1691
  :resource_tags,
1667
1692
  :instance_metadata_options,
1668
1693
  :tags,
1694
+ :placement,
1669
1695
  :client_token)
1670
1696
  SENSITIVE = []
1671
1697
  include Aws::Structure
@@ -2460,8 +2486,8 @@ module Aws::Imagebuilder
2460
2486
  #
2461
2487
  # @!attribute [rw] container_tags
2462
2488
  # Tags for Image Builder to apply to the output container image that
2463
- # &amp;INS; scans. Tags can help you identify and manage your scanned
2464
- # images.
2489
+ # Amazon Inspector scans. Tags can help you identify and manage your
2490
+ # scanned images.
2465
2491
  # @return [Array<String>]
2466
2492
  #
2467
2493
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/EcrConfiguration AWS API Documentation
@@ -2981,6 +3007,55 @@ module Aws::Imagebuilder
2981
3007
  include Aws::Structure
2982
3008
  end
2983
3009
 
3010
+ # @!attribute [rw] resource_type
3011
+ # Specifies which type of Amazon Web Services Marketplace resource
3012
+ # Image Builder retrieves.
3013
+ # @return [String]
3014
+ #
3015
+ # @!attribute [rw] resource_arn
3016
+ # The Amazon Resource Name (ARN) that uniquely identifies an Amazon
3017
+ # Web Services Marketplace resource.
3018
+ # @return [String]
3019
+ #
3020
+ # @!attribute [rw] resource_location
3021
+ # The bucket path that you can specify to download the resource from
3022
+ # Amazon S3.
3023
+ # @return [String]
3024
+ #
3025
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetMarketplaceResourceRequest AWS API Documentation
3026
+ #
3027
+ class GetMarketplaceResourceRequest < Struct.new(
3028
+ :resource_type,
3029
+ :resource_arn,
3030
+ :resource_location)
3031
+ SENSITIVE = []
3032
+ include Aws::Structure
3033
+ end
3034
+
3035
+ # @!attribute [rw] resource_arn
3036
+ # The Amazon Resource Name (ARN) for the Amazon Web Services
3037
+ # Marketplace resource that was requested.
3038
+ # @return [String]
3039
+ #
3040
+ # @!attribute [rw] url
3041
+ # The obfuscated S3 URL to download the component artifact from.
3042
+ # @return [String]
3043
+ #
3044
+ # @!attribute [rw] data
3045
+ # Returns obfuscated data that contains the YAML content of the
3046
+ # component.
3047
+ # @return [String]
3048
+ #
3049
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetMarketplaceResourceResponse AWS API Documentation
3050
+ #
3051
+ class GetMarketplaceResourceResponse < Struct.new(
3052
+ :resource_arn,
3053
+ :url,
3054
+ :data)
3055
+ SENSITIVE = []
3056
+ include Aws::Structure
3057
+ end
3058
+
2984
3059
  # @!attribute [rw] workflow_execution_id
2985
3060
  # Use the unique identifier for a runtime instance of the workflow to
2986
3061
  # get runtime details.
@@ -3469,15 +3544,16 @@ module Aws::Imagebuilder
3469
3544
  include Aws::Structure
3470
3545
  end
3471
3546
 
3472
- # Represents a package installed on an Image Builder image.
3547
+ # A software package that's installed on top of the base image to
3548
+ # create a customized image.
3473
3549
  #
3474
3550
  # @!attribute [rw] package_name
3475
- # The name of the package as reported to the operating system package
3476
- # manager.
3551
+ # The name of the package that's reported to the operating system
3552
+ # package manager.
3477
3553
  # @return [String]
3478
3554
  #
3479
3555
  # @!attribute [rw] package_version
3480
- # The version of the package as reported to the operating system
3556
+ # The version of the package that's reported to the operating system
3481
3557
  # package manager.
3482
3558
  # @return [String]
3483
3559
  #
@@ -4075,7 +4151,7 @@ module Aws::Imagebuilder
4075
4151
  # @!attribute [rw] timeout_minutes
4076
4152
  # The maximum time in minutes that tests are permitted to run.
4077
4153
  #
4078
- # <note markdown="1"> The timeoutMinutes attribute is not currently active. This value is
4154
+ # <note markdown="1"> The timeout attribute is not currently active. This value is
4079
4155
  # ignored.
4080
4156
  #
4081
4157
  # </note>
@@ -4502,6 +4578,11 @@ module Aws::Imagebuilder
4502
4578
  # The tags of the infrastructure configuration.
4503
4579
  # @return [Hash<String,String>]
4504
4580
  #
4581
+ # @!attribute [rw] placement
4582
+ # The instance placement settings that define where the instances that
4583
+ # are launched from your image will run.
4584
+ # @return [Types::Placement]
4585
+ #
4505
4586
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/InfrastructureConfiguration AWS API Documentation
4506
4587
  #
4507
4588
  class InfrastructureConfiguration < Struct.new(
@@ -4520,7 +4601,8 @@ module Aws::Imagebuilder
4520
4601
  :date_updated,
4521
4602
  :resource_tags,
4522
4603
  :instance_metadata_options,
4523
- :tags)
4604
+ :tags,
4605
+ :placement)
4524
4606
  SENSITIVE = []
4525
4607
  include Aws::Structure
4526
4608
  end
@@ -4563,6 +4645,11 @@ module Aws::Imagebuilder
4563
4645
  # The instance profile of the infrastructure configuration.
4564
4646
  # @return [String]
4565
4647
  #
4648
+ # @!attribute [rw] placement
4649
+ # The instance placement settings that define where the instances that
4650
+ # are launched from your image will run.
4651
+ # @return [Types::Placement]
4652
+ #
4566
4653
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/InfrastructureConfigurationSummary AWS API Documentation
4567
4654
  #
4568
4655
  class InfrastructureConfigurationSummary < Struct.new(
@@ -4574,7 +4661,8 @@ module Aws::Imagebuilder
4574
4661
  :resource_tags,
4575
4662
  :tags,
4576
4663
  :instance_types,
4577
- :instance_profile_name)
4664
+ :instance_profile_name,
4665
+ :placement)
4578
4666
  SENSITIVE = []
4579
4667
  include Aws::Structure
4580
4668
  end
@@ -6790,6 +6878,80 @@ module Aws::Imagebuilder
6790
6878
  include Aws::Structure
6791
6879
  end
6792
6880
 
6881
+ # By default, EC2 instances run on shared tenancy hardware. This means
6882
+ # that multiple Amazon Web Services accounts might share the same
6883
+ # physical hardware. When you use dedicated hardware, the physical
6884
+ # server that hosts your instances is dedicated to your Amazon Web
6885
+ # Services account. Instance placement settings contain the details for
6886
+ # the physical hardware where instances that Image Builder launches
6887
+ # during image creation will run.
6888
+ #
6889
+ # @!attribute [rw] availability_zone
6890
+ # The Availability Zone where your build and test instances will
6891
+ # launch.
6892
+ # @return [String]
6893
+ #
6894
+ # @!attribute [rw] tenancy
6895
+ # The tenancy of the instance. An instance with a tenancy of
6896
+ # `dedicated` runs on single-tenant hardware. An instance with a
6897
+ # tenancy of `host` runs on a Dedicated Host.
6898
+ #
6899
+ # If tenancy is set to `host`, then you can optionally specify one
6900
+ # target for placement – either host ID or host resource group ARN. If
6901
+ # automatic placement is enabled for your host, and you don't specify
6902
+ # any placement target, Amazon EC2 will try to find an available host
6903
+ # for your build and test instances.
6904
+ # @return [String]
6905
+ #
6906
+ # @!attribute [rw] host_id
6907
+ # The ID of the Dedicated Host on which build and test instances run.
6908
+ # This only applies if `tenancy` is `host`. If you specify the host
6909
+ # ID, you must not specify the resource group ARN. If you specify
6910
+ # both, Image Builder returns an error.
6911
+ # @return [String]
6912
+ #
6913
+ # @!attribute [rw] host_resource_group_arn
6914
+ # The Amazon Resource Name (ARN) of the host resource group in which
6915
+ # to launch build and test instances. This only applies if `tenancy`
6916
+ # is `host`. If you specify the resource group ARN, you must not
6917
+ # specify the host ID. If you specify both, Image Builder returns an
6918
+ # error.
6919
+ # @return [String]
6920
+ #
6921
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/Placement AWS API Documentation
6922
+ #
6923
+ class Placement < Struct.new(
6924
+ :availability_zone,
6925
+ :tenancy,
6926
+ :host_id,
6927
+ :host_resource_group_arn)
6928
+ SENSITIVE = []
6929
+ include Aws::Structure
6930
+ end
6931
+
6932
+ # Information about a single product code.
6933
+ #
6934
+ # @!attribute [rw] product_code_id
6935
+ # For Amazon Web Services Marketplace components, this contains the
6936
+ # product code ID that can be stamped onto an EC2 AMI to ensure that
6937
+ # components are billed correctly. If this property is empty, it might
6938
+ # mean that the component is not published.
6939
+ # @return [String]
6940
+ #
6941
+ # @!attribute [rw] product_code_type
6942
+ # The owner of the product code that's billed. If this property is
6943
+ # empty, it might mean that the component is not published.
6944
+ # @return [String]
6945
+ #
6946
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ProductCodeListItem AWS API Documentation
6947
+ #
6948
+ class ProductCodeListItem < Struct.new(
6949
+ :product_code_id,
6950
+ :product_code_type)
6951
+ SENSITIVE = []
6952
+ include Aws::Structure
6953
+ end
6954
+
6793
6955
  # @!attribute [rw] component_arn
6794
6956
  # The Amazon Resource Name (ARN) of the component that this policy
6795
6957
  # should be applied to.
@@ -7513,6 +7675,7 @@ module Aws::Imagebuilder
7513
7675
  # @!attribute [rw] repository_name
7514
7676
  # The name of the container repository where the output container
7515
7677
  # image is stored. This name is prefixed by the repository location.
7678
+ # For example, `<repository location url>/repository_name`.
7516
7679
  # @return [String]
7517
7680
  #
7518
7681
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/TargetContainerRepository AWS API Documentation
@@ -7783,19 +7946,6 @@ module Aws::Imagebuilder
7783
7946
  # </note>
7784
7947
  # @return [String]
7785
7948
  #
7786
- # @!attribute [rw] client_token
7787
- # Unique, case-sensitive identifier you provide to ensure idempotency
7788
- # of the request. For more information, see [Ensuring idempotency][1]
7789
- # in the *Amazon EC2 API Reference*.
7790
- #
7791
- # **A suitable default value is auto-generated.** You should normally
7792
- # not need to pass this option.
7793
- #
7794
- #
7795
- #
7796
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
7797
- # @return [String]
7798
- #
7799
7949
  # @!attribute [rw] resource_tags
7800
7950
  # The tags attached to the resource created by Image Builder.
7801
7951
  # @return [Hash<String,String>]
@@ -7818,6 +7968,24 @@ module Aws::Imagebuilder
7818
7968
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
7819
7969
  # @return [Types::InstanceMetadataOptions]
7820
7970
  #
7971
+ # @!attribute [rw] placement
7972
+ # The instance placement settings that define where the instances that
7973
+ # are launched from your image will run.
7974
+ # @return [Types::Placement]
7975
+ #
7976
+ # @!attribute [rw] client_token
7977
+ # Unique, case-sensitive identifier you provide to ensure idempotency
7978
+ # of the request. For more information, see [Ensuring idempotency][1]
7979
+ # in the *Amazon EC2 API Reference*.
7980
+ #
7981
+ # **A suitable default value is auto-generated.** You should normally
7982
+ # not need to pass this option.
7983
+ #
7984
+ #
7985
+ #
7986
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
7987
+ # @return [String]
7988
+ #
7821
7989
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/UpdateInfrastructureConfigurationRequest AWS API Documentation
7822
7990
  #
7823
7991
  class UpdateInfrastructureConfigurationRequest < Struct.new(
@@ -7831,9 +7999,10 @@ module Aws::Imagebuilder
7831
7999
  :key_pair,
7832
8000
  :terminate_instance_on_failure,
7833
8001
  :sns_topic_arn,
7834
- :client_token,
7835
8002
  :resource_tags,
7836
- :instance_metadata_options)
8003
+ :instance_metadata_options,
8004
+ :placement,
8005
+ :client_token)
7837
8006
  SENSITIVE = []
7838
8007
  include Aws::Structure
7839
8008
  end
@@ -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.72.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -111,7 +111,7 @@ module Aws
111
111
  semantic_version: ::String,
112
112
  ?description: ::String,
113
113
  ?change_description: ::String,
114
- platform: ("Windows" | "Linux"),
114
+ platform: ("Windows" | "Linux" | "macOS"),
115
115
  ?supported_os_versions: Array[::String],
116
116
  ?data: ::String,
117
117
  ?uri: ::String,
@@ -166,7 +166,7 @@ module Aws
166
166
  },
167
167
  ?dockerfile_template_data: ::String,
168
168
  ?dockerfile_template_uri: ::String,
169
- ?platform_override: ("Windows" | "Linux"),
169
+ ?platform_override: ("Windows" | "Linux" | "macOS"),
170
170
  ?image_os_version_override: ::String,
171
171
  parent_image: ::String,
172
172
  ?tags: Hash[::String, ::String],
@@ -425,6 +425,12 @@ module Aws
425
425
  http_put_response_hop_limit: ::Integer?
426
426
  },
427
427
  ?tags: Hash[::String, ::String],
428
+ ?placement: {
429
+ availability_zone: ::String?,
430
+ tenancy: ("default" | "dedicated" | "host")?,
431
+ host_id: ::String?,
432
+ host_resource_group_arn: ::String?
433
+ },
428
434
  client_token: ::String
429
435
  ) -> _CreateInfrastructureConfigurationResponseSuccess
430
436
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInfrastructureConfigurationResponseSuccess
@@ -744,6 +750,19 @@ module Aws
744
750
  ) -> _GetLifecyclePolicyResponseSuccess
745
751
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLifecyclePolicyResponseSuccess
746
752
 
753
+ interface _GetMarketplaceResourceResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMarketplaceResourceResponse]
755
+ def resource_arn: () -> ::String
756
+ def url: () -> ::String
757
+ end
758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#get_marketplace_resource-instance_method
759
+ def get_marketplace_resource: (
760
+ resource_type: ("COMPONENT_DATA" | "COMPONENT_ARTIFACT"),
761
+ resource_arn: ::String,
762
+ ?resource_location: ::String
763
+ ) -> _GetMarketplaceResourceResponseSuccess
764
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMarketplaceResourceResponseSuccess
765
+
747
766
  interface _GetWorkflowResponseSuccess
748
767
  include ::Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
749
768
  def workflow: () -> Types::Workflow
@@ -817,7 +836,7 @@ module Aws
817
836
  ?change_description: ::String,
818
837
  type: ("BUILD" | "TEST"),
819
838
  format: ("SHELL"),
820
- platform: ("Windows" | "Linux"),
839
+ platform: ("Windows" | "Linux" | "macOS"),
821
840
  ?data: ::String,
822
841
  ?uri: ::String,
823
842
  ?kms_key_id: ::String,
@@ -837,7 +856,7 @@ module Aws
837
856
  name: ::String,
838
857
  semantic_version: ::String,
839
858
  ?description: ::String,
840
- platform: ("Windows" | "Linux"),
859
+ platform: ("Windows" | "Linux" | "macOS"),
841
860
  ?os_version: ::String,
842
861
  vm_import_task_id: ::String,
843
862
  ?tags: Hash[::String, ::String],
@@ -867,7 +886,7 @@ module Aws
867
886
  end
868
887
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_components-instance_method
869
888
  def list_components: (
870
- ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty"),
889
+ ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace"),
871
890
  ?filters: Array[
872
891
  {
873
892
  name: ::String?,
@@ -888,7 +907,7 @@ module Aws
888
907
  end
889
908
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_container_recipes-instance_method
890
909
  def list_container_recipes: (
891
- ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty"),
910
+ ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace"),
892
911
  ?filters: Array[
893
912
  {
894
913
  name: ::String?,
@@ -1000,7 +1019,7 @@ module Aws
1000
1019
  end
1001
1020
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_image_recipes-instance_method
1002
1021
  def list_image_recipes: (
1003
- ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty"),
1022
+ ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace"),
1004
1023
  ?filters: Array[
1005
1024
  {
1006
1025
  name: ::String?,
@@ -1056,7 +1075,7 @@ module Aws
1056
1075
  end
1057
1076
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_images-instance_method
1058
1077
  def list_images: (
1059
- ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty"),
1078
+ ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace"),
1060
1079
  ?filters: Array[
1061
1080
  {
1062
1081
  name: ::String?,
@@ -1212,7 +1231,7 @@ module Aws
1212
1231
  end
1213
1232
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Imagebuilder/Client.html#list_workflows-instance_method
1214
1233
  def list_workflows: (
1215
- ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty"),
1234
+ ?owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace"),
1216
1235
  ?filters: Array[
1217
1236
  {
1218
1237
  name: ::String?,
@@ -1498,12 +1517,18 @@ module Aws
1498
1517
  ?key_pair: ::String,
1499
1518
  ?terminate_instance_on_failure: bool,
1500
1519
  ?sns_topic_arn: ::String,
1501
- client_token: ::String,
1502
1520
  ?resource_tags: Hash[::String, ::String],
1503
1521
  ?instance_metadata_options: {
1504
1522
  http_tokens: ::String?,
1505
1523
  http_put_response_hop_limit: ::Integer?
1506
- }
1524
+ },
1525
+ ?placement: {
1526
+ availability_zone: ::String?,
1527
+ tenancy: ("default" | "dedicated" | "host")?,
1528
+ host_id: ::String?,
1529
+ host_resource_group_arn: ::String?
1530
+ },
1531
+ client_token: ::String
1507
1532
  ) -> _UpdateInfrastructureConfigurationResponseSuccess
1508
1533
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInfrastructureConfigurationResponseSuccess
1509
1534