aws-sdk 2.1346.0 → 2.1348.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +72 -0
  4. package/apis/autoscaling-2011-01-01.min.json +13 -5
  5. package/apis/autoscaling-2011-01-01.paginators.json +5 -0
  6. package/apis/batch-2016-08-10.min.json +4 -1
  7. package/apis/compute-optimizer-2019-11-01.min.json +15 -11
  8. package/apis/drs-2020-02-26.min.json +21 -2
  9. package/apis/ec2-2016-11-15.min.json +754 -660
  10. package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
  11. package/apis/glue-2017-03-31.min.json +0 -1
  12. package/apis/guardduty-2017-11-28.min.json +590 -111
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/imagebuilder-2019-12-02.min.json +546 -75
  15. package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
  16. package/apis/internetmonitor-2021-06-03.min.json +41 -19
  17. package/apis/ivs-2020-07-14.min.json +58 -46
  18. package/apis/kendra-2019-02-03.min.json +494 -240
  19. package/apis/metadata.json +4 -0
  20. package/apis/network-firewall-2020-11-12.min.json +238 -9
  21. package/apis/network-firewall-2020-11-12.paginators.json +6 -0
  22. package/apis/s3-2006-03-01.examples.json +97 -97
  23. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +4 -0
  24. package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
  25. package/apis/sms-2016-10-24.min.json +3 -1
  26. package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
  27. package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
  28. package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
  29. package/apis/wellarchitected-2020-03-31.min.json +125 -21
  30. package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
  31. package/clients/all.d.ts +1 -0
  32. package/clients/all.js +2 -1
  33. package/clients/autoscaling.d.ts +63 -36
  34. package/clients/batch.d.ts +13 -0
  35. package/clients/computeoptimizer.d.ts +13 -3
  36. package/clients/drs.d.ts +25 -5
  37. package/clients/ec2.d.ts +115 -4
  38. package/clients/emr.d.ts +20 -0
  39. package/clients/glue.d.ts +0 -4
  40. package/clients/guardduty.d.ts +491 -8
  41. package/clients/imagebuilder.d.ts +931 -128
  42. package/clients/internetmonitor.d.ts +50 -16
  43. package/clients/ivs.d.ts +17 -0
  44. package/clients/kendra.d.ts +424 -75
  45. package/clients/networkfirewall.d.ts +289 -0
  46. package/clients/resiliencehub.d.ts +88 -88
  47. package/clients/s3.d.ts +115 -115
  48. package/clients/sagemakerfeaturestoreruntime.d.ts +10 -5
  49. package/clients/sagemakergeospatial.d.ts +183 -147
  50. package/clients/vpclattice.d.ts +2772 -0
  51. package/clients/vpclattice.js +18 -0
  52. package/clients/wellarchitected.d.ts +125 -34
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +63 -26
  55. package/dist/aws-sdk.js +861 -734
  56. package/dist/aws-sdk.min.js +97 -96
  57. package/lib/config_service_placeholders.d.ts +2 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
@@ -54,6 +54,17 @@
54
54
  "limit_key": "maxResults",
55
55
  "result_key": "imageRecipeSummaryList"
56
56
  },
57
+ "ListImageScanFindingAggregations": {
58
+ "input_token": "nextToken",
59
+ "output_token": "nextToken",
60
+ "result_key": "responses"
61
+ },
62
+ "ListImageScanFindings": {
63
+ "input_token": "nextToken",
64
+ "output_token": "nextToken",
65
+ "limit_key": "maxResults",
66
+ "result_key": "findings"
67
+ },
57
68
  "ListImages": {
58
69
  "input_token": "nextToken",
59
70
  "output_token": "nextToken",
@@ -65,6 +76,18 @@
65
76
  "output_token": "nextToken",
66
77
  "limit_key": "maxResults",
67
78
  "result_key": "infrastructureConfigurationSummaryList"
79
+ },
80
+ "ListWorkflowExecutions": {
81
+ "input_token": "nextToken",
82
+ "output_token": "nextToken",
83
+ "limit_key": "maxResults",
84
+ "result_key": "workflowExecutions"
85
+ },
86
+ "ListWorkflowStepExecutions": {
87
+ "input_token": "nextToken",
88
+ "output_token": "nextToken",
89
+ "limit_key": "maxResults",
90
+ "result_key": "steps"
68
91
  }
69
92
  }
70
93
  }
@@ -36,6 +36,9 @@
36
36
  },
37
37
  "MaxCityNetworksToMonitor": {
38
38
  "type": "integer"
39
+ },
40
+ "InternetMeasurementsLogDelivery": {
41
+ "shape": "Sa"
39
42
  }
40
43
  }
41
44
  },
@@ -114,19 +117,19 @@
114
117
  "EventArn": {},
115
118
  "EventId": {},
116
119
  "StartedAt": {
117
- "shape": "Si"
120
+ "shape": "Sm"
118
121
  },
119
122
  "EndedAt": {
120
- "shape": "Si"
123
+ "shape": "Sm"
121
124
  },
122
125
  "CreatedAt": {
123
- "shape": "Si"
126
+ "shape": "Sm"
124
127
  },
125
128
  "LastUpdatedAt": {
126
- "shape": "Si"
129
+ "shape": "Sm"
127
130
  },
128
131
  "ImpactedLocations": {
129
- "shape": "Sj"
132
+ "shape": "Sn"
130
133
  },
131
134
  "Status": {},
132
135
  "PercentOfTotalTrafficImpacted": {
@@ -173,10 +176,10 @@
173
176
  },
174
177
  "Status": {},
175
178
  "CreatedAt": {
176
- "shape": "Si"
179
+ "shape": "Sm"
177
180
  },
178
181
  "ModifiedAt": {
179
- "shape": "Si"
182
+ "shape": "Sm"
180
183
  },
181
184
  "ProcessingStatus": {},
182
185
  "ProcessingStatusInfo": {},
@@ -185,6 +188,9 @@
185
188
  },
186
189
  "MaxCityNetworksToMonitor": {
187
190
  "type": "integer"
191
+ },
192
+ "InternetMeasurementsLogDelivery": {
193
+ "shape": "Sa"
188
194
  }
189
195
  }
190
196
  }
@@ -206,12 +212,12 @@
206
212
  "locationName": "MonitorName"
207
213
  },
208
214
  "StartTime": {
209
- "shape": "Si",
215
+ "shape": "Sm",
210
216
  "location": "querystring",
211
217
  "locationName": "StartTime"
212
218
  },
213
219
  "EndTime": {
214
- "shape": "Si",
220
+ "shape": "Sm",
215
221
  "location": "querystring",
216
222
  "locationName": "EndTime"
217
223
  },
@@ -253,19 +259,19 @@
253
259
  "EventArn": {},
254
260
  "EventId": {},
255
261
  "StartedAt": {
256
- "shape": "Si"
262
+ "shape": "Sm"
257
263
  },
258
264
  "EndedAt": {
259
- "shape": "Si"
265
+ "shape": "Sm"
260
266
  },
261
267
  "CreatedAt": {
262
- "shape": "Si"
268
+ "shape": "Sm"
263
269
  },
264
270
  "LastUpdatedAt": {
265
- "shape": "Si"
271
+ "shape": "Sm"
266
272
  },
267
273
  "ImpactedLocations": {
268
- "shape": "Sj"
274
+ "shape": "Sn"
269
275
  },
270
276
  "Status": {},
271
277
  "PercentOfTotalTrafficImpacted": {
@@ -443,6 +449,9 @@
443
449
  },
444
450
  "MaxCityNetworksToMonitor": {
445
451
  "type": "integer"
452
+ },
453
+ "InternetMeasurementsLogDelivery": {
454
+ "shape": "Sa"
446
455
  }
447
456
  }
448
457
  },
@@ -470,11 +479,24 @@
470
479
  "key": {},
471
480
  "value": {}
472
481
  },
473
- "Si": {
482
+ "Sa": {
483
+ "type": "structure",
484
+ "members": {
485
+ "S3Config": {
486
+ "type": "structure",
487
+ "members": {
488
+ "BucketName": {},
489
+ "BucketPrefix": {},
490
+ "LogDeliveryStatus": {}
491
+ }
492
+ }
493
+ }
494
+ },
495
+ "Sm": {
474
496
  "type": "timestamp",
475
497
  "timestampFormat": "iso8601"
476
498
  },
477
- "Sj": {
499
+ "Sn": {
478
500
  "type": "list",
479
501
  "member": {
480
502
  "type": "structure",
@@ -512,10 +534,10 @@
512
534
  ],
513
535
  "members": {
514
536
  "Networks": {
515
- "shape": "Sp"
537
+ "shape": "St"
516
538
  },
517
539
  "AsPath": {
518
- "shape": "Sp"
540
+ "shape": "St"
519
541
  },
520
542
  "NetworkEventType": {}
521
543
  }
@@ -570,7 +592,7 @@
570
592
  }
571
593
  }
572
594
  },
573
- "Sp": {
595
+ "St": {
574
596
  "type": "list",
575
597
  "member": {
576
598
  "type": "structure",
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "errors": {
43
- "shape": "Sh"
43
+ "shape": "Si"
44
44
  }
45
45
  }
46
46
  }
@@ -66,12 +66,12 @@
66
66
  "type": "structure",
67
67
  "members": {
68
68
  "errors": {
69
- "shape": "Sh"
69
+ "shape": "Si"
70
70
  },
71
71
  "streamKeys": {
72
72
  "type": "list",
73
73
  "member": {
74
- "shape": "Sr"
74
+ "shape": "Ss"
75
75
  }
76
76
  }
77
77
  }
@@ -88,11 +88,14 @@
88
88
  "authorized": {
89
89
  "type": "boolean"
90
90
  },
91
+ "insecureIngest": {
92
+ "type": "boolean"
93
+ },
91
94
  "latencyMode": {},
92
95
  "name": {},
93
96
  "recordingConfigurationArn": {},
94
97
  "tags": {
95
- "shape": "Sd"
98
+ "shape": "Se"
96
99
  },
97
100
  "type": {}
98
101
  }
@@ -104,7 +107,7 @@
104
107
  "shape": "S6"
105
108
  },
106
109
  "streamKey": {
107
- "shape": "Sr"
110
+ "shape": "Ss"
108
111
  }
109
112
  }
110
113
  }
@@ -121,17 +124,17 @@
121
124
  ],
122
125
  "members": {
123
126
  "destinationConfiguration": {
124
- "shape": "Sx"
127
+ "shape": "Sy"
125
128
  },
126
129
  "name": {},
127
130
  "recordingReconnectWindowSeconds": {
128
131
  "type": "integer"
129
132
  },
130
133
  "tags": {
131
- "shape": "Sd"
134
+ "shape": "Se"
132
135
  },
133
136
  "thumbnailConfiguration": {
134
- "shape": "S12"
137
+ "shape": "S13"
135
138
  }
136
139
  }
137
140
  },
@@ -139,7 +142,7 @@
139
142
  "type": "structure",
140
143
  "members": {
141
144
  "recordingConfiguration": {
142
- "shape": "S16"
145
+ "shape": "S17"
143
146
  }
144
147
  }
145
148
  }
@@ -157,7 +160,7 @@
157
160
  "members": {
158
161
  "channelArn": {},
159
162
  "tags": {
160
- "shape": "Sd"
163
+ "shape": "Se"
161
164
  }
162
165
  }
163
166
  },
@@ -165,7 +168,7 @@
165
168
  "type": "structure",
166
169
  "members": {
167
170
  "streamKey": {
168
- "shape": "Sr"
171
+ "shape": "Ss"
169
172
  }
170
173
  }
171
174
  }
@@ -275,7 +278,7 @@
275
278
  "type": "structure",
276
279
  "members": {
277
280
  "keyPair": {
278
- "shape": "S1l"
281
+ "shape": "S1m"
279
282
  }
280
283
  }
281
284
  }
@@ -298,7 +301,7 @@
298
301
  "type": "structure",
299
302
  "members": {
300
303
  "recordingConfiguration": {
301
- "shape": "S16"
304
+ "shape": "S17"
302
305
  }
303
306
  }
304
307
  }
@@ -327,7 +330,7 @@
327
330
  "health": {},
328
331
  "playbackUrl": {},
329
332
  "startTime": {
330
- "shape": "S1u"
333
+ "shape": "S1v"
331
334
  },
332
335
  "state": {},
333
336
  "streamId": {},
@@ -357,7 +360,7 @@
357
360
  "type": "structure",
358
361
  "members": {
359
362
  "streamKey": {
360
- "shape": "Sr"
363
+ "shape": "Ss"
361
364
  }
362
365
  }
363
366
  }
@@ -387,7 +390,7 @@
387
390
  "shape": "S6"
388
391
  },
389
392
  "endTime": {
390
- "shape": "S23"
393
+ "shape": "S24"
391
394
  },
392
395
  "ingestConfiguration": {
393
396
  "type": "structure",
@@ -431,10 +434,10 @@
431
434
  }
432
435
  },
433
436
  "recordingConfiguration": {
434
- "shape": "S16"
437
+ "shape": "S17"
435
438
  },
436
439
  "startTime": {
437
- "shape": "S23"
440
+ "shape": "S24"
438
441
  },
439
442
  "streamId": {},
440
443
  "truncatedEvents": {
@@ -443,7 +446,7 @@
443
446
  "type": "structure",
444
447
  "members": {
445
448
  "eventTime": {
446
- "shape": "S23"
449
+ "shape": "S24"
447
450
  },
448
451
  "name": {},
449
452
  "type": {}
@@ -469,7 +472,7 @@
469
472
  "name": {},
470
473
  "publicKeyMaterial": {},
471
474
  "tags": {
472
- "shape": "Sd"
475
+ "shape": "Se"
473
476
  }
474
477
  }
475
478
  },
@@ -477,7 +480,7 @@
477
480
  "type": "structure",
478
481
  "members": {
479
482
  "keyPair": {
480
- "shape": "S1l"
483
+ "shape": "S1m"
481
484
  }
482
485
  }
483
486
  }
@@ -513,11 +516,14 @@
513
516
  "authorized": {
514
517
  "type": "boolean"
515
518
  },
519
+ "insecureIngest": {
520
+ "type": "boolean"
521
+ },
516
522
  "latencyMode": {},
517
523
  "name": {},
518
524
  "recordingConfigurationArn": {},
519
525
  "tags": {
520
- "shape": "Sd"
526
+ "shape": "Se"
521
527
  }
522
528
  }
523
529
  }
@@ -554,7 +560,7 @@
554
560
  "arn": {},
555
561
  "name": {},
556
562
  "tags": {
557
- "shape": "Sd"
563
+ "shape": "Se"
558
564
  }
559
565
  }
560
566
  }
@@ -596,12 +602,12 @@
596
602
  "members": {
597
603
  "arn": {},
598
604
  "destinationConfiguration": {
599
- "shape": "Sx"
605
+ "shape": "Sy"
600
606
  },
601
607
  "name": {},
602
608
  "state": {},
603
609
  "tags": {
604
- "shape": "Sd"
610
+ "shape": "Se"
605
611
  }
606
612
  }
607
613
  }
@@ -642,7 +648,7 @@
642
648
  "arn": {},
643
649
  "channelArn": {},
644
650
  "tags": {
645
- "shape": "Sd"
651
+ "shape": "Se"
646
652
  }
647
653
  }
648
654
  }
@@ -681,13 +687,13 @@
681
687
  "type": "structure",
682
688
  "members": {
683
689
  "endTime": {
684
- "shape": "S23"
690
+ "shape": "S24"
685
691
  },
686
692
  "hasErrorEvent": {
687
693
  "type": "boolean"
688
694
  },
689
695
  "startTime": {
690
- "shape": "S23"
696
+ "shape": "S24"
691
697
  },
692
698
  "streamId": {}
693
699
  }
@@ -731,7 +737,7 @@
731
737
  "channelArn": {},
732
738
  "health": {},
733
739
  "startTime": {
734
- "shape": "S1u"
740
+ "shape": "S1v"
735
741
  },
736
742
  "state": {},
737
743
  "streamId": {},
@@ -769,7 +775,7 @@
769
775
  ],
770
776
  "members": {
771
777
  "tags": {
772
- "shape": "Sd"
778
+ "shape": "Se"
773
779
  }
774
780
  }
775
781
  }
@@ -830,7 +836,7 @@
830
836
  "locationName": "resourceArn"
831
837
  },
832
838
  "tags": {
833
- "shape": "Sd"
839
+ "shape": "Se"
834
840
  }
835
841
  }
836
842
  },
@@ -885,6 +891,9 @@
885
891
  "authorized": {
886
892
  "type": "boolean"
887
893
  },
894
+ "insecureIngest": {
895
+ "type": "boolean"
896
+ },
888
897
  "latencyMode": {},
889
898
  "name": {},
890
899
  "recordingConfigurationArn": {},
@@ -910,22 +919,25 @@
910
919
  "type": "boolean"
911
920
  },
912
921
  "ingestEndpoint": {},
922
+ "insecureIngest": {
923
+ "type": "boolean"
924
+ },
913
925
  "latencyMode": {},
914
926
  "name": {},
915
927
  "playbackUrl": {},
916
928
  "recordingConfigurationArn": {},
917
929
  "tags": {
918
- "shape": "Sd"
930
+ "shape": "Se"
919
931
  },
920
932
  "type": {}
921
933
  }
922
934
  },
923
- "Sd": {
935
+ "Se": {
924
936
  "type": "map",
925
937
  "key": {},
926
938
  "value": {}
927
939
  },
928
- "Sh": {
940
+ "Si": {
929
941
  "type": "list",
930
942
  "member": {
931
943
  "type": "structure",
@@ -936,13 +948,13 @@
936
948
  }
937
949
  }
938
950
  },
939
- "Sr": {
951
+ "Ss": {
940
952
  "type": "structure",
941
953
  "members": {
942
954
  "arn": {},
943
955
  "channelArn": {},
944
956
  "tags": {
945
- "shape": "Sd"
957
+ "shape": "Se"
946
958
  },
947
959
  "value": {
948
960
  "type": "string",
@@ -950,7 +962,7 @@
950
962
  }
951
963
  }
952
964
  },
953
- "Sx": {
965
+ "Sy": {
954
966
  "type": "structure",
955
967
  "members": {
956
968
  "s3": {
@@ -964,7 +976,7 @@
964
976
  }
965
977
  }
966
978
  },
967
- "S12": {
979
+ "S13": {
968
980
  "type": "structure",
969
981
  "members": {
970
982
  "recordingMode": {},
@@ -973,7 +985,7 @@
973
985
  }
974
986
  }
975
987
  },
976
- "S16": {
988
+ "S17": {
977
989
  "type": "structure",
978
990
  "required": [
979
991
  "arn",
@@ -983,7 +995,7 @@
983
995
  "members": {
984
996
  "arn": {},
985
997
  "destinationConfiguration": {
986
- "shape": "Sx"
998
+ "shape": "Sy"
987
999
  },
988
1000
  "name": {},
989
1001
  "recordingReconnectWindowSeconds": {
@@ -991,29 +1003,29 @@
991
1003
  },
992
1004
  "state": {},
993
1005
  "tags": {
994
- "shape": "Sd"
1006
+ "shape": "Se"
995
1007
  },
996
1008
  "thumbnailConfiguration": {
997
- "shape": "S12"
1009
+ "shape": "S13"
998
1010
  }
999
1011
  }
1000
1012
  },
1001
- "S1l": {
1013
+ "S1m": {
1002
1014
  "type": "structure",
1003
1015
  "members": {
1004
1016
  "arn": {},
1005
1017
  "fingerprint": {},
1006
1018
  "name": {},
1007
1019
  "tags": {
1008
- "shape": "Sd"
1020
+ "shape": "Se"
1009
1021
  }
1010
1022
  }
1011
1023
  },
1012
- "S1u": {
1024
+ "S1v": {
1013
1025
  "type": "timestamp",
1014
1026
  "timestampFormat": "iso8601"
1015
1027
  },
1016
- "S23": {
1028
+ "S24": {
1017
1029
  "type": "timestamp",
1018
1030
  "timestampFormat": "iso8601"
1019
1031
  }