aws-sdk 2.1084.0 → 2.1087.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 +18 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +46 -34
- package/apis/athena-2017-05-18.min.json +50 -32
- package/apis/cloudtrail-2013-11-01.min.json +6 -0
- package/apis/devops-guru-2020-12-01.min.json +139 -68
- package/apis/ec2-2016-11-15.min.json +2 -1
- package/apis/ecr-2015-09-21.min.json +14 -11
- package/apis/kendra-2019-02-03.min.json +41 -5
- package/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/apis/keyspaces-2022-02-10.min.json +562 -0
- package/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/apis/metadata.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +36 -36
- package/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +11 -0
- package/clients/athena.d.ts +19 -0
- package/clients/cloudtrail.d.ts +17 -9
- package/clients/connect.d.ts +1 -1
- package/clients/devopsguru.d.ts +90 -0
- package/clients/ec2.d.ts +5 -5
- package/clients/ecr.d.ts +10 -5
- package/clients/fsx.d.ts +13 -13
- package/clients/gamelift.d.ts +4 -4
- package/clients/greengrassv2.d.ts +6 -6
- package/clients/kendra.d.ts +72 -27
- package/clients/keyspaces.d.ts +652 -0
- package/clients/keyspaces.js +19 -0
- package/clients/macie.d.ts +50 -50
- package/clients/sts.d.ts +3 -3
- package/clients/synthetics.d.ts +3 -2
- package/clients/transfer.d.ts +17 -0
- package/clients/transfer.js +1 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +945 -894
- package/dist/aws-sdk.js +78 -47
- package/dist/aws-sdk.min.js +89 -89
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1087.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1087.0
|
|
6
|
+
* feature: Connect: This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.
|
|
7
|
+
* feature: DevOpsGuru: Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.
|
|
8
|
+
* feature: Synthetics: Allow custom handler function.
|
|
9
|
+
* feature: Transfer: Add waiters for server online and offline.
|
|
10
|
+
|
|
11
|
+
## 2.1086.0
|
|
12
|
+
* feature: Appflow: Launching Amazon AppFlow Marketo as a destination connector SDK.
|
|
13
|
+
* feature: FSx: This release adds support for data repository associations to use root ("/") as the file system path
|
|
14
|
+
* feature: Kendra: Amazon Kendra now suggests spell corrections for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html
|
|
15
|
+
|
|
16
|
+
## 2.1085.0
|
|
17
|
+
* feature: Athena: This release adds support for S3 Object Ownership by allowing the S3 bucket owner full control canned ACL to be set when Athena writes query results to S3 buckets.
|
|
18
|
+
* feature: CloudTrail: Add bytesScanned field into responses of DescribeQuery and GetQueryResults.
|
|
19
|
+
* feature: ECR: This release adds support for tracking images lastRecordedPullTime.
|
|
20
|
+
* feature: Keyspaces: This release adds support for data definition language (DDL) operations
|
|
21
|
+
|
|
5
22
|
## 2.1084.0
|
|
6
23
|
* feature: KafkaConnect: Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation.
|
|
7
24
|
* feature: MediaPackage: This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1087.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"shape": "S3y"
|
|
70
70
|
},
|
|
71
71
|
"tasks": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "S4u"
|
|
73
73
|
},
|
|
74
74
|
"tags": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S5k"
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"type": "structure",
|
|
145
145
|
"members": {
|
|
146
146
|
"connectorConfiguration": {
|
|
147
|
-
"shape": "
|
|
147
|
+
"shape": "S5w"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -214,10 +214,10 @@
|
|
|
214
214
|
"valueRegexPattern": {},
|
|
215
215
|
"supportedDateFormat": {},
|
|
216
216
|
"fieldValueRange": {
|
|
217
|
-
"shape": "
|
|
217
|
+
"shape": "S7y"
|
|
218
218
|
},
|
|
219
219
|
"fieldLengthRange": {
|
|
220
|
-
"shape": "
|
|
220
|
+
"shape": "S7y"
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"type": "boolean"
|
|
258
258
|
},
|
|
259
259
|
"supportedWriteOperations": {
|
|
260
|
-
"shape": "
|
|
260
|
+
"shape": "S7h"
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"type": "structure",
|
|
336
336
|
"members": {
|
|
337
337
|
"connectorTypes": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S5x"
|
|
339
339
|
},
|
|
340
340
|
"maxResults": {
|
|
341
341
|
"type": "integer"
|
|
@@ -350,11 +350,11 @@
|
|
|
350
350
|
"type": "map",
|
|
351
351
|
"key": {},
|
|
352
352
|
"value": {
|
|
353
|
-
"shape": "
|
|
353
|
+
"shape": "S5w"
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
356
|
"connectors": {
|
|
357
|
-
"shape": "
|
|
357
|
+
"shape": "S8g"
|
|
358
358
|
},
|
|
359
359
|
"nextToken": {}
|
|
360
360
|
}
|
|
@@ -389,13 +389,13 @@
|
|
|
389
389
|
"shape": "S3y"
|
|
390
390
|
},
|
|
391
391
|
"lastRunExecutionDetails": {
|
|
392
|
-
"shape": "
|
|
392
|
+
"shape": "S8m"
|
|
393
393
|
},
|
|
394
394
|
"triggerConfig": {
|
|
395
395
|
"shape": "S2w"
|
|
396
396
|
},
|
|
397
397
|
"tasks": {
|
|
398
|
-
"shape": "
|
|
398
|
+
"shape": "S4u"
|
|
399
399
|
},
|
|
400
400
|
"createdAt": {
|
|
401
401
|
"type": "timestamp"
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"createdBy": {},
|
|
407
407
|
"lastUpdatedBy": {},
|
|
408
408
|
"tags": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S5k"
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
}
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"type": "structure",
|
|
540
540
|
"members": {
|
|
541
541
|
"connectors": {
|
|
542
|
-
"shape": "
|
|
542
|
+
"shape": "S8g"
|
|
543
543
|
},
|
|
544
544
|
"nextToken": {}
|
|
545
545
|
}
|
|
@@ -584,10 +584,10 @@
|
|
|
584
584
|
"createdBy": {},
|
|
585
585
|
"lastUpdatedBy": {},
|
|
586
586
|
"tags": {
|
|
587
|
-
"shape": "
|
|
587
|
+
"shape": "S5k"
|
|
588
588
|
},
|
|
589
589
|
"lastRunExecutionDetails": {
|
|
590
|
-
"shape": "
|
|
590
|
+
"shape": "S8m"
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
}
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"type": "structure",
|
|
618
618
|
"members": {
|
|
619
619
|
"tags": {
|
|
620
|
-
"shape": "
|
|
620
|
+
"shape": "S5k"
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
}
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"description": {},
|
|
634
634
|
"connectorProvisioningType": {},
|
|
635
635
|
"connectorProvisioningConfig": {
|
|
636
|
-
"shape": "
|
|
636
|
+
"shape": "S7j"
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
},
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
"locationName": "resourceArn"
|
|
704
704
|
},
|
|
705
705
|
"tags": {
|
|
706
|
-
"shape": "
|
|
706
|
+
"shape": "S5k"
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
709
|
},
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"shape": "S3y"
|
|
815
815
|
},
|
|
816
816
|
"tasks": {
|
|
817
|
-
"shape": "
|
|
817
|
+
"shape": "S4u"
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
},
|
|
@@ -1800,6 +1800,18 @@
|
|
|
1800
1800
|
"writeOperationType": {}
|
|
1801
1801
|
}
|
|
1802
1802
|
},
|
|
1803
|
+
"Marketo": {
|
|
1804
|
+
"type": "structure",
|
|
1805
|
+
"required": [
|
|
1806
|
+
"object"
|
|
1807
|
+
],
|
|
1808
|
+
"members": {
|
|
1809
|
+
"object": {},
|
|
1810
|
+
"errorHandlingConfig": {
|
|
1811
|
+
"shape": "S42"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1803
1815
|
"CustomConnector": {
|
|
1804
1816
|
"type": "structure",
|
|
1805
1817
|
"required": [
|
|
@@ -1874,7 +1886,7 @@
|
|
|
1874
1886
|
"type": "list",
|
|
1875
1887
|
"member": {}
|
|
1876
1888
|
},
|
|
1877
|
-
"
|
|
1889
|
+
"S4u": {
|
|
1878
1890
|
"type": "list",
|
|
1879
1891
|
"member": {
|
|
1880
1892
|
"type": "structure",
|
|
@@ -1918,12 +1930,12 @@
|
|
|
1918
1930
|
}
|
|
1919
1931
|
}
|
|
1920
1932
|
},
|
|
1921
|
-
"
|
|
1933
|
+
"S5k": {
|
|
1922
1934
|
"type": "map",
|
|
1923
1935
|
"key": {},
|
|
1924
1936
|
"value": {}
|
|
1925
1937
|
},
|
|
1926
|
-
"
|
|
1938
|
+
"S5w": {
|
|
1927
1939
|
"type": "structure",
|
|
1928
1940
|
"members": {
|
|
1929
1941
|
"canUseAsSource": {
|
|
@@ -1933,7 +1945,7 @@
|
|
|
1933
1945
|
"type": "boolean"
|
|
1934
1946
|
},
|
|
1935
1947
|
"supportedDestinationConnectors": {
|
|
1936
|
-
"shape": "
|
|
1948
|
+
"shape": "S5x"
|
|
1937
1949
|
},
|
|
1938
1950
|
"supportedSchedulingFrequencies": {
|
|
1939
1951
|
"type": "list",
|
|
@@ -2071,7 +2083,7 @@
|
|
|
2071
2083
|
"connectorVersion": {},
|
|
2072
2084
|
"connectorArn": {},
|
|
2073
2085
|
"connectorModes": {
|
|
2074
|
-
"shape": "
|
|
2086
|
+
"shape": "S6t"
|
|
2075
2087
|
},
|
|
2076
2088
|
"authenticationConfig": {
|
|
2077
2089
|
"type": "structure",
|
|
@@ -2169,11 +2181,11 @@
|
|
|
2169
2181
|
"member": {}
|
|
2170
2182
|
},
|
|
2171
2183
|
"supportedWriteOperations": {
|
|
2172
|
-
"shape": "
|
|
2184
|
+
"shape": "S7h"
|
|
2173
2185
|
},
|
|
2174
2186
|
"connectorProvisioningType": {},
|
|
2175
2187
|
"connectorProvisioningConfig": {
|
|
2176
|
-
"shape": "
|
|
2188
|
+
"shape": "S7j"
|
|
2177
2189
|
},
|
|
2178
2190
|
"logoURL": {},
|
|
2179
2191
|
"registeredAt": {
|
|
@@ -2182,19 +2194,19 @@
|
|
|
2182
2194
|
"registeredBy": {}
|
|
2183
2195
|
}
|
|
2184
2196
|
},
|
|
2185
|
-
"
|
|
2197
|
+
"S5x": {
|
|
2186
2198
|
"type": "list",
|
|
2187
2199
|
"member": {}
|
|
2188
2200
|
},
|
|
2189
|
-
"
|
|
2201
|
+
"S6t": {
|
|
2190
2202
|
"type": "list",
|
|
2191
2203
|
"member": {}
|
|
2192
2204
|
},
|
|
2193
|
-
"
|
|
2205
|
+
"S7h": {
|
|
2194
2206
|
"type": "list",
|
|
2195
2207
|
"member": {}
|
|
2196
2208
|
},
|
|
2197
|
-
"
|
|
2209
|
+
"S7j": {
|
|
2198
2210
|
"type": "structure",
|
|
2199
2211
|
"members": {
|
|
2200
2212
|
"lambda": {
|
|
@@ -2208,7 +2220,7 @@
|
|
|
2208
2220
|
}
|
|
2209
2221
|
}
|
|
2210
2222
|
},
|
|
2211
|
-
"
|
|
2223
|
+
"S7y": {
|
|
2212
2224
|
"type": "structure",
|
|
2213
2225
|
"members": {
|
|
2214
2226
|
"maximum": {
|
|
@@ -2219,7 +2231,7 @@
|
|
|
2219
2231
|
}
|
|
2220
2232
|
}
|
|
2221
2233
|
},
|
|
2222
|
-
"
|
|
2234
|
+
"S8g": {
|
|
2223
2235
|
"type": "list",
|
|
2224
2236
|
"member": {
|
|
2225
2237
|
"type": "structure",
|
|
@@ -2237,12 +2249,12 @@
|
|
|
2237
2249
|
"registeredBy": {},
|
|
2238
2250
|
"connectorProvisioningType": {},
|
|
2239
2251
|
"connectorModes": {
|
|
2240
|
-
"shape": "
|
|
2252
|
+
"shape": "S6t"
|
|
2241
2253
|
}
|
|
2242
2254
|
}
|
|
2243
2255
|
}
|
|
2244
2256
|
},
|
|
2245
|
-
"
|
|
2257
|
+
"S8m": {
|
|
2246
2258
|
"type": "structure",
|
|
2247
2259
|
"members": {
|
|
2248
2260
|
"mostRecentExecutionMessage": {},
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"Type": {},
|
|
95
95
|
"Description": {},
|
|
96
96
|
"Parameters": {
|
|
97
|
-
"shape": "
|
|
97
|
+
"shape": "S18"
|
|
98
98
|
},
|
|
99
99
|
"Tags": {
|
|
100
|
-
"shape": "
|
|
100
|
+
"shape": "S1b"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"members": {
|
|
163
163
|
"Name": {},
|
|
164
164
|
"Configuration": {
|
|
165
|
-
"shape": "
|
|
165
|
+
"shape": "S1n"
|
|
166
166
|
},
|
|
167
167
|
"Description": {},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "S1b"
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"Description": {},
|
|
269
269
|
"Type": {},
|
|
270
270
|
"Parameters": {
|
|
271
|
-
"shape": "
|
|
271
|
+
"shape": "S18"
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"type": "structure",
|
|
292
292
|
"members": {
|
|
293
293
|
"Database": {
|
|
294
|
-
"shape": "
|
|
294
|
+
"shape": "S25"
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"type": "structure",
|
|
462
462
|
"members": {
|
|
463
463
|
"TableMetadata": {
|
|
464
|
-
"shape": "
|
|
464
|
+
"shape": "S2v"
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"Name": {},
|
|
489
489
|
"State": {},
|
|
490
490
|
"Configuration": {
|
|
491
|
-
"shape": "
|
|
491
|
+
"shape": "S1n"
|
|
492
492
|
},
|
|
493
493
|
"Description": {},
|
|
494
494
|
"CreationTime": {
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"DatabaseList": {
|
|
547
547
|
"type": "list",
|
|
548
548
|
"member": {
|
|
549
|
-
"shape": "
|
|
549
|
+
"shape": "S25"
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
552
|
"NextToken": {}
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"EngineVersions": {
|
|
570
570
|
"type": "list",
|
|
571
571
|
"member": {
|
|
572
|
-
"shape": "
|
|
572
|
+
"shape": "S13"
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
575
|
"NextToken": {}
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"TableMetadataList": {
|
|
675
675
|
"type": "list",
|
|
676
676
|
"member": {
|
|
677
|
-
"shape": "
|
|
677
|
+
"shape": "S2v"
|
|
678
678
|
}
|
|
679
679
|
},
|
|
680
680
|
"NextToken": {}
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"type": "structure",
|
|
700
700
|
"members": {
|
|
701
701
|
"Tags": {
|
|
702
|
-
"shape": "
|
|
702
|
+
"shape": "S1b"
|
|
703
703
|
},
|
|
704
704
|
"NextToken": {}
|
|
705
705
|
}
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
"type": "timestamp"
|
|
731
731
|
},
|
|
732
732
|
"EngineVersion": {
|
|
733
|
-
"shape": "
|
|
733
|
+
"shape": "S13"
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
736
|
}
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
"idempotencyToken": true
|
|
752
752
|
},
|
|
753
753
|
"QueryExecutionContext": {
|
|
754
|
-
"shape": "
|
|
754
|
+
"shape": "St"
|
|
755
755
|
},
|
|
756
756
|
"ResultConfiguration": {
|
|
757
757
|
"shape": "Sn"
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"members": {
|
|
796
796
|
"ResourceARN": {},
|
|
797
797
|
"Tags": {
|
|
798
|
-
"shape": "
|
|
798
|
+
"shape": "S1b"
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
},
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"Type": {},
|
|
837
837
|
"Description": {},
|
|
838
838
|
"Parameters": {
|
|
839
|
-
"shape": "
|
|
839
|
+
"shape": "S18"
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
},
|
|
@@ -917,6 +917,12 @@
|
|
|
917
917
|
"ExpectedBucketOwner": {},
|
|
918
918
|
"RemoveExpectedBucketOwner": {
|
|
919
919
|
"type": "boolean"
|
|
920
|
+
},
|
|
921
|
+
"AclConfiguration": {
|
|
922
|
+
"shape": "Sr"
|
|
923
|
+
},
|
|
924
|
+
"RemoveAclConfiguration": {
|
|
925
|
+
"type": "boolean"
|
|
920
926
|
}
|
|
921
927
|
}
|
|
922
928
|
},
|
|
@@ -933,7 +939,7 @@
|
|
|
933
939
|
"type": "boolean"
|
|
934
940
|
},
|
|
935
941
|
"EngineVersion": {
|
|
936
|
-
"shape": "
|
|
942
|
+
"shape": "S13"
|
|
937
943
|
}
|
|
938
944
|
}
|
|
939
945
|
},
|
|
@@ -981,7 +987,7 @@
|
|
|
981
987
|
"shape": "Sn"
|
|
982
988
|
},
|
|
983
989
|
"QueryExecutionContext": {
|
|
984
|
-
"shape": "
|
|
990
|
+
"shape": "St"
|
|
985
991
|
},
|
|
986
992
|
"Status": {
|
|
987
993
|
"type": "structure",
|
|
@@ -1033,7 +1039,7 @@
|
|
|
1033
1039
|
},
|
|
1034
1040
|
"WorkGroup": {},
|
|
1035
1041
|
"EngineVersion": {
|
|
1036
|
-
"shape": "
|
|
1042
|
+
"shape": "S13"
|
|
1037
1043
|
}
|
|
1038
1044
|
}
|
|
1039
1045
|
},
|
|
@@ -1044,7 +1050,10 @@
|
|
|
1044
1050
|
"EncryptionConfiguration": {
|
|
1045
1051
|
"shape": "Sp"
|
|
1046
1052
|
},
|
|
1047
|
-
"ExpectedBucketOwner": {}
|
|
1053
|
+
"ExpectedBucketOwner": {},
|
|
1054
|
+
"AclConfiguration": {
|
|
1055
|
+
"shape": "Sr"
|
|
1056
|
+
}
|
|
1048
1057
|
}
|
|
1049
1058
|
},
|
|
1050
1059
|
"Sp": {
|
|
@@ -1058,25 +1067,34 @@
|
|
|
1058
1067
|
}
|
|
1059
1068
|
},
|
|
1060
1069
|
"Sr": {
|
|
1070
|
+
"type": "structure",
|
|
1071
|
+
"required": [
|
|
1072
|
+
"S3AclOption"
|
|
1073
|
+
],
|
|
1074
|
+
"members": {
|
|
1075
|
+
"S3AclOption": {}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"St": {
|
|
1061
1079
|
"type": "structure",
|
|
1062
1080
|
"members": {
|
|
1063
1081
|
"Database": {},
|
|
1064
1082
|
"Catalog": {}
|
|
1065
1083
|
}
|
|
1066
1084
|
},
|
|
1067
|
-
"
|
|
1085
|
+
"S13": {
|
|
1068
1086
|
"type": "structure",
|
|
1069
1087
|
"members": {
|
|
1070
1088
|
"SelectedEngineVersion": {},
|
|
1071
1089
|
"EffectiveEngineVersion": {}
|
|
1072
1090
|
}
|
|
1073
1091
|
},
|
|
1074
|
-
"
|
|
1092
|
+
"S18": {
|
|
1075
1093
|
"type": "map",
|
|
1076
1094
|
"key": {},
|
|
1077
1095
|
"value": {}
|
|
1078
1096
|
},
|
|
1079
|
-
"
|
|
1097
|
+
"S1b": {
|
|
1080
1098
|
"type": "list",
|
|
1081
1099
|
"member": {
|
|
1082
1100
|
"type": "structure",
|
|
@@ -1086,7 +1104,7 @@
|
|
|
1086
1104
|
}
|
|
1087
1105
|
}
|
|
1088
1106
|
},
|
|
1089
|
-
"
|
|
1107
|
+
"S1n": {
|
|
1090
1108
|
"type": "structure",
|
|
1091
1109
|
"members": {
|
|
1092
1110
|
"ResultConfiguration": {
|
|
@@ -1105,11 +1123,11 @@
|
|
|
1105
1123
|
"type": "boolean"
|
|
1106
1124
|
},
|
|
1107
1125
|
"EngineVersion": {
|
|
1108
|
-
"shape": "
|
|
1126
|
+
"shape": "S13"
|
|
1109
1127
|
}
|
|
1110
1128
|
}
|
|
1111
1129
|
},
|
|
1112
|
-
"
|
|
1130
|
+
"S25": {
|
|
1113
1131
|
"type": "structure",
|
|
1114
1132
|
"required": [
|
|
1115
1133
|
"Name"
|
|
@@ -1118,11 +1136,11 @@
|
|
|
1118
1136
|
"Name": {},
|
|
1119
1137
|
"Description": {},
|
|
1120
1138
|
"Parameters": {
|
|
1121
|
-
"shape": "
|
|
1139
|
+
"shape": "S18"
|
|
1122
1140
|
}
|
|
1123
1141
|
}
|
|
1124
1142
|
},
|
|
1125
|
-
"
|
|
1143
|
+
"S2v": {
|
|
1126
1144
|
"type": "structure",
|
|
1127
1145
|
"required": [
|
|
1128
1146
|
"Name"
|
|
@@ -1137,17 +1155,17 @@
|
|
|
1137
1155
|
},
|
|
1138
1156
|
"TableType": {},
|
|
1139
1157
|
"Columns": {
|
|
1140
|
-
"shape": "
|
|
1158
|
+
"shape": "S2y"
|
|
1141
1159
|
},
|
|
1142
1160
|
"PartitionKeys": {
|
|
1143
|
-
"shape": "
|
|
1161
|
+
"shape": "S2y"
|
|
1144
1162
|
},
|
|
1145
1163
|
"Parameters": {
|
|
1146
|
-
"shape": "
|
|
1164
|
+
"shape": "S18"
|
|
1147
1165
|
}
|
|
1148
1166
|
}
|
|
1149
1167
|
},
|
|
1150
|
-
"
|
|
1168
|
+
"S2y": {
|
|
1151
1169
|
"type": "list",
|
|
1152
1170
|
"member": {
|
|
1153
1171
|
"type": "structure",
|
|
@@ -239,6 +239,9 @@
|
|
|
239
239
|
"EventsScanned": {
|
|
240
240
|
"type": "long"
|
|
241
241
|
},
|
|
242
|
+
"BytesScanned": {
|
|
243
|
+
"type": "long"
|
|
244
|
+
},
|
|
242
245
|
"ExecutionTimeInMillis": {
|
|
243
246
|
"type": "integer"
|
|
244
247
|
},
|
|
@@ -392,6 +395,9 @@
|
|
|
392
395
|
},
|
|
393
396
|
"TotalResultsCount": {
|
|
394
397
|
"type": "integer"
|
|
398
|
+
},
|
|
399
|
+
"BytesScanned": {
|
|
400
|
+
"type": "long"
|
|
395
401
|
}
|
|
396
402
|
}
|
|
397
403
|
},
|