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
@@ -8776,7 +8776,8 @@
|
|
8776
8776
|
"type": "structure",
|
8777
8777
|
"members": {
|
8778
8778
|
"CatalogId": {},
|
8779
|
-
"DatabaseName": {}
|
8779
|
+
"DatabaseName": {},
|
8780
|
+
"Region": {}
|
8780
8781
|
}
|
8781
8782
|
},
|
8782
8783
|
"Sdc": {
|
@@ -9017,7 +9018,8 @@
|
|
9017
9018
|
"members": {
|
9018
9019
|
"CatalogId": {},
|
9019
9020
|
"DatabaseName": {},
|
9020
|
-
"Name": {}
|
9021
|
+
"Name": {},
|
9022
|
+
"Region": {}
|
9021
9023
|
}
|
9022
9024
|
},
|
9023
9025
|
"Sfi": {
|
@@ -1,68 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"version": "1.0",
|
3
3
|
"examples": {
|
4
|
-
"DescribeServices": [
|
5
|
-
{
|
6
|
-
"input": {
|
7
|
-
"FormatVersion": "aws_v1",
|
8
|
-
"MaxResults": 1,
|
9
|
-
"ServiceCode": "AmazonEC2"
|
10
|
-
},
|
11
|
-
"output": {
|
12
|
-
"FormatVersion": "aws_v1",
|
13
|
-
"NextToken": "abcdefg123",
|
14
|
-
"Services": [
|
15
|
-
{
|
16
|
-
"AttributeNames": [
|
17
|
-
"volumeType",
|
18
|
-
"maxIopsvolume",
|
19
|
-
"instanceCapacity10xlarge",
|
20
|
-
"locationType",
|
21
|
-
"operation"
|
22
|
-
],
|
23
|
-
"ServiceCode": "AmazonEC2"
|
24
|
-
}
|
25
|
-
]
|
26
|
-
},
|
27
|
-
"comments": {
|
28
|
-
"input": {
|
29
|
-
},
|
30
|
-
"output": {
|
31
|
-
}
|
32
|
-
},
|
33
|
-
"description": "Retrieves the service for the given Service Code.",
|
34
|
-
"id": "to-retrieve-service-metadata",
|
35
|
-
"title": "To retrieve a list of services and service codes"
|
36
|
-
}
|
37
|
-
],
|
38
|
-
"GetAttributeValues": [
|
39
|
-
{
|
40
|
-
"input": {
|
41
|
-
"AttributeName": "volumeType",
|
42
|
-
"MaxResults": 2,
|
43
|
-
"ServiceCode": "AmazonEC2"
|
44
|
-
},
|
45
|
-
"output": {
|
46
|
-
"AttributeValues": [
|
47
|
-
{
|
48
|
-
"Value": "Throughput Optimized HDD"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"Value": "Provisioned IOPS"
|
52
|
-
}
|
53
|
-
],
|
54
|
-
"NextToken": "GpgauEXAMPLEezucl5LV0w==:7GzYJ0nw0DBTJ2J66EoTIIynE6O1uXwQtTRqioJzQadBnDVgHPzI1en4BUQnPCLpzeBk9RQQAWaFieA4+DapFAGLgk+Z/9/cTw9GldnPOHN98+FdmJP7wKU3QQpQ8MQr5KOeBkIsAqvAQYdL0DkL7tHwPtE5iCEByAmg9gcC/yBU1vAOsf7R3VaNN4M5jMDv3woSWqASSIlBVB6tgW78YL22KhssoItM/jWW+aP6Jqtq4mldxp/ct6DWAl+xLFwHU/CbketimPPXyqHF3/UXDw=="
|
55
|
-
},
|
56
|
-
"comments": {
|
57
|
-
"input": {
|
58
|
-
},
|
59
|
-
"output": {
|
60
|
-
}
|
61
|
-
},
|
62
|
-
"description": "This operation returns a list of values available for the given attribute.",
|
63
|
-
"id": "to-retreive-attribute-values",
|
64
|
-
"title": "To retrieve a list of attribute values"
|
65
|
-
}
|
66
|
-
]
|
67
4
|
}
|
68
5
|
}
|