aws-sdk 2.1417.0 → 2.1419.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 (48) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudformation-2010-05-15.min.json +20 -4
  4. package/apis/codecatalyst-2022-09-28.min.json +294 -24
  5. package/apis/connectcases-2022-10-03.min.json +35 -25
  6. package/apis/grafana-2020-08-18.min.json +41 -4
  7. package/apis/grafana-2020-08-18.paginators.json +6 -0
  8. package/apis/medical-imaging-2023-07-19.examples.json +5 -0
  9. package/apis/medical-imaging-2023-07-19.min.json +1098 -0
  10. package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  11. package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  12. package/apis/metadata.json +4 -0
  13. package/apis/ram-2018-01-04.min.json +49 -36
  14. package/apis/route53resolver-2018-04-01.min.json +201 -62
  15. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  16. package/apis/s3-2006-03-01.examples.json +32 -32
  17. package/apis/sagemaker-2017-07-24.min.json +205 -158
  18. package/apis/sagemaker-2017-07-24.paginators.json +6 -0
  19. package/apis/securitylake-2018-05-10.min.json +139 -34
  20. package/apis/ssm-sap-2018-05-10.min.json +98 -24
  21. package/apis/transcribe-2017-10-26.min.json +30 -6
  22. package/apis/wafv2-2019-07-29.min.json +134 -123
  23. package/clients/all.d.ts +1 -0
  24. package/clients/all.js +2 -1
  25. package/clients/cloudformation.d.ts +21 -0
  26. package/clients/codecatalyst.d.ts +264 -7
  27. package/clients/connectcases.d.ts +15 -4
  28. package/clients/ec2.d.ts +200 -200
  29. package/clients/grafana.d.ts +47 -5
  30. package/clients/lexmodelsv2.d.ts +11 -11
  31. package/clients/medicalimaging.d.ts +1102 -0
  32. package/clients/medicalimaging.js +19 -0
  33. package/clients/ram.d.ts +14 -1
  34. package/clients/route53resolver.d.ts +220 -7
  35. package/clients/sagemaker.d.ts +88 -10
  36. package/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
  37. package/clients/savingsplans.d.ts +1 -1
  38. package/clients/securitylake.d.ts +93 -11
  39. package/clients/ssmsap.d.ts +131 -7
  40. package/clients/transcribeservice.d.ts +21 -0
  41. package/clients/wafv2.d.ts +12 -2
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +62 -18
  44. package/dist/aws-sdk.js +27 -7
  45. package/dist/aws-sdk.min.js +97 -97
  46. package/lib/config_service_placeholders.d.ts +2 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
@@ -329,6 +329,12 @@
329
329
  "output_token": "NextToken",
330
330
  "limit_key": "MaxResults"
331
331
  },
332
+ "ListResourceCatalogs": {
333
+ "input_token": "NextToken",
334
+ "output_token": "NextToken",
335
+ "limit_key": "MaxResults",
336
+ "result_key": "ResourceCatalogs"
337
+ },
332
338
  "ListSpaces": {
333
339
  "input_token": "NextToken",
334
340
  "output_token": "NextToken",
@@ -101,14 +101,17 @@
101
101
  "configurations": {
102
102
  "shape": "St"
103
103
  },
104
- "metaStoreManagerRoleArn": {}
104
+ "metaStoreManagerRoleArn": {},
105
+ "tags": {
106
+ "shape": "S15"
107
+ }
105
108
  }
106
109
  },
107
110
  "output": {
108
111
  "type": "structure",
109
112
  "members": {
110
113
  "dataLakes": {
111
- "shape": "S16"
114
+ "shape": "S1a"
112
115
  }
113
116
  }
114
117
  }
@@ -149,7 +152,7 @@
149
152
  ],
150
153
  "members": {
151
154
  "autoEnableNewAccount": {
152
- "shape": "S1i"
155
+ "shape": "S1m"
153
156
  }
154
157
  }
155
158
  },
@@ -172,23 +175,26 @@
172
175
  ],
173
176
  "members": {
174
177
  "accessTypes": {
175
- "shape": "S1o"
178
+ "shape": "S1s"
176
179
  },
177
180
  "sources": {
178
- "shape": "S1q"
181
+ "shape": "S1u"
179
182
  },
180
183
  "subscriberDescription": {},
181
184
  "subscriberIdentity": {
182
185
  "shape": "Sf"
183
186
  },
184
- "subscriberName": {}
187
+ "subscriberName": {},
188
+ "tags": {
189
+ "shape": "S15"
190
+ }
185
191
  }
186
192
  },
187
193
  "output": {
188
194
  "type": "structure",
189
195
  "members": {
190
196
  "subscriber": {
191
- "shape": "S1v"
197
+ "shape": "S1z"
192
198
  }
193
199
  }
194
200
  }
@@ -206,7 +212,7 @@
206
212
  ],
207
213
  "members": {
208
214
  "configuration": {
209
- "shape": "S22"
215
+ "shape": "S26"
210
216
  },
211
217
  "subscriberId": {
212
218
  "location": "uri",
@@ -324,7 +330,7 @@
324
330
  ],
325
331
  "members": {
326
332
  "autoEnableNewAccount": {
327
- "shape": "S1i"
333
+ "shape": "S1m"
328
334
  }
329
335
  }
330
336
  },
@@ -432,7 +438,7 @@
432
438
  "type": "structure",
433
439
  "members": {
434
440
  "autoEnableNewAccount": {
435
- "shape": "S1i"
441
+ "shape": "S1m"
436
442
  }
437
443
  }
438
444
  }
@@ -507,7 +513,7 @@
507
513
  "type": "structure",
508
514
  "members": {
509
515
  "subscriber": {
510
- "shape": "S1v"
516
+ "shape": "S1z"
511
517
  }
512
518
  }
513
519
  }
@@ -541,7 +547,7 @@
541
547
  "region": {},
542
548
  "remediation": {},
543
549
  "timestamp": {
544
- "shape": "S1w"
550
+ "shape": "S20"
545
551
  }
546
552
  }
547
553
  }
@@ -570,7 +576,7 @@
570
576
  "type": "structure",
571
577
  "members": {
572
578
  "dataLakes": {
573
- "shape": "S16"
579
+ "shape": "S1a"
574
580
  }
575
581
  }
576
582
  }
@@ -594,7 +600,7 @@
594
600
  "shape": "S6"
595
601
  },
596
602
  "sources": {
597
- "shape": "S1q"
603
+ "shape": "S1u"
598
604
  }
599
605
  }
600
606
  },
@@ -610,7 +616,7 @@
610
616
  "account": {},
611
617
  "region": {},
612
618
  "sources": {
613
- "shape": "S1q"
619
+ "shape": "S1u"
614
620
  }
615
621
  }
616
622
  }
@@ -645,12 +651,39 @@
645
651
  "subscribers": {
646
652
  "type": "list",
647
653
  "member": {
648
- "shape": "S1v"
654
+ "shape": "S1z"
649
655
  }
650
656
  }
651
657
  }
652
658
  }
653
659
  },
660
+ "ListTagsForResource": {
661
+ "http": {
662
+ "method": "GET",
663
+ "requestUri": "/v1/tags/{resourceArn}",
664
+ "responseCode": 200
665
+ },
666
+ "input": {
667
+ "type": "structure",
668
+ "required": [
669
+ "resourceArn"
670
+ ],
671
+ "members": {
672
+ "resourceArn": {
673
+ "location": "uri",
674
+ "locationName": "resourceArn"
675
+ }
676
+ }
677
+ },
678
+ "output": {
679
+ "type": "structure",
680
+ "members": {
681
+ "tags": {
682
+ "shape": "S15"
683
+ }
684
+ }
685
+ }
686
+ },
654
687
  "RegisterDataLakeDelegatedAdministrator": {
655
688
  "http": {
656
689
  "requestUri": "/v1/datalake/delegate",
@@ -670,6 +703,64 @@
670
703
  "members": {}
671
704
  }
672
705
  },
706
+ "TagResource": {
707
+ "http": {
708
+ "requestUri": "/v1/tags/{resourceArn}",
709
+ "responseCode": 200
710
+ },
711
+ "input": {
712
+ "type": "structure",
713
+ "required": [
714
+ "resourceArn",
715
+ "tags"
716
+ ],
717
+ "members": {
718
+ "resourceArn": {
719
+ "location": "uri",
720
+ "locationName": "resourceArn"
721
+ },
722
+ "tags": {
723
+ "shape": "S15"
724
+ }
725
+ }
726
+ },
727
+ "output": {
728
+ "type": "structure",
729
+ "members": {}
730
+ },
731
+ "idempotent": true
732
+ },
733
+ "UntagResource": {
734
+ "http": {
735
+ "method": "DELETE",
736
+ "requestUri": "/v1/tags/{resourceArn}",
737
+ "responseCode": 200
738
+ },
739
+ "input": {
740
+ "type": "structure",
741
+ "required": [
742
+ "resourceArn",
743
+ "tagKeys"
744
+ ],
745
+ "members": {
746
+ "resourceArn": {
747
+ "location": "uri",
748
+ "locationName": "resourceArn"
749
+ },
750
+ "tagKeys": {
751
+ "location": "querystring",
752
+ "locationName": "tagKeys",
753
+ "type": "list",
754
+ "member": {}
755
+ }
756
+ }
757
+ },
758
+ "output": {
759
+ "type": "structure",
760
+ "members": {}
761
+ },
762
+ "idempotent": true
763
+ },
673
764
  "UpdateDataLake": {
674
765
  "http": {
675
766
  "method": "PUT",
@@ -691,7 +782,7 @@
691
782
  "type": "structure",
692
783
  "members": {
693
784
  "dataLakes": {
694
- "shape": "S16"
785
+ "shape": "S1a"
695
786
  }
696
787
  }
697
788
  },
@@ -736,7 +827,7 @@
736
827
  ],
737
828
  "members": {
738
829
  "sources": {
739
- "shape": "S1q"
830
+ "shape": "S1u"
740
831
  },
741
832
  "subscriberDescription": {},
742
833
  "subscriberId": {
@@ -753,7 +844,7 @@
753
844
  "type": "structure",
754
845
  "members": {
755
846
  "subscriber": {
756
- "shape": "S1v"
847
+ "shape": "S1z"
757
848
  }
758
849
  }
759
850
  },
@@ -773,7 +864,7 @@
773
864
  ],
774
865
  "members": {
775
866
  "configuration": {
776
- "shape": "S22"
867
+ "shape": "S26"
777
868
  },
778
869
  "subscriberId": {
779
870
  "location": "uri",
@@ -917,7 +1008,21 @@
917
1008
  "roleArn": {}
918
1009
  }
919
1010
  },
920
- "S16": {
1011
+ "S15": {
1012
+ "type": "list",
1013
+ "member": {
1014
+ "type": "structure",
1015
+ "required": [
1016
+ "key",
1017
+ "value"
1018
+ ],
1019
+ "members": {
1020
+ "key": {},
1021
+ "value": {}
1022
+ }
1023
+ }
1024
+ },
1025
+ "S1a": {
921
1026
  "type": "list",
922
1027
  "member": {
923
1028
  "type": "structure",
@@ -956,7 +1061,7 @@
956
1061
  }
957
1062
  }
958
1063
  },
959
- "S1i": {
1064
+ "S1m": {
960
1065
  "type": "list",
961
1066
  "member": {
962
1067
  "type": "structure",
@@ -969,30 +1074,30 @@
969
1074
  "sources": {
970
1075
  "type": "list",
971
1076
  "member": {
972
- "shape": "S1l"
1077
+ "shape": "S1p"
973
1078
  }
974
1079
  }
975
1080
  }
976
1081
  }
977
1082
  },
978
- "S1l": {
1083
+ "S1p": {
979
1084
  "type": "structure",
980
1085
  "members": {
981
1086
  "sourceName": {},
982
1087
  "sourceVersion": {}
983
1088
  }
984
1089
  },
985
- "S1o": {
1090
+ "S1s": {
986
1091
  "type": "list",
987
1092
  "member": {}
988
1093
  },
989
- "S1q": {
1094
+ "S1u": {
990
1095
  "type": "list",
991
1096
  "member": {
992
1097
  "type": "structure",
993
1098
  "members": {
994
1099
  "awsLogSource": {
995
- "shape": "S1l"
1100
+ "shape": "S1p"
996
1101
  },
997
1102
  "customLogSource": {
998
1103
  "shape": "Sn"
@@ -1001,7 +1106,7 @@
1001
1106
  "union": true
1002
1107
  }
1003
1108
  },
1004
- "S1v": {
1109
+ "S1z": {
1005
1110
  "type": "structure",
1006
1111
  "required": [
1007
1112
  "sources",
@@ -1012,17 +1117,17 @@
1012
1117
  ],
1013
1118
  "members": {
1014
1119
  "accessTypes": {
1015
- "shape": "S1o"
1120
+ "shape": "S1s"
1016
1121
  },
1017
1122
  "createdAt": {
1018
- "shape": "S1w"
1123
+ "shape": "S20"
1019
1124
  },
1020
1125
  "resourceShareArn": {},
1021
1126
  "resourceShareName": {},
1022
1127
  "roleArn": {},
1023
1128
  "s3BucketArn": {},
1024
1129
  "sources": {
1025
- "shape": "S1q"
1130
+ "shape": "S1u"
1026
1131
  },
1027
1132
  "subscriberArn": {},
1028
1133
  "subscriberDescription": {},
@@ -1034,15 +1139,15 @@
1034
1139
  "subscriberName": {},
1035
1140
  "subscriberStatus": {},
1036
1141
  "updatedAt": {
1037
- "shape": "S1w"
1142
+ "shape": "S20"
1038
1143
  }
1039
1144
  }
1040
1145
  },
1041
- "S1w": {
1146
+ "S20": {
1042
1147
  "type": "timestamp",
1043
1148
  "timestampFormat": "iso8601"
1044
1149
  },
1045
- "S22": {
1150
+ "S26": {
1046
1151
  "type": "structure",
1047
1152
  "members": {
1048
1153
  "httpsNotificationConfiguration": {
@@ -75,7 +75,7 @@
75
75
  "shape": "Sd"
76
76
  },
77
77
  "Tags": {
78
- "shape": "Sj"
78
+ "shape": "Sk"
79
79
  }
80
80
  }
81
81
  }
@@ -103,30 +103,65 @@
103
103
  "type": "structure",
104
104
  "members": {
105
105
  "ComponentId": {},
106
+ "ParentComponent": {},
107
+ "ChildComponents": {
108
+ "shape": "Sh"
109
+ },
106
110
  "ApplicationId": {},
107
111
  "ComponentType": {},
108
112
  "Status": {},
113
+ "SapHostname": {},
114
+ "SapKernelVersion": {},
115
+ "HdbVersion": {},
116
+ "Resilience": {
117
+ "type": "structure",
118
+ "members": {
119
+ "HsrTier": {},
120
+ "HsrReplicationMode": {},
121
+ "HsrOperationMode": {},
122
+ "ClusterStatus": {}
123
+ }
124
+ },
125
+ "AssociatedHost": {
126
+ "type": "structure",
127
+ "members": {
128
+ "Hostname": {},
129
+ "Ec2InstanceId": {},
130
+ "OsVersion": {}
131
+ }
132
+ },
109
133
  "Databases": {
110
134
  "type": "list",
111
135
  "member": {}
112
136
  },
113
137
  "Hosts": {
138
+ "deprecated": true,
139
+ "deprecatedMessage": "This shape is no longer used. Please use AssociatedHost.",
114
140
  "type": "list",
115
141
  "member": {
116
142
  "type": "structure",
117
143
  "members": {
118
144
  "HostName": {},
119
- "HostRole": {},
120
145
  "HostIp": {},
121
- "InstanceId": {}
146
+ "EC2InstanceId": {},
147
+ "InstanceId": {},
148
+ "HostRole": {},
149
+ "OsVersion": {}
122
150
  }
123
151
  }
124
152
  },
125
- "PrimaryHost": {},
153
+ "PrimaryHost": {
154
+ "deprecated": true,
155
+ "deprecatedMessage": "This shape is no longer used. Please use AssociatedHost."
156
+ },
126
157
  "LastUpdated": {
127
158
  "type": "timestamp"
128
- }
159
+ },
160
+ "Arn": {}
129
161
  }
162
+ },
163
+ "Tags": {
164
+ "shape": "Sk"
130
165
  }
131
166
  }
132
167
  }
@@ -154,7 +189,7 @@
154
189
  "ApplicationId": {},
155
190
  "ComponentId": {},
156
191
  "Credentials": {
157
- "shape": "Sz"
192
+ "shape": "S15"
158
193
  },
159
194
  "DatabaseId": {},
160
195
  "DatabaseName": {},
@@ -171,7 +206,7 @@
171
206
  }
172
207
  },
173
208
  "Tags": {
174
- "shape": "Sj"
209
+ "shape": "Sk"
175
210
  }
176
211
  }
177
212
  }
@@ -194,7 +229,7 @@
194
229
  "type": "structure",
195
230
  "members": {
196
231
  "Operation": {
197
- "shape": "S1a"
232
+ "shape": "S1g"
198
233
  }
199
234
  }
200
235
  }
@@ -247,7 +282,7 @@
247
282
  "Type": {},
248
283
  "Arn": {},
249
284
  "Tags": {
250
- "shape": "Sj"
285
+ "shape": "Sk"
251
286
  }
252
287
  }
253
288
  }
@@ -283,8 +318,9 @@
283
318
  "ComponentId": {},
284
319
  "ComponentType": {},
285
320
  "Tags": {
286
- "shape": "Sj"
287
- }
321
+ "shape": "Sk"
322
+ },
323
+ "Arn": {}
288
324
  }
289
325
  }
290
326
  },
@@ -322,7 +358,7 @@
322
358
  "DatabaseType": {},
323
359
  "Arn": {},
324
360
  "Tags": {
325
- "shape": "Sj"
361
+ "shape": "Sk"
326
362
  }
327
363
  }
328
364
  }
@@ -371,7 +407,7 @@
371
407
  "Operations": {
372
408
  "type": "list",
373
409
  "member": {
374
- "shape": "S1a"
410
+ "shape": "S1g"
375
411
  }
376
412
  },
377
413
  "NextToken": {}
@@ -400,7 +436,7 @@
400
436
  "type": "structure",
401
437
  "members": {
402
438
  "tags": {
403
- "shape": "Sj"
439
+ "shape": "Sk"
404
440
  }
405
441
  }
406
442
  }
@@ -453,10 +489,10 @@
453
489
  "SapInstanceNumber": {},
454
490
  "Sid": {},
455
491
  "Tags": {
456
- "shape": "Sj"
492
+ "shape": "Sk"
457
493
  },
458
494
  "Credentials": {
459
- "shape": "Sz"
495
+ "shape": "S15"
460
496
  }
461
497
  }
462
498
  },
@@ -470,6 +506,27 @@
470
506
  }
471
507
  }
472
508
  },
509
+ "StartApplicationRefresh": {
510
+ "http": {
511
+ "requestUri": "/start-application-refresh",
512
+ "responseCode": 200
513
+ },
514
+ "input": {
515
+ "type": "structure",
516
+ "required": [
517
+ "ApplicationId"
518
+ ],
519
+ "members": {
520
+ "ApplicationId": {}
521
+ }
522
+ },
523
+ "output": {
524
+ "type": "structure",
525
+ "members": {
526
+ "OperationId": {}
527
+ }
528
+ }
529
+ },
473
530
  "TagResource": {
474
531
  "http": {
475
532
  "requestUri": "/tags/{resourceArn}",
@@ -487,7 +544,7 @@
487
544
  "locationName": "resourceArn"
488
545
  },
489
546
  "tags": {
490
- "shape": "Sj"
547
+ "shape": "Sk"
491
548
  }
492
549
  }
493
550
  },
@@ -540,10 +597,23 @@
540
597
  "members": {
541
598
  "ApplicationId": {},
542
599
  "CredentialsToAddOrUpdate": {
543
- "shape": "Sz"
600
+ "shape": "S15"
544
601
  },
545
602
  "CredentialsToRemove": {
546
- "shape": "Sz"
603
+ "shape": "S15"
604
+ },
605
+ "Backint": {
606
+ "type": "structure",
607
+ "required": [
608
+ "BackintMode",
609
+ "EnsureNoBackupInProcess"
610
+ ],
611
+ "members": {
612
+ "BackintMode": {},
613
+ "EnsureNoBackupInProcess": {
614
+ "type": "boolean"
615
+ }
616
+ }
547
617
  }
548
618
  }
549
619
  },
@@ -568,9 +638,9 @@
568
638
  "Arn": {},
569
639
  "AppRegistryArn": {},
570
640
  "Status": {},
641
+ "DiscoveryStatus": {},
571
642
  "Components": {
572
- "type": "list",
573
- "member": {}
643
+ "shape": "Sh"
574
644
  },
575
645
  "LastUpdated": {
576
646
  "type": "timestamp"
@@ -578,12 +648,16 @@
578
648
  "StatusMessage": {}
579
649
  }
580
650
  },
581
- "Sj": {
651
+ "Sh": {
652
+ "type": "list",
653
+ "member": {}
654
+ },
655
+ "Sk": {
582
656
  "type": "map",
583
657
  "key": {},
584
658
  "value": {}
585
659
  },
586
- "Sz": {
660
+ "S15": {
587
661
  "type": "list",
588
662
  "member": {
589
663
  "type": "structure",
@@ -602,7 +676,7 @@
602
676
  }
603
677
  }
604
678
  },
605
- "S1a": {
679
+ "S1g": {
606
680
  "type": "structure",
607
681
  "members": {
608
682
  "Id": {},