aws-sdk 2.1424.0 → 2.1426.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 +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/apis/application-insights-2018-11-25.min.json +228 -43
- package/apis/application-insights-2018-11-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/apis/autoscaling-2011-01-01.min.json +61 -52
- package/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/apis/cloudformation-2010-05-15.min.json +95 -80
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/inspector2-2020-06-08.min.json +291 -192
- package/apis/kafka-2018-11-14.min.json +237 -52
- package/apis/kafka-2018-11-14.paginators.json +6 -0
- package/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/omics-2022-11-28.min.json +32 -29
- package/apis/pinpoint-2016-12-01.examples.json +6 -12
- package/apis/pinpoint-2016-12-01.min.json +286 -243
- package/apis/rds-2014-10-31.min.json +175 -162
- package/apis/scheduler-2021-06-30.min.json +15 -12
- package/clients/amplifyuibuilder.d.ts +48 -4
- package/clients/applicationinsights.d.ts +342 -2
- package/clients/autoscaling.d.ts +13 -2
- package/clients/cleanrooms.d.ts +516 -9
- package/clients/cloudformation.d.ts +21 -0
- package/clients/cloudfront.d.ts +14 -10
- package/clients/codestarconnections.d.ts +10 -10
- package/clients/connect.d.ts +1 -1
- package/clients/drs.d.ts +1 -1
- package/clients/inspector2.d.ts +101 -2
- package/clients/kafka.d.ts +204 -0
- package/clients/lookoutequipment.d.ts +522 -15
- package/clients/omics.d.ts +13 -0
- package/clients/pinpoint.d.ts +69 -5
- package/clients/rds.d.ts +21 -0
- package/clients/route53.d.ts +9 -9
- package/clients/scheduler.d.ts +16 -3
- package/clients/sqs.d.ts +9 -9
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +338 -298
- package/dist/aws-sdk.min.js +95 -95
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -12,6 +12,60 @@
|
|
12
12
|
"uid": "cleanrooms-2022-02-17"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"BatchGetCollaborationAnalysisTemplate": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/collaborations/{collaborationIdentifier}/batch-analysistemplates",
|
18
|
+
"responseCode": 200
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"collaborationIdentifier",
|
24
|
+
"analysisTemplateArns"
|
25
|
+
],
|
26
|
+
"members": {
|
27
|
+
"collaborationIdentifier": {
|
28
|
+
"location": "uri",
|
29
|
+
"locationName": "collaborationIdentifier"
|
30
|
+
},
|
31
|
+
"analysisTemplateArns": {
|
32
|
+
"type": "list",
|
33
|
+
"member": {}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"output": {
|
38
|
+
"type": "structure",
|
39
|
+
"required": [
|
40
|
+
"collaborationAnalysisTemplates",
|
41
|
+
"errors"
|
42
|
+
],
|
43
|
+
"members": {
|
44
|
+
"collaborationAnalysisTemplates": {
|
45
|
+
"type": "list",
|
46
|
+
"member": {
|
47
|
+
"shape": "S7"
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"errors": {
|
51
|
+
"type": "list",
|
52
|
+
"member": {
|
53
|
+
"type": "structure",
|
54
|
+
"required": [
|
55
|
+
"arn",
|
56
|
+
"code",
|
57
|
+
"message"
|
58
|
+
],
|
59
|
+
"members": {
|
60
|
+
"arn": {},
|
61
|
+
"code": {},
|
62
|
+
"message": {}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
},
|
15
69
|
"BatchGetSchema": {
|
16
70
|
"http": {
|
17
71
|
"requestUri": "/collaborations/{collaborationIdentifier}/batch-schema",
|
@@ -44,7 +98,7 @@
|
|
44
98
|
"schemas": {
|
45
99
|
"type": "list",
|
46
100
|
"member": {
|
47
|
-
"shape": "
|
101
|
+
"shape": "Sx"
|
48
102
|
}
|
49
103
|
},
|
50
104
|
"errors": {
|
@@ -66,6 +120,50 @@
|
|
66
120
|
}
|
67
121
|
}
|
68
122
|
},
|
123
|
+
"CreateAnalysisTemplate": {
|
124
|
+
"http": {
|
125
|
+
"requestUri": "/memberships/{membershipIdentifier}/analysistemplates",
|
126
|
+
"responseCode": 200
|
127
|
+
},
|
128
|
+
"input": {
|
129
|
+
"type": "structure",
|
130
|
+
"required": [
|
131
|
+
"membershipIdentifier",
|
132
|
+
"name",
|
133
|
+
"format",
|
134
|
+
"source"
|
135
|
+
],
|
136
|
+
"members": {
|
137
|
+
"description": {},
|
138
|
+
"membershipIdentifier": {
|
139
|
+
"location": "uri",
|
140
|
+
"locationName": "membershipIdentifier"
|
141
|
+
},
|
142
|
+
"name": {},
|
143
|
+
"format": {},
|
144
|
+
"source": {
|
145
|
+
"shape": "Sj"
|
146
|
+
},
|
147
|
+
"tags": {
|
148
|
+
"shape": "S1b"
|
149
|
+
},
|
150
|
+
"analysisParameters": {
|
151
|
+
"shape": "Sl"
|
152
|
+
}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"output": {
|
156
|
+
"type": "structure",
|
157
|
+
"required": [
|
158
|
+
"analysisTemplate"
|
159
|
+
],
|
160
|
+
"members": {
|
161
|
+
"analysisTemplate": {
|
162
|
+
"shape": "S1f"
|
163
|
+
}
|
164
|
+
}
|
165
|
+
}
|
166
|
+
},
|
69
167
|
"CreateCollaboration": {
|
70
168
|
"http": {
|
71
169
|
"requestUri": "/collaborations",
|
@@ -94,7 +192,7 @@
|
|
94
192
|
"members": {
|
95
193
|
"accountId": {},
|
96
194
|
"memberAbilities": {
|
97
|
-
"shape": "
|
195
|
+
"shape": "S1k"
|
98
196
|
},
|
99
197
|
"displayName": {}
|
100
198
|
}
|
@@ -103,15 +201,15 @@
|
|
103
201
|
"name": {},
|
104
202
|
"description": {},
|
105
203
|
"creatorMemberAbilities": {
|
106
|
-
"shape": "
|
204
|
+
"shape": "S1k"
|
107
205
|
},
|
108
206
|
"creatorDisplayName": {},
|
109
207
|
"dataEncryptionMetadata": {
|
110
|
-
"shape": "
|
208
|
+
"shape": "S1p"
|
111
209
|
},
|
112
210
|
"queryLogStatus": {},
|
113
211
|
"tags": {
|
114
|
-
"shape": "
|
212
|
+
"shape": "S1b"
|
115
213
|
}
|
116
214
|
}
|
117
215
|
},
|
@@ -122,7 +220,7 @@
|
|
122
220
|
],
|
123
221
|
"members": {
|
124
222
|
"collaboration": {
|
125
|
-
"shape": "
|
223
|
+
"shape": "S1t"
|
126
224
|
}
|
127
225
|
}
|
128
226
|
}
|
@@ -144,14 +242,14 @@
|
|
144
242
|
"name": {},
|
145
243
|
"description": {},
|
146
244
|
"tableReference": {
|
147
|
-
"shape": "
|
245
|
+
"shape": "S1w"
|
148
246
|
},
|
149
247
|
"allowedColumns": {
|
150
|
-
"shape": "
|
248
|
+
"shape": "S20"
|
151
249
|
},
|
152
250
|
"analysisMethod": {},
|
153
251
|
"tags": {
|
154
|
-
"shape": "
|
252
|
+
"shape": "S1b"
|
155
253
|
}
|
156
254
|
}
|
157
255
|
},
|
@@ -162,7 +260,7 @@
|
|
162
260
|
],
|
163
261
|
"members": {
|
164
262
|
"configuredTable": {
|
165
|
-
"shape": "
|
263
|
+
"shape": "S22"
|
166
264
|
}
|
167
265
|
}
|
168
266
|
},
|
@@ -187,7 +285,7 @@
|
|
187
285
|
},
|
188
286
|
"analysisRuleType": {},
|
189
287
|
"analysisRulePolicy": {
|
190
|
-
"shape": "
|
288
|
+
"shape": "S28"
|
191
289
|
}
|
192
290
|
}
|
193
291
|
},
|
@@ -198,7 +296,7 @@
|
|
198
296
|
],
|
199
297
|
"members": {
|
200
298
|
"analysisRule": {
|
201
|
-
"shape": "
|
299
|
+
"shape": "S2x"
|
202
300
|
}
|
203
301
|
}
|
204
302
|
},
|
@@ -227,7 +325,7 @@
|
|
227
325
|
"configuredTableIdentifier": {},
|
228
326
|
"roleArn": {},
|
229
327
|
"tags": {
|
230
|
-
"shape": "
|
328
|
+
"shape": "S1b"
|
231
329
|
}
|
232
330
|
}
|
233
331
|
},
|
@@ -238,7 +336,7 @@
|
|
238
336
|
],
|
239
337
|
"members": {
|
240
338
|
"configuredTableAssociation": {
|
241
|
-
"shape": "
|
339
|
+
"shape": "S31"
|
242
340
|
}
|
243
341
|
}
|
244
342
|
}
|
@@ -258,7 +356,7 @@
|
|
258
356
|
"collaborationIdentifier": {},
|
259
357
|
"queryLogStatus": {},
|
260
358
|
"tags": {
|
261
|
-
"shape": "
|
359
|
+
"shape": "S1b"
|
262
360
|
}
|
263
361
|
}
|
264
362
|
},
|
@@ -269,11 +367,40 @@
|
|
269
367
|
],
|
270
368
|
"members": {
|
271
369
|
"membership": {
|
272
|
-
"shape": "
|
370
|
+
"shape": "S36"
|
273
371
|
}
|
274
372
|
}
|
275
373
|
}
|
276
374
|
},
|
375
|
+
"DeleteAnalysisTemplate": {
|
376
|
+
"http": {
|
377
|
+
"method": "DELETE",
|
378
|
+
"requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}",
|
379
|
+
"responseCode": 204
|
380
|
+
},
|
381
|
+
"input": {
|
382
|
+
"type": "structure",
|
383
|
+
"required": [
|
384
|
+
"membershipIdentifier",
|
385
|
+
"analysisTemplateIdentifier"
|
386
|
+
],
|
387
|
+
"members": {
|
388
|
+
"membershipIdentifier": {
|
389
|
+
"location": "uri",
|
390
|
+
"locationName": "membershipIdentifier"
|
391
|
+
},
|
392
|
+
"analysisTemplateIdentifier": {
|
393
|
+
"location": "uri",
|
394
|
+
"locationName": "analysisTemplateIdentifier"
|
395
|
+
}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"output": {
|
399
|
+
"type": "structure",
|
400
|
+
"members": {}
|
401
|
+
},
|
402
|
+
"idempotent": true
|
403
|
+
},
|
277
404
|
"DeleteCollaboration": {
|
278
405
|
"http": {
|
279
406
|
"method": "DELETE",
|
@@ -433,6 +560,41 @@
|
|
433
560
|
},
|
434
561
|
"idempotent": true
|
435
562
|
},
|
563
|
+
"GetAnalysisTemplate": {
|
564
|
+
"http": {
|
565
|
+
"method": "GET",
|
566
|
+
"requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}",
|
567
|
+
"responseCode": 200
|
568
|
+
},
|
569
|
+
"input": {
|
570
|
+
"type": "structure",
|
571
|
+
"required": [
|
572
|
+
"membershipIdentifier",
|
573
|
+
"analysisTemplateIdentifier"
|
574
|
+
],
|
575
|
+
"members": {
|
576
|
+
"membershipIdentifier": {
|
577
|
+
"location": "uri",
|
578
|
+
"locationName": "membershipIdentifier"
|
579
|
+
},
|
580
|
+
"analysisTemplateIdentifier": {
|
581
|
+
"location": "uri",
|
582
|
+
"locationName": "analysisTemplateIdentifier"
|
583
|
+
}
|
584
|
+
}
|
585
|
+
},
|
586
|
+
"output": {
|
587
|
+
"type": "structure",
|
588
|
+
"required": [
|
589
|
+
"analysisTemplate"
|
590
|
+
],
|
591
|
+
"members": {
|
592
|
+
"analysisTemplate": {
|
593
|
+
"shape": "S1f"
|
594
|
+
}
|
595
|
+
}
|
596
|
+
}
|
597
|
+
},
|
436
598
|
"GetCollaboration": {
|
437
599
|
"http": {
|
438
600
|
"method": "GET",
|
@@ -458,7 +620,42 @@
|
|
458
620
|
],
|
459
621
|
"members": {
|
460
622
|
"collaboration": {
|
461
|
-
"shape": "
|
623
|
+
"shape": "S1t"
|
624
|
+
}
|
625
|
+
}
|
626
|
+
}
|
627
|
+
},
|
628
|
+
"GetCollaborationAnalysisTemplate": {
|
629
|
+
"http": {
|
630
|
+
"method": "GET",
|
631
|
+
"requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}",
|
632
|
+
"responseCode": 200
|
633
|
+
},
|
634
|
+
"input": {
|
635
|
+
"type": "structure",
|
636
|
+
"required": [
|
637
|
+
"collaborationIdentifier",
|
638
|
+
"analysisTemplateArn"
|
639
|
+
],
|
640
|
+
"members": {
|
641
|
+
"collaborationIdentifier": {
|
642
|
+
"location": "uri",
|
643
|
+
"locationName": "collaborationIdentifier"
|
644
|
+
},
|
645
|
+
"analysisTemplateArn": {
|
646
|
+
"location": "uri",
|
647
|
+
"locationName": "analysisTemplateArn"
|
648
|
+
}
|
649
|
+
}
|
650
|
+
},
|
651
|
+
"output": {
|
652
|
+
"type": "structure",
|
653
|
+
"required": [
|
654
|
+
"collaborationAnalysisTemplate"
|
655
|
+
],
|
656
|
+
"members": {
|
657
|
+
"collaborationAnalysisTemplate": {
|
658
|
+
"shape": "S7"
|
462
659
|
}
|
463
660
|
}
|
464
661
|
}
|
@@ -488,7 +685,7 @@
|
|
488
685
|
],
|
489
686
|
"members": {
|
490
687
|
"configuredTable": {
|
491
|
-
"shape": "
|
688
|
+
"shape": "S22"
|
492
689
|
}
|
493
690
|
}
|
494
691
|
}
|
@@ -523,7 +720,7 @@
|
|
523
720
|
],
|
524
721
|
"members": {
|
525
722
|
"analysisRule": {
|
526
|
-
"shape": "
|
723
|
+
"shape": "S2x"
|
527
724
|
}
|
528
725
|
}
|
529
726
|
}
|
@@ -558,7 +755,7 @@
|
|
558
755
|
],
|
559
756
|
"members": {
|
560
757
|
"configuredTableAssociation": {
|
561
|
-
"shape": "
|
758
|
+
"shape": "S31"
|
562
759
|
}
|
563
760
|
}
|
564
761
|
}
|
@@ -588,7 +785,7 @@
|
|
588
785
|
],
|
589
786
|
"members": {
|
590
787
|
"membership": {
|
591
|
-
"shape": "
|
788
|
+
"shape": "S36"
|
592
789
|
}
|
593
790
|
}
|
594
791
|
}
|
@@ -623,7 +820,7 @@
|
|
623
820
|
],
|
624
821
|
"members": {
|
625
822
|
"protectedQuery": {
|
626
|
-
"shape": "
|
823
|
+
"shape": "S44"
|
627
824
|
}
|
628
825
|
}
|
629
826
|
}
|
@@ -658,7 +855,7 @@
|
|
658
855
|
],
|
659
856
|
"members": {
|
660
857
|
"schema": {
|
661
|
-
"shape": "
|
858
|
+
"shape": "Sx"
|
662
859
|
}
|
663
860
|
}
|
664
861
|
}
|
@@ -724,10 +921,13 @@
|
|
724
921
|
"type": "structure",
|
725
922
|
"members": {
|
726
923
|
"list": {
|
727
|
-
"shape": "
|
924
|
+
"shape": "S2a"
|
728
925
|
},
|
729
926
|
"aggregation": {
|
730
|
-
"shape": "
|
927
|
+
"shape": "S2g"
|
928
|
+
},
|
929
|
+
"custom": {
|
930
|
+
"shape": "S2s"
|
731
931
|
}
|
732
932
|
},
|
733
933
|
"union": true
|
@@ -740,6 +940,144 @@
|
|
740
940
|
}
|
741
941
|
}
|
742
942
|
},
|
943
|
+
"ListAnalysisTemplates": {
|
944
|
+
"http": {
|
945
|
+
"method": "GET",
|
946
|
+
"requestUri": "/memberships/{membershipIdentifier}/analysistemplates",
|
947
|
+
"responseCode": 200
|
948
|
+
},
|
949
|
+
"input": {
|
950
|
+
"type": "structure",
|
951
|
+
"required": [
|
952
|
+
"membershipIdentifier"
|
953
|
+
],
|
954
|
+
"members": {
|
955
|
+
"membershipIdentifier": {
|
956
|
+
"location": "uri",
|
957
|
+
"locationName": "membershipIdentifier"
|
958
|
+
},
|
959
|
+
"nextToken": {
|
960
|
+
"location": "querystring",
|
961
|
+
"locationName": "nextToken"
|
962
|
+
},
|
963
|
+
"maxResults": {
|
964
|
+
"location": "querystring",
|
965
|
+
"locationName": "maxResults",
|
966
|
+
"type": "integer"
|
967
|
+
}
|
968
|
+
}
|
969
|
+
},
|
970
|
+
"output": {
|
971
|
+
"type": "structure",
|
972
|
+
"required": [
|
973
|
+
"analysisTemplateSummaries"
|
974
|
+
],
|
975
|
+
"members": {
|
976
|
+
"nextToken": {},
|
977
|
+
"analysisTemplateSummaries": {
|
978
|
+
"type": "list",
|
979
|
+
"member": {
|
980
|
+
"type": "structure",
|
981
|
+
"required": [
|
982
|
+
"arn",
|
983
|
+
"createTime",
|
984
|
+
"id",
|
985
|
+
"name",
|
986
|
+
"updateTime",
|
987
|
+
"membershipArn",
|
988
|
+
"membershipId",
|
989
|
+
"collaborationArn",
|
990
|
+
"collaborationId"
|
991
|
+
],
|
992
|
+
"members": {
|
993
|
+
"arn": {},
|
994
|
+
"createTime": {
|
995
|
+
"type": "timestamp"
|
996
|
+
},
|
997
|
+
"id": {},
|
998
|
+
"name": {},
|
999
|
+
"updateTime": {
|
1000
|
+
"type": "timestamp"
|
1001
|
+
},
|
1002
|
+
"membershipArn": {},
|
1003
|
+
"membershipId": {},
|
1004
|
+
"collaborationArn": {},
|
1005
|
+
"collaborationId": {},
|
1006
|
+
"description": {}
|
1007
|
+
}
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
}
|
1011
|
+
}
|
1012
|
+
},
|
1013
|
+
"ListCollaborationAnalysisTemplates": {
|
1014
|
+
"http": {
|
1015
|
+
"method": "GET",
|
1016
|
+
"requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates",
|
1017
|
+
"responseCode": 200
|
1018
|
+
},
|
1019
|
+
"input": {
|
1020
|
+
"type": "structure",
|
1021
|
+
"required": [
|
1022
|
+
"collaborationIdentifier"
|
1023
|
+
],
|
1024
|
+
"members": {
|
1025
|
+
"collaborationIdentifier": {
|
1026
|
+
"location": "uri",
|
1027
|
+
"locationName": "collaborationIdentifier"
|
1028
|
+
},
|
1029
|
+
"nextToken": {
|
1030
|
+
"location": "querystring",
|
1031
|
+
"locationName": "nextToken"
|
1032
|
+
},
|
1033
|
+
"maxResults": {
|
1034
|
+
"location": "querystring",
|
1035
|
+
"locationName": "maxResults",
|
1036
|
+
"type": "integer"
|
1037
|
+
}
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
"output": {
|
1041
|
+
"type": "structure",
|
1042
|
+
"required": [
|
1043
|
+
"collaborationAnalysisTemplateSummaries"
|
1044
|
+
],
|
1045
|
+
"members": {
|
1046
|
+
"nextToken": {},
|
1047
|
+
"collaborationAnalysisTemplateSummaries": {
|
1048
|
+
"type": "list",
|
1049
|
+
"member": {
|
1050
|
+
"type": "structure",
|
1051
|
+
"required": [
|
1052
|
+
"arn",
|
1053
|
+
"createTime",
|
1054
|
+
"id",
|
1055
|
+
"name",
|
1056
|
+
"updateTime",
|
1057
|
+
"collaborationArn",
|
1058
|
+
"collaborationId",
|
1059
|
+
"creatorAccountId"
|
1060
|
+
],
|
1061
|
+
"members": {
|
1062
|
+
"arn": {},
|
1063
|
+
"createTime": {
|
1064
|
+
"type": "timestamp"
|
1065
|
+
},
|
1066
|
+
"id": {},
|
1067
|
+
"name": {},
|
1068
|
+
"updateTime": {
|
1069
|
+
"type": "timestamp"
|
1070
|
+
},
|
1071
|
+
"collaborationArn": {},
|
1072
|
+
"collaborationId": {},
|
1073
|
+
"creatorAccountId": {},
|
1074
|
+
"description": {}
|
1075
|
+
}
|
1076
|
+
}
|
1077
|
+
}
|
1078
|
+
}
|
1079
|
+
}
|
1080
|
+
},
|
743
1081
|
"ListCollaborations": {
|
744
1082
|
"http": {
|
745
1083
|
"method": "GET",
|
@@ -923,7 +1261,7 @@
|
|
923
1261
|
"type": "timestamp"
|
924
1262
|
},
|
925
1263
|
"analysisRuleTypes": {
|
926
|
-
"shape": "
|
1264
|
+
"shape": "S24"
|
927
1265
|
},
|
928
1266
|
"analysisMethod": {}
|
929
1267
|
}
|
@@ -984,7 +1322,7 @@
|
|
984
1322
|
"status": {},
|
985
1323
|
"displayName": {},
|
986
1324
|
"abilities": {
|
987
|
-
"shape": "
|
1325
|
+
"shape": "S1k"
|
988
1326
|
},
|
989
1327
|
"createTime": {
|
990
1328
|
"type": "timestamp"
|
@@ -1064,7 +1402,7 @@
|
|
1064
1402
|
},
|
1065
1403
|
"status": {},
|
1066
1404
|
"memberAbilities": {
|
1067
|
-
"shape": "
|
1405
|
+
"shape": "S1k"
|
1068
1406
|
}
|
1069
1407
|
}
|
1070
1408
|
}
|
@@ -1199,7 +1537,7 @@
|
|
1199
1537
|
"collaborationId": {},
|
1200
1538
|
"collaborationArn": {},
|
1201
1539
|
"analysisRuleTypes": {
|
1202
|
-
"shape": "
|
1540
|
+
"shape": "S12"
|
1203
1541
|
},
|
1204
1542
|
"analysisMethod": {}
|
1205
1543
|
}
|
@@ -1234,7 +1572,7 @@
|
|
1234
1572
|
],
|
1235
1573
|
"members": {
|
1236
1574
|
"tags": {
|
1237
|
-
"shape": "
|
1575
|
+
"shape": "S1b"
|
1238
1576
|
}
|
1239
1577
|
}
|
1240
1578
|
}
|
@@ -1259,10 +1597,10 @@
|
|
1259
1597
|
"locationName": "membershipIdentifier"
|
1260
1598
|
},
|
1261
1599
|
"sqlParameters": {
|
1262
|
-
"shape": "
|
1600
|
+
"shape": "S45"
|
1263
1601
|
},
|
1264
1602
|
"resultConfiguration": {
|
1265
|
-
"shape": "
|
1603
|
+
"shape": "S49"
|
1266
1604
|
}
|
1267
1605
|
}
|
1268
1606
|
},
|
@@ -1273,7 +1611,7 @@
|
|
1273
1611
|
],
|
1274
1612
|
"members": {
|
1275
1613
|
"protectedQuery": {
|
1276
|
-
"shape": "
|
1614
|
+
"shape": "S44"
|
1277
1615
|
}
|
1278
1616
|
}
|
1279
1617
|
}
|
@@ -1295,7 +1633,7 @@
|
|
1295
1633
|
"locationName": "resourceArn"
|
1296
1634
|
},
|
1297
1635
|
"tags": {
|
1298
|
-
"shape": "
|
1636
|
+
"shape": "S1b"
|
1299
1637
|
}
|
1300
1638
|
}
|
1301
1639
|
},
|
@@ -1334,6 +1672,42 @@
|
|
1334
1672
|
"members": {}
|
1335
1673
|
}
|
1336
1674
|
},
|
1675
|
+
"UpdateAnalysisTemplate": {
|
1676
|
+
"http": {
|
1677
|
+
"method": "PATCH",
|
1678
|
+
"requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}",
|
1679
|
+
"responseCode": 200
|
1680
|
+
},
|
1681
|
+
"input": {
|
1682
|
+
"type": "structure",
|
1683
|
+
"required": [
|
1684
|
+
"membershipIdentifier",
|
1685
|
+
"analysisTemplateIdentifier"
|
1686
|
+
],
|
1687
|
+
"members": {
|
1688
|
+
"membershipIdentifier": {
|
1689
|
+
"location": "uri",
|
1690
|
+
"locationName": "membershipIdentifier"
|
1691
|
+
},
|
1692
|
+
"analysisTemplateIdentifier": {
|
1693
|
+
"location": "uri",
|
1694
|
+
"locationName": "analysisTemplateIdentifier"
|
1695
|
+
},
|
1696
|
+
"description": {}
|
1697
|
+
}
|
1698
|
+
},
|
1699
|
+
"output": {
|
1700
|
+
"type": "structure",
|
1701
|
+
"required": [
|
1702
|
+
"analysisTemplate"
|
1703
|
+
],
|
1704
|
+
"members": {
|
1705
|
+
"analysisTemplate": {
|
1706
|
+
"shape": "S1f"
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
},
|
1337
1711
|
"UpdateCollaboration": {
|
1338
1712
|
"http": {
|
1339
1713
|
"method": "PATCH",
|
@@ -1361,7 +1735,7 @@
|
|
1361
1735
|
],
|
1362
1736
|
"members": {
|
1363
1737
|
"collaboration": {
|
1364
|
-
"shape": "
|
1738
|
+
"shape": "S1t"
|
1365
1739
|
}
|
1366
1740
|
}
|
1367
1741
|
}
|
@@ -1393,7 +1767,7 @@
|
|
1393
1767
|
],
|
1394
1768
|
"members": {
|
1395
1769
|
"configuredTable": {
|
1396
|
-
"shape": "
|
1770
|
+
"shape": "S22"
|
1397
1771
|
}
|
1398
1772
|
}
|
1399
1773
|
}
|
@@ -1421,7 +1795,7 @@
|
|
1421
1795
|
"locationName": "analysisRuleType"
|
1422
1796
|
},
|
1423
1797
|
"analysisRulePolicy": {
|
1424
|
-
"shape": "
|
1798
|
+
"shape": "S28"
|
1425
1799
|
}
|
1426
1800
|
}
|
1427
1801
|
},
|
@@ -1432,7 +1806,7 @@
|
|
1432
1806
|
],
|
1433
1807
|
"members": {
|
1434
1808
|
"analysisRule": {
|
1435
|
-
"shape": "
|
1809
|
+
"shape": "S2x"
|
1436
1810
|
}
|
1437
1811
|
}
|
1438
1812
|
}
|
@@ -1469,7 +1843,7 @@
|
|
1469
1843
|
],
|
1470
1844
|
"members": {
|
1471
1845
|
"configuredTableAssociation": {
|
1472
|
-
"shape": "
|
1846
|
+
"shape": "S31"
|
1473
1847
|
}
|
1474
1848
|
}
|
1475
1849
|
}
|
@@ -1500,7 +1874,7 @@
|
|
1500
1874
|
],
|
1501
1875
|
"members": {
|
1502
1876
|
"membership": {
|
1503
|
-
"shape": "
|
1877
|
+
"shape": "S36"
|
1504
1878
|
}
|
1505
1879
|
}
|
1506
1880
|
}
|
@@ -1537,7 +1911,7 @@
|
|
1537
1911
|
],
|
1538
1912
|
"members": {
|
1539
1913
|
"protectedQuery": {
|
1540
|
-
"shape": "
|
1914
|
+
"shape": "S44"
|
1541
1915
|
}
|
1542
1916
|
}
|
1543
1917
|
},
|
@@ -1546,6 +1920,80 @@
|
|
1546
1920
|
},
|
1547
1921
|
"shapes": {
|
1548
1922
|
"S7": {
|
1923
|
+
"type": "structure",
|
1924
|
+
"required": [
|
1925
|
+
"id",
|
1926
|
+
"arn",
|
1927
|
+
"collaborationId",
|
1928
|
+
"collaborationArn",
|
1929
|
+
"creatorAccountId",
|
1930
|
+
"name",
|
1931
|
+
"createTime",
|
1932
|
+
"updateTime",
|
1933
|
+
"schema",
|
1934
|
+
"format",
|
1935
|
+
"source"
|
1936
|
+
],
|
1937
|
+
"members": {
|
1938
|
+
"id": {},
|
1939
|
+
"arn": {},
|
1940
|
+
"collaborationId": {},
|
1941
|
+
"collaborationArn": {},
|
1942
|
+
"description": {},
|
1943
|
+
"creatorAccountId": {},
|
1944
|
+
"name": {},
|
1945
|
+
"createTime": {
|
1946
|
+
"type": "timestamp"
|
1947
|
+
},
|
1948
|
+
"updateTime": {
|
1949
|
+
"type": "timestamp"
|
1950
|
+
},
|
1951
|
+
"schema": {
|
1952
|
+
"shape": "Sf"
|
1953
|
+
},
|
1954
|
+
"format": {},
|
1955
|
+
"source": {
|
1956
|
+
"shape": "Sj"
|
1957
|
+
},
|
1958
|
+
"analysisParameters": {
|
1959
|
+
"shape": "Sl"
|
1960
|
+
}
|
1961
|
+
}
|
1962
|
+
},
|
1963
|
+
"Sf": {
|
1964
|
+
"type": "structure",
|
1965
|
+
"members": {
|
1966
|
+
"referencedTables": {
|
1967
|
+
"type": "list",
|
1968
|
+
"member": {}
|
1969
|
+
}
|
1970
|
+
}
|
1971
|
+
},
|
1972
|
+
"Sj": {
|
1973
|
+
"type": "structure",
|
1974
|
+
"members": {
|
1975
|
+
"text": {}
|
1976
|
+
},
|
1977
|
+
"sensitive": true,
|
1978
|
+
"union": true
|
1979
|
+
},
|
1980
|
+
"Sl": {
|
1981
|
+
"type": "list",
|
1982
|
+
"member": {
|
1983
|
+
"type": "structure",
|
1984
|
+
"required": [
|
1985
|
+
"name",
|
1986
|
+
"type"
|
1987
|
+
],
|
1988
|
+
"members": {
|
1989
|
+
"name": {},
|
1990
|
+
"type": {},
|
1991
|
+
"defaultValue": {}
|
1992
|
+
},
|
1993
|
+
"sensitive": true
|
1994
|
+
}
|
1995
|
+
},
|
1996
|
+
"Sx": {
|
1549
1997
|
"type": "structure",
|
1550
1998
|
"required": [
|
1551
1999
|
"columns",
|
@@ -1562,13 +2010,13 @@
|
|
1562
2010
|
],
|
1563
2011
|
"members": {
|
1564
2012
|
"columns": {
|
1565
|
-
"shape": "
|
2013
|
+
"shape": "Sy"
|
1566
2014
|
},
|
1567
2015
|
"partitionKeys": {
|
1568
|
-
"shape": "
|
2016
|
+
"shape": "Sy"
|
1569
2017
|
},
|
1570
2018
|
"analysisRuleTypes": {
|
1571
|
-
"shape": "
|
2019
|
+
"shape": "S12"
|
1572
2020
|
},
|
1573
2021
|
"analysisMethod": {},
|
1574
2022
|
"creatorAccountId": {},
|
@@ -1585,7 +2033,7 @@
|
|
1585
2033
|
"type": {}
|
1586
2034
|
}
|
1587
2035
|
},
|
1588
|
-
"
|
2036
|
+
"Sy": {
|
1589
2037
|
"type": "list",
|
1590
2038
|
"member": {
|
1591
2039
|
"type": "structure",
|
@@ -1599,15 +2047,63 @@
|
|
1599
2047
|
}
|
1600
2048
|
}
|
1601
2049
|
},
|
1602
|
-
"
|
2050
|
+
"S12": {
|
1603
2051
|
"type": "list",
|
1604
2052
|
"member": {}
|
1605
2053
|
},
|
1606
|
-
"
|
2054
|
+
"S1b": {
|
2055
|
+
"type": "map",
|
2056
|
+
"key": {},
|
2057
|
+
"value": {}
|
2058
|
+
},
|
2059
|
+
"S1f": {
|
2060
|
+
"type": "structure",
|
2061
|
+
"required": [
|
2062
|
+
"id",
|
2063
|
+
"arn",
|
2064
|
+
"collaborationId",
|
2065
|
+
"collaborationArn",
|
2066
|
+
"membershipId",
|
2067
|
+
"membershipArn",
|
2068
|
+
"name",
|
2069
|
+
"createTime",
|
2070
|
+
"updateTime",
|
2071
|
+
"schema",
|
2072
|
+
"format",
|
2073
|
+
"source"
|
2074
|
+
],
|
2075
|
+
"members": {
|
2076
|
+
"id": {},
|
2077
|
+
"arn": {},
|
2078
|
+
"collaborationId": {},
|
2079
|
+
"collaborationArn": {},
|
2080
|
+
"membershipId": {},
|
2081
|
+
"membershipArn": {},
|
2082
|
+
"description": {},
|
2083
|
+
"name": {},
|
2084
|
+
"createTime": {
|
2085
|
+
"type": "timestamp"
|
2086
|
+
},
|
2087
|
+
"updateTime": {
|
2088
|
+
"type": "timestamp"
|
2089
|
+
},
|
2090
|
+
"schema": {
|
2091
|
+
"shape": "Sf"
|
2092
|
+
},
|
2093
|
+
"format": {},
|
2094
|
+
"source": {
|
2095
|
+
"shape": "Sj"
|
2096
|
+
},
|
2097
|
+
"analysisParameters": {
|
2098
|
+
"shape": "Sl"
|
2099
|
+
}
|
2100
|
+
}
|
2101
|
+
},
|
2102
|
+
"S1k": {
|
1607
2103
|
"type": "list",
|
1608
2104
|
"member": {}
|
1609
2105
|
},
|
1610
|
-
"
|
2106
|
+
"S1p": {
|
1611
2107
|
"type": "structure",
|
1612
2108
|
"required": [
|
1613
2109
|
"allowCleartext",
|
@@ -1630,12 +2126,7 @@
|
|
1630
2126
|
}
|
1631
2127
|
}
|
1632
2128
|
},
|
1633
|
-
"
|
1634
|
-
"type": "map",
|
1635
|
-
"key": {},
|
1636
|
-
"value": {}
|
1637
|
-
},
|
1638
|
-
"S13": {
|
2129
|
+
"S1t": {
|
1639
2130
|
"type": "structure",
|
1640
2131
|
"required": [
|
1641
2132
|
"id",
|
@@ -1665,12 +2156,12 @@
|
|
1665
2156
|
"membershipId": {},
|
1666
2157
|
"membershipArn": {},
|
1667
2158
|
"dataEncryptionMetadata": {
|
1668
|
-
"shape": "
|
2159
|
+
"shape": "S1p"
|
1669
2160
|
},
|
1670
2161
|
"queryLogStatus": {}
|
1671
2162
|
}
|
1672
2163
|
},
|
1673
|
-
"
|
2164
|
+
"S1w": {
|
1674
2165
|
"type": "structure",
|
1675
2166
|
"members": {
|
1676
2167
|
"glue": {
|
@@ -1687,11 +2178,11 @@
|
|
1687
2178
|
},
|
1688
2179
|
"union": true
|
1689
2180
|
},
|
1690
|
-
"
|
2181
|
+
"S20": {
|
1691
2182
|
"type": "list",
|
1692
2183
|
"member": {}
|
1693
2184
|
},
|
1694
|
-
"
|
2185
|
+
"S22": {
|
1695
2186
|
"type": "structure",
|
1696
2187
|
"required": [
|
1697
2188
|
"id",
|
@@ -1710,7 +2201,7 @@
|
|
1710
2201
|
"name": {},
|
1711
2202
|
"description": {},
|
1712
2203
|
"tableReference": {
|
1713
|
-
"shape": "
|
2204
|
+
"shape": "S1w"
|
1714
2205
|
},
|
1715
2206
|
"createTime": {
|
1716
2207
|
"type": "timestamp"
|
@@ -1719,29 +2210,32 @@
|
|
1719
2210
|
"type": "timestamp"
|
1720
2211
|
},
|
1721
2212
|
"analysisRuleTypes": {
|
1722
|
-
"shape": "
|
2213
|
+
"shape": "S24"
|
1723
2214
|
},
|
1724
2215
|
"analysisMethod": {},
|
1725
2216
|
"allowedColumns": {
|
1726
|
-
"shape": "
|
2217
|
+
"shape": "S20"
|
1727
2218
|
}
|
1728
2219
|
}
|
1729
2220
|
},
|
1730
|
-
"
|
2221
|
+
"S24": {
|
1731
2222
|
"type": "list",
|
1732
2223
|
"member": {}
|
1733
2224
|
},
|
1734
|
-
"
|
2225
|
+
"S28": {
|
1735
2226
|
"type": "structure",
|
1736
2227
|
"members": {
|
1737
2228
|
"v1": {
|
1738
2229
|
"type": "structure",
|
1739
2230
|
"members": {
|
1740
2231
|
"list": {
|
1741
|
-
"shape": "
|
2232
|
+
"shape": "S2a"
|
1742
2233
|
},
|
1743
2234
|
"aggregation": {
|
1744
|
-
"shape": "
|
2235
|
+
"shape": "S2g"
|
2236
|
+
},
|
2237
|
+
"custom": {
|
2238
|
+
"shape": "S2s"
|
1745
2239
|
}
|
1746
2240
|
},
|
1747
2241
|
"union": true
|
@@ -1749,7 +2243,7 @@
|
|
1749
2243
|
},
|
1750
2244
|
"union": true
|
1751
2245
|
},
|
1752
|
-
"
|
2246
|
+
"S2a": {
|
1753
2247
|
"type": "structure",
|
1754
2248
|
"required": [
|
1755
2249
|
"joinColumns",
|
@@ -1761,22 +2255,22 @@
|
|
1761
2255
|
"member": {}
|
1762
2256
|
},
|
1763
2257
|
"allowedJoinOperators": {
|
1764
|
-
"shape": "
|
2258
|
+
"shape": "S2d"
|
1765
2259
|
},
|
1766
2260
|
"listColumns": {
|
1767
|
-
"shape": "
|
2261
|
+
"shape": "S2f"
|
1768
2262
|
}
|
1769
2263
|
}
|
1770
2264
|
},
|
1771
|
-
"
|
2265
|
+
"S2d": {
|
1772
2266
|
"type": "list",
|
1773
2267
|
"member": {}
|
1774
2268
|
},
|
1775
|
-
"
|
2269
|
+
"S2f": {
|
1776
2270
|
"type": "list",
|
1777
2271
|
"member": {}
|
1778
2272
|
},
|
1779
|
-
"
|
2273
|
+
"S2g": {
|
1780
2274
|
"type": "structure",
|
1781
2275
|
"required": [
|
1782
2276
|
"aggregateColumns",
|
@@ -1804,14 +2298,14 @@
|
|
1804
2298
|
}
|
1805
2299
|
},
|
1806
2300
|
"joinColumns": {
|
1807
|
-
"shape": "
|
2301
|
+
"shape": "S2f"
|
1808
2302
|
},
|
1809
2303
|
"joinRequired": {},
|
1810
2304
|
"allowedJoinOperators": {
|
1811
|
-
"shape": "
|
2305
|
+
"shape": "S2d"
|
1812
2306
|
},
|
1813
2307
|
"dimensionColumns": {
|
1814
|
-
"shape": "
|
2308
|
+
"shape": "S2f"
|
1815
2309
|
},
|
1816
2310
|
"scalarFunctions": {
|
1817
2311
|
"type": "list",
|
@@ -1837,7 +2331,23 @@
|
|
1837
2331
|
}
|
1838
2332
|
}
|
1839
2333
|
},
|
1840
|
-
"
|
2334
|
+
"S2s": {
|
2335
|
+
"type": "structure",
|
2336
|
+
"required": [
|
2337
|
+
"allowedAnalyses"
|
2338
|
+
],
|
2339
|
+
"members": {
|
2340
|
+
"allowedAnalyses": {
|
2341
|
+
"type": "list",
|
2342
|
+
"member": {}
|
2343
|
+
},
|
2344
|
+
"allowedAnalysisProviders": {
|
2345
|
+
"type": "list",
|
2346
|
+
"member": {}
|
2347
|
+
}
|
2348
|
+
}
|
2349
|
+
},
|
2350
|
+
"S2x": {
|
1841
2351
|
"type": "structure",
|
1842
2352
|
"required": [
|
1843
2353
|
"configuredTableId",
|
@@ -1851,7 +2361,7 @@
|
|
1851
2361
|
"configuredTableId": {},
|
1852
2362
|
"configuredTableArn": {},
|
1853
2363
|
"policy": {
|
1854
|
-
"shape": "
|
2364
|
+
"shape": "S28"
|
1855
2365
|
},
|
1856
2366
|
"type": {},
|
1857
2367
|
"createTime": {
|
@@ -1862,7 +2372,7 @@
|
|
1862
2372
|
}
|
1863
2373
|
}
|
1864
2374
|
},
|
1865
|
-
"
|
2375
|
+
"S31": {
|
1866
2376
|
"type": "structure",
|
1867
2377
|
"required": [
|
1868
2378
|
"arn",
|
@@ -1894,7 +2404,7 @@
|
|
1894
2404
|
}
|
1895
2405
|
}
|
1896
2406
|
},
|
1897
|
-
"
|
2407
|
+
"S36": {
|
1898
2408
|
"type": "structure",
|
1899
2409
|
"required": [
|
1900
2410
|
"id",
|
@@ -1926,12 +2436,12 @@
|
|
1926
2436
|
},
|
1927
2437
|
"status": {},
|
1928
2438
|
"memberAbilities": {
|
1929
|
-
"shape": "
|
2439
|
+
"shape": "S1k"
|
1930
2440
|
},
|
1931
2441
|
"queryLogStatus": {}
|
1932
2442
|
}
|
1933
2443
|
},
|
1934
|
-
"
|
2444
|
+
"S44": {
|
1935
2445
|
"type": "structure",
|
1936
2446
|
"required": [
|
1937
2447
|
"id",
|
@@ -1950,11 +2460,11 @@
|
|
1950
2460
|
"type": "timestamp"
|
1951
2461
|
},
|
1952
2462
|
"sqlParameters": {
|
1953
|
-
"shape": "
|
2463
|
+
"shape": "S45"
|
1954
2464
|
},
|
1955
2465
|
"status": {},
|
1956
2466
|
"resultConfiguration": {
|
1957
|
-
"shape": "
|
2467
|
+
"shape": "S49"
|
1958
2468
|
},
|
1959
2469
|
"statistics": {
|
1960
2470
|
"type": "structure",
|
@@ -2000,14 +2510,20 @@
|
|
2000
2510
|
}
|
2001
2511
|
}
|
2002
2512
|
},
|
2003
|
-
"
|
2513
|
+
"S45": {
|
2004
2514
|
"type": "structure",
|
2005
2515
|
"members": {
|
2006
|
-
"queryString": {}
|
2516
|
+
"queryString": {},
|
2517
|
+
"analysisTemplateArn": {},
|
2518
|
+
"parameters": {
|
2519
|
+
"type": "map",
|
2520
|
+
"key": {},
|
2521
|
+
"value": {}
|
2522
|
+
}
|
2007
2523
|
},
|
2008
2524
|
"sensitive": true
|
2009
2525
|
},
|
2010
|
-
"
|
2526
|
+
"S49": {
|
2011
2527
|
"type": "structure",
|
2012
2528
|
"required": [
|
2013
2529
|
"outputConfiguration"
|