@cdklabs/cdk-ecs-codedeploy 0.0.12 → 0.0.14
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.
- package/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +21 -1
- package/node_modules/aws-sdk/README.md +2 -2
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +269 -0
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
- package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
- package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
- package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -10
- package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
- package/node_modules/aws-sdk/clients/support.d.ts +35 -35
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +259 -177
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1280.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){
|
|
@@ -87555,7 +87555,11 @@ module.exports={
|
|
|
87555
87555
|
"DryRun": {
|
|
87556
87556
|
"locationName": "dryRun",
|
|
87557
87557
|
"type": "boolean"
|
|
87558
|
-
}
|
|
87558
|
+
},
|
|
87559
|
+
"MaxResults": {
|
|
87560
|
+
"type": "integer"
|
|
87561
|
+
},
|
|
87562
|
+
"NextToken": {}
|
|
87559
87563
|
}
|
|
87560
87564
|
},
|
|
87561
87565
|
"output": {
|
|
@@ -87666,6 +87670,9 @@ module.exports={
|
|
|
87666
87670
|
}
|
|
87667
87671
|
}
|
|
87668
87672
|
}
|
|
87673
|
+
},
|
|
87674
|
+
"NextToken": {
|
|
87675
|
+
"locationName": "nextToken"
|
|
87669
87676
|
}
|
|
87670
87677
|
}
|
|
87671
87678
|
}
|
|
@@ -93444,7 +93451,7 @@ module.exports={
|
|
|
93444
93451
|
],
|
|
93445
93452
|
"members": {
|
|
93446
93453
|
"AvailabilityZones": {
|
|
93447
|
-
"shape": "
|
|
93454
|
+
"shape": "S1ql",
|
|
93448
93455
|
"locationName": "AvailabilityZone"
|
|
93449
93456
|
},
|
|
93450
93457
|
"SourceSnapshotIds": {
|
|
@@ -93632,7 +93639,7 @@ module.exports={
|
|
|
93632
93639
|
"type": "structure",
|
|
93633
93640
|
"members": {
|
|
93634
93641
|
"Propagation": {
|
|
93635
|
-
"shape": "
|
|
93642
|
+
"shape": "S1r2",
|
|
93636
93643
|
"locationName": "propagation"
|
|
93637
93644
|
}
|
|
93638
93645
|
}
|
|
@@ -94143,7 +94150,7 @@ module.exports={
|
|
|
94143
94150
|
],
|
|
94144
94151
|
"members": {
|
|
94145
94152
|
"AvailabilityZones": {
|
|
94146
|
-
"shape": "
|
|
94153
|
+
"shape": "S1ql",
|
|
94147
94154
|
"locationName": "AvailabilityZone"
|
|
94148
94155
|
},
|
|
94149
94156
|
"SourceSnapshotIds": {
|
|
@@ -94354,7 +94361,7 @@ module.exports={
|
|
|
94354
94361
|
"type": "structure",
|
|
94355
94362
|
"members": {
|
|
94356
94363
|
"Propagation": {
|
|
94357
|
-
"shape": "
|
|
94364
|
+
"shape": "S1r2",
|
|
94358
94365
|
"locationName": "propagation"
|
|
94359
94366
|
}
|
|
94360
94367
|
}
|
|
@@ -94962,7 +94969,7 @@ module.exports={
|
|
|
94962
94969
|
"type": "structure",
|
|
94963
94970
|
"members": {
|
|
94964
94971
|
"InstanceFamilyCreditSpecification": {
|
|
94965
|
-
"shape": "
|
|
94972
|
+
"shape": "S1u6",
|
|
94966
94973
|
"locationName": "instanceFamilyCreditSpecification"
|
|
94967
94974
|
}
|
|
94968
94975
|
}
|
|
@@ -95109,7 +95116,7 @@ module.exports={
|
|
|
95109
95116
|
],
|
|
95110
95117
|
"members": {
|
|
95111
95118
|
"HostIdSet": {
|
|
95112
|
-
"shape": "
|
|
95119
|
+
"shape": "S1un"
|
|
95113
95120
|
},
|
|
95114
95121
|
"OfferingId": {}
|
|
95115
95122
|
}
|
|
@@ -95121,7 +95128,7 @@ module.exports={
|
|
|
95121
95128
|
"locationName": "currencyCode"
|
|
95122
95129
|
},
|
|
95123
95130
|
"Purchase": {
|
|
95124
|
-
"shape": "
|
|
95131
|
+
"shape": "S1up",
|
|
95125
95132
|
"locationName": "purchase"
|
|
95126
95133
|
},
|
|
95127
95134
|
"TotalHourlyPrice": {
|
|
@@ -95146,11 +95153,11 @@ module.exports={
|
|
|
95146
95153
|
"type": "boolean"
|
|
95147
95154
|
},
|
|
95148
95155
|
"ArchitectureTypes": {
|
|
95149
|
-
"shape": "
|
|
95156
|
+
"shape": "S1us",
|
|
95150
95157
|
"locationName": "ArchitectureType"
|
|
95151
95158
|
},
|
|
95152
95159
|
"VirtualizationTypes": {
|
|
95153
|
-
"shape": "
|
|
95160
|
+
"shape": "S1ut",
|
|
95154
95161
|
"locationName": "VirtualizationType"
|
|
95155
95162
|
},
|
|
95156
95163
|
"InstanceRequirements": {
|
|
@@ -95404,7 +95411,7 @@ module.exports={
|
|
|
95404
95411
|
"locationName": "ipamResourceCidrSet",
|
|
95405
95412
|
"type": "list",
|
|
95406
95413
|
"member": {
|
|
95407
|
-
"shape": "
|
|
95414
|
+
"shape": "S1vi",
|
|
95408
95415
|
"locationName": "item"
|
|
95409
95416
|
}
|
|
95410
95417
|
}
|
|
@@ -95667,7 +95674,7 @@ module.exports={
|
|
|
95667
95674
|
"locationName": "paymentDue"
|
|
95668
95675
|
},
|
|
95669
95676
|
"ReservedInstanceValueRollup": {
|
|
95670
|
-
"shape": "
|
|
95677
|
+
"shape": "S1w6",
|
|
95671
95678
|
"locationName": "reservedInstanceValueRollup"
|
|
95672
95679
|
},
|
|
95673
95680
|
"ReservedInstanceValueSet": {
|
|
@@ -95678,7 +95685,7 @@ module.exports={
|
|
|
95678
95685
|
"type": "structure",
|
|
95679
95686
|
"members": {
|
|
95680
95687
|
"ReservationValue": {
|
|
95681
|
-
"shape": "
|
|
95688
|
+
"shape": "S1w6",
|
|
95682
95689
|
"locationName": "reservationValue"
|
|
95683
95690
|
},
|
|
95684
95691
|
"ReservedInstanceId": {
|
|
@@ -95688,7 +95695,7 @@ module.exports={
|
|
|
95688
95695
|
}
|
|
95689
95696
|
},
|
|
95690
95697
|
"TargetConfigurationValueRollup": {
|
|
95691
|
-
"shape": "
|
|
95698
|
+
"shape": "S1w6",
|
|
95692
95699
|
"locationName": "targetConfigurationValueRollup"
|
|
95693
95700
|
},
|
|
95694
95701
|
"TargetConfigurationValueSet": {
|
|
@@ -95699,7 +95706,7 @@ module.exports={
|
|
|
95699
95706
|
"type": "structure",
|
|
95700
95707
|
"members": {
|
|
95701
95708
|
"ReservationValue": {
|
|
95702
|
-
"shape": "
|
|
95709
|
+
"shape": "S1w6",
|
|
95703
95710
|
"locationName": "reservationValue"
|
|
95704
95711
|
},
|
|
95705
95712
|
"TargetConfiguration": {
|
|
@@ -95771,11 +95778,11 @@ module.exports={
|
|
|
95771
95778
|
"type": "structure",
|
|
95772
95779
|
"members": {
|
|
95773
95780
|
"ArchitectureTypes": {
|
|
95774
|
-
"shape": "
|
|
95781
|
+
"shape": "S1us",
|
|
95775
95782
|
"locationName": "ArchitectureType"
|
|
95776
95783
|
},
|
|
95777
95784
|
"VirtualizationTypes": {
|
|
95778
|
-
"shape": "
|
|
95785
|
+
"shape": "S1ut",
|
|
95779
95786
|
"locationName": "VirtualizationType"
|
|
95780
95787
|
},
|
|
95781
95788
|
"InstanceRequirements": {
|
|
@@ -95846,11 +95853,11 @@ module.exports={
|
|
|
95846
95853
|
"type": "structure",
|
|
95847
95854
|
"members": {
|
|
95848
95855
|
"SubnetIpv4CidrReservations": {
|
|
95849
|
-
"shape": "
|
|
95856
|
+
"shape": "S1wq",
|
|
95850
95857
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
95851
95858
|
},
|
|
95852
95859
|
"SubnetIpv6CidrReservations": {
|
|
95853
|
-
"shape": "
|
|
95860
|
+
"shape": "S1wq",
|
|
95854
95861
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
95855
95862
|
},
|
|
95856
95863
|
"NextToken": {
|
|
@@ -96371,7 +96378,7 @@ module.exports={
|
|
|
96371
96378
|
"members": {
|
|
96372
96379
|
"Architecture": {},
|
|
96373
96380
|
"ClientData": {
|
|
96374
|
-
"shape": "
|
|
96381
|
+
"shape": "S1xz"
|
|
96375
96382
|
},
|
|
96376
96383
|
"ClientToken": {},
|
|
96377
96384
|
"Description": {},
|
|
@@ -96388,7 +96395,7 @@ module.exports={
|
|
|
96388
96395
|
"SnapshotId": {},
|
|
96389
96396
|
"Url": {},
|
|
96390
96397
|
"UserBucket": {
|
|
96391
|
-
"shape": "
|
|
96398
|
+
"shape": "S1y2"
|
|
96392
96399
|
}
|
|
96393
96400
|
}
|
|
96394
96401
|
}
|
|
@@ -96498,10 +96505,10 @@ module.exports={
|
|
|
96498
96505
|
"members": {
|
|
96499
96506
|
"Description": {},
|
|
96500
96507
|
"Image": {
|
|
96501
|
-
"shape": "
|
|
96508
|
+
"shape": "S1y9"
|
|
96502
96509
|
},
|
|
96503
96510
|
"Volume": {
|
|
96504
|
-
"shape": "
|
|
96511
|
+
"shape": "S1ya"
|
|
96505
96512
|
}
|
|
96506
96513
|
}
|
|
96507
96514
|
}
|
|
@@ -96624,7 +96631,7 @@ module.exports={
|
|
|
96624
96631
|
"type": "structure",
|
|
96625
96632
|
"members": {
|
|
96626
96633
|
"ClientData": {
|
|
96627
|
-
"shape": "
|
|
96634
|
+
"shape": "S1xz"
|
|
96628
96635
|
},
|
|
96629
96636
|
"ClientToken": {},
|
|
96630
96637
|
"Description": {},
|
|
@@ -96635,7 +96642,7 @@ module.exports={
|
|
|
96635
96642
|
"Format": {},
|
|
96636
96643
|
"Url": {},
|
|
96637
96644
|
"UserBucket": {
|
|
96638
|
-
"shape": "
|
|
96645
|
+
"shape": "S1y2"
|
|
96639
96646
|
}
|
|
96640
96647
|
}
|
|
96641
96648
|
},
|
|
@@ -96693,11 +96700,11 @@ module.exports={
|
|
|
96693
96700
|
"type": "boolean"
|
|
96694
96701
|
},
|
|
96695
96702
|
"Image": {
|
|
96696
|
-
"shape": "
|
|
96703
|
+
"shape": "S1y9",
|
|
96697
96704
|
"locationName": "image"
|
|
96698
96705
|
},
|
|
96699
96706
|
"Volume": {
|
|
96700
|
-
"shape": "
|
|
96707
|
+
"shape": "S1ya",
|
|
96701
96708
|
"locationName": "volume"
|
|
96702
96709
|
}
|
|
96703
96710
|
}
|
|
@@ -97012,7 +97019,7 @@ module.exports={
|
|
|
97012
97019
|
"type": "structure",
|
|
97013
97020
|
"members": {
|
|
97014
97021
|
"InstanceFamilyCreditSpecification": {
|
|
97015
|
-
"shape": "
|
|
97022
|
+
"shape": "S1u6",
|
|
97016
97023
|
"locationName": "instanceFamilyCreditSpecification"
|
|
97017
97024
|
}
|
|
97018
97025
|
}
|
|
@@ -97086,25 +97093,25 @@ module.exports={
|
|
|
97086
97093
|
"Attribute": {},
|
|
97087
97094
|
"OperationType": {},
|
|
97088
97095
|
"UserIds": {
|
|
97089
|
-
"shape": "
|
|
97096
|
+
"shape": "S1zf",
|
|
97090
97097
|
"locationName": "UserId"
|
|
97091
97098
|
},
|
|
97092
97099
|
"UserGroups": {
|
|
97093
|
-
"shape": "
|
|
97100
|
+
"shape": "S1zg",
|
|
97094
97101
|
"locationName": "UserGroup"
|
|
97095
97102
|
},
|
|
97096
97103
|
"ProductCodes": {
|
|
97097
|
-
"shape": "
|
|
97104
|
+
"shape": "S1zh",
|
|
97098
97105
|
"locationName": "ProductCode"
|
|
97099
97106
|
},
|
|
97100
97107
|
"LoadPermission": {
|
|
97101
97108
|
"type": "structure",
|
|
97102
97109
|
"members": {
|
|
97103
97110
|
"Add": {
|
|
97104
|
-
"shape": "
|
|
97111
|
+
"shape": "S1zj"
|
|
97105
97112
|
},
|
|
97106
97113
|
"Remove": {
|
|
97107
|
-
"shape": "
|
|
97114
|
+
"shape": "S1zj"
|
|
97108
97115
|
}
|
|
97109
97116
|
}
|
|
97110
97117
|
},
|
|
@@ -97149,7 +97156,7 @@ module.exports={
|
|
|
97149
97156
|
"locationName": "successful"
|
|
97150
97157
|
},
|
|
97151
97158
|
"Unsuccessful": {
|
|
97152
|
-
"shape": "
|
|
97159
|
+
"shape": "S1zo",
|
|
97153
97160
|
"locationName": "unsuccessful"
|
|
97154
97161
|
}
|
|
97155
97162
|
}
|
|
@@ -97217,15 +97224,15 @@ module.exports={
|
|
|
97217
97224
|
},
|
|
97218
97225
|
"OperationType": {},
|
|
97219
97226
|
"ProductCodes": {
|
|
97220
|
-
"shape": "
|
|
97227
|
+
"shape": "S1zh",
|
|
97221
97228
|
"locationName": "ProductCode"
|
|
97222
97229
|
},
|
|
97223
97230
|
"UserGroups": {
|
|
97224
|
-
"shape": "
|
|
97231
|
+
"shape": "S1zg",
|
|
97225
97232
|
"locationName": "UserGroup"
|
|
97226
97233
|
},
|
|
97227
97234
|
"UserIds": {
|
|
97228
|
-
"shape": "
|
|
97235
|
+
"shape": "S1zf",
|
|
97229
97236
|
"locationName": "UserId"
|
|
97230
97237
|
},
|
|
97231
97238
|
"Value": {},
|
|
@@ -97367,7 +97374,7 @@ module.exports={
|
|
|
97367
97374
|
"members": {
|
|
97368
97375
|
"InstanceId": {},
|
|
97369
97376
|
"CapacityReservationSpecification": {
|
|
97370
|
-
"shape": "
|
|
97377
|
+
"shape": "S201"
|
|
97371
97378
|
},
|
|
97372
97379
|
"DryRun": {
|
|
97373
97380
|
"type": "boolean"
|
|
@@ -97720,7 +97727,7 @@ module.exports={
|
|
|
97720
97727
|
"type": "structure",
|
|
97721
97728
|
"members": {
|
|
97722
97729
|
"IpamResourceCidr": {
|
|
97723
|
-
"shape": "
|
|
97730
|
+
"shape": "S1vi",
|
|
97724
97731
|
"locationName": "ipamResourceCidr"
|
|
97725
97732
|
}
|
|
97726
97733
|
}
|
|
@@ -98033,7 +98040,7 @@ module.exports={
|
|
|
98033
98040
|
"OperationType": {},
|
|
98034
98041
|
"SnapshotId": {},
|
|
98035
98042
|
"UserIds": {
|
|
98036
|
-
"shape": "
|
|
98043
|
+
"shape": "S1zf",
|
|
98037
98044
|
"locationName": "UserId"
|
|
98038
98045
|
},
|
|
98039
98046
|
"DryRun": {
|
|
@@ -98951,13 +98958,13 @@ module.exports={
|
|
|
98951
98958
|
],
|
|
98952
98959
|
"members": {
|
|
98953
98960
|
"AccepterPeeringConnectionOptions": {
|
|
98954
|
-
"shape": "
|
|
98961
|
+
"shape": "S23c"
|
|
98955
98962
|
},
|
|
98956
98963
|
"DryRun": {
|
|
98957
98964
|
"type": "boolean"
|
|
98958
98965
|
},
|
|
98959
98966
|
"RequesterPeeringConnectionOptions": {
|
|
98960
|
-
"shape": "
|
|
98967
|
+
"shape": "S23c"
|
|
98961
98968
|
},
|
|
98962
98969
|
"VpcPeeringConnectionId": {}
|
|
98963
98970
|
}
|
|
@@ -98966,11 +98973,11 @@ module.exports={
|
|
|
98966
98973
|
"type": "structure",
|
|
98967
98974
|
"members": {
|
|
98968
98975
|
"AccepterPeeringConnectionOptions": {
|
|
98969
|
-
"shape": "
|
|
98976
|
+
"shape": "S23e",
|
|
98970
98977
|
"locationName": "accepterPeeringConnectionOptions"
|
|
98971
98978
|
},
|
|
98972
98979
|
"RequesterPeeringConnectionOptions": {
|
|
98973
|
-
"shape": "
|
|
98980
|
+
"shape": "S23e",
|
|
98974
98981
|
"locationName": "requesterPeeringConnectionOptions"
|
|
98975
98982
|
}
|
|
98976
98983
|
}
|
|
@@ -99185,7 +99192,7 @@ module.exports={
|
|
|
99185
99192
|
"type": "structure",
|
|
99186
99193
|
"members": {
|
|
99187
99194
|
"InstanceMonitorings": {
|
|
99188
|
-
"shape": "
|
|
99195
|
+
"shape": "S23t",
|
|
99189
99196
|
"locationName": "instancesSet"
|
|
99190
99197
|
}
|
|
99191
99198
|
}
|
|
@@ -99365,7 +99372,7 @@ module.exports={
|
|
|
99365
99372
|
"ClientToken": {},
|
|
99366
99373
|
"CurrencyCode": {},
|
|
99367
99374
|
"HostIdSet": {
|
|
99368
|
-
"shape": "
|
|
99375
|
+
"shape": "S1un"
|
|
99369
99376
|
},
|
|
99370
99377
|
"LimitPrice": {},
|
|
99371
99378
|
"OfferingId": {},
|
|
@@ -99385,7 +99392,7 @@ module.exports={
|
|
|
99385
99392
|
"locationName": "currencyCode"
|
|
99386
99393
|
},
|
|
99387
99394
|
"Purchase": {
|
|
99388
|
-
"shape": "
|
|
99395
|
+
"shape": "S1up",
|
|
99389
99396
|
"locationName": "purchase"
|
|
99390
99397
|
},
|
|
99391
99398
|
"TotalHourlyPrice": {
|
|
@@ -99833,7 +99840,7 @@ module.exports={
|
|
|
99833
99840
|
"locationName": "successful"
|
|
99834
99841
|
},
|
|
99835
99842
|
"Unsuccessful": {
|
|
99836
|
-
"shape": "
|
|
99843
|
+
"shape": "S1zo",
|
|
99837
99844
|
"locationName": "unsuccessful"
|
|
99838
99845
|
}
|
|
99839
99846
|
}
|
|
@@ -100869,7 +100876,7 @@ module.exports={
|
|
|
100869
100876
|
}
|
|
100870
100877
|
},
|
|
100871
100878
|
"CapacityReservationSpecification": {
|
|
100872
|
-
"shape": "
|
|
100879
|
+
"shape": "S201"
|
|
100873
100880
|
},
|
|
100874
100881
|
"HibernationOptions": {
|
|
100875
100882
|
"type": "structure",
|
|
@@ -101032,7 +101039,7 @@ module.exports={
|
|
|
101032
101039
|
"type": "integer"
|
|
101033
101040
|
},
|
|
101034
101041
|
"Groups": {
|
|
101035
|
-
"shape": "
|
|
101042
|
+
"shape": "S27g",
|
|
101036
101043
|
"locationName": "Group"
|
|
101037
101044
|
},
|
|
101038
101045
|
"Ipv6AddressCount": {
|
|
@@ -101081,7 +101088,7 @@ module.exports={
|
|
|
101081
101088
|
},
|
|
101082
101089
|
"RamdiskId": {},
|
|
101083
101090
|
"SecurityGroupIds": {
|
|
101084
|
-
"shape": "
|
|
101091
|
+
"shape": "S27g",
|
|
101085
101092
|
"locationName": "SecurityGroupId"
|
|
101086
101093
|
},
|
|
101087
101094
|
"SubnetId": {},
|
|
@@ -101291,7 +101298,7 @@ module.exports={
|
|
|
101291
101298
|
"type": "structure",
|
|
101292
101299
|
"members": {
|
|
101293
101300
|
"StartingInstances": {
|
|
101294
|
-
"shape": "
|
|
101301
|
+
"shape": "S284",
|
|
101295
101302
|
"locationName": "instancesSet"
|
|
101296
101303
|
}
|
|
101297
101304
|
}
|
|
@@ -101418,7 +101425,7 @@ module.exports={
|
|
|
101418
101425
|
"type": "structure",
|
|
101419
101426
|
"members": {
|
|
101420
101427
|
"StoppingInstances": {
|
|
101421
|
-
"shape": "
|
|
101428
|
+
"shape": "S284",
|
|
101422
101429
|
"locationName": "instancesSet"
|
|
101423
101430
|
}
|
|
101424
101431
|
}
|
|
@@ -101493,7 +101500,7 @@ module.exports={
|
|
|
101493
101500
|
"type": "structure",
|
|
101494
101501
|
"members": {
|
|
101495
101502
|
"TerminatingInstances": {
|
|
101496
|
-
"shape": "
|
|
101503
|
+
"shape": "S284",
|
|
101497
101504
|
"locationName": "instancesSet"
|
|
101498
101505
|
}
|
|
101499
101506
|
}
|
|
@@ -101578,7 +101585,7 @@ module.exports={
|
|
|
101578
101585
|
"type": "structure",
|
|
101579
101586
|
"members": {
|
|
101580
101587
|
"InstanceMonitorings": {
|
|
101581
|
-
"shape": "
|
|
101588
|
+
"shape": "S23t",
|
|
101582
101589
|
"locationName": "instancesSet"
|
|
101583
101590
|
}
|
|
101584
101591
|
}
|
|
@@ -101597,7 +101604,7 @@ module.exports={
|
|
|
101597
101604
|
"shape": "S5y"
|
|
101598
101605
|
},
|
|
101599
101606
|
"SecurityGroupRuleDescriptions": {
|
|
101600
|
-
"shape": "
|
|
101607
|
+
"shape": "S28q",
|
|
101601
101608
|
"locationName": "SecurityGroupRuleDescription"
|
|
101602
101609
|
}
|
|
101603
101610
|
}
|
|
@@ -101625,7 +101632,7 @@ module.exports={
|
|
|
101625
101632
|
"shape": "S5y"
|
|
101626
101633
|
},
|
|
101627
101634
|
"SecurityGroupRuleDescriptions": {
|
|
101628
|
-
"shape": "
|
|
101635
|
+
"shape": "S28q",
|
|
101629
101636
|
"locationName": "SecurityGroupRuleDescription"
|
|
101630
101637
|
}
|
|
101631
101638
|
}
|
|
@@ -110648,13 +110655,13 @@ module.exports={
|
|
|
110648
110655
|
"locationName": "VpcId"
|
|
110649
110656
|
}
|
|
110650
110657
|
},
|
|
110651
|
-
"
|
|
110658
|
+
"S1ql": {
|
|
110652
110659
|
"type": "list",
|
|
110653
110660
|
"member": {
|
|
110654
110661
|
"locationName": "AvailabilityZone"
|
|
110655
110662
|
}
|
|
110656
110663
|
},
|
|
110657
|
-
"
|
|
110664
|
+
"S1r2": {
|
|
110658
110665
|
"type": "structure",
|
|
110659
110666
|
"members": {
|
|
110660
110667
|
"TransitGatewayAttachmentId": {
|
|
@@ -110677,7 +110684,7 @@ module.exports={
|
|
|
110677
110684
|
}
|
|
110678
110685
|
}
|
|
110679
110686
|
},
|
|
110680
|
-
"
|
|
110687
|
+
"S1u6": {
|
|
110681
110688
|
"type": "structure",
|
|
110682
110689
|
"members": {
|
|
110683
110690
|
"InstanceFamily": {
|
|
@@ -110688,13 +110695,13 @@ module.exports={
|
|
|
110688
110695
|
}
|
|
110689
110696
|
}
|
|
110690
110697
|
},
|
|
110691
|
-
"
|
|
110698
|
+
"S1un": {
|
|
110692
110699
|
"type": "list",
|
|
110693
110700
|
"member": {
|
|
110694
110701
|
"locationName": "item"
|
|
110695
110702
|
}
|
|
110696
110703
|
},
|
|
110697
|
-
"
|
|
110704
|
+
"S1up": {
|
|
110698
110705
|
"type": "list",
|
|
110699
110706
|
"member": {
|
|
110700
110707
|
"locationName": "item",
|
|
@@ -110729,19 +110736,19 @@ module.exports={
|
|
|
110729
110736
|
}
|
|
110730
110737
|
}
|
|
110731
110738
|
},
|
|
110732
|
-
"
|
|
110739
|
+
"S1us": {
|
|
110733
110740
|
"type": "list",
|
|
110734
110741
|
"member": {
|
|
110735
110742
|
"locationName": "item"
|
|
110736
110743
|
}
|
|
110737
110744
|
},
|
|
110738
|
-
"
|
|
110745
|
+
"S1ut": {
|
|
110739
110746
|
"type": "list",
|
|
110740
110747
|
"member": {
|
|
110741
110748
|
"locationName": "item"
|
|
110742
110749
|
}
|
|
110743
110750
|
},
|
|
110744
|
-
"
|
|
110751
|
+
"S1vi": {
|
|
110745
110752
|
"type": "structure",
|
|
110746
110753
|
"members": {
|
|
110747
110754
|
"IpamId": {
|
|
@@ -110793,7 +110800,7 @@ module.exports={
|
|
|
110793
110800
|
}
|
|
110794
110801
|
}
|
|
110795
110802
|
},
|
|
110796
|
-
"
|
|
110803
|
+
"S1w6": {
|
|
110797
110804
|
"type": "structure",
|
|
110798
110805
|
"members": {
|
|
110799
110806
|
"HourlyPrice": {
|
|
@@ -110807,14 +110814,14 @@ module.exports={
|
|
|
110807
110814
|
}
|
|
110808
110815
|
}
|
|
110809
110816
|
},
|
|
110810
|
-
"
|
|
110817
|
+
"S1wq": {
|
|
110811
110818
|
"type": "list",
|
|
110812
110819
|
"member": {
|
|
110813
110820
|
"shape": "Smb",
|
|
110814
110821
|
"locationName": "item"
|
|
110815
110822
|
}
|
|
110816
110823
|
},
|
|
110817
|
-
"
|
|
110824
|
+
"S1xz": {
|
|
110818
110825
|
"type": "structure",
|
|
110819
110826
|
"members": {
|
|
110820
110827
|
"Comment": {},
|
|
@@ -110829,14 +110836,14 @@ module.exports={
|
|
|
110829
110836
|
}
|
|
110830
110837
|
}
|
|
110831
110838
|
},
|
|
110832
|
-
"
|
|
110839
|
+
"S1y2": {
|
|
110833
110840
|
"type": "structure",
|
|
110834
110841
|
"members": {
|
|
110835
110842
|
"S3Bucket": {},
|
|
110836
110843
|
"S3Key": {}
|
|
110837
110844
|
}
|
|
110838
110845
|
},
|
|
110839
|
-
"
|
|
110846
|
+
"S1y9": {
|
|
110840
110847
|
"type": "structure",
|
|
110841
110848
|
"required": [
|
|
110842
110849
|
"Bytes",
|
|
@@ -110856,7 +110863,7 @@ module.exports={
|
|
|
110856
110863
|
}
|
|
110857
110864
|
}
|
|
110858
110865
|
},
|
|
110859
|
-
"
|
|
110866
|
+
"S1ya": {
|
|
110860
110867
|
"type": "structure",
|
|
110861
110868
|
"required": [
|
|
110862
110869
|
"Size"
|
|
@@ -110868,25 +110875,25 @@ module.exports={
|
|
|
110868
110875
|
}
|
|
110869
110876
|
}
|
|
110870
110877
|
},
|
|
110871
|
-
"
|
|
110878
|
+
"S1zf": {
|
|
110872
110879
|
"type": "list",
|
|
110873
110880
|
"member": {
|
|
110874
110881
|
"locationName": "UserId"
|
|
110875
110882
|
}
|
|
110876
110883
|
},
|
|
110877
|
-
"
|
|
110884
|
+
"S1zg": {
|
|
110878
110885
|
"type": "list",
|
|
110879
110886
|
"member": {
|
|
110880
110887
|
"locationName": "UserGroup"
|
|
110881
110888
|
}
|
|
110882
110889
|
},
|
|
110883
|
-
"
|
|
110890
|
+
"S1zh": {
|
|
110884
110891
|
"type": "list",
|
|
110885
110892
|
"member": {
|
|
110886
110893
|
"locationName": "ProductCode"
|
|
110887
110894
|
}
|
|
110888
110895
|
},
|
|
110889
|
-
"
|
|
110896
|
+
"S1zj": {
|
|
110890
110897
|
"type": "list",
|
|
110891
110898
|
"member": {
|
|
110892
110899
|
"locationName": "item",
|
|
@@ -110897,14 +110904,14 @@ module.exports={
|
|
|
110897
110904
|
}
|
|
110898
110905
|
}
|
|
110899
110906
|
},
|
|
110900
|
-
"
|
|
110907
|
+
"S1zo": {
|
|
110901
110908
|
"type": "list",
|
|
110902
110909
|
"member": {
|
|
110903
110910
|
"shape": "S1h",
|
|
110904
110911
|
"locationName": "item"
|
|
110905
110912
|
}
|
|
110906
110913
|
},
|
|
110907
|
-
"
|
|
110914
|
+
"S201": {
|
|
110908
110915
|
"type": "structure",
|
|
110909
110916
|
"members": {
|
|
110910
110917
|
"CapacityReservationPreference": {},
|
|
@@ -110913,7 +110920,7 @@ module.exports={
|
|
|
110913
110920
|
}
|
|
110914
110921
|
}
|
|
110915
110922
|
},
|
|
110916
|
-
"
|
|
110923
|
+
"S23c": {
|
|
110917
110924
|
"type": "structure",
|
|
110918
110925
|
"members": {
|
|
110919
110926
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -110927,7 +110934,7 @@ module.exports={
|
|
|
110927
110934
|
}
|
|
110928
110935
|
}
|
|
110929
110936
|
},
|
|
110930
|
-
"
|
|
110937
|
+
"S23e": {
|
|
110931
110938
|
"type": "structure",
|
|
110932
110939
|
"members": {
|
|
110933
110940
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -110944,7 +110951,7 @@ module.exports={
|
|
|
110944
110951
|
}
|
|
110945
110952
|
}
|
|
110946
110953
|
},
|
|
110947
|
-
"
|
|
110954
|
+
"S23t": {
|
|
110948
110955
|
"type": "list",
|
|
110949
110956
|
"member": {
|
|
110950
110957
|
"locationName": "item",
|
|
@@ -110960,13 +110967,13 @@ module.exports={
|
|
|
110960
110967
|
}
|
|
110961
110968
|
}
|
|
110962
110969
|
},
|
|
110963
|
-
"
|
|
110970
|
+
"S27g": {
|
|
110964
110971
|
"type": "list",
|
|
110965
110972
|
"member": {
|
|
110966
110973
|
"locationName": "SecurityGroupId"
|
|
110967
110974
|
}
|
|
110968
110975
|
},
|
|
110969
|
-
"
|
|
110976
|
+
"S284": {
|
|
110970
110977
|
"type": "list",
|
|
110971
110978
|
"member": {
|
|
110972
110979
|
"locationName": "item",
|
|
@@ -110986,7 +110993,7 @@ module.exports={
|
|
|
110986
110993
|
}
|
|
110987
110994
|
}
|
|
110988
110995
|
},
|
|
110989
|
-
"
|
|
110996
|
+
"S28q": {
|
|
110990
110997
|
"type": "list",
|
|
110991
110998
|
"member": {
|
|
110992
110999
|
"locationName": "item",
|
|
@@ -111180,6 +111187,9 @@ module.exports={
|
|
|
111180
111187
|
"result_key": "IamInstanceProfileAssociations"
|
|
111181
111188
|
},
|
|
111182
111189
|
"DescribeImages": {
|
|
111190
|
+
"input_token": "NextToken",
|
|
111191
|
+
"limit_key": "MaxResults",
|
|
111192
|
+
"output_token": "NextToken",
|
|
111183
111193
|
"result_key": "Images"
|
|
111184
111194
|
},
|
|
111185
111195
|
"DescribeImportImageTasks": {
|
|
@@ -178102,6 +178112,10 @@ module.exports={
|
|
|
178102
178112
|
"kinesisvideowebrtcstorage": {
|
|
178103
178113
|
"prefix": "kinesis-video-webrtc-storage",
|
|
178104
178114
|
"name": "KinesisVideoWebRTCStorage"
|
|
178115
|
+
},
|
|
178116
|
+
"licensemanagerlinuxsubscriptions": {
|
|
178117
|
+
"prefix": "license-manager-linux-subscriptions",
|
|
178118
|
+
"name": "LicenseManagerLinuxSubscriptions"
|
|
178105
178119
|
}
|
|
178106
178120
|
}
|
|
178107
178121
|
},{}],166:[function(require,module,exports){
|
|
@@ -214635,6 +214649,36 @@ module.exports={
|
|
|
214635
214649
|
}
|
|
214636
214650
|
}
|
|
214637
214651
|
},
|
|
214652
|
+
"AssociateDelegationSignerToDomain": {
|
|
214653
|
+
"input": {
|
|
214654
|
+
"type": "structure",
|
|
214655
|
+
"required": [
|
|
214656
|
+
"DomainName",
|
|
214657
|
+
"SigningAttributes"
|
|
214658
|
+
],
|
|
214659
|
+
"members": {
|
|
214660
|
+
"DomainName": {},
|
|
214661
|
+
"SigningAttributes": {
|
|
214662
|
+
"type": "structure",
|
|
214663
|
+
"members": {
|
|
214664
|
+
"Algorithm": {
|
|
214665
|
+
"type": "integer"
|
|
214666
|
+
},
|
|
214667
|
+
"Flags": {
|
|
214668
|
+
"type": "integer"
|
|
214669
|
+
},
|
|
214670
|
+
"PublicKey": {}
|
|
214671
|
+
}
|
|
214672
|
+
}
|
|
214673
|
+
}
|
|
214674
|
+
},
|
|
214675
|
+
"output": {
|
|
214676
|
+
"type": "structure",
|
|
214677
|
+
"members": {
|
|
214678
|
+
"OperationId": {}
|
|
214679
|
+
}
|
|
214680
|
+
}
|
|
214681
|
+
},
|
|
214638
214682
|
"CancelDomainTransferToAnotherAwsAccount": {
|
|
214639
214683
|
"input": {
|
|
214640
214684
|
"type": "structure",
|
|
@@ -214665,9 +214709,6 @@ module.exports={
|
|
|
214665
214709
|
},
|
|
214666
214710
|
"output": {
|
|
214667
214711
|
"type": "structure",
|
|
214668
|
-
"required": [
|
|
214669
|
-
"Availability"
|
|
214670
|
-
],
|
|
214671
214712
|
"members": {
|
|
214672
214713
|
"Availability": {}
|
|
214673
214714
|
}
|
|
@@ -214682,15 +214723,12 @@ module.exports={
|
|
|
214682
214723
|
"members": {
|
|
214683
214724
|
"DomainName": {},
|
|
214684
214725
|
"AuthCode": {
|
|
214685
|
-
"shape": "
|
|
214726
|
+
"shape": "Si"
|
|
214686
214727
|
}
|
|
214687
214728
|
}
|
|
214688
214729
|
},
|
|
214689
214730
|
"output": {
|
|
214690
214731
|
"type": "structure",
|
|
214691
|
-
"required": [
|
|
214692
|
-
"Transferability"
|
|
214693
|
-
],
|
|
214694
214732
|
"members": {
|
|
214695
214733
|
"Transferability": {
|
|
214696
214734
|
"type": "structure",
|
|
@@ -214764,10 +214802,26 @@ module.exports={
|
|
|
214764
214802
|
}
|
|
214765
214803
|
},
|
|
214766
214804
|
"output": {
|
|
214805
|
+
"type": "structure",
|
|
214806
|
+
"members": {
|
|
214807
|
+
"OperationId": {}
|
|
214808
|
+
}
|
|
214809
|
+
}
|
|
214810
|
+
},
|
|
214811
|
+
"DisassociateDelegationSignerFromDomain": {
|
|
214812
|
+
"input": {
|
|
214767
214813
|
"type": "structure",
|
|
214768
214814
|
"required": [
|
|
214769
|
-
"
|
|
214815
|
+
"DomainName",
|
|
214816
|
+
"Id"
|
|
214770
214817
|
],
|
|
214818
|
+
"members": {
|
|
214819
|
+
"DomainName": {},
|
|
214820
|
+
"Id": {}
|
|
214821
|
+
}
|
|
214822
|
+
},
|
|
214823
|
+
"output": {
|
|
214824
|
+
"type": "structure",
|
|
214771
214825
|
"members": {
|
|
214772
214826
|
"OperationId": {}
|
|
214773
214827
|
}
|
|
@@ -214800,9 +214854,6 @@ module.exports={
|
|
|
214800
214854
|
},
|
|
214801
214855
|
"output": {
|
|
214802
214856
|
"type": "structure",
|
|
214803
|
-
"required": [
|
|
214804
|
-
"OperationId"
|
|
214805
|
-
],
|
|
214806
214857
|
"members": {
|
|
214807
214858
|
"OperationId": {}
|
|
214808
214859
|
}
|
|
@@ -214835,29 +214886,22 @@ module.exports={
|
|
|
214835
214886
|
},
|
|
214836
214887
|
"output": {
|
|
214837
214888
|
"type": "structure",
|
|
214838
|
-
"required": [
|
|
214839
|
-
"DomainName",
|
|
214840
|
-
"Nameservers",
|
|
214841
|
-
"AdminContact",
|
|
214842
|
-
"RegistrantContact",
|
|
214843
|
-
"TechContact"
|
|
214844
|
-
],
|
|
214845
214889
|
"members": {
|
|
214846
214890
|
"DomainName": {},
|
|
214847
214891
|
"Nameservers": {
|
|
214848
|
-
"shape": "
|
|
214892
|
+
"shape": "S17"
|
|
214849
214893
|
},
|
|
214850
214894
|
"AutoRenew": {
|
|
214851
214895
|
"type": "boolean"
|
|
214852
214896
|
},
|
|
214853
214897
|
"AdminContact": {
|
|
214854
|
-
"shape": "
|
|
214898
|
+
"shape": "S1d"
|
|
214855
214899
|
},
|
|
214856
214900
|
"RegistrantContact": {
|
|
214857
|
-
"shape": "
|
|
214901
|
+
"shape": "S1d"
|
|
214858
214902
|
},
|
|
214859
214903
|
"TechContact": {
|
|
214860
|
-
"shape": "
|
|
214904
|
+
"shape": "S1d"
|
|
214861
214905
|
},
|
|
214862
214906
|
"AdminPrivacy": {
|
|
214863
214907
|
"type": "boolean"
|
|
@@ -214888,6 +214932,29 @@ module.exports={
|
|
|
214888
214932
|
"StatusList": {
|
|
214889
214933
|
"type": "list",
|
|
214890
214934
|
"member": {}
|
|
214935
|
+
},
|
|
214936
|
+
"DnssecKeys": {
|
|
214937
|
+
"type": "list",
|
|
214938
|
+
"member": {
|
|
214939
|
+
"type": "structure",
|
|
214940
|
+
"members": {
|
|
214941
|
+
"Algorithm": {
|
|
214942
|
+
"type": "integer"
|
|
214943
|
+
},
|
|
214944
|
+
"Flags": {
|
|
214945
|
+
"type": "integer"
|
|
214946
|
+
},
|
|
214947
|
+
"PublicKey": {},
|
|
214948
|
+
"DigestType": {
|
|
214949
|
+
"type": "integer"
|
|
214950
|
+
},
|
|
214951
|
+
"Digest": {},
|
|
214952
|
+
"KeyTag": {
|
|
214953
|
+
"type": "integer"
|
|
214954
|
+
},
|
|
214955
|
+
"Id": {}
|
|
214956
|
+
}
|
|
214957
|
+
}
|
|
214891
214958
|
}
|
|
214892
214959
|
}
|
|
214893
214960
|
}
|
|
@@ -214946,7 +215013,11 @@ module.exports={
|
|
|
214946
215013
|
"Type": {},
|
|
214947
215014
|
"SubmittedDate": {
|
|
214948
215015
|
"type": "timestamp"
|
|
214949
|
-
}
|
|
215016
|
+
},
|
|
215017
|
+
"LastUpdatedDate": {
|
|
215018
|
+
"type": "timestamp"
|
|
215019
|
+
},
|
|
215020
|
+
"StatusFlag": {}
|
|
214950
215021
|
}
|
|
214951
215022
|
}
|
|
214952
215023
|
},
|
|
@@ -214992,17 +215063,11 @@ module.exports={
|
|
|
214992
215063
|
},
|
|
214993
215064
|
"output": {
|
|
214994
215065
|
"type": "structure",
|
|
214995
|
-
"required": [
|
|
214996
|
-
"Domains"
|
|
214997
|
-
],
|
|
214998
215066
|
"members": {
|
|
214999
215067
|
"Domains": {
|
|
215000
215068
|
"type": "list",
|
|
215001
215069
|
"member": {
|
|
215002
215070
|
"type": "structure",
|
|
215003
|
-
"required": [
|
|
215004
|
-
"DomainName"
|
|
215005
|
-
],
|
|
215006
215071
|
"members": {
|
|
215007
215072
|
"DomainName": {},
|
|
215008
215073
|
"AutoRenew": {
|
|
@@ -215031,31 +215096,38 @@ module.exports={
|
|
|
215031
215096
|
"Marker": {},
|
|
215032
215097
|
"MaxItems": {
|
|
215033
215098
|
"type": "integer"
|
|
215034
|
-
}
|
|
215099
|
+
},
|
|
215100
|
+
"Status": {
|
|
215101
|
+
"type": "list",
|
|
215102
|
+
"member": {}
|
|
215103
|
+
},
|
|
215104
|
+
"Type": {
|
|
215105
|
+
"type": "list",
|
|
215106
|
+
"member": {}
|
|
215107
|
+
},
|
|
215108
|
+
"SortBy": {},
|
|
215109
|
+
"SortOrder": {}
|
|
215035
215110
|
}
|
|
215036
215111
|
},
|
|
215037
215112
|
"output": {
|
|
215038
215113
|
"type": "structure",
|
|
215039
|
-
"required": [
|
|
215040
|
-
"Operations"
|
|
215041
|
-
],
|
|
215042
215114
|
"members": {
|
|
215043
215115
|
"Operations": {
|
|
215044
215116
|
"type": "list",
|
|
215045
215117
|
"member": {
|
|
215046
215118
|
"type": "structure",
|
|
215047
|
-
"required": [
|
|
215048
|
-
"OperationId",
|
|
215049
|
-
"Status",
|
|
215050
|
-
"Type",
|
|
215051
|
-
"SubmittedDate"
|
|
215052
|
-
],
|
|
215053
215119
|
"members": {
|
|
215054
215120
|
"OperationId": {},
|
|
215055
215121
|
"Status": {},
|
|
215056
215122
|
"Type": {},
|
|
215057
215123
|
"SubmittedDate": {
|
|
215058
215124
|
"type": "timestamp"
|
|
215125
|
+
},
|
|
215126
|
+
"DomainName": {},
|
|
215127
|
+
"Message": {},
|
|
215128
|
+
"StatusFlag": {},
|
|
215129
|
+
"LastUpdatedDate": {
|
|
215130
|
+
"type": "timestamp"
|
|
215059
215131
|
}
|
|
215060
215132
|
}
|
|
215061
215133
|
}
|
|
@@ -215077,9 +215149,6 @@ module.exports={
|
|
|
215077
215149
|
},
|
|
215078
215150
|
"output": {
|
|
215079
215151
|
"type": "structure",
|
|
215080
|
-
"required": [
|
|
215081
|
-
"Prices"
|
|
215082
|
-
],
|
|
215083
215152
|
"members": {
|
|
215084
215153
|
"Prices": {
|
|
215085
215154
|
"type": "list",
|
|
@@ -215088,19 +215157,19 @@ module.exports={
|
|
|
215088
215157
|
"members": {
|
|
215089
215158
|
"Name": {},
|
|
215090
215159
|
"RegistrationPrice": {
|
|
215091
|
-
"shape": "
|
|
215160
|
+
"shape": "S34"
|
|
215092
215161
|
},
|
|
215093
215162
|
"TransferPrice": {
|
|
215094
|
-
"shape": "
|
|
215163
|
+
"shape": "S34"
|
|
215095
215164
|
},
|
|
215096
215165
|
"RenewalPrice": {
|
|
215097
|
-
"shape": "
|
|
215166
|
+
"shape": "S34"
|
|
215098
215167
|
},
|
|
215099
215168
|
"ChangeOwnershipPrice": {
|
|
215100
|
-
"shape": "
|
|
215169
|
+
"shape": "S34"
|
|
215101
215170
|
},
|
|
215102
215171
|
"RestorationPrice": {
|
|
215103
|
-
"shape": "
|
|
215172
|
+
"shape": "S34"
|
|
215104
215173
|
}
|
|
215105
215174
|
}
|
|
215106
215175
|
}
|
|
@@ -215121,16 +215190,26 @@ module.exports={
|
|
|
215121
215190
|
},
|
|
215122
215191
|
"output": {
|
|
215123
215192
|
"type": "structure",
|
|
215124
|
-
"required": [
|
|
215125
|
-
"TagList"
|
|
215126
|
-
],
|
|
215127
215193
|
"members": {
|
|
215128
215194
|
"TagList": {
|
|
215129
|
-
"shape": "
|
|
215195
|
+
"shape": "S39"
|
|
215130
215196
|
}
|
|
215131
215197
|
}
|
|
215132
215198
|
}
|
|
215133
215199
|
},
|
|
215200
|
+
"PushDomain": {
|
|
215201
|
+
"input": {
|
|
215202
|
+
"type": "structure",
|
|
215203
|
+
"required": [
|
|
215204
|
+
"DomainName",
|
|
215205
|
+
"Target"
|
|
215206
|
+
],
|
|
215207
|
+
"members": {
|
|
215208
|
+
"DomainName": {},
|
|
215209
|
+
"Target": {}
|
|
215210
|
+
}
|
|
215211
|
+
}
|
|
215212
|
+
},
|
|
215134
215213
|
"RegisterDomain": {
|
|
215135
215214
|
"input": {
|
|
215136
215215
|
"type": "structure",
|
|
@@ -215151,13 +215230,13 @@ module.exports={
|
|
|
215151
215230
|
"type": "boolean"
|
|
215152
215231
|
},
|
|
215153
215232
|
"AdminContact": {
|
|
215154
|
-
"shape": "
|
|
215233
|
+
"shape": "S1d"
|
|
215155
215234
|
},
|
|
215156
215235
|
"RegistrantContact": {
|
|
215157
|
-
"shape": "
|
|
215236
|
+
"shape": "S1d"
|
|
215158
215237
|
},
|
|
215159
215238
|
"TechContact": {
|
|
215160
|
-
"shape": "
|
|
215239
|
+
"shape": "S1d"
|
|
215161
215240
|
},
|
|
215162
215241
|
"PrivacyProtectAdminContact": {
|
|
215163
215242
|
"type": "boolean"
|
|
@@ -215172,9 +215251,6 @@ module.exports={
|
|
|
215172
215251
|
},
|
|
215173
215252
|
"output": {
|
|
215174
215253
|
"type": "structure",
|
|
215175
|
-
"required": [
|
|
215176
|
-
"OperationId"
|
|
215177
|
-
],
|
|
215178
215254
|
"members": {
|
|
215179
215255
|
"OperationId": {}
|
|
215180
215256
|
}
|
|
@@ -215216,9 +215292,6 @@ module.exports={
|
|
|
215216
215292
|
},
|
|
215217
215293
|
"output": {
|
|
215218
215294
|
"type": "structure",
|
|
215219
|
-
"required": [
|
|
215220
|
-
"OperationId"
|
|
215221
|
-
],
|
|
215222
215295
|
"members": {
|
|
215223
215296
|
"OperationId": {}
|
|
215224
215297
|
}
|
|
@@ -215242,6 +215315,17 @@ module.exports={
|
|
|
215242
215315
|
}
|
|
215243
215316
|
}
|
|
215244
215317
|
},
|
|
215318
|
+
"ResendOperationAuthorization": {
|
|
215319
|
+
"input": {
|
|
215320
|
+
"type": "structure",
|
|
215321
|
+
"required": [
|
|
215322
|
+
"OperationId"
|
|
215323
|
+
],
|
|
215324
|
+
"members": {
|
|
215325
|
+
"OperationId": {}
|
|
215326
|
+
}
|
|
215327
|
+
}
|
|
215328
|
+
},
|
|
215245
215329
|
"RetrieveDomainAuthCode": {
|
|
215246
215330
|
"input": {
|
|
215247
215331
|
"type": "structure",
|
|
@@ -215254,12 +215338,9 @@ module.exports={
|
|
|
215254
215338
|
},
|
|
215255
215339
|
"output": {
|
|
215256
215340
|
"type": "structure",
|
|
215257
|
-
"required": [
|
|
215258
|
-
"AuthCode"
|
|
215259
|
-
],
|
|
215260
215341
|
"members": {
|
|
215261
215342
|
"AuthCode": {
|
|
215262
|
-
"shape": "
|
|
215343
|
+
"shape": "Si"
|
|
215263
215344
|
}
|
|
215264
215345
|
}
|
|
215265
215346
|
}
|
|
@@ -215281,22 +215362,22 @@ module.exports={
|
|
|
215281
215362
|
"type": "integer"
|
|
215282
215363
|
},
|
|
215283
215364
|
"Nameservers": {
|
|
215284
|
-
"shape": "
|
|
215365
|
+
"shape": "S17"
|
|
215285
215366
|
},
|
|
215286
215367
|
"AuthCode": {
|
|
215287
|
-
"shape": "
|
|
215368
|
+
"shape": "Si"
|
|
215288
215369
|
},
|
|
215289
215370
|
"AutoRenew": {
|
|
215290
215371
|
"type": "boolean"
|
|
215291
215372
|
},
|
|
215292
215373
|
"AdminContact": {
|
|
215293
|
-
"shape": "
|
|
215374
|
+
"shape": "S1d"
|
|
215294
215375
|
},
|
|
215295
215376
|
"RegistrantContact": {
|
|
215296
|
-
"shape": "
|
|
215377
|
+
"shape": "S1d"
|
|
215297
215378
|
},
|
|
215298
215379
|
"TechContact": {
|
|
215299
|
-
"shape": "
|
|
215380
|
+
"shape": "S1d"
|
|
215300
215381
|
},
|
|
215301
215382
|
"PrivacyProtectAdminContact": {
|
|
215302
215383
|
"type": "boolean"
|
|
@@ -215311,9 +215392,6 @@ module.exports={
|
|
|
215311
215392
|
},
|
|
215312
215393
|
"output": {
|
|
215313
215394
|
"type": "structure",
|
|
215314
|
-
"required": [
|
|
215315
|
-
"OperationId"
|
|
215316
|
-
],
|
|
215317
215395
|
"members": {
|
|
215318
215396
|
"OperationId": {}
|
|
215319
215397
|
}
|
|
@@ -215348,21 +215426,31 @@ module.exports={
|
|
|
215348
215426
|
"members": {
|
|
215349
215427
|
"DomainName": {},
|
|
215350
215428
|
"AdminContact": {
|
|
215351
|
-
"shape": "
|
|
215429
|
+
"shape": "S1d"
|
|
215352
215430
|
},
|
|
215353
215431
|
"RegistrantContact": {
|
|
215354
|
-
"shape": "
|
|
215432
|
+
"shape": "S1d"
|
|
215355
215433
|
},
|
|
215356
215434
|
"TechContact": {
|
|
215357
|
-
"shape": "
|
|
215435
|
+
"shape": "S1d"
|
|
215436
|
+
},
|
|
215437
|
+
"Consent": {
|
|
215438
|
+
"type": "structure",
|
|
215439
|
+
"required": [
|
|
215440
|
+
"MaxPrice",
|
|
215441
|
+
"Currency"
|
|
215442
|
+
],
|
|
215443
|
+
"members": {
|
|
215444
|
+
"MaxPrice": {
|
|
215445
|
+
"type": "double"
|
|
215446
|
+
},
|
|
215447
|
+
"Currency": {}
|
|
215448
|
+
}
|
|
215358
215449
|
}
|
|
215359
215450
|
}
|
|
215360
215451
|
},
|
|
215361
215452
|
"output": {
|
|
215362
215453
|
"type": "structure",
|
|
215363
|
-
"required": [
|
|
215364
|
-
"OperationId"
|
|
215365
|
-
],
|
|
215366
215454
|
"members": {
|
|
215367
215455
|
"OperationId": {}
|
|
215368
215456
|
}
|
|
@@ -215389,9 +215477,6 @@ module.exports={
|
|
|
215389
215477
|
},
|
|
215390
215478
|
"output": {
|
|
215391
215479
|
"type": "structure",
|
|
215392
|
-
"required": [
|
|
215393
|
-
"OperationId"
|
|
215394
|
-
],
|
|
215395
215480
|
"members": {
|
|
215396
215481
|
"OperationId": {}
|
|
215397
215482
|
}
|
|
@@ -215412,15 +215497,12 @@ module.exports={
|
|
|
215412
215497
|
"sensitive": true
|
|
215413
215498
|
},
|
|
215414
215499
|
"Nameservers": {
|
|
215415
|
-
"shape": "
|
|
215500
|
+
"shape": "S17"
|
|
215416
215501
|
}
|
|
215417
215502
|
}
|
|
215418
215503
|
},
|
|
215419
215504
|
"output": {
|
|
215420
215505
|
"type": "structure",
|
|
215421
|
-
"required": [
|
|
215422
|
-
"OperationId"
|
|
215423
|
-
],
|
|
215424
215506
|
"members": {
|
|
215425
215507
|
"OperationId": {}
|
|
215426
215508
|
}
|
|
@@ -215435,7 +215517,7 @@ module.exports={
|
|
|
215435
215517
|
"members": {
|
|
215436
215518
|
"DomainName": {},
|
|
215437
215519
|
"TagsToUpdate": {
|
|
215438
|
-
"shape": "
|
|
215520
|
+
"shape": "S39"
|
|
215439
215521
|
}
|
|
215440
215522
|
}
|
|
215441
215523
|
},
|
|
@@ -215486,11 +215568,11 @@ module.exports={
|
|
|
215486
215568
|
}
|
|
215487
215569
|
},
|
|
215488
215570
|
"shapes": {
|
|
215489
|
-
"
|
|
215571
|
+
"Si": {
|
|
215490
215572
|
"type": "string",
|
|
215491
215573
|
"sensitive": true
|
|
215492
215574
|
},
|
|
215493
|
-
"
|
|
215575
|
+
"S17": {
|
|
215494
215576
|
"type": "list",
|
|
215495
215577
|
"member": {
|
|
215496
215578
|
"type": "structure",
|
|
@@ -215506,7 +215588,7 @@ module.exports={
|
|
|
215506
215588
|
}
|
|
215507
215589
|
}
|
|
215508
215590
|
},
|
|
215509
|
-
"
|
|
215591
|
+
"S1d": {
|
|
215510
215592
|
"type": "structure",
|
|
215511
215593
|
"members": {
|
|
215512
215594
|
"FirstName": {},
|
|
@@ -215542,7 +215624,7 @@ module.exports={
|
|
|
215542
215624
|
},
|
|
215543
215625
|
"sensitive": true
|
|
215544
215626
|
},
|
|
215545
|
-
"
|
|
215627
|
+
"S34": {
|
|
215546
215628
|
"type": "structure",
|
|
215547
215629
|
"required": [
|
|
215548
215630
|
"Price",
|
|
@@ -215555,7 +215637,7 @@ module.exports={
|
|
|
215555
215637
|
"Currency": {}
|
|
215556
215638
|
}
|
|
215557
215639
|
},
|
|
215558
|
-
"
|
|
215640
|
+
"S39": {
|
|
215559
215641
|
"type": "list",
|
|
215560
215642
|
"member": {
|
|
215561
215643
|
"type": "structure",
|
|
@@ -251314,7 +251396,7 @@ AWS.util.update(AWS, {
|
|
|
251314
251396
|
/**
|
|
251315
251397
|
* @constant
|
|
251316
251398
|
*/
|
|
251317
|
-
VERSION: '2.
|
|
251399
|
+
VERSION: '2.1280.0',
|
|
251318
251400
|
|
|
251319
251401
|
/**
|
|
251320
251402
|
* @api private
|
|
@@ -273374,7 +273456,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273374
273456
|
}());
|
|
273375
273457
|
exports.LRUCache = LRUCache;
|
|
273376
273458
|
},{}],461:[function(require,module,exports){
|
|
273377
|
-
// AWS SDK for JavaScript v2.
|
|
273459
|
+
// AWS SDK for JavaScript v2.1280.0
|
|
273378
273460
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273379
273461
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273380
273462
|
require('./browser_loader');
|