aws-sdk-ec2 1.158.0 → 1.159.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76ec3cdc014f58e667029f5815ab8d9fa5f7495f9fe59f01cf46dcde7d6e8611
4
- data.tar.gz: 0c0963a76c688c1420d34bdb0cf140bae90b49ff40397a4f9322501876561432
3
+ metadata.gz: 047c9b4c360d72f346c01f1f6abf47fbd02526b46025660b77650ea98a069559
4
+ data.tar.gz: e1df7f2d92cf9dbb8e17d8189a602f296e86668c76638ab00383093b5650d212
5
5
  SHA512:
6
- metadata.gz: c01e43ccdce9ef6836d83e4c720eef4f4c1b613e45f5d21b22bd8bd784031058ff07f887ced782f2cf7b0b55ab8062b270cbbeb93c69afdb6e22311d31ab31d5
7
- data.tar.gz: 8abc0780a3b83fb57b52cccc17910c9b521ff690915dd9de74ddc1a1aff1244ede8afc008c2ec1376ef509cfb0c5a88f5cb5c6600dd510269b02e3764d5b4b2d
6
+ metadata.gz: 44b0b50b5608eaa7f0c86f70b560241884b30a0a61dca816ae6f8002f88bf8cabec91acf9a9030b67a4c2824a3fd94f2273478b301e85c54815f7bc0b8116771
7
+ data.tar.gz: 5794bd069441885e95e3e6688d33b98a930da03b5187b108d5315660757aa7f00ab7c7937a17b0170d01aecf460a86fcfe801b5078eda865b700d466d55fe65b
@@ -69,6 +69,6 @@ require_relative 'aws-sdk-ec2/customizations'
69
69
  # @service
70
70
  module Aws::EC2
71
71
 
72
- GEM_VERSION = '1.158.0'
72
+ GEM_VERSION = '1.159.0'
73
73
 
74
74
  end
@@ -5879,6 +5879,9 @@ module Aws::EC2
5879
5879
  # @option params [required, String] :vpc_id
5880
5880
  # The ID of the VPC.
5881
5881
  #
5882
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
5883
+ # The tags to assign to the local gateway route table VPC association.
5884
+ #
5882
5885
  # @option params [Boolean] :dry_run
5883
5886
  # Checks whether you have the required permissions for the action,
5884
5887
  # without actually making the request, and provides an error response.
@@ -5894,6 +5897,17 @@ module Aws::EC2
5894
5897
  # resp = client.create_local_gateway_route_table_vpc_association({
5895
5898
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
5896
5899
  # vpc_id: "VpcId", # required
5900
+ # tag_specifications: [
5901
+ # {
5902
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5903
+ # tags: [
5904
+ # {
5905
+ # key: "String",
5906
+ # value: "String",
5907
+ # },
5908
+ # ],
5909
+ # },
5910
+ # ],
5897
5911
  # dry_run: false,
5898
5912
  # })
5899
5913
  #
@@ -7414,7 +7428,9 @@ module Aws::EC2
7414
7428
  # size must use a /64 prefix length.
7415
7429
  #
7416
7430
  # @option params [String] :outpost_arn
7417
- # The Amazon Resource Name (ARN) of the Outpost.
7431
+ # The Amazon Resource Name (ARN) of the Outpost. If you specify an
7432
+ # Outpost ARN, you must also specify the Availability Zone of the
7433
+ # Outpost subnet.
7418
7434
  #
7419
7435
  # @option params [required, String] :vpc_id
7420
7436
  # The ID of the VPC.
@@ -17579,6 +17595,19 @@ module Aws::EC2
17579
17595
  # @option params [Array<Types::Filter>] :filters
17580
17596
  # One or more filters.
17581
17597
  #
17598
+ # * `local-gateway-id` - The ID of a local gateway.
17599
+ #
17600
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
17601
+ # table.
17602
+ #
17603
+ # * `local-gateway-route-table-virtual-interface-group-association-id` -
17604
+ # The ID of the association.
17605
+ #
17606
+ # * `local-gateway-route-table-virtual-interface-group-id` - The ID of
17607
+ # the virtual interface group.
17608
+ #
17609
+ # * `state` - The state of the association.
17610
+ #
17582
17611
  # @option params [Integer] :max_results
17583
17612
  # The maximum number of results to return with a single call. To
17584
17613
  # retrieve the remaining results, make another call with the returned
@@ -17646,6 +17675,18 @@ module Aws::EC2
17646
17675
  # @option params [Array<Types::Filter>] :filters
17647
17676
  # One or more filters.
17648
17677
  #
17678
+ # * `local-gateway-id` - The ID of a local gateway.
17679
+ #
17680
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
17681
+ # table.
17682
+ #
17683
+ # * `local-gateway-route-table-vpc-association-id` - The ID of the
17684
+ # association.
17685
+ #
17686
+ # * `state` - The state of the association.
17687
+ #
17688
+ # * `vpc-id` - The ID of the VPC.
17689
+ #
17649
17690
  # @option params [Integer] :max_results
17650
17691
  # The maximum number of results to return with a single call. To
17651
17692
  # retrieve the remaining results, make another call with the returned
@@ -17714,6 +17755,15 @@ module Aws::EC2
17714
17755
  # @option params [Array<Types::Filter>] :filters
17715
17756
  # One or more filters.
17716
17757
  #
17758
+ # * `local-gateway-id` - The ID of a local gateway.
17759
+ #
17760
+ # * `local-gateway-route-table-id` - The ID of a local gateway route
17761
+ # table.
17762
+ #
17763
+ # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
17764
+ #
17765
+ # * `state` - The state of the local gateway route table.
17766
+ #
17717
17767
  # @option params [Integer] :max_results
17718
17768
  # The maximum number of results to return with a single call. To
17719
17769
  # retrieve the remaining results, make another call with the returned
@@ -17779,6 +17829,14 @@ module Aws::EC2
17779
17829
  # @option params [Array<Types::Filter>] :filters
17780
17830
  # One or more filters.
17781
17831
  #
17832
+ # * `local-gateway-id` - The ID of a local gateway.
17833
+ #
17834
+ # * `local-gateway-virtual-interface-id` - The ID of the virtual
17835
+ # interface.
17836
+ #
17837
+ # * `local-gateway-virtual-interface-group-id` - The ID of the virtual
17838
+ # interface group.
17839
+ #
17782
17840
  # @option params [Integer] :max_results
17783
17841
  # The maximum number of results to return with a single call. To
17784
17842
  # retrieve the remaining results, make another call with the returned
@@ -17908,7 +17966,22 @@ module Aws::EC2
17908
17966
  # are described. Alternatively, you can filter the results.
17909
17967
  #
17910
17968
  # @option params [Array<String>] :local_gateway_ids
17911
- # The IDs of the local gateways.
17969
+ # One or more filters.
17970
+ #
17971
+ # * `local-gateway-id` - The ID of a local gateway.
17972
+ #
17973
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
17974
+ # table.
17975
+ #
17976
+ # * `local-gateway-route-table-virtual-interface-group-association-id` -
17977
+ # The ID of the association.
17978
+ #
17979
+ # * `local-gateway-route-table-virtual-interface-group-id` - The ID of
17980
+ # the virtual interface group.
17981
+ #
17982
+ # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
17983
+ #
17984
+ # * `state` - The state of the association.
17912
17985
  #
17913
17986
  # @option params [Array<Types::Filter>] :filters
17914
17987
  # One or more filters.
@@ -36875,7 +36948,7 @@ module Aws::EC2
36875
36948
  params: params,
36876
36949
  config: config)
36877
36950
  context[:gem_name] = 'aws-sdk-ec2'
36878
- context[:gem_version] = '1.158.0'
36951
+ context[:gem_version] = '1.159.0'
36879
36952
  Seahorse::Client::Request.new(handlers, context)
36880
36953
  end
36881
36954
 
@@ -3014,6 +3014,7 @@ module Aws::EC2
3014
3014
 
3015
3015
  CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
3016
3016
  CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3017
+ CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3017
3018
  CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3018
3019
  CreateLocalGatewayRouteTableVpcAssociationRequest.struct_class = Types::CreateLocalGatewayRouteTableVpcAssociationRequest
3019
3020
 
@@ -921,7 +921,9 @@ module Aws::EC2
921
921
  # The IPv6 network range for the subnet, in CIDR notation. The subnet
922
922
  # size must use a /64 prefix length.
923
923
  # @option options [String] :outpost_arn
924
- # The Amazon Resource Name (ARN) of the Outpost.
924
+ # The Amazon Resource Name (ARN) of the Outpost. If you specify an
925
+ # Outpost ARN, you must also specify the Availability Zone of the
926
+ # Outpost subnet.
925
927
  # @option options [required, String] :vpc_id
926
928
  # The ID of the VPC.
927
929
  # @option options [Boolean] :dry_run
@@ -6413,6 +6413,17 @@ module Aws::EC2
6413
6413
  # {
6414
6414
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
6415
6415
  # vpc_id: "VpcId", # required
6416
+ # tag_specifications: [
6417
+ # {
6418
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
6419
+ # tags: [
6420
+ # {
6421
+ # key: "String",
6422
+ # value: "String",
6423
+ # },
6424
+ # ],
6425
+ # },
6426
+ # ],
6416
6427
  # dry_run: false,
6417
6428
  # }
6418
6429
  #
@@ -6424,6 +6435,10 @@ module Aws::EC2
6424
6435
  # The ID of the VPC.
6425
6436
  # @return [String]
6426
6437
  #
6438
+ # @!attribute [rw] tag_specifications
6439
+ # The tags to assign to the local gateway route table VPC association.
6440
+ # @return [Array<Types::TagSpecification>]
6441
+ #
6427
6442
  # @!attribute [rw] dry_run
6428
6443
  # Checks whether you have the required permissions for the action,
6429
6444
  # without actually making the request, and provides an error response.
@@ -6436,6 +6451,7 @@ module Aws::EC2
6436
6451
  class CreateLocalGatewayRouteTableVpcAssociationRequest < Struct.new(
6437
6452
  :local_gateway_route_table_id,
6438
6453
  :vpc_id,
6454
+ :tag_specifications,
6439
6455
  :dry_run)
6440
6456
  include Aws::Structure
6441
6457
  end
@@ -7423,7 +7439,9 @@ module Aws::EC2
7423
7439
  # @return [String]
7424
7440
  #
7425
7441
  # @!attribute [rw] outpost_arn
7426
- # The Amazon Resource Name (ARN) of the Outpost.
7442
+ # The Amazon Resource Name (ARN) of the Outpost. If you specify an
7443
+ # Outpost ARN, you must also specify the Availability Zone of the
7444
+ # Outpost subnet.
7427
7445
  # @return [String]
7428
7446
  #
7429
7447
  # @!attribute [rw] vpc_id
@@ -15795,6 +15813,19 @@ module Aws::EC2
15795
15813
  #
15796
15814
  # @!attribute [rw] filters
15797
15815
  # One or more filters.
15816
+ #
15817
+ # * `local-gateway-id` - The ID of a local gateway.
15818
+ #
15819
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
15820
+ # table.
15821
+ #
15822
+ # * `local-gateway-route-table-virtual-interface-group-association-id`
15823
+ # - The ID of the association.
15824
+ #
15825
+ # * `local-gateway-route-table-virtual-interface-group-id` - The ID of
15826
+ # the virtual interface group.
15827
+ #
15828
+ # * `state` - The state of the association.
15798
15829
  # @return [Array<Types::Filter>]
15799
15830
  #
15800
15831
  # @!attribute [rw] max_results
@@ -15864,6 +15895,18 @@ module Aws::EC2
15864
15895
  #
15865
15896
  # @!attribute [rw] filters
15866
15897
  # One or more filters.
15898
+ #
15899
+ # * `local-gateway-id` - The ID of a local gateway.
15900
+ #
15901
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
15902
+ # table.
15903
+ #
15904
+ # * `local-gateway-route-table-vpc-association-id` - The ID of the
15905
+ # association.
15906
+ #
15907
+ # * `state` - The state of the association.
15908
+ #
15909
+ # * `vpc-id` - The ID of the VPC.
15867
15910
  # @return [Array<Types::Filter>]
15868
15911
  #
15869
15912
  # @!attribute [rw] max_results
@@ -15933,6 +15976,15 @@ module Aws::EC2
15933
15976
  #
15934
15977
  # @!attribute [rw] filters
15935
15978
  # One or more filters.
15979
+ #
15980
+ # * `local-gateway-id` - The ID of a local gateway.
15981
+ #
15982
+ # * `local-gateway-route-table-id` - The ID of a local gateway route
15983
+ # table.
15984
+ #
15985
+ # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
15986
+ #
15987
+ # * `state` - The state of the local gateway route table.
15936
15988
  # @return [Array<Types::Filter>]
15937
15989
  #
15938
15990
  # @!attribute [rw] max_results
@@ -16002,6 +16054,14 @@ module Aws::EC2
16002
16054
  #
16003
16055
  # @!attribute [rw] filters
16004
16056
  # One or more filters.
16057
+ #
16058
+ # * `local-gateway-id` - The ID of a local gateway.
16059
+ #
16060
+ # * `local-gateway-virtual-interface-id` - The ID of the virtual
16061
+ # interface.
16062
+ #
16063
+ # * `local-gateway-virtual-interface-group-id` - The ID of the virtual
16064
+ # interface group.
16005
16065
  # @return [Array<Types::Filter>]
16006
16066
  #
16007
16067
  # @!attribute [rw] max_results
@@ -16135,7 +16195,22 @@ module Aws::EC2
16135
16195
  # }
16136
16196
  #
16137
16197
  # @!attribute [rw] local_gateway_ids
16138
- # The IDs of the local gateways.
16198
+ # One or more filters.
16199
+ #
16200
+ # * `local-gateway-id` - The ID of a local gateway.
16201
+ #
16202
+ # * `local-gateway-route-table-id` - The ID of the local gateway route
16203
+ # table.
16204
+ #
16205
+ # * `local-gateway-route-table-virtual-interface-group-association-id`
16206
+ # - The ID of the association.
16207
+ #
16208
+ # * `local-gateway-route-table-virtual-interface-group-id` - The ID of
16209
+ # the virtual interface group.
16210
+ #
16211
+ # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
16212
+ #
16213
+ # * `state` - The state of the association.
16139
16214
  # @return [Array<String>]
16140
16215
  #
16141
16216
  # @!attribute [rw] filters
@@ -462,7 +462,9 @@ module Aws::EC2
462
462
  # The IPv6 network range for the subnet, in CIDR notation. The subnet
463
463
  # size must use a /64 prefix length.
464
464
  # @option options [String] :outpost_arn
465
- # The Amazon Resource Name (ARN) of the Outpost.
465
+ # The Amazon Resource Name (ARN) of the Outpost. If you specify an
466
+ # Outpost ARN, you must also specify the Availability Zone of the
467
+ # Outpost subnet.
466
468
  # @option options [Boolean] :dry_run
467
469
  # Checks whether you have the required permissions for the action,
468
470
  # without actually making the request, and provides an error response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.158.0
4
+ version: 1.159.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-11 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4