aws-sdk 2.1644.0 → 2.1645.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/README.md +1 -1
- package/apis/artifact-2018-05-10.examples.json +113 -0
- package/apis/artifact-2018-05-10.min.json +47 -41
- package/apis/artifact-2018-05-10.waiters2.json +5 -0
- package/apis/athena-2017-05-18.min.json +4 -1
- package/apis/cur-2017-01-06.min.json +7 -1
- package/apis/directconnect-2012-10-25.min.json +7 -1
- package/apis/elastictranscoder-2012-09-25.min.json +7 -1
- package/apis/opensearch-2021-01-01.min.json +137 -112
- package/clients/artifact.d.ts +68 -64
- package/clients/artifact.js +1 -0
- package/clients/opensearch.d.ts +48 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +85 -78
- package/dist/aws-sdk.js +28 -7
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1645.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1,5 +1,118 @@
|
|
1
1
|
{
|
2
2
|
"version": "1.0",
|
3
3
|
"examples": {
|
4
|
+
"GetAccountSettings": [
|
5
|
+
{
|
6
|
+
"input": {
|
7
|
+
},
|
8
|
+
"output": {
|
9
|
+
"accountSettings": {
|
10
|
+
"notificationSubscriptionStatus": "SUBSCRIBED"
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"description": "Get the current account settings.",
|
14
|
+
"id": "example-1",
|
15
|
+
"title": "Invoke GetAccountSettings operation"
|
16
|
+
}
|
17
|
+
],
|
18
|
+
"GetReport": [
|
19
|
+
{
|
20
|
+
"input": {
|
21
|
+
"reportId": "report-1hVFddebtfDNJAUf",
|
22
|
+
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
|
23
|
+
},
|
24
|
+
"output": {
|
25
|
+
"documentPresignedUrl": "<Presigned S3 URL>"
|
26
|
+
},
|
27
|
+
"description": "The GetReport operation is invoked on a reportId and on a optional version.\n Callers must provide a termToken, which is provided by the GetTermForReport\n operation. If callers do not provide a version, it will default to the\n report's latest version",
|
28
|
+
"id": "example-1",
|
29
|
+
"title": "Invoke GetReport operation on the latest version of a specific report"
|
30
|
+
}
|
31
|
+
],
|
32
|
+
"GetReportMetadata": [
|
33
|
+
{
|
34
|
+
"input": {
|
35
|
+
"reportId": "report-bqhUJF3FrQZsMJpb"
|
36
|
+
},
|
37
|
+
"output": {
|
38
|
+
"reportDetails": {
|
39
|
+
"version": 1,
|
40
|
+
"name": "Name of report",
|
41
|
+
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb:1",
|
42
|
+
"category": "Artifact Category",
|
43
|
+
"companyName": "AWS",
|
44
|
+
"createdAt": "2022-05-27T23:17:00.343940Z",
|
45
|
+
"description": "Description of report",
|
46
|
+
"id": "report-bqhUJF3FrQZsMJpb",
|
47
|
+
"periodEnd": "2022-04-01T20:32:04Z",
|
48
|
+
"periodStart": "2022-04-01T20:32:04Z",
|
49
|
+
"productName": "Product of report",
|
50
|
+
"series": "Artifact Series",
|
51
|
+
"state": "PUBLISHED",
|
52
|
+
"termArn": "arn:aws:artifact:us-east-1::term/term-gLJGG12NyPtYcmtu:1"
|
53
|
+
}
|
54
|
+
},
|
55
|
+
"description": "The GetReportMetadata operation is invoked on a reportId and on a optional version.\n If callers do not provide a version, it will default to the report's latest version.",
|
56
|
+
"id": "example-1",
|
57
|
+
"title": "Invoke GetReportMetadata operation on the latest version of a specific report"
|
58
|
+
}
|
59
|
+
],
|
60
|
+
"GetTermForReport": [
|
61
|
+
{
|
62
|
+
"input": {
|
63
|
+
"reportId": "report-bqhUJF3FrQZsMJpb"
|
64
|
+
},
|
65
|
+
"output": {
|
66
|
+
"documentPresignedUrl": "<Presigned S3 URL>",
|
67
|
+
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
|
68
|
+
},
|
69
|
+
"description": "The GetTermForReport operation is invoked on a reportId and on a optional version.\n If callers do not provide a version, it will default to the report's latest version.",
|
70
|
+
"id": "example-1",
|
71
|
+
"title": "Invoke GetTermForReport operation on the latest version of a specific report"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"ListReports": [
|
75
|
+
{
|
76
|
+
"input": {
|
77
|
+
},
|
78
|
+
"output": {
|
79
|
+
"nextToken": "gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7",
|
80
|
+
"reports": [
|
81
|
+
{
|
82
|
+
"version": 1,
|
83
|
+
"name": "Name of report",
|
84
|
+
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb",
|
85
|
+
"category": "Artifact Category",
|
86
|
+
"companyName": "AWS",
|
87
|
+
"description": "Description of report",
|
88
|
+
"id": "report-bqhUJF3FrQZsMJpb",
|
89
|
+
"periodEnd": "2022-04-01T20:32:04Z",
|
90
|
+
"periodStart": "2022-04-01T20:32:04Z",
|
91
|
+
"productName": "Product of report",
|
92
|
+
"series": "Artifact Series",
|
93
|
+
"state": "PUBLISHED"
|
94
|
+
}
|
95
|
+
]
|
96
|
+
},
|
97
|
+
"description": "The ListReports operation returns a collection of report resources.",
|
98
|
+
"id": "example-1",
|
99
|
+
"title": "Invoke ListReports operation"
|
100
|
+
}
|
101
|
+
],
|
102
|
+
"PutAccountSettings": [
|
103
|
+
{
|
104
|
+
"input": {
|
105
|
+
"notificationSubscriptionStatus": "SUBSCRIBED"
|
106
|
+
},
|
107
|
+
"output": {
|
108
|
+
"accountSettings": {
|
109
|
+
"notificationSubscriptionStatus": "SUBSCRIBED"
|
110
|
+
}
|
111
|
+
},
|
112
|
+
"description": "Set the account settings.",
|
113
|
+
"id": "example-1",
|
114
|
+
"title": "Invoke PutAccountSettings operation"
|
115
|
+
}
|
116
|
+
]
|
4
117
|
}
|
5
118
|
}
|
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2018-05-10",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "artifact",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceFullName": "AWS Artifact",
|
9
14
|
"serviceId": "Artifact",
|
10
15
|
"signatureVersion": "v4",
|
@@ -95,40 +100,40 @@
|
|
95
100
|
"reportDetails": {
|
96
101
|
"type": "structure",
|
97
102
|
"members": {
|
98
|
-
"acceptanceType": {},
|
99
|
-
"arn": {},
|
100
|
-
"category": {},
|
101
|
-
"companyName": {},
|
102
|
-
"createdAt": {
|
103
|
-
"shape": "Sg"
|
104
|
-
},
|
105
|
-
"deletedAt": {
|
106
|
-
"shape": "Sg"
|
107
|
-
},
|
108
|
-
"description": {},
|
109
103
|
"id": {},
|
110
|
-
"lastModifiedAt": {
|
111
|
-
"shape": "Sg"
|
112
|
-
},
|
113
104
|
"name": {},
|
105
|
+
"description": {},
|
106
|
+
"periodStart": {
|
107
|
+
"shape": "Sf"
|
108
|
+
},
|
114
109
|
"periodEnd": {
|
115
|
-
"shape": "
|
110
|
+
"shape": "Sf"
|
116
111
|
},
|
117
|
-
"
|
118
|
-
"shape": "
|
112
|
+
"createdAt": {
|
113
|
+
"shape": "Sf"
|
119
114
|
},
|
120
|
-
"
|
121
|
-
|
122
|
-
|
115
|
+
"lastModifiedAt": {
|
116
|
+
"shape": "Sf"
|
117
|
+
},
|
118
|
+
"deletedAt": {
|
119
|
+
"shape": "Sf"
|
123
120
|
},
|
124
|
-
"series": {},
|
125
121
|
"state": {},
|
126
|
-
"
|
122
|
+
"arn": {},
|
123
|
+
"series": {},
|
124
|
+
"category": {},
|
125
|
+
"companyName": {},
|
126
|
+
"productName": {},
|
127
127
|
"termArn": {},
|
128
|
-
"uploadState": {},
|
129
128
|
"version": {
|
130
129
|
"type": "long"
|
131
|
-
}
|
130
|
+
},
|
131
|
+
"acceptanceType": {},
|
132
|
+
"sequenceNumber": {
|
133
|
+
"type": "long"
|
134
|
+
},
|
135
|
+
"uploadState": {},
|
136
|
+
"statusMessage": {}
|
132
137
|
}
|
133
138
|
}
|
134
139
|
}
|
@@ -188,35 +193,36 @@
|
|
188
193
|
"output": {
|
189
194
|
"type": "structure",
|
190
195
|
"members": {
|
191
|
-
"nextToken": {},
|
192
196
|
"reports": {
|
193
197
|
"type": "list",
|
194
198
|
"member": {
|
195
199
|
"type": "structure",
|
196
200
|
"members": {
|
197
|
-
"arn": {},
|
198
|
-
"category": {},
|
199
|
-
"companyName": {},
|
200
|
-
"description": {},
|
201
201
|
"id": {},
|
202
202
|
"name": {},
|
203
|
-
"
|
204
|
-
|
203
|
+
"state": {},
|
204
|
+
"arn": {},
|
205
|
+
"version": {
|
206
|
+
"type": "long"
|
205
207
|
},
|
208
|
+
"uploadState": {},
|
209
|
+
"description": {},
|
206
210
|
"periodStart": {
|
207
|
-
"shape": "
|
211
|
+
"shape": "Sf"
|
212
|
+
},
|
213
|
+
"periodEnd": {
|
214
|
+
"shape": "Sf"
|
208
215
|
},
|
209
|
-
"productName": {},
|
210
216
|
"series": {},
|
211
|
-
"
|
217
|
+
"category": {},
|
218
|
+
"companyName": {},
|
219
|
+
"productName": {},
|
212
220
|
"statusMessage": {},
|
213
|
-
"
|
214
|
-
"version": {
|
215
|
-
"type": "long"
|
216
|
-
}
|
221
|
+
"acceptanceType": {}
|
217
222
|
}
|
218
223
|
}
|
219
|
-
}
|
224
|
+
},
|
225
|
+
"nextToken": {}
|
220
226
|
}
|
221
227
|
}
|
222
228
|
},
|
@@ -250,7 +256,7 @@
|
|
250
256
|
"notificationSubscriptionStatus": {}
|
251
257
|
}
|
252
258
|
},
|
253
|
-
"
|
259
|
+
"Sf": {
|
254
260
|
"type": "timestamp",
|
255
261
|
"timestampFormat": "iso8601"
|
256
262
|
}
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "cur",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Cost and Usage Report Service",
|
9
12
|
"serviceId": "Cost and Usage Report Service",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "cur",
|
12
15
|
"targetPrefix": "AWSOrigamiServiceGatewayService",
|
13
|
-
"uid": "cur-2017-01-06"
|
16
|
+
"uid": "cur-2017-01-06",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"DeleteReportDefinition": {
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "directconnect",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Direct Connect",
|
9
12
|
"serviceId": "Direct Connect",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "OvertureService",
|
12
|
-
"uid": "directconnect-2012-10-25"
|
15
|
+
"uid": "directconnect-2012-10-25",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AcceptDirectConnectGatewayAssociationProposal": {
|
@@ -4,10 +4,16 @@
|
|
4
4
|
"apiVersion": "2012-09-25",
|
5
5
|
"endpointPrefix": "elastictranscoder",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon Elastic Transcoder",
|
8
11
|
"serviceId": "Elastic Transcoder",
|
9
12
|
"signatureVersion": "v4",
|
10
|
-
"uid": "elastictranscoder-2012-09-25"
|
13
|
+
"uid": "elastictranscoder-2012-09-25",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
11
17
|
},
|
12
18
|
"operations": {
|
13
19
|
"CancelJob": {
|