aws-sdk 2.1557.0 → 2.1559.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 +5 -0
- package/apis/artifact-2018-05-10.min.json +258 -0
- package/apis/artifact-2018-05-10.paginators.json +10 -0
- package/apis/codepipeline-2015-07-09.min.json +76 -73
- package/apis/controltower-2018-05-10.min.json +375 -24
- package/apis/controltower-2018-05-10.paginators.json +12 -0
- package/apis/guardduty-2017-11-28.min.json +73 -59
- package/apis/healthlake-2017-07-01.min.json +29 -0
- package/apis/lookoutequipment-2020-12-15.min.json +61 -24
- package/apis/metadata.json +3 -0
- package/apis/qbusiness-2023-11-27.min.json +85 -30
- package/apis/sagemaker-2017-07-24.min.json +24 -4
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/artifact.d.ts +333 -0
- package/clients/artifact.js +18 -0
- package/clients/codepipeline.d.ts +5 -0
- package/clients/controltower.d.ts +374 -11
- package/clients/detective.d.ts +49 -49
- package/clients/guardduty.d.ts +11 -10
- package/clients/healthlake.d.ts +42 -2
- package/clients/lookoutequipment.d.ts +48 -7
- package/clients/opensearch.d.ts +19 -19
- package/clients/polly.d.ts +1 -1
- package/clients/qbusiness.d.ts +67 -3
- package/clients/sagemaker.d.ts +22 -2
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +49 -12
- package/dist/aws-sdk.js +82 -76
- package/dist/aws-sdk.min.js +23 -23
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -70,6 +70,31 @@
|
|
70
70
|
},
|
71
71
|
"idempotent": true
|
72
72
|
},
|
73
|
+
"DisableBaseline": {
|
74
|
+
"http": {
|
75
|
+
"requestUri": "/disable-baseline",
|
76
|
+
"responseCode": 200
|
77
|
+
},
|
78
|
+
"input": {
|
79
|
+
"type": "structure",
|
80
|
+
"required": [
|
81
|
+
"enabledBaselineIdentifier"
|
82
|
+
],
|
83
|
+
"members": {
|
84
|
+
"enabledBaselineIdentifier": {}
|
85
|
+
}
|
86
|
+
},
|
87
|
+
"output": {
|
88
|
+
"type": "structure",
|
89
|
+
"required": [
|
90
|
+
"operationIdentifier"
|
91
|
+
],
|
92
|
+
"members": {
|
93
|
+
"operationIdentifier": {}
|
94
|
+
}
|
95
|
+
},
|
96
|
+
"idempotent": true
|
97
|
+
},
|
73
98
|
"DisableControl": {
|
74
99
|
"http": {
|
75
100
|
"requestUri": "/disable-control",
|
@@ -96,6 +121,42 @@
|
|
96
121
|
}
|
97
122
|
}
|
98
123
|
},
|
124
|
+
"EnableBaseline": {
|
125
|
+
"http": {
|
126
|
+
"requestUri": "/enable-baseline",
|
127
|
+
"responseCode": 200
|
128
|
+
},
|
129
|
+
"input": {
|
130
|
+
"type": "structure",
|
131
|
+
"required": [
|
132
|
+
"baselineIdentifier",
|
133
|
+
"baselineVersion",
|
134
|
+
"targetIdentifier"
|
135
|
+
],
|
136
|
+
"members": {
|
137
|
+
"baselineIdentifier": {},
|
138
|
+
"baselineVersion": {},
|
139
|
+
"parameters": {
|
140
|
+
"shape": "Sl"
|
141
|
+
},
|
142
|
+
"tags": {
|
143
|
+
"shape": "S3"
|
144
|
+
},
|
145
|
+
"targetIdentifier": {}
|
146
|
+
}
|
147
|
+
},
|
148
|
+
"output": {
|
149
|
+
"type": "structure",
|
150
|
+
"required": [
|
151
|
+
"arn",
|
152
|
+
"operationIdentifier"
|
153
|
+
],
|
154
|
+
"members": {
|
155
|
+
"arn": {},
|
156
|
+
"operationIdentifier": {}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
},
|
99
160
|
"EnableControl": {
|
100
161
|
"http": {
|
101
162
|
"requestUri": "/enable-control",
|
@@ -110,7 +171,7 @@
|
|
110
171
|
"members": {
|
111
172
|
"controlIdentifier": {},
|
112
173
|
"parameters": {
|
113
|
-
"shape": "
|
174
|
+
"shape": "Sq"
|
114
175
|
},
|
115
176
|
"tags": {
|
116
177
|
"shape": "S3"
|
@@ -129,6 +190,71 @@
|
|
129
190
|
}
|
130
191
|
}
|
131
192
|
},
|
193
|
+
"GetBaseline": {
|
194
|
+
"http": {
|
195
|
+
"requestUri": "/get-baseline",
|
196
|
+
"responseCode": 200
|
197
|
+
},
|
198
|
+
"input": {
|
199
|
+
"type": "structure",
|
200
|
+
"required": [
|
201
|
+
"baselineIdentifier"
|
202
|
+
],
|
203
|
+
"members": {
|
204
|
+
"baselineIdentifier": {}
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"output": {
|
208
|
+
"type": "structure",
|
209
|
+
"required": [
|
210
|
+
"arn",
|
211
|
+
"name"
|
212
|
+
],
|
213
|
+
"members": {
|
214
|
+
"arn": {},
|
215
|
+
"description": {},
|
216
|
+
"name": {}
|
217
|
+
}
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"GetBaselineOperation": {
|
221
|
+
"http": {
|
222
|
+
"requestUri": "/get-baseline-operation",
|
223
|
+
"responseCode": 200
|
224
|
+
},
|
225
|
+
"input": {
|
226
|
+
"type": "structure",
|
227
|
+
"required": [
|
228
|
+
"operationIdentifier"
|
229
|
+
],
|
230
|
+
"members": {
|
231
|
+
"operationIdentifier": {}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
"output": {
|
235
|
+
"type": "structure",
|
236
|
+
"required": [
|
237
|
+
"baselineOperation"
|
238
|
+
],
|
239
|
+
"members": {
|
240
|
+
"baselineOperation": {
|
241
|
+
"type": "structure",
|
242
|
+
"members": {
|
243
|
+
"endTime": {
|
244
|
+
"shape": "S10"
|
245
|
+
},
|
246
|
+
"operationIdentifier": {},
|
247
|
+
"operationType": {},
|
248
|
+
"startTime": {
|
249
|
+
"shape": "S10"
|
250
|
+
},
|
251
|
+
"status": {},
|
252
|
+
"statusMessage": {}
|
253
|
+
}
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
},
|
132
258
|
"GetControlOperation": {
|
133
259
|
"http": {
|
134
260
|
"requestUri": "/get-control-operation",
|
@@ -153,11 +279,11 @@
|
|
153
279
|
"type": "structure",
|
154
280
|
"members": {
|
155
281
|
"endTime": {
|
156
|
-
"shape": "
|
282
|
+
"shape": "S16"
|
157
283
|
},
|
158
284
|
"operationType": {},
|
159
285
|
"startTime": {
|
160
|
-
"shape": "
|
286
|
+
"shape": "S16"
|
161
287
|
},
|
162
288
|
"status": {},
|
163
289
|
"statusMessage": {}
|
@@ -166,6 +292,60 @@
|
|
166
292
|
}
|
167
293
|
}
|
168
294
|
},
|
295
|
+
"GetEnabledBaseline": {
|
296
|
+
"http": {
|
297
|
+
"requestUri": "/get-enabled-baseline",
|
298
|
+
"responseCode": 200
|
299
|
+
},
|
300
|
+
"input": {
|
301
|
+
"type": "structure",
|
302
|
+
"required": [
|
303
|
+
"enabledBaselineIdentifier"
|
304
|
+
],
|
305
|
+
"members": {
|
306
|
+
"enabledBaselineIdentifier": {}
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"output": {
|
310
|
+
"type": "structure",
|
311
|
+
"members": {
|
312
|
+
"enabledBaselineDetails": {
|
313
|
+
"type": "structure",
|
314
|
+
"required": [
|
315
|
+
"arn",
|
316
|
+
"baselineIdentifier",
|
317
|
+
"statusSummary",
|
318
|
+
"targetIdentifier"
|
319
|
+
],
|
320
|
+
"members": {
|
321
|
+
"arn": {},
|
322
|
+
"baselineIdentifier": {},
|
323
|
+
"baselineVersion": {},
|
324
|
+
"parameters": {
|
325
|
+
"type": "list",
|
326
|
+
"member": {
|
327
|
+
"type": "structure",
|
328
|
+
"required": [
|
329
|
+
"key",
|
330
|
+
"value"
|
331
|
+
],
|
332
|
+
"members": {
|
333
|
+
"key": {},
|
334
|
+
"value": {
|
335
|
+
"shape": "Sn"
|
336
|
+
}
|
337
|
+
}
|
338
|
+
}
|
339
|
+
},
|
340
|
+
"statusSummary": {
|
341
|
+
"shape": "S1e"
|
342
|
+
},
|
343
|
+
"targetIdentifier": {}
|
344
|
+
}
|
345
|
+
}
|
346
|
+
}
|
347
|
+
}
|
348
|
+
},
|
169
349
|
"GetEnabledControl": {
|
170
350
|
"http": {
|
171
351
|
"requestUri": "/get-enabled-control",
|
@@ -192,7 +372,7 @@
|
|
192
372
|
"arn": {},
|
193
373
|
"controlIdentifier": {},
|
194
374
|
"driftStatusSummary": {
|
195
|
-
"shape": "
|
375
|
+
"shape": "S1j"
|
196
376
|
},
|
197
377
|
"parameters": {
|
198
378
|
"type": "list",
|
@@ -205,13 +385,13 @@
|
|
205
385
|
"members": {
|
206
386
|
"key": {},
|
207
387
|
"value": {
|
208
|
-
"shape": "
|
388
|
+
"shape": "Ss"
|
209
389
|
}
|
210
390
|
}
|
211
391
|
}
|
212
392
|
},
|
213
393
|
"statusSummary": {
|
214
|
-
"shape": "
|
394
|
+
"shape": "S1e"
|
215
395
|
},
|
216
396
|
"targetIdentifier": {},
|
217
397
|
"targetRegions": {
|
@@ -297,11 +477,11 @@
|
|
297
477
|
"type": "structure",
|
298
478
|
"members": {
|
299
479
|
"endTime": {
|
300
|
-
"shape": "
|
480
|
+
"shape": "S10"
|
301
481
|
},
|
302
482
|
"operationType": {},
|
303
483
|
"startTime": {
|
304
|
-
"shape": "
|
484
|
+
"shape": "S10"
|
305
485
|
},
|
306
486
|
"status": {},
|
307
487
|
"statusMessage": {}
|
@@ -310,6 +490,103 @@
|
|
310
490
|
}
|
311
491
|
}
|
312
492
|
},
|
493
|
+
"ListBaselines": {
|
494
|
+
"http": {
|
495
|
+
"requestUri": "/list-baselines",
|
496
|
+
"responseCode": 200
|
497
|
+
},
|
498
|
+
"input": {
|
499
|
+
"type": "structure",
|
500
|
+
"members": {
|
501
|
+
"maxResults": {
|
502
|
+
"type": "integer"
|
503
|
+
},
|
504
|
+
"nextToken": {}
|
505
|
+
}
|
506
|
+
},
|
507
|
+
"output": {
|
508
|
+
"type": "structure",
|
509
|
+
"required": [
|
510
|
+
"baselines"
|
511
|
+
],
|
512
|
+
"members": {
|
513
|
+
"baselines": {
|
514
|
+
"type": "list",
|
515
|
+
"member": {
|
516
|
+
"type": "structure",
|
517
|
+
"required": [
|
518
|
+
"arn",
|
519
|
+
"name"
|
520
|
+
],
|
521
|
+
"members": {
|
522
|
+
"arn": {},
|
523
|
+
"description": {},
|
524
|
+
"name": {}
|
525
|
+
}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"nextToken": {}
|
529
|
+
}
|
530
|
+
}
|
531
|
+
},
|
532
|
+
"ListEnabledBaselines": {
|
533
|
+
"http": {
|
534
|
+
"requestUri": "/list-enabled-baselines",
|
535
|
+
"responseCode": 200
|
536
|
+
},
|
537
|
+
"input": {
|
538
|
+
"type": "structure",
|
539
|
+
"members": {
|
540
|
+
"filter": {
|
541
|
+
"type": "structure",
|
542
|
+
"members": {
|
543
|
+
"baselineIdentifiers": {
|
544
|
+
"type": "list",
|
545
|
+
"member": {}
|
546
|
+
},
|
547
|
+
"targetIdentifiers": {
|
548
|
+
"type": "list",
|
549
|
+
"member": {}
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"maxResults": {
|
554
|
+
"type": "integer"
|
555
|
+
},
|
556
|
+
"nextToken": {}
|
557
|
+
}
|
558
|
+
},
|
559
|
+
"output": {
|
560
|
+
"type": "structure",
|
561
|
+
"required": [
|
562
|
+
"enabledBaselines"
|
563
|
+
],
|
564
|
+
"members": {
|
565
|
+
"enabledBaselines": {
|
566
|
+
"type": "list",
|
567
|
+
"member": {
|
568
|
+
"type": "structure",
|
569
|
+
"required": [
|
570
|
+
"arn",
|
571
|
+
"baselineIdentifier",
|
572
|
+
"statusSummary",
|
573
|
+
"targetIdentifier"
|
574
|
+
],
|
575
|
+
"members": {
|
576
|
+
"arn": {},
|
577
|
+
"baselineIdentifier": {},
|
578
|
+
"baselineVersion": {},
|
579
|
+
"statusSummary": {
|
580
|
+
"shape": "S1e"
|
581
|
+
},
|
582
|
+
"targetIdentifier": {}
|
583
|
+
}
|
584
|
+
}
|
585
|
+
},
|
586
|
+
"nextToken": {}
|
587
|
+
}
|
588
|
+
}
|
589
|
+
},
|
313
590
|
"ListEnabledControls": {
|
314
591
|
"http": {
|
315
592
|
"requestUri": "/list-enabled-controls",
|
@@ -342,10 +619,10 @@
|
|
342
619
|
"arn": {},
|
343
620
|
"controlIdentifier": {},
|
344
621
|
"driftStatusSummary": {
|
345
|
-
"shape": "
|
622
|
+
"shape": "S1j"
|
346
623
|
},
|
347
624
|
"statusSummary": {
|
348
|
-
"shape": "
|
625
|
+
"shape": "S1e"
|
349
626
|
},
|
350
627
|
"targetIdentifier": {}
|
351
628
|
}
|
@@ -418,6 +695,30 @@
|
|
418
695
|
}
|
419
696
|
}
|
420
697
|
},
|
698
|
+
"ResetEnabledBaseline": {
|
699
|
+
"http": {
|
700
|
+
"requestUri": "/reset-enabled-baseline",
|
701
|
+
"responseCode": 200
|
702
|
+
},
|
703
|
+
"input": {
|
704
|
+
"type": "structure",
|
705
|
+
"required": [
|
706
|
+
"enabledBaselineIdentifier"
|
707
|
+
],
|
708
|
+
"members": {
|
709
|
+
"enabledBaselineIdentifier": {}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"output": {
|
713
|
+
"type": "structure",
|
714
|
+
"required": [
|
715
|
+
"operationIdentifier"
|
716
|
+
],
|
717
|
+
"members": {
|
718
|
+
"operationIdentifier": {}
|
719
|
+
}
|
720
|
+
}
|
721
|
+
},
|
421
722
|
"ResetLandingZone": {
|
422
723
|
"http": {
|
423
724
|
"requestUri": "/reset-landingzone",
|
@@ -498,6 +799,35 @@
|
|
498
799
|
"members": {}
|
499
800
|
}
|
500
801
|
},
|
802
|
+
"UpdateEnabledBaseline": {
|
803
|
+
"http": {
|
804
|
+
"requestUri": "/update-enabled-baseline",
|
805
|
+
"responseCode": 200
|
806
|
+
},
|
807
|
+
"input": {
|
808
|
+
"type": "structure",
|
809
|
+
"required": [
|
810
|
+
"baselineVersion",
|
811
|
+
"enabledBaselineIdentifier"
|
812
|
+
],
|
813
|
+
"members": {
|
814
|
+
"baselineVersion": {},
|
815
|
+
"enabledBaselineIdentifier": {},
|
816
|
+
"parameters": {
|
817
|
+
"shape": "Sl"
|
818
|
+
}
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"output": {
|
822
|
+
"type": "structure",
|
823
|
+
"required": [
|
824
|
+
"operationIdentifier"
|
825
|
+
],
|
826
|
+
"members": {
|
827
|
+
"operationIdentifier": {}
|
828
|
+
}
|
829
|
+
}
|
830
|
+
},
|
501
831
|
"UpdateEnabledControl": {
|
502
832
|
"http": {
|
503
833
|
"requestUri": "/update-enabled-control",
|
@@ -512,7 +842,7 @@
|
|
512
842
|
"members": {
|
513
843
|
"enabledControlIdentifier": {},
|
514
844
|
"parameters": {
|
515
|
-
"shape": "
|
845
|
+
"shape": "Sq"
|
516
846
|
}
|
517
847
|
}
|
518
848
|
},
|
@@ -568,7 +898,7 @@
|
|
568
898
|
"key": {},
|
569
899
|
"value": {}
|
570
900
|
},
|
571
|
-
"
|
901
|
+
"Sl": {
|
572
902
|
"type": "list",
|
573
903
|
"member": {
|
574
904
|
"type": "structure",
|
@@ -579,36 +909,57 @@
|
|
579
909
|
"members": {
|
580
910
|
"key": {},
|
581
911
|
"value": {
|
582
|
-
"shape": "
|
912
|
+
"shape": "Sn"
|
583
913
|
}
|
584
914
|
}
|
585
915
|
}
|
586
916
|
},
|
587
|
-
"
|
917
|
+
"Sn": {
|
588
918
|
"type": "structure",
|
589
919
|
"members": {},
|
590
920
|
"document": true
|
591
921
|
},
|
592
|
-
"
|
922
|
+
"Sq": {
|
923
|
+
"type": "list",
|
924
|
+
"member": {
|
925
|
+
"type": "structure",
|
926
|
+
"required": [
|
927
|
+
"key",
|
928
|
+
"value"
|
929
|
+
],
|
930
|
+
"members": {
|
931
|
+
"key": {},
|
932
|
+
"value": {
|
933
|
+
"shape": "Ss"
|
934
|
+
}
|
935
|
+
}
|
936
|
+
}
|
937
|
+
},
|
938
|
+
"Ss": {
|
939
|
+
"type": "structure",
|
940
|
+
"members": {},
|
941
|
+
"document": true
|
942
|
+
},
|
943
|
+
"S10": {
|
593
944
|
"type": "timestamp",
|
594
945
|
"timestampFormat": "iso8601"
|
595
946
|
},
|
596
|
-
"
|
597
|
-
"type": "
|
598
|
-
"
|
599
|
-
"driftStatus": {}
|
600
|
-
}
|
947
|
+
"S16": {
|
948
|
+
"type": "timestamp",
|
949
|
+
"timestampFormat": "iso8601"
|
601
950
|
},
|
602
|
-
"
|
951
|
+
"S1e": {
|
603
952
|
"type": "structure",
|
604
953
|
"members": {
|
605
954
|
"lastOperationIdentifier": {},
|
606
955
|
"status": {}
|
607
956
|
}
|
608
957
|
},
|
609
|
-
"
|
610
|
-
"type": "
|
611
|
-
"
|
958
|
+
"S1j": {
|
959
|
+
"type": "structure",
|
960
|
+
"members": {
|
961
|
+
"driftStatus": {}
|
962
|
+
}
|
612
963
|
}
|
613
964
|
}
|
614
965
|
}
|
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListBaselines": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "baselines"
|
8
|
+
},
|
9
|
+
"ListEnabledBaselines": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "enabledBaselines"
|
14
|
+
},
|
3
15
|
"ListEnabledControls": {
|
4
16
|
"input_token": "nextToken",
|
5
17
|
"output_token": "nextToken",
|