aws-sdk-core 2.11.560 → 2.11.565

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e150e41eb2375eb2d0b6050636f680a0f15289f834b16c20974c4bdaa9ba61b
4
- data.tar.gz: b7492989b03940e6f377f2eec6ff1fca50e6ee163f96344bfb8cf38796024aad
3
+ metadata.gz: 910bcf9e964a0f745b7a27c536b723db4ae50eccc6aacde58dd05e0e38c1b8a2
4
+ data.tar.gz: 34a971b008f54828f9f981121d3249781ee2cf50fcb40904d2c8e87c09e8719e
5
5
  SHA512:
6
- metadata.gz: c87794ffa76eb68377e54eb46fb13ba28f891c66a285a08f71b6c6d653a06427ff61f8efad56e1c7a48b4d72bc321ff5fd9eea6a0b53a8be31a805f5a2c926d2
7
- data.tar.gz: 6e06a21f3b3181a56dca371b3fa3503757557051733100f15e7bc6da9ae821aa8bf395d20e2e8e212e31305d80e4132dba6e48d0975a27b735ada40dbc7d8f95
6
+ metadata.gz: c7793422bca47cad4abdf107150c73cfd9bff8d12c12d0abbc89ec5299f42f7a2b1d5262304263d679dee7b0dc84a5203b57af44c6c6281ed4560e7e2bbc2026
7
+ data.tar.gz: 5c54886c219424faeb63828e466795f0a854448e82a62e307a8aad8829fc4b8b2c5a277d26b9e7739e2a56513960ed8b3c313e23b2f2ea192c917b8280c31962
@@ -185,7 +185,8 @@
185
185
  "errors":[
186
186
  {"shape":"NotFoundException"},
187
187
  {"shape":"InternalServerErrorException"},
188
- {"shape":"BadRequestException"}
188
+ {"shape":"BadRequestException"},
189
+ {"shape":"ConcurrentAccessException"}
189
190
  ]
190
191
  },
191
192
  "UntagResource":{
@@ -199,7 +200,8 @@
199
200
  "errors":[
200
201
  {"shape":"NotFoundException"},
201
202
  {"shape":"InternalServerErrorException"},
202
- {"shape":"BadRequestException"}
203
+ {"shape":"BadRequestException"},
204
+ {"shape":"ConcurrentAccessException"}
203
205
  ]
204
206
  },
205
207
  "UpdateEnvironment":{
@@ -263,12 +265,25 @@
263
265
  "type":"string",
264
266
  "pattern":"[\\x20-\\x7E]{10,128}"
265
267
  },
268
+ "ConcurrentAccessException":{
269
+ "type":"structure",
270
+ "members":{
271
+ },
272
+ "exception":true
273
+ },
266
274
  "ConflictException":{
267
275
  "type":"structure",
268
276
  "members":{
269
277
  },
270
278
  "exception":true
271
279
  },
280
+ "ConnectionType":{
281
+ "type":"string",
282
+ "enum":[
283
+ "CONNECT_SSH",
284
+ "CONNECT_SSM"
285
+ ]
286
+ },
272
287
  "CreateEnvironmentEC2Request":{
273
288
  "type":"structure",
274
289
  "required":[
@@ -283,7 +298,8 @@
283
298
  "subnetId":{"shape":"SubnetId"},
284
299
  "automaticStopTimeMinutes":{"shape":"AutomaticStopTimeMinutes"},
285
300
  "ownerArn":{"shape":"UserArn"},
286
- "tags":{"shape":"TagList"}
301
+ "tags":{"shape":"TagList"},
302
+ "connectionType":{"shape":"ConnectionType"}
287
303
  }
288
304
  },
289
305
  "CreateEnvironmentEC2Result":{
@@ -390,6 +406,7 @@
390
406
  "name":{"shape":"EnvironmentName"},
391
407
  "description":{"shape":"EnvironmentDescription"},
392
408
  "type":{"shape":"EnvironmentType"},
409
+ "connectionType":{"shape":"ConnectionType"},
393
410
  "arn":{"shape":"String"},
394
411
  "ownerArn":{"shape":"String"},
395
412
  "lifecycle":{"shape":"EnvironmentLifecycle"}
@@ -384,6 +384,15 @@
384
384
  "input":{"shape":"CreateCapacityReservationRequest"},
385
385
  "output":{"shape":"CreateCapacityReservationResult"}
386
386
  },
387
+ "CreateCarrierGateway":{
388
+ "name":"CreateCarrierGateway",
389
+ "http":{
390
+ "method":"POST",
391
+ "requestUri":"/"
392
+ },
393
+ "input":{"shape":"CreateCarrierGatewayRequest"},
394
+ "output":{"shape":"CreateCarrierGatewayResult"}
395
+ },
387
396
  "CreateClientVpnEndpoint":{
388
397
  "name":"CreateClientVpnEndpoint",
389
398
  "http":{
@@ -858,6 +867,15 @@
858
867
  "input":{"shape":"CreateVpnGatewayRequest"},
859
868
  "output":{"shape":"CreateVpnGatewayResult"}
860
869
  },
870
+ "DeleteCarrierGateway":{
871
+ "name":"DeleteCarrierGateway",
872
+ "http":{
873
+ "method":"POST",
874
+ "requestUri":"/"
875
+ },
876
+ "input":{"shape":"DeleteCarrierGatewayRequest"},
877
+ "output":{"shape":"DeleteCarrierGatewayResult"}
878
+ },
861
879
  "DeleteClientVpnEndpoint":{
862
880
  "name":"DeleteClientVpnEndpoint",
863
881
  "http":{
@@ -1377,6 +1395,15 @@
1377
1395
  "input":{"shape":"DescribeCapacityReservationsRequest"},
1378
1396
  "output":{"shape":"DescribeCapacityReservationsResult"}
1379
1397
  },
1398
+ "DescribeCarrierGateways":{
1399
+ "name":"DescribeCarrierGateways",
1400
+ "http":{
1401
+ "method":"POST",
1402
+ "requestUri":"/"
1403
+ },
1404
+ "input":{"shape":"DescribeCarrierGatewaysRequest"},
1405
+ "output":{"shape":"DescribeCarrierGatewaysResult"}
1406
+ },
1380
1407
  "DescribeClassicLinkInstances":{
1381
1408
  "name":"DescribeClassicLinkInstances",
1382
1409
  "http":{
@@ -3912,6 +3939,10 @@
3912
3939
  "CustomerOwnedIpv4Pool":{
3913
3940
  "shape":"String",
3914
3941
  "locationName":"customerOwnedIpv4Pool"
3942
+ },
3943
+ "CarrierIp":{
3944
+ "shape":"String",
3945
+ "locationName":"carrierIp"
3915
3946
  }
3916
3947
  }
3917
3948
  },
@@ -3990,6 +4021,10 @@
3990
4021
  "CustomerOwnedIpv4Pool":{
3991
4022
  "shape":"String",
3992
4023
  "locationName":"customerOwnedIpv4Pool"
4024
+ },
4025
+ "CarrierIp":{
4026
+ "shape":"String",
4027
+ "locationName":"carrierIp"
3993
4028
  }
3994
4029
  }
3995
4030
  },
@@ -5515,8 +5550,7 @@
5515
5550
  "Windows with SQL Server Web",
5516
5551
  "Linux with SQL Server Standard",
5517
5552
  "Linux with SQL Server Web",
5518
- "Linux with SQL Server Enterprise",
5519
- "Windows BYOL"
5553
+ "Linux with SQL Server Enterprise"
5520
5554
  ]
5521
5555
  },
5522
5556
  "CapacityReservationOptions":{
@@ -5605,6 +5639,57 @@
5605
5639
  "dedicated"
5606
5640
  ]
5607
5641
  },
5642
+ "CarrierGateway":{
5643
+ "type":"structure",
5644
+ "members":{
5645
+ "CarrierGatewayId":{
5646
+ "shape":"CarrierGatewayId",
5647
+ "locationName":"carrierGatewayId"
5648
+ },
5649
+ "VpcId":{
5650
+ "shape":"VpcId",
5651
+ "locationName":"vpcId"
5652
+ },
5653
+ "State":{
5654
+ "shape":"CarrierGatewayState",
5655
+ "locationName":"state"
5656
+ },
5657
+ "OwnerId":{
5658
+ "shape":"String",
5659
+ "locationName":"ownerId"
5660
+ },
5661
+ "Tags":{
5662
+ "shape":"TagList",
5663
+ "locationName":"tagSet"
5664
+ }
5665
+ }
5666
+ },
5667
+ "CarrierGatewayId":{"type":"string"},
5668
+ "CarrierGatewayIdSet":{
5669
+ "type":"list",
5670
+ "member":{"shape":"CarrierGatewayId"}
5671
+ },
5672
+ "CarrierGatewayMaxResults":{
5673
+ "type":"integer",
5674
+ "max":1000,
5675
+ "min":5
5676
+ },
5677
+ "CarrierGatewaySet":{
5678
+ "type":"list",
5679
+ "member":{
5680
+ "shape":"CarrierGateway",
5681
+ "locationName":"item"
5682
+ }
5683
+ },
5684
+ "CarrierGatewayState":{
5685
+ "type":"string",
5686
+ "enum":[
5687
+ "pending",
5688
+ "available",
5689
+ "deleting",
5690
+ "deleted"
5691
+ ]
5692
+ },
5608
5693
  "CertificateAuthentication":{
5609
5694
  "type":"structure",
5610
5695
  "members":{
@@ -6495,6 +6580,31 @@
6495
6580
  }
6496
6581
  }
6497
6582
  },
6583
+ "CreateCarrierGatewayRequest":{
6584
+ "type":"structure",
6585
+ "required":["VpcId"],
6586
+ "members":{
6587
+ "VpcId":{"shape":"VpcId"},
6588
+ "TagSpecifications":{
6589
+ "shape":"TagSpecificationList",
6590
+ "locationName":"TagSpecification"
6591
+ },
6592
+ "DryRun":{"shape":"Boolean"},
6593
+ "ClientToken":{
6594
+ "shape":"String",
6595
+ "idempotencyToken":true
6596
+ }
6597
+ }
6598
+ },
6599
+ "CreateCarrierGatewayResult":{
6600
+ "type":"structure",
6601
+ "members":{
6602
+ "CarrierGateway":{
6603
+ "shape":"CarrierGateway",
6604
+ "locationName":"carrierGateway"
6605
+ }
6606
+ }
6607
+ },
6498
6608
  "CreateClientVpnEndpointRequest":{
6499
6609
  "type":"structure",
6500
6610
  "required":[
@@ -7419,6 +7529,7 @@
7419
7529
  },
7420
7530
  "TransitGatewayId":{"shape":"TransitGatewayId"},
7421
7531
  "LocalGatewayId":{"shape":"LocalGatewayId"},
7532
+ "CarrierGatewayId":{"shape":"CarrierGatewayId"},
7422
7533
  "NetworkInterfaceId":{
7423
7534
  "shape":"NetworkInterfaceId",
7424
7535
  "locationName":"networkInterfaceId"
@@ -8320,6 +8431,23 @@
8320
8431
  ]
8321
8432
  },
8322
8433
  "DefaultingDhcpOptionsId":{"type":"string"},
8434
+ "DeleteCarrierGatewayRequest":{
8435
+ "type":"structure",
8436
+ "required":["CarrierGatewayId"],
8437
+ "members":{
8438
+ "CarrierGatewayId":{"shape":"CarrierGatewayId"},
8439
+ "DryRun":{"shape":"Boolean"}
8440
+ }
8441
+ },
8442
+ "DeleteCarrierGatewayResult":{
8443
+ "type":"structure",
8444
+ "members":{
8445
+ "CarrierGateway":{
8446
+ "shape":"CarrierGateway",
8447
+ "locationName":"carrierGateway"
8448
+ }
8449
+ }
8450
+ },
8323
8451
  "DeleteClientVpnEndpointRequest":{
8324
8452
  "type":"structure",
8325
8453
  "required":["ClientVpnEndpointId"],
@@ -9549,6 +9677,35 @@
9549
9677
  }
9550
9678
  }
9551
9679
  },
9680
+ "DescribeCarrierGatewaysRequest":{
9681
+ "type":"structure",
9682
+ "members":{
9683
+ "CarrierGatewayIds":{
9684
+ "shape":"CarrierGatewayIdSet",
9685
+ "locationName":"CarrierGatewayId"
9686
+ },
9687
+ "Filters":{
9688
+ "shape":"FilterList",
9689
+ "locationName":"Filter"
9690
+ },
9691
+ "MaxResults":{"shape":"CarrierGatewayMaxResults"},
9692
+ "NextToken":{"shape":"String"},
9693
+ "DryRun":{"shape":"Boolean"}
9694
+ }
9695
+ },
9696
+ "DescribeCarrierGatewaysResult":{
9697
+ "type":"structure",
9698
+ "members":{
9699
+ "CarrierGateways":{
9700
+ "shape":"CarrierGatewaySet",
9701
+ "locationName":"carrierGatewaySet"
9702
+ },
9703
+ "NextToken":{
9704
+ "shape":"String",
9705
+ "locationName":"nextToken"
9706
+ }
9707
+ }
9708
+ },
9552
9709
  "DescribeClassicLinkInstancesMaxResults":{
9553
9710
  "type":"integer",
9554
9711
  "max":1000,
@@ -17892,6 +18049,10 @@
17892
18049
  "InstanceNetworkInterfaceAssociation":{
17893
18050
  "type":"structure",
17894
18051
  "members":{
18052
+ "CarrierIp":{
18053
+ "shape":"String",
18054
+ "locationName":"carrierIp"
18055
+ },
17895
18056
  "IpOwnerId":{
17896
18057
  "shape":"String",
17897
18058
  "locationName":"ipOwnerId"
@@ -17991,6 +18152,7 @@
17991
18152
  "shape":"String",
17992
18153
  "locationName":"subnetId"
17993
18154
  },
18155
+ "AssociateCarrierIpAddress":{"shape":"Boolean"},
17994
18156
  "InterfaceType":{"shape":"String"}
17995
18157
  }
17996
18158
  },
@@ -19518,6 +19680,10 @@
19518
19680
  "LaunchTemplateInstanceNetworkInterfaceSpecification":{
19519
19681
  "type":"structure",
19520
19682
  "members":{
19683
+ "AssociateCarrierIpAddress":{
19684
+ "shape":"Boolean",
19685
+ "locationName":"associateCarrierIpAddress"
19686
+ },
19521
19687
  "AssociatePublicIpAddress":{
19522
19688
  "shape":"Boolean",
19523
19689
  "locationName":"associatePublicIpAddress"
@@ -19582,6 +19748,7 @@
19582
19748
  "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
19583
19749
  "type":"structure",
19584
19750
  "members":{
19751
+ "AssociateCarrierIpAddress":{"shape":"Boolean"},
19585
19752
  "AssociatePublicIpAddress":{"shape":"Boolean"},
19586
19753
  "DeleteOnTermination":{"shape":"Boolean"},
19587
19754
  "Description":{"shape":"String"},
@@ -21013,9 +21180,7 @@
21013
21180
  "SubnetId":{
21014
21181
  "shape":"SubnetId",
21015
21182
  "locationName":"subnetId"
21016
- },
21017
- "MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
21018
- "CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
21183
+ }
21019
21184
  }
21020
21185
  },
21021
21186
  "ModifyTrafficMirrorFilterNetworkServicesRequest":{
@@ -21393,6 +21558,7 @@
21393
21558
  "type":"structure",
21394
21559
  "members":{
21395
21560
  "TunnelInsideCidr":{"shape":"String"},
21561
+ "TunnelInsideIpv6Cidr":{"shape":"String"},
21396
21562
  "PreSharedKey":{"shape":"String"},
21397
21563
  "Phase1LifetimeSeconds":{"shape":"Integer"},
21398
21564
  "Phase2LifetimeSeconds":{"shape":"Integer"},
@@ -21895,6 +22061,10 @@
21895
22061
  "PublicIp":{
21896
22062
  "shape":"String",
21897
22063
  "locationName":"publicIp"
22064
+ },
22065
+ "CarrierIp":{
22066
+ "shape":"String",
22067
+ "locationName":"carrierIp"
21898
22068
  }
21899
22069
  }
21900
22070
  },
@@ -23762,6 +23932,7 @@
23762
23932
  },
23763
23933
  "TransitGatewayId":{"shape":"TransitGatewayId"},
23764
23934
  "LocalGatewayId":{"shape":"LocalGatewayId"},
23935
+ "CarrierGatewayId":{"shape":"CarrierGatewayId"},
23765
23936
  "NetworkInterfaceId":{
23766
23937
  "shape":"NetworkInterfaceId",
23767
23938
  "locationName":"networkInterfaceId"
@@ -25092,6 +25263,10 @@
25092
25263
  "shape":"String",
25093
25264
  "locationName":"localGatewayId"
25094
25265
  },
25266
+ "CarrierGatewayId":{
25267
+ "shape":"CarrierGatewayId",
25268
+ "locationName":"carrierGatewayId"
25269
+ },
25095
25270
  "NetworkInterfaceId":{
25096
25271
  "shape":"String",
25097
25272
  "locationName":"networkInterfaceId"
@@ -28740,6 +28915,13 @@
28740
28915
  "udp"
28741
28916
  ]
28742
28917
  },
28918
+ "TunnelInsideIpVersion":{
28919
+ "type":"string",
28920
+ "enum":[
28921
+ "ipv4",
28922
+ "ipv6"
28923
+ ]
28924
+ },
28743
28925
  "TunnelOption":{
28744
28926
  "type":"structure",
28745
28927
  "members":{
@@ -28751,6 +28933,10 @@
28751
28933
  "shape":"String",
28752
28934
  "locationName":"tunnelInsideCidr"
28753
28935
  },
28936
+ "TunnelInsideIpv6Cidr":{
28937
+ "shape":"String",
28938
+ "locationName":"tunnelInsideIpv6Cidr"
28939
+ },
28754
28940
  "PreSharedKey":{
28755
28941
  "shape":"String",
28756
28942
  "locationName":"preSharedKey"
@@ -30215,6 +30401,10 @@
30215
30401
  "shape":"Boolean",
30216
30402
  "locationName":"staticRoutesOnly"
30217
30403
  },
30404
+ "TunnelInsideIpVersion":{
30405
+ "shape":"TunnelInsideIpVersion",
30406
+ "locationName":"tunnelInsideIpVersion"
30407
+ },
30218
30408
  "TunnelOptions":{
30219
30409
  "shape":"TunnelOptionsList",
30220
30410
  "locationName":"tunnelOptionSet"
@@ -30229,6 +30419,7 @@
30229
30419
  "shape":"Boolean",
30230
30420
  "locationName":"staticRoutesOnly"
30231
30421
  },
30422
+ "TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
30232
30423
  "TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
30233
30424
  }
30234
30425
  },
@@ -30332,6 +30523,7 @@
30332
30523
  "type":"structure",
30333
30524
  "members":{
30334
30525
  "TunnelInsideCidr":{"shape":"String"},
30526
+ "TunnelInsideIpv6Cidr":{"shape":"String"},
30335
30527
  "PreSharedKey":{"shape":"String"},
30336
30528
  "Phase1LifetimeSeconds":{"shape":"Integer"},
30337
30529
  "Phase2LifetimeSeconds":{"shape":"Integer"},
@@ -24,6 +24,12 @@
24
24
  "output_token": "NextToken",
25
25
  "result_key": "CapacityReservations"
26
26
  },
27
+ "DescribeCarrierGateways": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "CarrierGateways"
32
+ },
27
33
  "DescribeClassicLinkInstances": {
28
34
  "input_token": "NextToken",
29
35
  "limit_key": "MaxResults",