aws-sdk 2.1399.0 → 2.1401.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 +16 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +19 -0
- package/apis/cloudformation-2010-05-15.min.json +73 -71
- package/apis/ec2-2016-11-15.examples.json +17 -382
- package/apis/ec2-2016-11-15.min.json +1400 -1370
- package/apis/glue-2017-03-31.min.json +4 -2
- package/apis/pricing-2017-10-15.examples.json +0 -63
- package/apis/pricing-2017-10-15.waiters2.json +5 -0
- package/apis/redshift-2012-12-01.min.json +232 -125
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +9 -9
- package/apis/sagemaker-2017-07-24.min.json +926 -866
- package/clients/appflow.d.ts +32 -0
- package/clients/cloudformation.d.ts +10 -1
- package/clients/configservice.d.ts +1 -1
- package/clients/ec2.d.ts +53 -24
- package/clients/ecs.d.ts +4 -4
- package/clients/glue.d.ts +8 -0
- package/clients/pricing.d.ts +2 -2
- package/clients/pricing.js +1 -0
- package/clients/redshift.d.ts +189 -11
- package/clients/route53domains.d.ts +11 -10
- package/clients/sagemaker.d.ts +107 -36
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +1545 -1538
- package/dist/aws-sdk.js +2012 -1859
- package/dist/aws-sdk.min.js +81 -81
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -54,6 +54,12 @@
|
|
54
54
|
"output_token": "Marker",
|
55
55
|
"result_key": "Clusters"
|
56
56
|
},
|
57
|
+
"DescribeCustomDomainAssociations": {
|
58
|
+
"input_token": "Marker",
|
59
|
+
"limit_key": "MaxRecords",
|
60
|
+
"output_token": "Marker",
|
61
|
+
"result_key": "Associations"
|
62
|
+
},
|
57
63
|
"DescribeDataShares": {
|
58
64
|
"input_token": "Marker",
|
59
65
|
"limit_key": "MaxRecords",
|
@@ -539,19 +539,19 @@
|
|
539
539
|
"members": {
|
540
540
|
"Name": {},
|
541
541
|
"RegistrationPrice": {
|
542
|
-
"shape": "
|
542
|
+
"shape": "S35"
|
543
543
|
},
|
544
544
|
"TransferPrice": {
|
545
|
-
"shape": "
|
545
|
+
"shape": "S35"
|
546
546
|
},
|
547
547
|
"RenewalPrice": {
|
548
|
-
"shape": "
|
548
|
+
"shape": "S35"
|
549
549
|
},
|
550
550
|
"ChangeOwnershipPrice": {
|
551
|
-
"shape": "
|
551
|
+
"shape": "S35"
|
552
552
|
},
|
553
553
|
"RestorationPrice": {
|
554
|
-
"shape": "
|
554
|
+
"shape": "S35"
|
555
555
|
}
|
556
556
|
}
|
557
557
|
}
|
@@ -574,7 +574,7 @@
|
|
574
574
|
"type": "structure",
|
575
575
|
"members": {
|
576
576
|
"TagList": {
|
577
|
-
"shape": "
|
577
|
+
"shape": "S3a"
|
578
578
|
}
|
579
579
|
}
|
580
580
|
}
|
@@ -899,7 +899,7 @@
|
|
899
899
|
"members": {
|
900
900
|
"DomainName": {},
|
901
901
|
"TagsToUpdate": {
|
902
|
-
"shape": "
|
902
|
+
"shape": "S3a"
|
903
903
|
}
|
904
904
|
}
|
905
905
|
},
|
@@ -1006,7 +1006,7 @@
|
|
1006
1006
|
},
|
1007
1007
|
"sensitive": true
|
1008
1008
|
},
|
1009
|
-
"
|
1009
|
+
"S35": {
|
1010
1010
|
"type": "structure",
|
1011
1011
|
"required": [
|
1012
1012
|
"Price",
|
@@ -1019,7 +1019,7 @@
|
|
1019
1019
|
"Currency": {}
|
1020
1020
|
}
|
1021
1021
|
},
|
1022
|
-
"
|
1022
|
+
"S3a": {
|
1023
1023
|
"type": "list",
|
1024
1024
|
"member": {
|
1025
1025
|
"type": "structure",
|