aws-sdk 2.916.0 → 2.920.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +63 -60
- package/apis/datasync-2018-11-09.min.json +16 -15
- package/apis/devicefarm-2015-06-23.min.json +144 -92
- package/apis/docdb-2014-10-31.min.json +233 -65
- package/apis/docdb-2014-10-31.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/fsx-2018-03-01.min.json +27 -24
- package/apis/iotevents-2018-07-27.min.json +715 -188
- package/apis/iotevents-data-2018-10-23.min.json +380 -1
- package/apis/iotsitewise-2019-12-02.min.json +65 -43
- package/apis/iotwireless-2020-11-22.min.json +210 -6
- package/apis/kendra-2019-02-03.min.json +351 -77
- package/apis/location-2020-11-19.min.json +677 -84
- package/apis/location-2020-11-19.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +150 -13
- package/apis/sns-2010-03-31.paginators.json +12 -0
- package/clients/autoscaling.d.ts +55 -50
- package/clients/braket.d.ts +2 -2
- package/clients/datasync.d.ts +39 -34
- package/clients/devicefarm.d.ts +41 -10
- package/clients/docdb.d.ts +217 -4
- package/clients/ec2.d.ts +8 -0
- package/clients/ecs.d.ts +4 -4
- package/clients/fsx.d.ts +15 -2
- package/clients/iam.d.ts +1 -1
- package/clients/iotevents.d.ts +595 -11
- package/clients/ioteventsdata.d.ts +474 -9
- package/clients/iotsitewise.d.ts +34 -0
- package/clients/iotwireless.d.ts +126 -0
- package/clients/kendra.d.ts +410 -6
- package/clients/lightsail.d.ts +3 -3
- package/clients/location.d.ts +651 -77
- package/clients/polly.d.ts +1 -1
- package/clients/resourcegroups.d.ts +4 -4
- package/clients/servicediscovery.d.ts +41 -41
- package/clients/sns.d.ts +181 -4
- package/clients/sqs.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +378 -168
- package/dist/aws-sdk.min.js +68 -68
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.920.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){
|
|
@@ -7059,7 +7059,7 @@ module.exports={
|
|
|
7059
7059
|
"shape": "S20"
|
|
7060
7060
|
},
|
|
7061
7061
|
"InstanceMonitoring": {
|
|
7062
|
-
"shape": "
|
|
7062
|
+
"shape": "S2a"
|
|
7063
7063
|
},
|
|
7064
7064
|
"SpotPrice": {},
|
|
7065
7065
|
"IamInstanceProfile": {},
|
|
@@ -7071,7 +7071,7 @@ module.exports={
|
|
|
7071
7071
|
},
|
|
7072
7072
|
"PlacementTenancy": {},
|
|
7073
7073
|
"MetadataOptions": {
|
|
7074
|
-
"shape": "
|
|
7074
|
+
"shape": "S2f"
|
|
7075
7075
|
}
|
|
7076
7076
|
}
|
|
7077
7077
|
}
|
|
@@ -7244,7 +7244,7 @@ module.exports={
|
|
|
7244
7244
|
"type": "structure",
|
|
7245
7245
|
"members": {
|
|
7246
7246
|
"AutoScalingGroupNames": {
|
|
7247
|
-
"shape": "
|
|
7247
|
+
"shape": "S34"
|
|
7248
7248
|
},
|
|
7249
7249
|
"NextToken": {},
|
|
7250
7250
|
"MaxRecords": {
|
|
@@ -7312,7 +7312,7 @@ module.exports={
|
|
|
7312
7312
|
"type": "integer"
|
|
7313
7313
|
},
|
|
7314
7314
|
"Instances": {
|
|
7315
|
-
"shape": "
|
|
7315
|
+
"shape": "S3a"
|
|
7316
7316
|
},
|
|
7317
7317
|
"CreatedTime": {
|
|
7318
7318
|
"type": "timestamp"
|
|
@@ -7341,7 +7341,7 @@ module.exports={
|
|
|
7341
7341
|
},
|
|
7342
7342
|
"Status": {},
|
|
7343
7343
|
"Tags": {
|
|
7344
|
-
"shape": "
|
|
7344
|
+
"shape": "S3h"
|
|
7345
7345
|
},
|
|
7346
7346
|
"TerminationPolicies": {
|
|
7347
7347
|
"shape": "S1g"
|
|
@@ -7357,7 +7357,7 @@ module.exports={
|
|
|
7357
7357
|
"type": "boolean"
|
|
7358
7358
|
},
|
|
7359
7359
|
"WarmPoolConfiguration": {
|
|
7360
|
-
"shape": "
|
|
7360
|
+
"shape": "S3j"
|
|
7361
7361
|
},
|
|
7362
7362
|
"WarmPoolSize": {
|
|
7363
7363
|
"type": "integer"
|
|
@@ -7426,7 +7426,7 @@ module.exports={
|
|
|
7426
7426
|
"type": "structure",
|
|
7427
7427
|
"members": {
|
|
7428
7428
|
"AutoScalingNotificationTypes": {
|
|
7429
|
-
"shape": "
|
|
7429
|
+
"shape": "S3u"
|
|
7430
7430
|
}
|
|
7431
7431
|
}
|
|
7432
7432
|
}
|
|
@@ -7559,7 +7559,7 @@ module.exports={
|
|
|
7559
7559
|
"shape": "S20"
|
|
7560
7560
|
},
|
|
7561
7561
|
"InstanceMonitoring": {
|
|
7562
|
-
"shape": "
|
|
7562
|
+
"shape": "S2a"
|
|
7563
7563
|
},
|
|
7564
7564
|
"SpotPrice": {},
|
|
7565
7565
|
"IamInstanceProfile": {},
|
|
@@ -7574,7 +7574,7 @@ module.exports={
|
|
|
7574
7574
|
},
|
|
7575
7575
|
"PlacementTenancy": {},
|
|
7576
7576
|
"MetadataOptions": {
|
|
7577
|
-
"shape": "
|
|
7577
|
+
"shape": "S2f"
|
|
7578
7578
|
}
|
|
7579
7579
|
}
|
|
7580
7580
|
}
|
|
@@ -7589,7 +7589,7 @@ module.exports={
|
|
|
7589
7589
|
"type": "structure",
|
|
7590
7590
|
"members": {
|
|
7591
7591
|
"LifecycleHookTypes": {
|
|
7592
|
-
"shape": "
|
|
7592
|
+
"shape": "S3u"
|
|
7593
7593
|
}
|
|
7594
7594
|
}
|
|
7595
7595
|
}
|
|
@@ -7731,7 +7731,7 @@ module.exports={
|
|
|
7731
7731
|
"type": "structure",
|
|
7732
7732
|
"members": {
|
|
7733
7733
|
"AutoScalingGroupNames": {
|
|
7734
|
-
"shape": "
|
|
7734
|
+
"shape": "S34"
|
|
7735
7735
|
},
|
|
7736
7736
|
"NextToken": {},
|
|
7737
7737
|
"MaxRecords": {
|
|
@@ -7795,7 +7795,7 @@ module.exports={
|
|
|
7795
7795
|
"PolicyType": {},
|
|
7796
7796
|
"AdjustmentType": {},
|
|
7797
7797
|
"MinAdjustmentStep": {
|
|
7798
|
-
"shape": "
|
|
7798
|
+
"shape": "S55"
|
|
7799
7799
|
},
|
|
7800
7800
|
"MinAdjustmentMagnitude": {
|
|
7801
7801
|
"type": "integer"
|
|
@@ -7807,23 +7807,23 @@ module.exports={
|
|
|
7807
7807
|
"type": "integer"
|
|
7808
7808
|
},
|
|
7809
7809
|
"StepAdjustments": {
|
|
7810
|
-
"shape": "
|
|
7810
|
+
"shape": "S58"
|
|
7811
7811
|
},
|
|
7812
7812
|
"MetricAggregationType": {},
|
|
7813
7813
|
"EstimatedInstanceWarmup": {
|
|
7814
7814
|
"type": "integer"
|
|
7815
7815
|
},
|
|
7816
7816
|
"Alarms": {
|
|
7817
|
-
"shape": "
|
|
7817
|
+
"shape": "S5c"
|
|
7818
7818
|
},
|
|
7819
7819
|
"TargetTrackingConfiguration": {
|
|
7820
|
-
"shape": "
|
|
7820
|
+
"shape": "S5e"
|
|
7821
7821
|
},
|
|
7822
7822
|
"Enabled": {
|
|
7823
7823
|
"type": "boolean"
|
|
7824
7824
|
},
|
|
7825
7825
|
"PredictiveScalingConfiguration": {
|
|
7826
|
-
"shape": "
|
|
7826
|
+
"shape": "S5s"
|
|
7827
7827
|
}
|
|
7828
7828
|
}
|
|
7829
7829
|
}
|
|
@@ -7858,7 +7858,7 @@ module.exports={
|
|
|
7858
7858
|
],
|
|
7859
7859
|
"members": {
|
|
7860
7860
|
"Activities": {
|
|
7861
|
-
"shape": "
|
|
7861
|
+
"shape": "S69"
|
|
7862
7862
|
},
|
|
7863
7863
|
"NextToken": {}
|
|
7864
7864
|
}
|
|
@@ -7971,7 +7971,7 @@ module.exports={
|
|
|
7971
7971
|
"type": "structure",
|
|
7972
7972
|
"members": {
|
|
7973
7973
|
"Tags": {
|
|
7974
|
-
"shape": "
|
|
7974
|
+
"shape": "S3h"
|
|
7975
7975
|
},
|
|
7976
7976
|
"NextToken": {}
|
|
7977
7977
|
}
|
|
@@ -8007,10 +8007,10 @@ module.exports={
|
|
|
8007
8007
|
"type": "structure",
|
|
8008
8008
|
"members": {
|
|
8009
8009
|
"WarmPoolConfiguration": {
|
|
8010
|
-
"shape": "
|
|
8010
|
+
"shape": "S3j"
|
|
8011
8011
|
},
|
|
8012
8012
|
"Instances": {
|
|
8013
|
-
"shape": "
|
|
8013
|
+
"shape": "S3a"
|
|
8014
8014
|
},
|
|
8015
8015
|
"NextToken": {}
|
|
8016
8016
|
}
|
|
@@ -8038,7 +8038,7 @@ module.exports={
|
|
|
8038
8038
|
"type": "structure",
|
|
8039
8039
|
"members": {
|
|
8040
8040
|
"Activities": {
|
|
8041
|
-
"shape": "
|
|
8041
|
+
"shape": "S69"
|
|
8042
8042
|
}
|
|
8043
8043
|
}
|
|
8044
8044
|
}
|
|
@@ -8092,7 +8092,7 @@ module.exports={
|
|
|
8092
8092
|
"members": {
|
|
8093
8093
|
"AutoScalingGroupName": {},
|
|
8094
8094
|
"Metrics": {
|
|
8095
|
-
"shape": "
|
|
8095
|
+
"shape": "S71"
|
|
8096
8096
|
}
|
|
8097
8097
|
}
|
|
8098
8098
|
}
|
|
@@ -8107,7 +8107,7 @@ module.exports={
|
|
|
8107
8107
|
"members": {
|
|
8108
8108
|
"AutoScalingGroupName": {},
|
|
8109
8109
|
"Metrics": {
|
|
8110
|
-
"shape": "
|
|
8110
|
+
"shape": "S71"
|
|
8111
8111
|
},
|
|
8112
8112
|
"Granularity": {}
|
|
8113
8113
|
}
|
|
@@ -8135,7 +8135,7 @@ module.exports={
|
|
|
8135
8135
|
"type": "structure",
|
|
8136
8136
|
"members": {
|
|
8137
8137
|
"Activities": {
|
|
8138
|
-
"shape": "
|
|
8138
|
+
"shape": "S69"
|
|
8139
8139
|
}
|
|
8140
8140
|
}
|
|
8141
8141
|
}
|
|
@@ -8179,7 +8179,7 @@ module.exports={
|
|
|
8179
8179
|
"type": "structure",
|
|
8180
8180
|
"members": {
|
|
8181
8181
|
"Activities": {
|
|
8182
|
-
"shape": "
|
|
8182
|
+
"shape": "S69"
|
|
8183
8183
|
}
|
|
8184
8184
|
}
|
|
8185
8185
|
}
|
|
@@ -8224,13 +8224,13 @@ module.exports={
|
|
|
8224
8224
|
],
|
|
8225
8225
|
"members": {
|
|
8226
8226
|
"Timestamps": {
|
|
8227
|
-
"shape": "
|
|
8227
|
+
"shape": "S7d"
|
|
8228
8228
|
},
|
|
8229
8229
|
"Values": {
|
|
8230
|
-
"shape": "
|
|
8230
|
+
"shape": "S7e"
|
|
8231
8231
|
},
|
|
8232
8232
|
"MetricSpecification": {
|
|
8233
|
-
"shape": "
|
|
8233
|
+
"shape": "S5u"
|
|
8234
8234
|
}
|
|
8235
8235
|
}
|
|
8236
8236
|
}
|
|
@@ -8243,10 +8243,10 @@ module.exports={
|
|
|
8243
8243
|
],
|
|
8244
8244
|
"members": {
|
|
8245
8245
|
"Timestamps": {
|
|
8246
|
-
"shape": "
|
|
8246
|
+
"shape": "S7d"
|
|
8247
8247
|
},
|
|
8248
8248
|
"Values": {
|
|
8249
|
-
"shape": "
|
|
8249
|
+
"shape": "S7e"
|
|
8250
8250
|
}
|
|
8251
8251
|
}
|
|
8252
8252
|
},
|
|
@@ -8294,7 +8294,7 @@ module.exports={
|
|
|
8294
8294
|
"AutoScalingGroupName": {},
|
|
8295
8295
|
"TopicARN": {},
|
|
8296
8296
|
"NotificationTypes": {
|
|
8297
|
-
"shape": "
|
|
8297
|
+
"shape": "S3u"
|
|
8298
8298
|
}
|
|
8299
8299
|
}
|
|
8300
8300
|
}
|
|
@@ -8312,7 +8312,7 @@ module.exports={
|
|
|
8312
8312
|
"PolicyType": {},
|
|
8313
8313
|
"AdjustmentType": {},
|
|
8314
8314
|
"MinAdjustmentStep": {
|
|
8315
|
-
"shape": "
|
|
8315
|
+
"shape": "S55"
|
|
8316
8316
|
},
|
|
8317
8317
|
"MinAdjustmentMagnitude": {
|
|
8318
8318
|
"type": "integer"
|
|
@@ -8325,19 +8325,19 @@ module.exports={
|
|
|
8325
8325
|
},
|
|
8326
8326
|
"MetricAggregationType": {},
|
|
8327
8327
|
"StepAdjustments": {
|
|
8328
|
-
"shape": "
|
|
8328
|
+
"shape": "S58"
|
|
8329
8329
|
},
|
|
8330
8330
|
"EstimatedInstanceWarmup": {
|
|
8331
8331
|
"type": "integer"
|
|
8332
8332
|
},
|
|
8333
8333
|
"TargetTrackingConfiguration": {
|
|
8334
|
-
"shape": "
|
|
8334
|
+
"shape": "S5e"
|
|
8335
8335
|
},
|
|
8336
8336
|
"Enabled": {
|
|
8337
8337
|
"type": "boolean"
|
|
8338
8338
|
},
|
|
8339
8339
|
"PredictiveScalingConfiguration": {
|
|
8340
|
-
"shape": "
|
|
8340
|
+
"shape": "S5s"
|
|
8341
8341
|
}
|
|
8342
8342
|
}
|
|
8343
8343
|
},
|
|
@@ -8347,7 +8347,7 @@ module.exports={
|
|
|
8347
8347
|
"members": {
|
|
8348
8348
|
"PolicyARN": {},
|
|
8349
8349
|
"Alarms": {
|
|
8350
|
-
"shape": "
|
|
8350
|
+
"shape": "S5c"
|
|
8351
8351
|
}
|
|
8352
8352
|
}
|
|
8353
8353
|
}
|
|
@@ -8430,7 +8430,7 @@ module.exports={
|
|
|
8430
8430
|
},
|
|
8431
8431
|
"ResumeProcesses": {
|
|
8432
8432
|
"input": {
|
|
8433
|
-
"shape": "
|
|
8433
|
+
"shape": "S7q"
|
|
8434
8434
|
}
|
|
8435
8435
|
},
|
|
8436
8436
|
"SetDesiredCapacity": {
|
|
@@ -8532,7 +8532,7 @@ module.exports={
|
|
|
8532
8532
|
},
|
|
8533
8533
|
"SuspendProcesses": {
|
|
8534
8534
|
"input": {
|
|
8535
|
-
"shape": "
|
|
8535
|
+
"shape": "S7q"
|
|
8536
8536
|
}
|
|
8537
8537
|
},
|
|
8538
8538
|
"TerminateInstanceInAutoScalingGroup": {
|
|
@@ -8554,7 +8554,7 @@ module.exports={
|
|
|
8554
8554
|
"type": "structure",
|
|
8555
8555
|
"members": {
|
|
8556
8556
|
"Activity": {
|
|
8557
|
-
"shape": "
|
|
8557
|
+
"shape": "S6a"
|
|
8558
8558
|
}
|
|
8559
8559
|
}
|
|
8560
8560
|
}
|
|
@@ -8754,6 +8754,9 @@ module.exports={
|
|
|
8754
8754
|
},
|
|
8755
8755
|
"Encrypted": {
|
|
8756
8756
|
"type": "boolean"
|
|
8757
|
+
},
|
|
8758
|
+
"Throughput": {
|
|
8759
|
+
"type": "integer"
|
|
8757
8760
|
}
|
|
8758
8761
|
}
|
|
8759
8762
|
},
|
|
@@ -8763,7 +8766,7 @@ module.exports={
|
|
|
8763
8766
|
}
|
|
8764
8767
|
}
|
|
8765
8768
|
},
|
|
8766
|
-
"
|
|
8769
|
+
"S2a": {
|
|
8767
8770
|
"type": "structure",
|
|
8768
8771
|
"members": {
|
|
8769
8772
|
"Enabled": {
|
|
@@ -8771,7 +8774,7 @@ module.exports={
|
|
|
8771
8774
|
}
|
|
8772
8775
|
}
|
|
8773
8776
|
},
|
|
8774
|
-
"
|
|
8777
|
+
"S2f": {
|
|
8775
8778
|
"type": "structure",
|
|
8776
8779
|
"members": {
|
|
8777
8780
|
"HttpTokens": {},
|
|
@@ -8781,11 +8784,11 @@ module.exports={
|
|
|
8781
8784
|
"HttpEndpoint": {}
|
|
8782
8785
|
}
|
|
8783
8786
|
},
|
|
8784
|
-
"
|
|
8787
|
+
"S34": {
|
|
8785
8788
|
"type": "list",
|
|
8786
8789
|
"member": {}
|
|
8787
8790
|
},
|
|
8788
|
-
"
|
|
8791
|
+
"S3a": {
|
|
8789
8792
|
"type": "list",
|
|
8790
8793
|
"member": {
|
|
8791
8794
|
"type": "structure",
|
|
@@ -8813,7 +8816,7 @@ module.exports={
|
|
|
8813
8816
|
}
|
|
8814
8817
|
}
|
|
8815
8818
|
},
|
|
8816
|
-
"
|
|
8819
|
+
"S3h": {
|
|
8817
8820
|
"type": "list",
|
|
8818
8821
|
"member": {
|
|
8819
8822
|
"type": "structure",
|
|
@@ -8828,7 +8831,7 @@ module.exports={
|
|
|
8828
8831
|
}
|
|
8829
8832
|
}
|
|
8830
8833
|
},
|
|
8831
|
-
"
|
|
8834
|
+
"S3j": {
|
|
8832
8835
|
"type": "structure",
|
|
8833
8836
|
"members": {
|
|
8834
8837
|
"MaxGroupPreparedCapacity": {
|
|
@@ -8841,15 +8844,15 @@ module.exports={
|
|
|
8841
8844
|
"Status": {}
|
|
8842
8845
|
}
|
|
8843
8846
|
},
|
|
8844
|
-
"
|
|
8847
|
+
"S3u": {
|
|
8845
8848
|
"type": "list",
|
|
8846
8849
|
"member": {}
|
|
8847
8850
|
},
|
|
8848
|
-
"
|
|
8851
|
+
"S55": {
|
|
8849
8852
|
"type": "integer",
|
|
8850
8853
|
"deprecated": true
|
|
8851
8854
|
},
|
|
8852
|
-
"
|
|
8855
|
+
"S58": {
|
|
8853
8856
|
"type": "list",
|
|
8854
8857
|
"member": {
|
|
8855
8858
|
"type": "structure",
|
|
@@ -8869,7 +8872,7 @@ module.exports={
|
|
|
8869
8872
|
}
|
|
8870
8873
|
}
|
|
8871
8874
|
},
|
|
8872
|
-
"
|
|
8875
|
+
"S5c": {
|
|
8873
8876
|
"type": "list",
|
|
8874
8877
|
"member": {
|
|
8875
8878
|
"type": "structure",
|
|
@@ -8879,7 +8882,7 @@ module.exports={
|
|
|
8879
8882
|
}
|
|
8880
8883
|
}
|
|
8881
8884
|
},
|
|
8882
|
-
"
|
|
8885
|
+
"S5e": {
|
|
8883
8886
|
"type": "structure",
|
|
8884
8887
|
"required": [
|
|
8885
8888
|
"TargetValue"
|
|
@@ -8931,7 +8934,7 @@ module.exports={
|
|
|
8931
8934
|
}
|
|
8932
8935
|
}
|
|
8933
8936
|
},
|
|
8934
|
-
"
|
|
8937
|
+
"S5s": {
|
|
8935
8938
|
"type": "structure",
|
|
8936
8939
|
"required": [
|
|
8937
8940
|
"MetricSpecifications"
|
|
@@ -8940,7 +8943,7 @@ module.exports={
|
|
|
8940
8943
|
"MetricSpecifications": {
|
|
8941
8944
|
"type": "list",
|
|
8942
8945
|
"member": {
|
|
8943
|
-
"shape": "
|
|
8946
|
+
"shape": "S5u"
|
|
8944
8947
|
}
|
|
8945
8948
|
},
|
|
8946
8949
|
"Mode": {},
|
|
@@ -8953,7 +8956,7 @@ module.exports={
|
|
|
8953
8956
|
}
|
|
8954
8957
|
}
|
|
8955
8958
|
},
|
|
8956
|
-
"
|
|
8959
|
+
"S5u": {
|
|
8957
8960
|
"type": "structure",
|
|
8958
8961
|
"required": [
|
|
8959
8962
|
"TargetValue"
|
|
@@ -8994,13 +8997,13 @@ module.exports={
|
|
|
8994
8997
|
}
|
|
8995
8998
|
}
|
|
8996
8999
|
},
|
|
8997
|
-
"
|
|
9000
|
+
"S69": {
|
|
8998
9001
|
"type": "list",
|
|
8999
9002
|
"member": {
|
|
9000
|
-
"shape": "
|
|
9003
|
+
"shape": "S6a"
|
|
9001
9004
|
}
|
|
9002
9005
|
},
|
|
9003
|
-
"
|
|
9006
|
+
"S6a": {
|
|
9004
9007
|
"type": "structure",
|
|
9005
9008
|
"required": [
|
|
9006
9009
|
"ActivityId",
|
|
@@ -9030,23 +9033,23 @@ module.exports={
|
|
|
9030
9033
|
"AutoScalingGroupARN": {}
|
|
9031
9034
|
}
|
|
9032
9035
|
},
|
|
9033
|
-
"
|
|
9036
|
+
"S71": {
|
|
9034
9037
|
"type": "list",
|
|
9035
9038
|
"member": {}
|
|
9036
9039
|
},
|
|
9037
|
-
"
|
|
9040
|
+
"S7d": {
|
|
9038
9041
|
"type": "list",
|
|
9039
9042
|
"member": {
|
|
9040
9043
|
"type": "timestamp"
|
|
9041
9044
|
}
|
|
9042
9045
|
},
|
|
9043
|
-
"
|
|
9046
|
+
"S7e": {
|
|
9044
9047
|
"type": "list",
|
|
9045
9048
|
"member": {
|
|
9046
9049
|
"type": "double"
|
|
9047
9050
|
}
|
|
9048
9051
|
},
|
|
9049
|
-
"
|
|
9052
|
+
"S7q": {
|
|
9050
9053
|
"type": "structure",
|
|
9051
9054
|
"required": [
|
|
9052
9055
|
"AutoScalingGroupName"
|
|
@@ -60098,14 +60101,17 @@ module.exports={
|
|
|
60098
60101
|
],
|
|
60099
60102
|
"members": {
|
|
60100
60103
|
"name": {},
|
|
60101
|
-
"description": {}
|
|
60104
|
+
"description": {},
|
|
60105
|
+
"vpcConfig": {
|
|
60106
|
+
"shape": "S1m"
|
|
60107
|
+
}
|
|
60102
60108
|
}
|
|
60103
60109
|
},
|
|
60104
60110
|
"output": {
|
|
60105
60111
|
"type": "structure",
|
|
60106
60112
|
"members": {
|
|
60107
60113
|
"testGridProject": {
|
|
60108
|
-
"shape": "
|
|
60114
|
+
"shape": "S1r"
|
|
60109
60115
|
}
|
|
60110
60116
|
}
|
|
60111
60117
|
}
|
|
@@ -60127,7 +60133,9 @@ module.exports={
|
|
|
60127
60133
|
"output": {
|
|
60128
60134
|
"type": "structure",
|
|
60129
60135
|
"members": {
|
|
60130
|
-
"url": {
|
|
60136
|
+
"url": {
|
|
60137
|
+
"shape": "S1w"
|
|
60138
|
+
},
|
|
60131
60139
|
"expires": {
|
|
60132
60140
|
"type": "timestamp"
|
|
60133
60141
|
}
|
|
@@ -60153,7 +60161,7 @@ module.exports={
|
|
|
60153
60161
|
"type": "structure",
|
|
60154
60162
|
"members": {
|
|
60155
60163
|
"upload": {
|
|
60156
|
-
"shape": "
|
|
60164
|
+
"shape": "S21"
|
|
60157
60165
|
}
|
|
60158
60166
|
}
|
|
60159
60167
|
}
|
|
@@ -60177,7 +60185,7 @@ module.exports={
|
|
|
60177
60185
|
"type": "structure",
|
|
60178
60186
|
"members": {
|
|
60179
60187
|
"vpceConfiguration": {
|
|
60180
|
-
"shape": "
|
|
60188
|
+
"shape": "S2c"
|
|
60181
60189
|
}
|
|
60182
60190
|
}
|
|
60183
60191
|
}
|
|
@@ -60330,10 +60338,10 @@ module.exports={
|
|
|
60330
60338
|
"members": {
|
|
60331
60339
|
"awsAccountNumber": {},
|
|
60332
60340
|
"unmeteredDevices": {
|
|
60333
|
-
"shape": "
|
|
60341
|
+
"shape": "S2z"
|
|
60334
60342
|
},
|
|
60335
60343
|
"unmeteredRemoteAccessDevices": {
|
|
60336
|
-
"shape": "
|
|
60344
|
+
"shape": "S2z"
|
|
60337
60345
|
},
|
|
60338
60346
|
"maxJobTimeoutMinutes": {
|
|
60339
60347
|
"type": "integer"
|
|
@@ -60435,10 +60443,10 @@ module.exports={
|
|
|
60435
60443
|
"appArn": {},
|
|
60436
60444
|
"testType": {},
|
|
60437
60445
|
"test": {
|
|
60438
|
-
"shape": "
|
|
60446
|
+
"shape": "S3a"
|
|
60439
60447
|
},
|
|
60440
60448
|
"configuration": {
|
|
60441
|
-
"shape": "
|
|
60449
|
+
"shape": "S3d"
|
|
60442
60450
|
}
|
|
60443
60451
|
}
|
|
60444
60452
|
},
|
|
@@ -60446,10 +60454,10 @@ module.exports={
|
|
|
60446
60454
|
"type": "structure",
|
|
60447
60455
|
"members": {
|
|
60448
60456
|
"compatibleDevices": {
|
|
60449
|
-
"shape": "
|
|
60457
|
+
"shape": "S3l"
|
|
60450
60458
|
},
|
|
60451
60459
|
"incompatibleDevices": {
|
|
60452
|
-
"shape": "
|
|
60460
|
+
"shape": "S3l"
|
|
60453
60461
|
}
|
|
60454
60462
|
}
|
|
60455
60463
|
}
|
|
@@ -60487,7 +60495,7 @@ module.exports={
|
|
|
60487
60495
|
"type": "structure",
|
|
60488
60496
|
"members": {
|
|
60489
60497
|
"job": {
|
|
60490
|
-
"shape": "
|
|
60498
|
+
"shape": "S3t"
|
|
60491
60499
|
}
|
|
60492
60500
|
}
|
|
60493
60501
|
}
|
|
@@ -60522,10 +60530,10 @@ module.exports={
|
|
|
60522
60530
|
"type": "structure",
|
|
60523
60531
|
"members": {
|
|
60524
60532
|
"current": {
|
|
60525
|
-
"shape": "
|
|
60533
|
+
"shape": "S41"
|
|
60526
60534
|
},
|
|
60527
60535
|
"nextPeriod": {
|
|
60528
|
-
"shape": "
|
|
60536
|
+
"shape": "S41"
|
|
60529
60537
|
},
|
|
60530
60538
|
"nextToken": {}
|
|
60531
60539
|
}
|
|
@@ -60583,7 +60591,7 @@ module.exports={
|
|
|
60583
60591
|
"type": "structure",
|
|
60584
60592
|
"members": {
|
|
60585
60593
|
"run": {
|
|
60586
|
-
"shape": "
|
|
60594
|
+
"shape": "S4i"
|
|
60587
60595
|
}
|
|
60588
60596
|
}
|
|
60589
60597
|
}
|
|
@@ -60602,7 +60610,7 @@ module.exports={
|
|
|
60602
60610
|
"type": "structure",
|
|
60603
60611
|
"members": {
|
|
60604
60612
|
"suite": {
|
|
60605
|
-
"shape": "
|
|
60613
|
+
"shape": "S4r"
|
|
60606
60614
|
}
|
|
60607
60615
|
}
|
|
60608
60616
|
}
|
|
@@ -60621,7 +60629,7 @@ module.exports={
|
|
|
60621
60629
|
"type": "structure",
|
|
60622
60630
|
"members": {
|
|
60623
60631
|
"test": {
|
|
60624
|
-
"shape": "
|
|
60632
|
+
"shape": "S4u"
|
|
60625
60633
|
}
|
|
60626
60634
|
}
|
|
60627
60635
|
}
|
|
@@ -60640,7 +60648,7 @@ module.exports={
|
|
|
60640
60648
|
"type": "structure",
|
|
60641
60649
|
"members": {
|
|
60642
60650
|
"testGridProject": {
|
|
60643
|
-
"shape": "
|
|
60651
|
+
"shape": "S1r"
|
|
60644
60652
|
}
|
|
60645
60653
|
}
|
|
60646
60654
|
}
|
|
@@ -60658,7 +60666,7 @@ module.exports={
|
|
|
60658
60666
|
"type": "structure",
|
|
60659
60667
|
"members": {
|
|
60660
60668
|
"testGridSession": {
|
|
60661
|
-
"shape": "
|
|
60669
|
+
"shape": "S50"
|
|
60662
60670
|
}
|
|
60663
60671
|
}
|
|
60664
60672
|
}
|
|
@@ -60677,7 +60685,7 @@ module.exports={
|
|
|
60677
60685
|
"type": "structure",
|
|
60678
60686
|
"members": {
|
|
60679
60687
|
"upload": {
|
|
60680
|
-
"shape": "
|
|
60688
|
+
"shape": "S21"
|
|
60681
60689
|
}
|
|
60682
60690
|
}
|
|
60683
60691
|
}
|
|
@@ -60696,7 +60704,7 @@ module.exports={
|
|
|
60696
60704
|
"type": "structure",
|
|
60697
60705
|
"members": {
|
|
60698
60706
|
"vpceConfiguration": {
|
|
60699
|
-
"shape": "
|
|
60707
|
+
"shape": "S2c"
|
|
60700
60708
|
}
|
|
60701
60709
|
}
|
|
60702
60710
|
}
|
|
@@ -60717,7 +60725,7 @@ module.exports={
|
|
|
60717
60725
|
"type": "structure",
|
|
60718
60726
|
"members": {
|
|
60719
60727
|
"appUpload": {
|
|
60720
|
-
"shape": "
|
|
60728
|
+
"shape": "S21"
|
|
60721
60729
|
}
|
|
60722
60730
|
}
|
|
60723
60731
|
}
|
|
@@ -60807,7 +60815,7 @@ module.exports={
|
|
|
60807
60815
|
"arn": {},
|
|
60808
60816
|
"nextToken": {},
|
|
60809
60817
|
"filters": {
|
|
60810
|
-
"shape": "
|
|
60818
|
+
"shape": "S4l"
|
|
60811
60819
|
}
|
|
60812
60820
|
}
|
|
60813
60821
|
},
|
|
@@ -60864,7 +60872,7 @@ module.exports={
|
|
|
60864
60872
|
"jobs": {
|
|
60865
60873
|
"type": "list",
|
|
60866
60874
|
"member": {
|
|
60867
|
-
"shape": "
|
|
60875
|
+
"shape": "S3t"
|
|
60868
60876
|
}
|
|
60869
60877
|
},
|
|
60870
60878
|
"nextToken": {}
|
|
@@ -60933,7 +60941,7 @@ module.exports={
|
|
|
60933
60941
|
"offeringTransactions": {
|
|
60934
60942
|
"type": "list",
|
|
60935
60943
|
"member": {
|
|
60936
|
-
"shape": "
|
|
60944
|
+
"shape": "S64"
|
|
60937
60945
|
}
|
|
60938
60946
|
},
|
|
60939
60947
|
"nextToken": {}
|
|
@@ -60953,7 +60961,7 @@ module.exports={
|
|
|
60953
60961
|
"offerings": {
|
|
60954
60962
|
"type": "list",
|
|
60955
60963
|
"member": {
|
|
60956
|
-
"shape": "
|
|
60964
|
+
"shape": "S45"
|
|
60957
60965
|
}
|
|
60958
60966
|
},
|
|
60959
60967
|
"nextToken": {}
|
|
@@ -61022,7 +61030,7 @@ module.exports={
|
|
|
61022
61030
|
"runs": {
|
|
61023
61031
|
"type": "list",
|
|
61024
61032
|
"member": {
|
|
61025
|
-
"shape": "
|
|
61033
|
+
"shape": "S4i"
|
|
61026
61034
|
}
|
|
61027
61035
|
},
|
|
61028
61036
|
"nextToken": {}
|
|
@@ -61075,7 +61083,7 @@ module.exports={
|
|
|
61075
61083
|
"suites": {
|
|
61076
61084
|
"type": "list",
|
|
61077
61085
|
"member": {
|
|
61078
|
-
"shape": "
|
|
61086
|
+
"shape": "S4r"
|
|
61079
61087
|
}
|
|
61080
61088
|
},
|
|
61081
61089
|
"nextToken": {}
|
|
@@ -61096,7 +61104,7 @@ module.exports={
|
|
|
61096
61104
|
"type": "structure",
|
|
61097
61105
|
"members": {
|
|
61098
61106
|
"Tags": {
|
|
61099
|
-
"shape": "
|
|
61107
|
+
"shape": "S6s"
|
|
61100
61108
|
}
|
|
61101
61109
|
}
|
|
61102
61110
|
}
|
|
@@ -61117,7 +61125,7 @@ module.exports={
|
|
|
61117
61125
|
"testGridProjects": {
|
|
61118
61126
|
"type": "list",
|
|
61119
61127
|
"member": {
|
|
61120
|
-
"shape": "
|
|
61128
|
+
"shape": "S1r"
|
|
61121
61129
|
}
|
|
61122
61130
|
},
|
|
61123
61131
|
"nextToken": {}
|
|
@@ -61187,7 +61195,9 @@ module.exports={
|
|
|
61187
61195
|
"members": {
|
|
61188
61196
|
"filename": {},
|
|
61189
61197
|
"type": {},
|
|
61190
|
-
"url": {
|
|
61198
|
+
"url": {
|
|
61199
|
+
"shape": "S1w"
|
|
61200
|
+
}
|
|
61191
61201
|
}
|
|
61192
61202
|
}
|
|
61193
61203
|
},
|
|
@@ -61228,7 +61238,7 @@ module.exports={
|
|
|
61228
61238
|
"testGridSessions": {
|
|
61229
61239
|
"type": "list",
|
|
61230
61240
|
"member": {
|
|
61231
|
-
"shape": "
|
|
61241
|
+
"shape": "S50"
|
|
61232
61242
|
}
|
|
61233
61243
|
},
|
|
61234
61244
|
"nextToken": {}
|
|
@@ -61252,7 +61262,7 @@ module.exports={
|
|
|
61252
61262
|
"tests": {
|
|
61253
61263
|
"type": "list",
|
|
61254
61264
|
"member": {
|
|
61255
|
-
"shape": "
|
|
61265
|
+
"shape": "S4u"
|
|
61256
61266
|
}
|
|
61257
61267
|
},
|
|
61258
61268
|
"nextToken": {}
|
|
@@ -61288,16 +61298,16 @@ module.exports={
|
|
|
61288
61298
|
"type": "structure",
|
|
61289
61299
|
"members": {
|
|
61290
61300
|
"run": {
|
|
61291
|
-
"shape": "
|
|
61301
|
+
"shape": "S7n"
|
|
61292
61302
|
},
|
|
61293
61303
|
"job": {
|
|
61294
|
-
"shape": "
|
|
61304
|
+
"shape": "S7n"
|
|
61295
61305
|
},
|
|
61296
61306
|
"suite": {
|
|
61297
|
-
"shape": "
|
|
61307
|
+
"shape": "S7n"
|
|
61298
61308
|
},
|
|
61299
61309
|
"test": {
|
|
61300
|
-
"shape": "
|
|
61310
|
+
"shape": "S7n"
|
|
61301
61311
|
},
|
|
61302
61312
|
"device": {
|
|
61303
61313
|
"shape": "S15"
|
|
@@ -61333,7 +61343,7 @@ module.exports={
|
|
|
61333
61343
|
"uploads": {
|
|
61334
61344
|
"type": "list",
|
|
61335
61345
|
"member": {
|
|
61336
|
-
"shape": "
|
|
61346
|
+
"shape": "S21"
|
|
61337
61347
|
}
|
|
61338
61348
|
},
|
|
61339
61349
|
"nextToken": {}
|
|
@@ -61356,7 +61366,7 @@ module.exports={
|
|
|
61356
61366
|
"vpceConfigurations": {
|
|
61357
61367
|
"type": "list",
|
|
61358
61368
|
"member": {
|
|
61359
|
-
"shape": "
|
|
61369
|
+
"shape": "S2c"
|
|
61360
61370
|
}
|
|
61361
61371
|
},
|
|
61362
61372
|
"nextToken": {}
|
|
@@ -61366,6 +61376,10 @@ module.exports={
|
|
|
61366
61376
|
"PurchaseOffering": {
|
|
61367
61377
|
"input": {
|
|
61368
61378
|
"type": "structure",
|
|
61379
|
+
"required": [
|
|
61380
|
+
"offeringId",
|
|
61381
|
+
"quantity"
|
|
61382
|
+
],
|
|
61369
61383
|
"members": {
|
|
61370
61384
|
"offeringId": {},
|
|
61371
61385
|
"quantity": {
|
|
@@ -61378,7 +61392,7 @@ module.exports={
|
|
|
61378
61392
|
"type": "structure",
|
|
61379
61393
|
"members": {
|
|
61380
61394
|
"offeringTransaction": {
|
|
61381
|
-
"shape": "
|
|
61395
|
+
"shape": "S64"
|
|
61382
61396
|
}
|
|
61383
61397
|
}
|
|
61384
61398
|
}
|
|
@@ -61386,6 +61400,10 @@ module.exports={
|
|
|
61386
61400
|
"RenewOffering": {
|
|
61387
61401
|
"input": {
|
|
61388
61402
|
"type": "structure",
|
|
61403
|
+
"required": [
|
|
61404
|
+
"offeringId",
|
|
61405
|
+
"quantity"
|
|
61406
|
+
],
|
|
61389
61407
|
"members": {
|
|
61390
61408
|
"offeringId": {},
|
|
61391
61409
|
"quantity": {
|
|
@@ -61397,7 +61415,7 @@ module.exports={
|
|
|
61397
61415
|
"type": "structure",
|
|
61398
61416
|
"members": {
|
|
61399
61417
|
"offeringTransaction": {
|
|
61400
|
-
"shape": "
|
|
61418
|
+
"shape": "S64"
|
|
61401
61419
|
}
|
|
61402
61420
|
}
|
|
61403
61421
|
}
|
|
@@ -61421,7 +61439,7 @@ module.exports={
|
|
|
61421
61439
|
],
|
|
61422
61440
|
"members": {
|
|
61423
61441
|
"filters": {
|
|
61424
|
-
"shape": "
|
|
61442
|
+
"shape": "S4l"
|
|
61425
61443
|
},
|
|
61426
61444
|
"maxDevices": {
|
|
61427
61445
|
"type": "integer"
|
|
@@ -61430,10 +61448,10 @@ module.exports={
|
|
|
61430
61448
|
},
|
|
61431
61449
|
"name": {},
|
|
61432
61450
|
"test": {
|
|
61433
|
-
"shape": "
|
|
61451
|
+
"shape": "S3a"
|
|
61434
61452
|
},
|
|
61435
61453
|
"configuration": {
|
|
61436
|
-
"shape": "
|
|
61454
|
+
"shape": "S3d"
|
|
61437
61455
|
},
|
|
61438
61456
|
"executionConfiguration": {
|
|
61439
61457
|
"type": "structure",
|
|
@@ -61461,7 +61479,7 @@ module.exports={
|
|
|
61461
61479
|
"type": "structure",
|
|
61462
61480
|
"members": {
|
|
61463
61481
|
"run": {
|
|
61464
|
-
"shape": "
|
|
61482
|
+
"shape": "S4i"
|
|
61465
61483
|
}
|
|
61466
61484
|
}
|
|
61467
61485
|
}
|
|
@@ -61480,7 +61498,7 @@ module.exports={
|
|
|
61480
61498
|
"type": "structure",
|
|
61481
61499
|
"members": {
|
|
61482
61500
|
"job": {
|
|
61483
|
-
"shape": "
|
|
61501
|
+
"shape": "S3t"
|
|
61484
61502
|
}
|
|
61485
61503
|
}
|
|
61486
61504
|
}
|
|
@@ -61518,7 +61536,7 @@ module.exports={
|
|
|
61518
61536
|
"type": "structure",
|
|
61519
61537
|
"members": {
|
|
61520
61538
|
"run": {
|
|
61521
|
-
"shape": "
|
|
61539
|
+
"shape": "S4i"
|
|
61522
61540
|
}
|
|
61523
61541
|
}
|
|
61524
61542
|
}
|
|
@@ -61533,7 +61551,7 @@ module.exports={
|
|
|
61533
61551
|
"members": {
|
|
61534
61552
|
"ResourceARN": {},
|
|
61535
61553
|
"Tags": {
|
|
61536
|
-
"shape": "
|
|
61554
|
+
"shape": "S6s"
|
|
61537
61555
|
}
|
|
61538
61556
|
}
|
|
61539
61557
|
},
|
|
@@ -61723,14 +61741,17 @@ module.exports={
|
|
|
61723
61741
|
"members": {
|
|
61724
61742
|
"projectArn": {},
|
|
61725
61743
|
"name": {},
|
|
61726
|
-
"description": {}
|
|
61744
|
+
"description": {},
|
|
61745
|
+
"vpcConfig": {
|
|
61746
|
+
"shape": "S1m"
|
|
61747
|
+
}
|
|
61727
61748
|
}
|
|
61728
61749
|
},
|
|
61729
61750
|
"output": {
|
|
61730
61751
|
"type": "structure",
|
|
61731
61752
|
"members": {
|
|
61732
61753
|
"testGridProject": {
|
|
61733
|
-
"shape": "
|
|
61754
|
+
"shape": "S1r"
|
|
61734
61755
|
}
|
|
61735
61756
|
}
|
|
61736
61757
|
}
|
|
@@ -61754,7 +61775,7 @@ module.exports={
|
|
|
61754
61775
|
"type": "structure",
|
|
61755
61776
|
"members": {
|
|
61756
61777
|
"upload": {
|
|
61757
|
-
"shape": "
|
|
61778
|
+
"shape": "S21"
|
|
61758
61779
|
}
|
|
61759
61780
|
}
|
|
61760
61781
|
}
|
|
@@ -61777,7 +61798,7 @@ module.exports={
|
|
|
61777
61798
|
"type": "structure",
|
|
61778
61799
|
"members": {
|
|
61779
61800
|
"vpceConfiguration": {
|
|
61780
|
-
"shape": "
|
|
61801
|
+
"shape": "S2c"
|
|
61781
61802
|
}
|
|
61782
61803
|
}
|
|
61783
61804
|
}
|
|
@@ -62017,18 +62038,44 @@ module.exports={
|
|
|
62017
62038
|
}
|
|
62018
62039
|
}
|
|
62019
62040
|
},
|
|
62020
|
-
"
|
|
62041
|
+
"S1m": {
|
|
62042
|
+
"type": "structure",
|
|
62043
|
+
"required": [
|
|
62044
|
+
"securityGroupIds",
|
|
62045
|
+
"subnetIds",
|
|
62046
|
+
"vpcId"
|
|
62047
|
+
],
|
|
62048
|
+
"members": {
|
|
62049
|
+
"securityGroupIds": {
|
|
62050
|
+
"type": "list",
|
|
62051
|
+
"member": {}
|
|
62052
|
+
},
|
|
62053
|
+
"subnetIds": {
|
|
62054
|
+
"type": "list",
|
|
62055
|
+
"member": {}
|
|
62056
|
+
},
|
|
62057
|
+
"vpcId": {}
|
|
62058
|
+
}
|
|
62059
|
+
},
|
|
62060
|
+
"S1r": {
|
|
62021
62061
|
"type": "structure",
|
|
62022
62062
|
"members": {
|
|
62023
62063
|
"arn": {},
|
|
62024
62064
|
"name": {},
|
|
62025
62065
|
"description": {},
|
|
62066
|
+
"vpcConfig": {
|
|
62067
|
+
"shape": "S1m"
|
|
62068
|
+
},
|
|
62026
62069
|
"created": {
|
|
62027
62070
|
"type": "timestamp"
|
|
62028
62071
|
}
|
|
62029
62072
|
}
|
|
62030
62073
|
},
|
|
62031
62074
|
"S1w": {
|
|
62075
|
+
"type": "string",
|
|
62076
|
+
"sensitive": true
|
|
62077
|
+
},
|
|
62078
|
+
"S21": {
|
|
62032
62079
|
"type": "structure",
|
|
62033
62080
|
"members": {
|
|
62034
62081
|
"arn": {},
|
|
@@ -62038,14 +62085,17 @@ module.exports={
|
|
|
62038
62085
|
},
|
|
62039
62086
|
"type": {},
|
|
62040
62087
|
"status": {},
|
|
62041
|
-
"url": {
|
|
62088
|
+
"url": {
|
|
62089
|
+
"type": "string",
|
|
62090
|
+
"sensitive": true
|
|
62091
|
+
},
|
|
62042
62092
|
"metadata": {},
|
|
62043
62093
|
"contentType": {},
|
|
62044
62094
|
"message": {},
|
|
62045
62095
|
"category": {}
|
|
62046
62096
|
}
|
|
62047
62097
|
},
|
|
62048
|
-
"
|
|
62098
|
+
"S2c": {
|
|
62049
62099
|
"type": "structure",
|
|
62050
62100
|
"members": {
|
|
62051
62101
|
"arn": {},
|
|
@@ -62055,14 +62105,14 @@ module.exports={
|
|
|
62055
62105
|
"vpceConfigurationDescription": {}
|
|
62056
62106
|
}
|
|
62057
62107
|
},
|
|
62058
|
-
"
|
|
62108
|
+
"S2z": {
|
|
62059
62109
|
"type": "map",
|
|
62060
62110
|
"key": {},
|
|
62061
62111
|
"value": {
|
|
62062
62112
|
"type": "integer"
|
|
62063
62113
|
}
|
|
62064
62114
|
},
|
|
62065
|
-
"
|
|
62115
|
+
"S3a": {
|
|
62066
62116
|
"type": "structure",
|
|
62067
62117
|
"required": [
|
|
62068
62118
|
"type"
|
|
@@ -62079,23 +62129,23 @@ module.exports={
|
|
|
62079
62129
|
}
|
|
62080
62130
|
}
|
|
62081
62131
|
},
|
|
62082
|
-
"
|
|
62132
|
+
"S3d": {
|
|
62083
62133
|
"type": "structure",
|
|
62084
62134
|
"members": {
|
|
62085
62135
|
"extraDataPackageArn": {},
|
|
62086
62136
|
"networkProfileArn": {},
|
|
62087
62137
|
"locale": {},
|
|
62088
62138
|
"location": {
|
|
62089
|
-
"shape": "
|
|
62139
|
+
"shape": "S3e"
|
|
62090
62140
|
},
|
|
62091
62141
|
"vpceConfigurationArns": {
|
|
62092
62142
|
"shape": "Sz"
|
|
62093
62143
|
},
|
|
62094
62144
|
"customerArtifactPaths": {
|
|
62095
|
-
"shape": "
|
|
62145
|
+
"shape": "S3f"
|
|
62096
62146
|
},
|
|
62097
62147
|
"radios": {
|
|
62098
|
-
"shape": "
|
|
62148
|
+
"shape": "S3j"
|
|
62099
62149
|
},
|
|
62100
62150
|
"auxiliaryApps": {
|
|
62101
62151
|
"shape": "Sz"
|
|
@@ -62103,7 +62153,7 @@ module.exports={
|
|
|
62103
62153
|
"billingMethod": {}
|
|
62104
62154
|
}
|
|
62105
62155
|
},
|
|
62106
|
-
"
|
|
62156
|
+
"S3e": {
|
|
62107
62157
|
"type": "structure",
|
|
62108
62158
|
"required": [
|
|
62109
62159
|
"latitude",
|
|
@@ -62118,7 +62168,7 @@ module.exports={
|
|
|
62118
62168
|
}
|
|
62119
62169
|
}
|
|
62120
62170
|
},
|
|
62121
|
-
"
|
|
62171
|
+
"S3f": {
|
|
62122
62172
|
"type": "structure",
|
|
62123
62173
|
"members": {
|
|
62124
62174
|
"iosPaths": {
|
|
@@ -62135,7 +62185,7 @@ module.exports={
|
|
|
62135
62185
|
}
|
|
62136
62186
|
}
|
|
62137
62187
|
},
|
|
62138
|
-
"
|
|
62188
|
+
"S3j": {
|
|
62139
62189
|
"type": "structure",
|
|
62140
62190
|
"members": {
|
|
62141
62191
|
"wifi": {
|
|
@@ -62152,7 +62202,7 @@ module.exports={
|
|
|
62152
62202
|
}
|
|
62153
62203
|
}
|
|
62154
62204
|
},
|
|
62155
|
-
"
|
|
62205
|
+
"S3l": {
|
|
62156
62206
|
"type": "list",
|
|
62157
62207
|
"member": {
|
|
62158
62208
|
"type": "structure",
|
|
@@ -62176,7 +62226,7 @@ module.exports={
|
|
|
62176
62226
|
}
|
|
62177
62227
|
}
|
|
62178
62228
|
},
|
|
62179
|
-
"
|
|
62229
|
+
"S3t": {
|
|
62180
62230
|
"type": "structure",
|
|
62181
62231
|
"members": {
|
|
62182
62232
|
"arn": {},
|
|
@@ -62194,7 +62244,7 @@ module.exports={
|
|
|
62194
62244
|
"type": "timestamp"
|
|
62195
62245
|
},
|
|
62196
62246
|
"counters": {
|
|
62197
|
-
"shape": "
|
|
62247
|
+
"shape": "S3u"
|
|
62198
62248
|
},
|
|
62199
62249
|
"message": {},
|
|
62200
62250
|
"device": {
|
|
@@ -62210,7 +62260,7 @@ module.exports={
|
|
|
62210
62260
|
}
|
|
62211
62261
|
}
|
|
62212
62262
|
},
|
|
62213
|
-
"
|
|
62263
|
+
"S3u": {
|
|
62214
62264
|
"type": "structure",
|
|
62215
62265
|
"members": {
|
|
62216
62266
|
"total": {
|
|
@@ -62236,19 +62286,19 @@ module.exports={
|
|
|
62236
62286
|
}
|
|
62237
62287
|
}
|
|
62238
62288
|
},
|
|
62239
|
-
"
|
|
62289
|
+
"S41": {
|
|
62240
62290
|
"type": "map",
|
|
62241
62291
|
"key": {},
|
|
62242
62292
|
"value": {
|
|
62243
|
-
"shape": "
|
|
62293
|
+
"shape": "S43"
|
|
62244
62294
|
}
|
|
62245
62295
|
},
|
|
62246
|
-
"
|
|
62296
|
+
"S43": {
|
|
62247
62297
|
"type": "structure",
|
|
62248
62298
|
"members": {
|
|
62249
62299
|
"type": {},
|
|
62250
62300
|
"offering": {
|
|
62251
|
-
"shape": "
|
|
62301
|
+
"shape": "S45"
|
|
62252
62302
|
},
|
|
62253
62303
|
"quantity": {
|
|
62254
62304
|
"type": "integer"
|
|
@@ -62258,7 +62308,7 @@ module.exports={
|
|
|
62258
62308
|
}
|
|
62259
62309
|
}
|
|
62260
62310
|
},
|
|
62261
|
-
"
|
|
62311
|
+
"S45": {
|
|
62262
62312
|
"type": "structure",
|
|
62263
62313
|
"members": {
|
|
62264
62314
|
"id": {},
|
|
@@ -62271,7 +62321,7 @@ module.exports={
|
|
|
62271
62321
|
"type": "structure",
|
|
62272
62322
|
"members": {
|
|
62273
62323
|
"cost": {
|
|
62274
|
-
"shape": "
|
|
62324
|
+
"shape": "S49"
|
|
62275
62325
|
},
|
|
62276
62326
|
"frequency": {}
|
|
62277
62327
|
}
|
|
@@ -62279,7 +62329,7 @@ module.exports={
|
|
|
62279
62329
|
}
|
|
62280
62330
|
}
|
|
62281
62331
|
},
|
|
62282
|
-
"
|
|
62332
|
+
"S49": {
|
|
62283
62333
|
"type": "structure",
|
|
62284
62334
|
"members": {
|
|
62285
62335
|
"amount": {
|
|
@@ -62288,7 +62338,7 @@ module.exports={
|
|
|
62288
62338
|
"currencyCode": {}
|
|
62289
62339
|
}
|
|
62290
62340
|
},
|
|
62291
|
-
"
|
|
62341
|
+
"S4i": {
|
|
62292
62342
|
"type": "structure",
|
|
62293
62343
|
"members": {
|
|
62294
62344
|
"arn": {},
|
|
@@ -62307,7 +62357,7 @@ module.exports={
|
|
|
62307
62357
|
"type": "timestamp"
|
|
62308
62358
|
},
|
|
62309
62359
|
"counters": {
|
|
62310
|
-
"shape": "
|
|
62360
|
+
"shape": "S3u"
|
|
62311
62361
|
},
|
|
62312
62362
|
"message": {},
|
|
62313
62363
|
"totalJobs": {
|
|
@@ -62338,13 +62388,13 @@ module.exports={
|
|
|
62338
62388
|
"devicePoolArn": {},
|
|
62339
62389
|
"locale": {},
|
|
62340
62390
|
"radios": {
|
|
62341
|
-
"shape": "
|
|
62391
|
+
"shape": "S3j"
|
|
62342
62392
|
},
|
|
62343
62393
|
"location": {
|
|
62344
|
-
"shape": "
|
|
62394
|
+
"shape": "S3e"
|
|
62345
62395
|
},
|
|
62346
62396
|
"customerArtifactPaths": {
|
|
62347
|
-
"shape": "
|
|
62397
|
+
"shape": "S3f"
|
|
62348
62398
|
},
|
|
62349
62399
|
"webUrl": {},
|
|
62350
62400
|
"skipAppResign": {
|
|
@@ -62355,7 +62405,7 @@ module.exports={
|
|
|
62355
62405
|
"type": "structure",
|
|
62356
62406
|
"members": {
|
|
62357
62407
|
"filters": {
|
|
62358
|
-
"shape": "
|
|
62408
|
+
"shape": "S4l"
|
|
62359
62409
|
},
|
|
62360
62410
|
"matchedDevicesCount": {
|
|
62361
62411
|
"type": "integer"
|
|
@@ -62367,10 +62417,15 @@ module.exports={
|
|
|
62367
62417
|
}
|
|
62368
62418
|
}
|
|
62369
62419
|
},
|
|
62370
|
-
"
|
|
62420
|
+
"S4l": {
|
|
62371
62421
|
"type": "list",
|
|
62372
62422
|
"member": {
|
|
62373
62423
|
"type": "structure",
|
|
62424
|
+
"required": [
|
|
62425
|
+
"attribute",
|
|
62426
|
+
"operator",
|
|
62427
|
+
"values"
|
|
62428
|
+
],
|
|
62374
62429
|
"members": {
|
|
62375
62430
|
"attribute": {},
|
|
62376
62431
|
"operator": {},
|
|
@@ -62381,7 +62436,7 @@ module.exports={
|
|
|
62381
62436
|
}
|
|
62382
62437
|
}
|
|
62383
62438
|
},
|
|
62384
|
-
"
|
|
62439
|
+
"S4r": {
|
|
62385
62440
|
"type": "structure",
|
|
62386
62441
|
"members": {
|
|
62387
62442
|
"arn": {},
|
|
@@ -62399,7 +62454,7 @@ module.exports={
|
|
|
62399
62454
|
"type": "timestamp"
|
|
62400
62455
|
},
|
|
62401
62456
|
"counters": {
|
|
62402
|
-
"shape": "
|
|
62457
|
+
"shape": "S3u"
|
|
62403
62458
|
},
|
|
62404
62459
|
"message": {},
|
|
62405
62460
|
"deviceMinutes": {
|
|
@@ -62407,7 +62462,7 @@ module.exports={
|
|
|
62407
62462
|
}
|
|
62408
62463
|
}
|
|
62409
62464
|
},
|
|
62410
|
-
"
|
|
62465
|
+
"S4u": {
|
|
62411
62466
|
"type": "structure",
|
|
62412
62467
|
"members": {
|
|
62413
62468
|
"arn": {},
|
|
@@ -62425,7 +62480,7 @@ module.exports={
|
|
|
62425
62480
|
"type": "timestamp"
|
|
62426
62481
|
},
|
|
62427
62482
|
"counters": {
|
|
62428
|
-
"shape": "
|
|
62483
|
+
"shape": "S3u"
|
|
62429
62484
|
},
|
|
62430
62485
|
"message": {},
|
|
62431
62486
|
"deviceMinutes": {
|
|
@@ -62433,7 +62488,7 @@ module.exports={
|
|
|
62433
62488
|
}
|
|
62434
62489
|
}
|
|
62435
62490
|
},
|
|
62436
|
-
"
|
|
62491
|
+
"S50": {
|
|
62437
62492
|
"type": "structure",
|
|
62438
62493
|
"members": {
|
|
62439
62494
|
"arn": {},
|
|
@@ -62450,11 +62505,11 @@ module.exports={
|
|
|
62450
62505
|
"seleniumProperties": {}
|
|
62451
62506
|
}
|
|
62452
62507
|
},
|
|
62453
|
-
"
|
|
62508
|
+
"S64": {
|
|
62454
62509
|
"type": "structure",
|
|
62455
62510
|
"members": {
|
|
62456
62511
|
"offeringStatus": {
|
|
62457
|
-
"shape": "
|
|
62512
|
+
"shape": "S43"
|
|
62458
62513
|
},
|
|
62459
62514
|
"transactionId": {},
|
|
62460
62515
|
"offeringPromotionId": {},
|
|
@@ -62462,11 +62517,11 @@ module.exports={
|
|
|
62462
62517
|
"type": "timestamp"
|
|
62463
62518
|
},
|
|
62464
62519
|
"cost": {
|
|
62465
|
-
"shape": "
|
|
62520
|
+
"shape": "S49"
|
|
62466
62521
|
}
|
|
62467
62522
|
}
|
|
62468
62523
|
},
|
|
62469
|
-
"
|
|
62524
|
+
"S6s": {
|
|
62470
62525
|
"type": "list",
|
|
62471
62526
|
"member": {
|
|
62472
62527
|
"type": "structure",
|
|
@@ -62480,7 +62535,7 @@ module.exports={
|
|
|
62480
62535
|
}
|
|
62481
62536
|
}
|
|
62482
62537
|
},
|
|
62483
|
-
"
|
|
62538
|
+
"S7n": {
|
|
62484
62539
|
"type": "structure",
|
|
62485
62540
|
"members": {
|
|
62486
62541
|
"arn": {},
|
|
@@ -70418,6 +70473,9 @@ module.exports={
|
|
|
70418
70473
|
"TagSpecifications": {
|
|
70419
70474
|
"shape": "S1t",
|
|
70420
70475
|
"locationName": "TagSpecification"
|
|
70476
|
+
},
|
|
70477
|
+
"ClientToken": {
|
|
70478
|
+
"idempotencyToken": true
|
|
70421
70479
|
}
|
|
70422
70480
|
}
|
|
70423
70481
|
},
|
|
@@ -70427,6 +70485,9 @@ module.exports={
|
|
|
70427
70485
|
"NetworkInterface": {
|
|
70428
70486
|
"shape": "Sdu",
|
|
70429
70487
|
"locationName": "networkInterface"
|
|
70488
|
+
},
|
|
70489
|
+
"ClientToken": {
|
|
70490
|
+
"locationName": "clientToken"
|
|
70430
70491
|
}
|
|
70431
70492
|
}
|
|
70432
70493
|
}
|
|
@@ -197321,6 +197382,23 @@ module.exports={
|
|
|
197321
197382
|
}
|
|
197322
197383
|
}
|
|
197323
197384
|
},
|
|
197385
|
+
"CreateSMSSandboxPhoneNumber": {
|
|
197386
|
+
"input": {
|
|
197387
|
+
"type": "structure",
|
|
197388
|
+
"required": [
|
|
197389
|
+
"PhoneNumber"
|
|
197390
|
+
],
|
|
197391
|
+
"members": {
|
|
197392
|
+
"PhoneNumber": {},
|
|
197393
|
+
"LanguageCode": {}
|
|
197394
|
+
}
|
|
197395
|
+
},
|
|
197396
|
+
"output": {
|
|
197397
|
+
"resultWrapper": "CreateSMSSandboxPhoneNumberResult",
|
|
197398
|
+
"type": "structure",
|
|
197399
|
+
"members": {}
|
|
197400
|
+
}
|
|
197401
|
+
},
|
|
197324
197402
|
"CreateTopic": {
|
|
197325
197403
|
"input": {
|
|
197326
197404
|
"type": "structure",
|
|
@@ -197330,10 +197408,10 @@ module.exports={
|
|
|
197330
197408
|
"members": {
|
|
197331
197409
|
"Name": {},
|
|
197332
197410
|
"Attributes": {
|
|
197333
|
-
"shape": "
|
|
197411
|
+
"shape": "St"
|
|
197334
197412
|
},
|
|
197335
197413
|
"Tags": {
|
|
197336
|
-
"shape": "
|
|
197414
|
+
"shape": "Sw"
|
|
197337
197415
|
}
|
|
197338
197416
|
}
|
|
197339
197417
|
},
|
|
@@ -197367,6 +197445,22 @@ module.exports={
|
|
|
197367
197445
|
}
|
|
197368
197446
|
}
|
|
197369
197447
|
},
|
|
197448
|
+
"DeleteSMSSandboxPhoneNumber": {
|
|
197449
|
+
"input": {
|
|
197450
|
+
"type": "structure",
|
|
197451
|
+
"required": [
|
|
197452
|
+
"PhoneNumber"
|
|
197453
|
+
],
|
|
197454
|
+
"members": {
|
|
197455
|
+
"PhoneNumber": {}
|
|
197456
|
+
}
|
|
197457
|
+
},
|
|
197458
|
+
"output": {
|
|
197459
|
+
"resultWrapper": "DeleteSMSSandboxPhoneNumberResult",
|
|
197460
|
+
"type": "structure",
|
|
197461
|
+
"members": {}
|
|
197462
|
+
}
|
|
197463
|
+
},
|
|
197370
197464
|
"DeleteTopic": {
|
|
197371
197465
|
"input": {
|
|
197372
197466
|
"type": "structure",
|
|
@@ -197438,6 +197532,24 @@ module.exports={
|
|
|
197438
197532
|
}
|
|
197439
197533
|
}
|
|
197440
197534
|
},
|
|
197535
|
+
"GetSMSSandboxAccountStatus": {
|
|
197536
|
+
"input": {
|
|
197537
|
+
"type": "structure",
|
|
197538
|
+
"members": {}
|
|
197539
|
+
},
|
|
197540
|
+
"output": {
|
|
197541
|
+
"resultWrapper": "GetSMSSandboxAccountStatusResult",
|
|
197542
|
+
"type": "structure",
|
|
197543
|
+
"required": [
|
|
197544
|
+
"IsInSandbox"
|
|
197545
|
+
],
|
|
197546
|
+
"members": {
|
|
197547
|
+
"IsInSandbox": {
|
|
197548
|
+
"type": "boolean"
|
|
197549
|
+
}
|
|
197550
|
+
}
|
|
197551
|
+
}
|
|
197552
|
+
},
|
|
197441
197553
|
"GetSubscriptionAttributes": {
|
|
197442
197554
|
"input": {
|
|
197443
197555
|
"type": "structure",
|
|
@@ -197453,7 +197565,7 @@ module.exports={
|
|
|
197453
197565
|
"type": "structure",
|
|
197454
197566
|
"members": {
|
|
197455
197567
|
"Attributes": {
|
|
197456
|
-
"shape": "
|
|
197568
|
+
"shape": "S1h"
|
|
197457
197569
|
}
|
|
197458
197570
|
}
|
|
197459
197571
|
}
|
|
@@ -197473,7 +197585,7 @@ module.exports={
|
|
|
197473
197585
|
"type": "structure",
|
|
197474
197586
|
"members": {
|
|
197475
197587
|
"Attributes": {
|
|
197476
|
-
"shape": "
|
|
197588
|
+
"shape": "St"
|
|
197477
197589
|
}
|
|
197478
197590
|
}
|
|
197479
197591
|
}
|
|
@@ -197509,6 +197621,43 @@ module.exports={
|
|
|
197509
197621
|
}
|
|
197510
197622
|
}
|
|
197511
197623
|
},
|
|
197624
|
+
"ListOriginationNumbers": {
|
|
197625
|
+
"input": {
|
|
197626
|
+
"type": "structure",
|
|
197627
|
+
"members": {
|
|
197628
|
+
"NextToken": {},
|
|
197629
|
+
"MaxResults": {
|
|
197630
|
+
"type": "integer"
|
|
197631
|
+
}
|
|
197632
|
+
}
|
|
197633
|
+
},
|
|
197634
|
+
"output": {
|
|
197635
|
+
"resultWrapper": "ListOriginationNumbersResult",
|
|
197636
|
+
"type": "structure",
|
|
197637
|
+
"members": {
|
|
197638
|
+
"NextToken": {},
|
|
197639
|
+
"PhoneNumbers": {
|
|
197640
|
+
"type": "list",
|
|
197641
|
+
"member": {
|
|
197642
|
+
"type": "structure",
|
|
197643
|
+
"members": {
|
|
197644
|
+
"CreatedAt": {
|
|
197645
|
+
"type": "timestamp"
|
|
197646
|
+
},
|
|
197647
|
+
"PhoneNumber": {},
|
|
197648
|
+
"Status": {},
|
|
197649
|
+
"Iso2CountryCode": {},
|
|
197650
|
+
"RouteType": {},
|
|
197651
|
+
"NumberCapabilities": {
|
|
197652
|
+
"type": "list",
|
|
197653
|
+
"member": {}
|
|
197654
|
+
}
|
|
197655
|
+
}
|
|
197656
|
+
}
|
|
197657
|
+
}
|
|
197658
|
+
}
|
|
197659
|
+
}
|
|
197660
|
+
},
|
|
197512
197661
|
"ListPhoneNumbersOptedOut": {
|
|
197513
197662
|
"input": {
|
|
197514
197663
|
"type": "structure",
|
|
@@ -197555,6 +197704,37 @@ module.exports={
|
|
|
197555
197704
|
}
|
|
197556
197705
|
}
|
|
197557
197706
|
},
|
|
197707
|
+
"ListSMSSandboxPhoneNumbers": {
|
|
197708
|
+
"input": {
|
|
197709
|
+
"type": "structure",
|
|
197710
|
+
"members": {
|
|
197711
|
+
"NextToken": {},
|
|
197712
|
+
"MaxResults": {
|
|
197713
|
+
"type": "integer"
|
|
197714
|
+
}
|
|
197715
|
+
}
|
|
197716
|
+
},
|
|
197717
|
+
"output": {
|
|
197718
|
+
"resultWrapper": "ListSMSSandboxPhoneNumbersResult",
|
|
197719
|
+
"type": "structure",
|
|
197720
|
+
"required": [
|
|
197721
|
+
"PhoneNumbers"
|
|
197722
|
+
],
|
|
197723
|
+
"members": {
|
|
197724
|
+
"PhoneNumbers": {
|
|
197725
|
+
"type": "list",
|
|
197726
|
+
"member": {
|
|
197727
|
+
"type": "structure",
|
|
197728
|
+
"members": {
|
|
197729
|
+
"PhoneNumber": {},
|
|
197730
|
+
"Status": {}
|
|
197731
|
+
}
|
|
197732
|
+
}
|
|
197733
|
+
},
|
|
197734
|
+
"NextToken": {}
|
|
197735
|
+
}
|
|
197736
|
+
}
|
|
197737
|
+
},
|
|
197558
197738
|
"ListSubscriptions": {
|
|
197559
197739
|
"input": {
|
|
197560
197740
|
"type": "structure",
|
|
@@ -197567,7 +197747,7 @@ module.exports={
|
|
|
197567
197747
|
"type": "structure",
|
|
197568
197748
|
"members": {
|
|
197569
197749
|
"Subscriptions": {
|
|
197570
|
-
"shape": "
|
|
197750
|
+
"shape": "S2f"
|
|
197571
197751
|
},
|
|
197572
197752
|
"NextToken": {}
|
|
197573
197753
|
}
|
|
@@ -197589,7 +197769,7 @@ module.exports={
|
|
|
197589
197769
|
"type": "structure",
|
|
197590
197770
|
"members": {
|
|
197591
197771
|
"Subscriptions": {
|
|
197592
|
-
"shape": "
|
|
197772
|
+
"shape": "S2f"
|
|
197593
197773
|
},
|
|
197594
197774
|
"NextToken": {}
|
|
197595
197775
|
}
|
|
@@ -197610,7 +197790,7 @@ module.exports={
|
|
|
197610
197790
|
"type": "structure",
|
|
197611
197791
|
"members": {
|
|
197612
197792
|
"Tags": {
|
|
197613
|
-
"shape": "
|
|
197793
|
+
"shape": "Sw"
|
|
197614
197794
|
}
|
|
197615
197795
|
}
|
|
197616
197796
|
}
|
|
@@ -197802,7 +197982,7 @@ module.exports={
|
|
|
197802
197982
|
"Protocol": {},
|
|
197803
197983
|
"Endpoint": {},
|
|
197804
197984
|
"Attributes": {
|
|
197805
|
-
"shape": "
|
|
197985
|
+
"shape": "S1h"
|
|
197806
197986
|
},
|
|
197807
197987
|
"ReturnSubscriptionArn": {
|
|
197808
197988
|
"type": "boolean"
|
|
@@ -197827,7 +198007,7 @@ module.exports={
|
|
|
197827
198007
|
"members": {
|
|
197828
198008
|
"ResourceArn": {},
|
|
197829
198009
|
"Tags": {
|
|
197830
|
-
"shape": "
|
|
198010
|
+
"shape": "Sw"
|
|
197831
198011
|
}
|
|
197832
198012
|
}
|
|
197833
198013
|
},
|
|
@@ -197868,6 +198048,24 @@ module.exports={
|
|
|
197868
198048
|
"type": "structure",
|
|
197869
198049
|
"members": {}
|
|
197870
198050
|
}
|
|
198051
|
+
},
|
|
198052
|
+
"VerifySMSSandboxPhoneNumber": {
|
|
198053
|
+
"input": {
|
|
198054
|
+
"type": "structure",
|
|
198055
|
+
"required": [
|
|
198056
|
+
"PhoneNumber",
|
|
198057
|
+
"OneTimePassword"
|
|
198058
|
+
],
|
|
198059
|
+
"members": {
|
|
198060
|
+
"PhoneNumber": {},
|
|
198061
|
+
"OneTimePassword": {}
|
|
198062
|
+
}
|
|
198063
|
+
},
|
|
198064
|
+
"output": {
|
|
198065
|
+
"resultWrapper": "VerifySMSSandboxPhoneNumberResult",
|
|
198066
|
+
"type": "structure",
|
|
198067
|
+
"members": {}
|
|
198068
|
+
}
|
|
197871
198069
|
}
|
|
197872
198070
|
},
|
|
197873
198071
|
"shapes": {
|
|
@@ -197876,12 +198074,12 @@ module.exports={
|
|
|
197876
198074
|
"key": {},
|
|
197877
198075
|
"value": {}
|
|
197878
198076
|
},
|
|
197879
|
-
"
|
|
198077
|
+
"St": {
|
|
197880
198078
|
"type": "map",
|
|
197881
198079
|
"key": {},
|
|
197882
198080
|
"value": {}
|
|
197883
198081
|
},
|
|
197884
|
-
"
|
|
198082
|
+
"Sw": {
|
|
197885
198083
|
"type": "list",
|
|
197886
198084
|
"member": {
|
|
197887
198085
|
"type": "structure",
|
|
@@ -197895,12 +198093,12 @@ module.exports={
|
|
|
197895
198093
|
}
|
|
197896
198094
|
}
|
|
197897
198095
|
},
|
|
197898
|
-
"
|
|
198096
|
+
"S1h": {
|
|
197899
198097
|
"type": "map",
|
|
197900
198098
|
"key": {},
|
|
197901
198099
|
"value": {}
|
|
197902
198100
|
},
|
|
197903
|
-
"
|
|
198101
|
+
"S2f": {
|
|
197904
198102
|
"type": "list",
|
|
197905
198103
|
"member": {
|
|
197906
198104
|
"type": "structure",
|
|
@@ -197923,11 +198121,23 @@ module.exports={
|
|
|
197923
198121
|
"output_token": "NextToken",
|
|
197924
198122
|
"result_key": "Endpoints"
|
|
197925
198123
|
},
|
|
198124
|
+
"ListOriginationNumbers": {
|
|
198125
|
+
"input_token": "NextToken",
|
|
198126
|
+
"limit_key": "MaxResults",
|
|
198127
|
+
"output_token": "NextToken",
|
|
198128
|
+
"result_key": "PhoneNumbers"
|
|
198129
|
+
},
|
|
197926
198130
|
"ListPlatformApplications": {
|
|
197927
198131
|
"input_token": "NextToken",
|
|
197928
198132
|
"output_token": "NextToken",
|
|
197929
198133
|
"result_key": "PlatformApplications"
|
|
197930
198134
|
},
|
|
198135
|
+
"ListSMSSandboxPhoneNumbers": {
|
|
198136
|
+
"input_token": "NextToken",
|
|
198137
|
+
"limit_key": "MaxResults",
|
|
198138
|
+
"output_token": "NextToken",
|
|
198139
|
+
"result_key": "PhoneNumbers"
|
|
198140
|
+
},
|
|
197931
198141
|
"ListSubscriptions": {
|
|
197932
198142
|
"input_token": "NextToken",
|
|
197933
198143
|
"output_token": "NextToken",
|
|
@@ -219240,7 +219450,7 @@ AWS.util.update(AWS, {
|
|
|
219240
219450
|
/**
|
|
219241
219451
|
* @constant
|
|
219242
219452
|
*/
|
|
219243
|
-
VERSION: '2.
|
|
219453
|
+
VERSION: '2.920.0',
|
|
219244
219454
|
|
|
219245
219455
|
/**
|
|
219246
219456
|
* @api private
|
|
@@ -240468,7 +240678,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
240468
240678
|
}());
|
|
240469
240679
|
exports.LRUCache = LRUCache;
|
|
240470
240680
|
},{}],445:[function(require,module,exports){
|
|
240471
|
-
// AWS SDK for JavaScript v2.
|
|
240681
|
+
// AWS SDK for JavaScript v2.920.0
|
|
240472
240682
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
240473
240683
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
240474
240684
|
require('./browser_loader');
|