aws-sdk 2.1603.0 → 2.1605.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-2023-04-20.min.json +1059 -90
  3. package/apis/bedrock-2023-04-20.paginators.json +12 -0
  4. package/apis/bedrock-agent-2023-06-05.min.json +105 -52
  5. package/apis/bedrock-agent-runtime-2023-07-26.min.json +265 -58
  6. package/apis/bedrock-runtime-2023-09-30.min.json +24 -0
  7. package/apis/ce-2017-10-25.min.json +2 -1
  8. package/apis/ec2-2016-11-15.min.json +139 -82
  9. package/apis/metadata.json +3 -0
  10. package/apis/payment-cryptography-2021-09-14.min.json +219 -189
  11. package/apis/payment-cryptography-2021-09-14.waiters2.json +5 -0
  12. package/apis/route53profiles-2018-05-10.examples.json +5 -0
  13. package/apis/route53profiles-2018-05-10.min.json +598 -0
  14. package/apis/route53profiles-2018-05-10.paginators.json +22 -0
  15. package/apis/sagemaker-2017-07-24.min.json +87 -63
  16. package/apis/servicediscovery-2017-03-14.examples.json +86 -0
  17. package/apis/transfer-2018-11-05.min.json +32 -3
  18. package/apis/workspaces-web-2020-07-08.min.json +84 -43
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/bedrock.d.ts +1082 -118
  22. package/clients/bedrockagent.d.ts +80 -2
  23. package/clients/bedrockagentruntime.d.ts +252 -5
  24. package/clients/bedrockruntime.d.ts +37 -10
  25. package/clients/costexplorer.d.ts +11 -7
  26. package/clients/ec2.d.ts +103 -39
  27. package/clients/paymentcryptography.d.ts +175 -147
  28. package/clients/paymentcryptography.js +1 -0
  29. package/clients/pi.d.ts +5 -5
  30. package/clients/rds.d.ts +1 -1
  31. package/clients/redshiftserverless.d.ts +5 -5
  32. package/clients/route53profiles.d.ts +614 -0
  33. package/clients/route53profiles.js +18 -0
  34. package/clients/sagemaker.d.ts +17 -10
  35. package/clients/servicediscovery.d.ts +4 -4
  36. package/clients/transfer.d.ts +44 -5
  37. package/clients/workspacesweb.d.ts +89 -23
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +297 -253
  40. package/dist/aws-sdk.js +147 -86
  41. package/dist/aws-sdk.min.js +70 -70
  42. package/lib/config_service_placeholders.d.ts +2 -0
  43. package/lib/core.js +1 -1
  44. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1603.0
1
+ // AWS SDK for JavaScript v2.1605.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -13165,7 +13165,8 @@ module.exports={
13165
13165
  "type": "structure",
13166
13166
  "members": {
13167
13167
  "RecommendationId": {},
13168
- "GenerationTimestamp": {}
13168
+ "GenerationTimestamp": {},
13169
+ "AdditionalMetadata": {}
13169
13170
  }
13170
13171
  },
13171
13172
  "Recommendations": {
@@ -97596,6 +97597,10 @@ module.exports={
97596
97597
  "ImdsSupport": {
97597
97598
  "shape": "Sc1",
97598
97599
  "locationName": "imdsSupport"
97600
+ },
97601
+ "DeregistrationProtection": {
97602
+ "shape": "Sc1",
97603
+ "locationName": "deregistrationProtection"
97599
97604
  }
97600
97605
  }
97601
97606
  }
@@ -97747,6 +97752,12 @@ module.exports={
97747
97752
  },
97748
97753
  "SourceInstanceId": {
97749
97754
  "locationName": "sourceInstanceId"
97755
+ },
97756
+ "DeregistrationProtection": {
97757
+ "locationName": "deregistrationProtection"
97758
+ },
97759
+ "LastLaunchedTime": {
97760
+ "locationName": "lastLaunchedTime"
97750
97761
  }
97751
97762
  }
97752
97763
  }
@@ -104179,6 +104190,28 @@ module.exports={
104179
104190
  }
104180
104191
  }
104181
104192
  },
104193
+ "DisableImageDeregistrationProtection": {
104194
+ "input": {
104195
+ "type": "structure",
104196
+ "required": [
104197
+ "ImageId"
104198
+ ],
104199
+ "members": {
104200
+ "ImageId": {},
104201
+ "DryRun": {
104202
+ "type": "boolean"
104203
+ }
104204
+ }
104205
+ },
104206
+ "output": {
104207
+ "type": "structure",
104208
+ "members": {
104209
+ "Return": {
104210
+ "locationName": "return"
104211
+ }
104212
+ }
104213
+ }
104214
+ },
104182
104215
  "DisableIpamOrganizationAdminAccount": {
104183
104216
  "input": {
104184
104217
  "type": "structure",
@@ -104258,7 +104291,7 @@ module.exports={
104258
104291
  "type": "structure",
104259
104292
  "members": {
104260
104293
  "Propagation": {
104261
- "shape": "S1w2",
104294
+ "shape": "S1w4",
104262
104295
  "locationName": "propagation"
104263
104296
  }
104264
104297
  }
@@ -105039,6 +105072,31 @@ module.exports={
105039
105072
  }
105040
105073
  }
105041
105074
  },
105075
+ "EnableImageDeregistrationProtection": {
105076
+ "input": {
105077
+ "type": "structure",
105078
+ "required": [
105079
+ "ImageId"
105080
+ ],
105081
+ "members": {
105082
+ "ImageId": {},
105083
+ "WithCooldown": {
105084
+ "type": "boolean"
105085
+ },
105086
+ "DryRun": {
105087
+ "type": "boolean"
105088
+ }
105089
+ }
105090
+ },
105091
+ "output": {
105092
+ "type": "structure",
105093
+ "members": {
105094
+ "Return": {
105095
+ "locationName": "return"
105096
+ }
105097
+ }
105098
+ }
105099
+ },
105042
105100
  "EnableIpamOrganizationAdminAccount": {
105043
105101
  "input": {
105044
105102
  "type": "structure",
@@ -105141,7 +105199,7 @@ module.exports={
105141
105199
  "type": "structure",
105142
105200
  "members": {
105143
105201
  "Propagation": {
105144
- "shape": "S1w2",
105202
+ "shape": "S1w4",
105145
105203
  "locationName": "propagation"
105146
105204
  }
105147
105205
  }
@@ -105755,7 +105813,7 @@ module.exports={
105755
105813
  "type": "structure",
105756
105814
  "members": {
105757
105815
  "InstanceFamilyCreditSpecification": {
105758
- "shape": "S1zk",
105816
+ "shape": "S1zo",
105759
105817
  "locationName": "instanceFamilyCreditSpecification"
105760
105818
  }
105761
105819
  }
@@ -105905,7 +105963,7 @@ module.exports={
105905
105963
  ],
105906
105964
  "members": {
105907
105965
  "HostIdSet": {
105908
- "shape": "S201"
105966
+ "shape": "S205"
105909
105967
  },
105910
105968
  "OfferingId": {}
105911
105969
  }
@@ -105917,7 +105975,7 @@ module.exports={
105917
105975
  "locationName": "currencyCode"
105918
105976
  },
105919
105977
  "Purchase": {
105920
- "shape": "S203",
105978
+ "shape": "S207",
105921
105979
  "locationName": "purchase"
105922
105980
  },
105923
105981
  "TotalHourlyPrice": {
@@ -105994,11 +106052,11 @@ module.exports={
105994
106052
  "type": "boolean"
105995
106053
  },
105996
106054
  "ArchitectureTypes": {
105997
- "shape": "S20c",
106055
+ "shape": "S20g",
105998
106056
  "locationName": "ArchitectureType"
105999
106057
  },
106000
106058
  "VirtualizationTypes": {
106001
- "shape": "S20d",
106059
+ "shape": "S20h",
106002
106060
  "locationName": "VirtualizationType"
106003
106061
  },
106004
106062
  "InstanceRequirements": {
@@ -106531,7 +106589,7 @@ module.exports={
106531
106589
  "locationName": "ipamResourceCidrSet",
106532
106590
  "type": "list",
106533
106591
  "member": {
106534
- "shape": "S21p",
106592
+ "shape": "S21t",
106535
106593
  "locationName": "item"
106536
106594
  }
106537
106595
  }
@@ -106796,7 +106854,7 @@ module.exports={
106796
106854
  "locationName": "paymentDue"
106797
106855
  },
106798
106856
  "ReservedInstanceValueRollup": {
106799
- "shape": "S22e",
106857
+ "shape": "S22i",
106800
106858
  "locationName": "reservedInstanceValueRollup"
106801
106859
  },
106802
106860
  "ReservedInstanceValueSet": {
@@ -106807,7 +106865,7 @@ module.exports={
106807
106865
  "type": "structure",
106808
106866
  "members": {
106809
106867
  "ReservationValue": {
106810
- "shape": "S22e",
106868
+ "shape": "S22i",
106811
106869
  "locationName": "reservationValue"
106812
106870
  },
106813
106871
  "ReservedInstanceId": {
@@ -106817,7 +106875,7 @@ module.exports={
106817
106875
  }
106818
106876
  },
106819
106877
  "TargetConfigurationValueRollup": {
106820
- "shape": "S22e",
106878
+ "shape": "S22i",
106821
106879
  "locationName": "targetConfigurationValueRollup"
106822
106880
  },
106823
106881
  "TargetConfigurationValueSet": {
@@ -106828,7 +106886,7 @@ module.exports={
106828
106886
  "type": "structure",
106829
106887
  "members": {
106830
106888
  "ReservationValue": {
106831
- "shape": "S22e",
106889
+ "shape": "S22i",
106832
106890
  "locationName": "reservationValue"
106833
106891
  },
106834
106892
  "TargetConfiguration": {
@@ -106977,11 +107035,11 @@ module.exports={
106977
107035
  "type": "structure",
106978
107036
  "members": {
106979
107037
  "ArchitectureTypes": {
106980
- "shape": "S20c",
107038
+ "shape": "S20g",
106981
107039
  "locationName": "ArchitectureType"
106982
107040
  },
106983
107041
  "VirtualizationTypes": {
106984
- "shape": "S20d",
107042
+ "shape": "S20h",
106985
107043
  "locationName": "VirtualizationType"
106986
107044
  },
106987
107045
  "InstanceRequirements": {
@@ -107052,11 +107110,11 @@ module.exports={
107052
107110
  "type": "structure",
107053
107111
  "members": {
107054
107112
  "SubnetIpv4CidrReservations": {
107055
- "shape": "S235",
107113
+ "shape": "S239",
107056
107114
  "locationName": "subnetIpv4CidrReservationSet"
107057
107115
  },
107058
107116
  "SubnetIpv6CidrReservations": {
107059
- "shape": "S235",
107117
+ "shape": "S239",
107060
107118
  "locationName": "subnetIpv6CidrReservationSet"
107061
107119
  },
107062
107120
  "NextToken": {
@@ -107633,7 +107691,7 @@ module.exports={
107633
107691
  "members": {
107634
107692
  "Architecture": {},
107635
107693
  "ClientData": {
107636
- "shape": "S24h"
107694
+ "shape": "S24l"
107637
107695
  },
107638
107696
  "ClientToken": {},
107639
107697
  "Description": {},
@@ -107652,7 +107710,7 @@ module.exports={
107652
107710
  "shape": "S18v"
107653
107711
  },
107654
107712
  "UserBucket": {
107655
- "shape": "S24k"
107713
+ "shape": "S24o"
107656
107714
  }
107657
107715
  }
107658
107716
  }
@@ -107762,10 +107820,10 @@ module.exports={
107762
107820
  "members": {
107763
107821
  "Description": {},
107764
107822
  "Image": {
107765
- "shape": "S24r"
107823
+ "shape": "S24v"
107766
107824
  },
107767
107825
  "Volume": {
107768
- "shape": "S24s"
107826
+ "shape": "S24w"
107769
107827
  }
107770
107828
  }
107771
107829
  }
@@ -107888,7 +107946,7 @@ module.exports={
107888
107946
  "type": "structure",
107889
107947
  "members": {
107890
107948
  "ClientData": {
107891
- "shape": "S24h"
107949
+ "shape": "S24l"
107892
107950
  },
107893
107951
  "ClientToken": {},
107894
107952
  "Description": {},
@@ -107901,7 +107959,7 @@ module.exports={
107901
107959
  "shape": "S18v"
107902
107960
  },
107903
107961
  "UserBucket": {
107904
- "shape": "S24k"
107962
+ "shape": "S24o"
107905
107963
  }
107906
107964
  }
107907
107965
  },
@@ -107959,11 +108017,11 @@ module.exports={
107959
108017
  "type": "boolean"
107960
108018
  },
107961
108019
  "Image": {
107962
- "shape": "S24r",
108020
+ "shape": "S24v",
107963
108021
  "locationName": "image"
107964
108022
  },
107965
108023
  "Volume": {
107966
- "shape": "S24s",
108024
+ "shape": "S24w",
107967
108025
  "locationName": "volume"
107968
108026
  }
107969
108027
  }
@@ -108338,7 +108396,7 @@ module.exports={
108338
108396
  "type": "structure",
108339
108397
  "members": {
108340
108398
  "InstanceFamilyCreditSpecification": {
108341
- "shape": "S1zk",
108399
+ "shape": "S1zo",
108342
108400
  "locationName": "instanceFamilyCreditSpecification"
108343
108401
  }
108344
108402
  }
@@ -108412,25 +108470,25 @@ module.exports={
108412
108470
  "Attribute": {},
108413
108471
  "OperationType": {},
108414
108472
  "UserIds": {
108415
- "shape": "S262",
108473
+ "shape": "S266",
108416
108474
  "locationName": "UserId"
108417
108475
  },
108418
108476
  "UserGroups": {
108419
- "shape": "S263",
108477
+ "shape": "S267",
108420
108478
  "locationName": "UserGroup"
108421
108479
  },
108422
108480
  "ProductCodes": {
108423
- "shape": "S264",
108481
+ "shape": "S268",
108424
108482
  "locationName": "ProductCode"
108425
108483
  },
108426
108484
  "LoadPermission": {
108427
108485
  "type": "structure",
108428
108486
  "members": {
108429
108487
  "Add": {
108430
- "shape": "S266"
108488
+ "shape": "S26a"
108431
108489
  },
108432
108490
  "Remove": {
108433
- "shape": "S266"
108491
+ "shape": "S26a"
108434
108492
  }
108435
108493
  }
108436
108494
  },
@@ -108476,7 +108534,7 @@ module.exports={
108476
108534
  "locationName": "successful"
108477
108535
  },
108478
108536
  "Unsuccessful": {
108479
- "shape": "S26b",
108537
+ "shape": "S26f",
108480
108538
  "locationName": "unsuccessful"
108481
108539
  }
108482
108540
  }
@@ -108544,15 +108602,15 @@ module.exports={
108544
108602
  },
108545
108603
  "OperationType": {},
108546
108604
  "ProductCodes": {
108547
- "shape": "S264",
108605
+ "shape": "S268",
108548
108606
  "locationName": "ProductCode"
108549
108607
  },
108550
108608
  "UserGroups": {
108551
- "shape": "S263",
108609
+ "shape": "S267",
108552
108610
  "locationName": "UserGroup"
108553
108611
  },
108554
108612
  "UserIds": {
108555
- "shape": "S262",
108613
+ "shape": "S266",
108556
108614
  "locationName": "UserId"
108557
108615
  },
108558
108616
  "Value": {},
@@ -108697,7 +108755,7 @@ module.exports={
108697
108755
  "members": {
108698
108756
  "InstanceId": {},
108699
108757
  "CapacityReservationSpecification": {
108700
- "shape": "S26o"
108758
+ "shape": "S26s"
108701
108759
  },
108702
108760
  "DryRun": {
108703
108761
  "type": "boolean"
@@ -108982,7 +109040,7 @@ module.exports={
108982
109040
  "locationName": "AddOperatingRegion"
108983
109041
  },
108984
109042
  "RemoveOperatingRegions": {
108985
- "shape": "S27i",
109043
+ "shape": "S27m",
108986
109044
  "locationName": "RemoveOperatingRegion"
108987
109045
  },
108988
109046
  "Tier": {}
@@ -109073,7 +109131,7 @@ module.exports={
109073
109131
  "type": "structure",
109074
109132
  "members": {
109075
109133
  "IpamResourceCidr": {
109076
- "shape": "S21p",
109134
+ "shape": "S21t",
109077
109135
  "locationName": "ipamResourceCidr"
109078
109136
  }
109079
109137
  }
@@ -109096,7 +109154,7 @@ module.exports={
109096
109154
  "locationName": "AddOperatingRegion"
109097
109155
  },
109098
109156
  "RemoveOperatingRegions": {
109099
- "shape": "S27i",
109157
+ "shape": "S27m",
109100
109158
  "locationName": "RemoveOperatingRegion"
109101
109159
  }
109102
109160
  }
@@ -109430,7 +109488,7 @@ module.exports={
109430
109488
  "OperationType": {},
109431
109489
  "SnapshotId": {},
109432
109490
  "UserIds": {
109433
- "shape": "S262",
109491
+ "shape": "S266",
109434
109492
  "locationName": "UserId"
109435
109493
  },
109436
109494
  "DryRun": {
@@ -110387,13 +110445,13 @@ module.exports={
110387
110445
  ],
110388
110446
  "members": {
110389
110447
  "AccepterPeeringConnectionOptions": {
110390
- "shape": "S2a7"
110448
+ "shape": "S2ab"
110391
110449
  },
110392
110450
  "DryRun": {
110393
110451
  "type": "boolean"
110394
110452
  },
110395
110453
  "RequesterPeeringConnectionOptions": {
110396
- "shape": "S2a7"
110454
+ "shape": "S2ab"
110397
110455
  },
110398
110456
  "VpcPeeringConnectionId": {}
110399
110457
  }
@@ -110402,11 +110460,11 @@ module.exports={
110402
110460
  "type": "structure",
110403
110461
  "members": {
110404
110462
  "AccepterPeeringConnectionOptions": {
110405
- "shape": "S2a9",
110463
+ "shape": "S2ad",
110406
110464
  "locationName": "accepterPeeringConnectionOptions"
110407
110465
  },
110408
110466
  "RequesterPeeringConnectionOptions": {
110409
- "shape": "S2a9",
110467
+ "shape": "S2ad",
110410
110468
  "locationName": "requesterPeeringConnectionOptions"
110411
110469
  }
110412
110470
  }
@@ -110630,7 +110688,7 @@ module.exports={
110630
110688
  "type": "structure",
110631
110689
  "members": {
110632
110690
  "InstanceMonitorings": {
110633
- "shape": "S2ao",
110691
+ "shape": "S2as",
110634
110692
  "locationName": "instancesSet"
110635
110693
  }
110636
110694
  }
@@ -110883,7 +110941,7 @@ module.exports={
110883
110941
  "ClientToken": {},
110884
110942
  "CurrencyCode": {},
110885
110943
  "HostIdSet": {
110886
- "shape": "S201"
110944
+ "shape": "S205"
110887
110945
  },
110888
110946
  "LimitPrice": {},
110889
110947
  "OfferingId": {},
@@ -110903,7 +110961,7 @@ module.exports={
110903
110961
  "locationName": "currencyCode"
110904
110962
  },
110905
110963
  "Purchase": {
110906
- "shape": "S203",
110964
+ "shape": "S207",
110907
110965
  "locationName": "purchase"
110908
110966
  },
110909
110967
  "TotalHourlyPrice": {
@@ -111366,7 +111424,7 @@ module.exports={
111366
111424
  "locationName": "successful"
111367
111425
  },
111368
111426
  "Unsuccessful": {
111369
- "shape": "S26b",
111427
+ "shape": "S26f",
111370
111428
  "locationName": "unsuccessful"
111371
111429
  }
111372
111430
  }
@@ -112435,7 +112493,7 @@ module.exports={
112435
112493
  }
112436
112494
  },
112437
112495
  "CapacityReservationSpecification": {
112438
- "shape": "S26o"
112496
+ "shape": "S26s"
112439
112497
  },
112440
112498
  "HibernationOptions": {
112441
112499
  "type": "structure",
@@ -112601,7 +112659,7 @@ module.exports={
112601
112659
  "type": "integer"
112602
112660
  },
112603
112661
  "Groups": {
112604
- "shape": "S2ei",
112662
+ "shape": "S2em",
112605
112663
  "locationName": "Group"
112606
112664
  },
112607
112665
  "Ipv6AddressCount": {
@@ -112650,7 +112708,7 @@ module.exports={
112650
112708
  },
112651
112709
  "RamdiskId": {},
112652
112710
  "SecurityGroupIds": {
112653
- "shape": "S2ei",
112711
+ "shape": "S2em",
112654
112712
  "locationName": "SecurityGroupId"
112655
112713
  },
112656
112714
  "SubnetId": {},
@@ -112864,7 +112922,7 @@ module.exports={
112864
112922
  "type": "structure",
112865
112923
  "members": {
112866
112924
  "StartingInstances": {
112867
- "shape": "S2f6",
112925
+ "shape": "S2fa",
112868
112926
  "locationName": "instancesSet"
112869
112927
  }
112870
112928
  }
@@ -112991,7 +113049,7 @@ module.exports={
112991
113049
  "type": "structure",
112992
113050
  "members": {
112993
113051
  "StoppingInstances": {
112994
- "shape": "S2f6",
113052
+ "shape": "S2fa",
112995
113053
  "locationName": "instancesSet"
112996
113054
  }
112997
113055
  }
@@ -113066,7 +113124,7 @@ module.exports={
113066
113124
  "type": "structure",
113067
113125
  "members": {
113068
113126
  "TerminatingInstances": {
113069
- "shape": "S2f6",
113127
+ "shape": "S2fa",
113070
113128
  "locationName": "instancesSet"
113071
113129
  }
113072
113130
  }
@@ -113207,7 +113265,7 @@ module.exports={
113207
113265
  "type": "structure",
113208
113266
  "members": {
113209
113267
  "InstanceMonitorings": {
113210
- "shape": "S2ao",
113268
+ "shape": "S2as",
113211
113269
  "locationName": "instancesSet"
113212
113270
  }
113213
113271
  }
@@ -113226,7 +113284,7 @@ module.exports={
113226
113284
  "shape": "S6x"
113227
113285
  },
113228
113286
  "SecurityGroupRuleDescriptions": {
113229
- "shape": "S2fw",
113287
+ "shape": "S2g0",
113230
113288
  "locationName": "SecurityGroupRuleDescription"
113231
113289
  }
113232
113290
  }
@@ -113254,7 +113312,7 @@ module.exports={
113254
113312
  "shape": "S6x"
113255
113313
  },
113256
113314
  "SecurityGroupRuleDescriptions": {
113257
- "shape": "S2fw",
113315
+ "shape": "S2g0",
113258
113316
  "locationName": "SecurityGroupRuleDescription"
113259
113317
  }
113260
113318
  }
@@ -123068,7 +123126,7 @@ module.exports={
123068
123126
  "locationName": "AvailabilityZone"
123069
123127
  }
123070
123128
  },
123071
- "S1w2": {
123129
+ "S1w4": {
123072
123130
  "type": "structure",
123073
123131
  "members": {
123074
123132
  "TransitGatewayAttachmentId": {
@@ -123091,7 +123149,7 @@ module.exports={
123091
123149
  }
123092
123150
  }
123093
123151
  },
123094
- "S1zk": {
123152
+ "S1zo": {
123095
123153
  "type": "structure",
123096
123154
  "members": {
123097
123155
  "InstanceFamily": {
@@ -123102,13 +123160,13 @@ module.exports={
123102
123160
  }
123103
123161
  }
123104
123162
  },
123105
- "S201": {
123163
+ "S205": {
123106
123164
  "type": "list",
123107
123165
  "member": {
123108
123166
  "locationName": "item"
123109
123167
  }
123110
123168
  },
123111
- "S203": {
123169
+ "S207": {
123112
123170
  "type": "list",
123113
123171
  "member": {
123114
123172
  "locationName": "item",
@@ -123143,19 +123201,19 @@ module.exports={
123143
123201
  }
123144
123202
  }
123145
123203
  },
123146
- "S20c": {
123204
+ "S20g": {
123147
123205
  "type": "list",
123148
123206
  "member": {
123149
123207
  "locationName": "item"
123150
123208
  }
123151
123209
  },
123152
- "S20d": {
123210
+ "S20h": {
123153
123211
  "type": "list",
123154
123212
  "member": {
123155
123213
  "locationName": "item"
123156
123214
  }
123157
123215
  },
123158
- "S21p": {
123216
+ "S21t": {
123159
123217
  "type": "structure",
123160
123218
  "members": {
123161
123219
  "IpamId": {
@@ -123207,7 +123265,7 @@ module.exports={
123207
123265
  }
123208
123266
  }
123209
123267
  },
123210
- "S22e": {
123268
+ "S22i": {
123211
123269
  "type": "structure",
123212
123270
  "members": {
123213
123271
  "HourlyPrice": {
@@ -123221,14 +123279,14 @@ module.exports={
123221
123279
  }
123222
123280
  }
123223
123281
  },
123224
- "S235": {
123282
+ "S239": {
123225
123283
  "type": "list",
123226
123284
  "member": {
123227
123285
  "shape": "So6",
123228
123286
  "locationName": "item"
123229
123287
  }
123230
123288
  },
123231
- "S24h": {
123289
+ "S24l": {
123232
123290
  "type": "structure",
123233
123291
  "members": {
123234
123292
  "Comment": {},
@@ -123243,14 +123301,14 @@ module.exports={
123243
123301
  }
123244
123302
  }
123245
123303
  },
123246
- "S24k": {
123304
+ "S24o": {
123247
123305
  "type": "structure",
123248
123306
  "members": {
123249
123307
  "S3Bucket": {},
123250
123308
  "S3Key": {}
123251
123309
  }
123252
123310
  },
123253
- "S24r": {
123311
+ "S24v": {
123254
123312
  "type": "structure",
123255
123313
  "required": [
123256
123314
  "Bytes",
@@ -123271,7 +123329,7 @@ module.exports={
123271
123329
  }
123272
123330
  }
123273
123331
  },
123274
- "S24s": {
123332
+ "S24w": {
123275
123333
  "type": "structure",
123276
123334
  "required": [
123277
123335
  "Size"
@@ -123283,25 +123341,25 @@ module.exports={
123283
123341
  }
123284
123342
  }
123285
123343
  },
123286
- "S262": {
123344
+ "S266": {
123287
123345
  "type": "list",
123288
123346
  "member": {
123289
123347
  "locationName": "UserId"
123290
123348
  }
123291
123349
  },
123292
- "S263": {
123350
+ "S267": {
123293
123351
  "type": "list",
123294
123352
  "member": {
123295
123353
  "locationName": "UserGroup"
123296
123354
  }
123297
123355
  },
123298
- "S264": {
123356
+ "S268": {
123299
123357
  "type": "list",
123300
123358
  "member": {
123301
123359
  "locationName": "ProductCode"
123302
123360
  }
123303
123361
  },
123304
- "S266": {
123362
+ "S26a": {
123305
123363
  "type": "list",
123306
123364
  "member": {
123307
123365
  "locationName": "item",
@@ -123312,14 +123370,14 @@ module.exports={
123312
123370
  }
123313
123371
  }
123314
123372
  },
123315
- "S26b": {
123373
+ "S26f": {
123316
123374
  "type": "list",
123317
123375
  "member": {
123318
123376
  "shape": "S1i",
123319
123377
  "locationName": "item"
123320
123378
  }
123321
123379
  },
123322
- "S26o": {
123380
+ "S26s": {
123323
123381
  "type": "structure",
123324
123382
  "members": {
123325
123383
  "CapacityReservationPreference": {},
@@ -123328,7 +123386,7 @@ module.exports={
123328
123386
  }
123329
123387
  }
123330
123388
  },
123331
- "S27i": {
123389
+ "S27m": {
123332
123390
  "type": "list",
123333
123391
  "member": {
123334
123392
  "type": "structure",
@@ -123337,7 +123395,7 @@ module.exports={
123337
123395
  }
123338
123396
  }
123339
123397
  },
123340
- "S2a7": {
123398
+ "S2ab": {
123341
123399
  "type": "structure",
123342
123400
  "members": {
123343
123401
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123351,7 +123409,7 @@ module.exports={
123351
123409
  }
123352
123410
  }
123353
123411
  },
123354
- "S2a9": {
123412
+ "S2ad": {
123355
123413
  "type": "structure",
123356
123414
  "members": {
123357
123415
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123368,7 +123426,7 @@ module.exports={
123368
123426
  }
123369
123427
  }
123370
123428
  },
123371
- "S2ao": {
123429
+ "S2as": {
123372
123430
  "type": "list",
123373
123431
  "member": {
123374
123432
  "locationName": "item",
@@ -123384,13 +123442,13 @@ module.exports={
123384
123442
  }
123385
123443
  }
123386
123444
  },
123387
- "S2ei": {
123445
+ "S2em": {
123388
123446
  "type": "list",
123389
123447
  "member": {
123390
123448
  "locationName": "SecurityGroupId"
123391
123449
  }
123392
123450
  },
123393
- "S2f6": {
123451
+ "S2fa": {
123394
123452
  "type": "list",
123395
123453
  "member": {
123396
123454
  "locationName": "item",
@@ -123410,7 +123468,7 @@ module.exports={
123410
123468
  }
123411
123469
  }
123412
123470
  },
123413
- "S2fw": {
123471
+ "S2g0": {
123414
123472
  "type": "list",
123415
123473
  "member": {
123416
123474
  "locationName": "item",
@@ -195963,6 +196021,9 @@ module.exports={
195963
196021
  },
195964
196022
  "controlcatalog": {
195965
196023
  "name": "ControlCatalog"
196024
+ },
196025
+ "route53profiles": {
196026
+ "name": "Route53Profiles"
195966
196027
  }
195967
196028
  }
195968
196029
  },{}],169:[function(require,module,exports){
@@ -273573,7 +273634,7 @@ AWS.util.update(AWS, {
273573
273634
  /**
273574
273635
  * @constant
273575
273636
  */
273576
- VERSION: '2.1603.0',
273637
+ VERSION: '2.1605.0',
273577
273638
 
273578
273639
  /**
273579
273640
  * @api private
@@ -295832,7 +295893,7 @@ var LRUCache = /** @class */ (function () {
295832
295893
  }());
295833
295894
  exports.LRUCache = LRUCache;
295834
295895
  },{}],467:[function(require,module,exports){
295835
- // AWS SDK for JavaScript v2.1603.0
295896
+ // AWS SDK for JavaScript v2.1605.0
295836
295897
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295837
295898
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295838
295899
  require('./browser_loader');