aws-sdk 2.1645.0 → 2.1647.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/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/customer-profiles-2020-08-15.min.json +52 -25
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/ec2-2016-11-15.min.json +1 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/qbusiness-2023-11-27.min.json +75 -54
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/apis/ssm-2014-11-06.min.json +14 -3
- package/apis/workspaces-web-2020-07-08.min.json +8 -1
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/customerprofiles.d.ts +35 -5
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/qbusiness.d.ts +22 -3
- package/clients/sagemaker.d.ts +134 -34
- package/clients/workspacesweb.d.ts +21 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +341 -327
- package/dist/aws-sdk.js +26 -9
- package/dist/aws-sdk.min.js +17 -17
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1647.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -32,13 +32,13 @@
|
|
32
32
|
"shape": "S3"
|
33
33
|
},
|
34
34
|
"system": {
|
35
|
-
"shape": "
|
35
|
+
"shape": "Ss"
|
36
36
|
},
|
37
37
|
"inferenceConfig": {
|
38
|
-
"shape": "
|
38
|
+
"shape": "Sv"
|
39
39
|
},
|
40
40
|
"toolConfig": {
|
41
|
-
"shape": "
|
41
|
+
"shape": "S10"
|
42
42
|
},
|
43
43
|
"guardrailConfig": {
|
44
44
|
"type": "structure",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
}
|
54
54
|
},
|
55
55
|
"additionalModelRequestFields": {
|
56
|
-
"shape": "
|
56
|
+
"shape": "Sl"
|
57
57
|
},
|
58
58
|
"additionalModelResponseFieldPaths": {
|
59
59
|
"type": "list",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
},
|
82
82
|
"stopReason": {},
|
83
83
|
"usage": {
|
84
|
-
"shape": "
|
84
|
+
"shape": "S1i"
|
85
85
|
},
|
86
86
|
"metrics": {
|
87
87
|
"type": "structure",
|
@@ -95,13 +95,13 @@
|
|
95
95
|
}
|
96
96
|
},
|
97
97
|
"additionalModelResponseFields": {
|
98
|
-
"shape": "
|
98
|
+
"shape": "Sl"
|
99
99
|
},
|
100
100
|
"trace": {
|
101
101
|
"type": "structure",
|
102
102
|
"members": {
|
103
103
|
"guardrail": {
|
104
|
-
"shape": "
|
104
|
+
"shape": "S1p"
|
105
105
|
}
|
106
106
|
}
|
107
107
|
}
|
@@ -128,13 +128,13 @@
|
|
128
128
|
"shape": "S3"
|
129
129
|
},
|
130
130
|
"system": {
|
131
|
-
"shape": "
|
131
|
+
"shape": "Ss"
|
132
132
|
},
|
133
133
|
"inferenceConfig": {
|
134
|
-
"shape": "
|
134
|
+
"shape": "Sv"
|
135
135
|
},
|
136
136
|
"toolConfig": {
|
137
|
-
"shape": "
|
137
|
+
"shape": "S10"
|
138
138
|
},
|
139
139
|
"guardrailConfig": {
|
140
140
|
"type": "structure",
|
@@ -150,7 +150,7 @@
|
|
150
150
|
}
|
151
151
|
},
|
152
152
|
"additionalModelRequestFields": {
|
153
|
-
"shape": "
|
153
|
+
"shape": "Sl"
|
154
154
|
},
|
155
155
|
"additionalModelResponseFieldPaths": {
|
156
156
|
"type": "list",
|
@@ -253,7 +253,7 @@
|
|
253
253
|
"members": {
|
254
254
|
"stopReason": {},
|
255
255
|
"additionalModelResponseFields": {
|
256
|
-
"shape": "
|
256
|
+
"shape": "Sl"
|
257
257
|
}
|
258
258
|
},
|
259
259
|
"event": true
|
@@ -266,7 +266,7 @@
|
|
266
266
|
],
|
267
267
|
"members": {
|
268
268
|
"usage": {
|
269
|
-
"shape": "
|
269
|
+
"shape": "S1i"
|
270
270
|
},
|
271
271
|
"metrics": {
|
272
272
|
"type": "structure",
|
@@ -283,7 +283,7 @@
|
|
283
283
|
"type": "structure",
|
284
284
|
"members": {
|
285
285
|
"guardrail": {
|
286
|
-
"shape": "
|
286
|
+
"shape": "S1p"
|
287
287
|
}
|
288
288
|
}
|
289
289
|
}
|
@@ -291,16 +291,16 @@
|
|
291
291
|
"event": true
|
292
292
|
},
|
293
293
|
"internalServerException": {
|
294
|
-
"shape": "
|
294
|
+
"shape": "S35"
|
295
295
|
},
|
296
296
|
"modelStreamErrorException": {
|
297
|
-
"shape": "
|
297
|
+
"shape": "S37"
|
298
298
|
},
|
299
299
|
"validationException": {
|
300
|
-
"shape": "
|
300
|
+
"shape": "S39"
|
301
301
|
},
|
302
302
|
"throttlingException": {
|
303
|
-
"shape": "
|
303
|
+
"shape": "S3a"
|
304
304
|
}
|
305
305
|
},
|
306
306
|
"eventstream": true
|
@@ -322,7 +322,7 @@
|
|
322
322
|
],
|
323
323
|
"members": {
|
324
324
|
"body": {
|
325
|
-
"shape": "
|
325
|
+
"shape": "S3c"
|
326
326
|
},
|
327
327
|
"contentType": {
|
328
328
|
"location": "header",
|
@@ -359,7 +359,7 @@
|
|
359
359
|
],
|
360
360
|
"members": {
|
361
361
|
"body": {
|
362
|
-
"shape": "
|
362
|
+
"shape": "S3c"
|
363
363
|
},
|
364
364
|
"contentType": {
|
365
365
|
"location": "header",
|
@@ -382,7 +382,7 @@
|
|
382
382
|
],
|
383
383
|
"members": {
|
384
384
|
"body": {
|
385
|
-
"shape": "
|
385
|
+
"shape": "S3c"
|
386
386
|
},
|
387
387
|
"contentType": {
|
388
388
|
"location": "header",
|
@@ -433,16 +433,16 @@
|
|
433
433
|
"sensitive": true
|
434
434
|
},
|
435
435
|
"internalServerException": {
|
436
|
-
"shape": "
|
436
|
+
"shape": "S35"
|
437
437
|
},
|
438
438
|
"modelStreamErrorException": {
|
439
|
-
"shape": "
|
439
|
+
"shape": "S37"
|
440
440
|
},
|
441
441
|
"validationException": {
|
442
|
-
"shape": "
|
442
|
+
"shape": "S39"
|
443
443
|
},
|
444
444
|
"throttlingException": {
|
445
|
-
"shape": "
|
445
|
+
"shape": "S3a"
|
446
446
|
},
|
447
447
|
"modelTimeoutException": {
|
448
448
|
"type": "structure",
|
@@ -491,6 +491,9 @@
|
|
491
491
|
"image": {
|
492
492
|
"shape": "S9"
|
493
493
|
},
|
494
|
+
"document": {
|
495
|
+
"shape": "Sd"
|
496
|
+
},
|
494
497
|
"toolUse": {
|
495
498
|
"type": "structure",
|
496
499
|
"required": [
|
@@ -502,7 +505,7 @@
|
|
502
505
|
"toolUseId": {},
|
503
506
|
"name": {},
|
504
507
|
"input": {
|
505
|
-
"shape": "
|
508
|
+
"shape": "Sl"
|
506
509
|
}
|
507
510
|
}
|
508
511
|
},
|
@@ -520,11 +523,14 @@
|
|
520
523
|
"type": "structure",
|
521
524
|
"members": {
|
522
525
|
"json": {
|
523
|
-
"shape": "
|
526
|
+
"shape": "Sl"
|
524
527
|
},
|
525
528
|
"text": {},
|
526
529
|
"image": {
|
527
530
|
"shape": "S9"
|
531
|
+
},
|
532
|
+
"document": {
|
533
|
+
"shape": "Sd"
|
528
534
|
}
|
529
535
|
},
|
530
536
|
"union": true
|
@@ -534,7 +540,7 @@
|
|
534
540
|
}
|
535
541
|
},
|
536
542
|
"guardContent": {
|
537
|
-
"shape": "
|
543
|
+
"shape": "Sq"
|
538
544
|
}
|
539
545
|
},
|
540
546
|
"union": true
|
@@ -561,12 +567,33 @@
|
|
561
567
|
}
|
562
568
|
}
|
563
569
|
},
|
564
|
-
"
|
570
|
+
"Sd": {
|
571
|
+
"type": "structure",
|
572
|
+
"required": [
|
573
|
+
"format",
|
574
|
+
"name",
|
575
|
+
"source"
|
576
|
+
],
|
577
|
+
"members": {
|
578
|
+
"format": {},
|
579
|
+
"name": {},
|
580
|
+
"source": {
|
581
|
+
"type": "structure",
|
582
|
+
"members": {
|
583
|
+
"bytes": {
|
584
|
+
"type": "blob"
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"union": true
|
588
|
+
}
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"Sl": {
|
565
592
|
"type": "structure",
|
566
593
|
"members": {},
|
567
594
|
"document": true
|
568
595
|
},
|
569
|
-
"
|
596
|
+
"Sq": {
|
570
597
|
"type": "structure",
|
571
598
|
"members": {
|
572
599
|
"text": {
|
@@ -581,20 +608,20 @@
|
|
581
608
|
},
|
582
609
|
"union": true
|
583
610
|
},
|
584
|
-
"
|
611
|
+
"Ss": {
|
585
612
|
"type": "list",
|
586
613
|
"member": {
|
587
614
|
"type": "structure",
|
588
615
|
"members": {
|
589
616
|
"text": {},
|
590
617
|
"guardContent": {
|
591
|
-
"shape": "
|
618
|
+
"shape": "Sq"
|
592
619
|
}
|
593
620
|
},
|
594
621
|
"union": true
|
595
622
|
}
|
596
623
|
},
|
597
|
-
"
|
624
|
+
"Sv": {
|
598
625
|
"type": "structure",
|
599
626
|
"members": {
|
600
627
|
"maxTokens": {
|
@@ -612,7 +639,7 @@
|
|
612
639
|
}
|
613
640
|
}
|
614
641
|
},
|
615
|
-
"
|
642
|
+
"S10": {
|
616
643
|
"type": "structure",
|
617
644
|
"required": [
|
618
645
|
"tools"
|
@@ -636,7 +663,7 @@
|
|
636
663
|
"type": "structure",
|
637
664
|
"members": {
|
638
665
|
"json": {
|
639
|
-
"shape": "
|
666
|
+
"shape": "Sl"
|
640
667
|
}
|
641
668
|
},
|
642
669
|
"union": true
|
@@ -672,7 +699,7 @@
|
|
672
699
|
}
|
673
700
|
}
|
674
701
|
},
|
675
|
-
"
|
702
|
+
"S1i": {
|
676
703
|
"type": "structure",
|
677
704
|
"required": [
|
678
705
|
"inputTokens",
|
@@ -691,7 +718,7 @@
|
|
691
718
|
}
|
692
719
|
}
|
693
720
|
},
|
694
|
-
"
|
721
|
+
"S1p": {
|
695
722
|
"type": "structure",
|
696
723
|
"members": {
|
697
724
|
"modelOutput": {
|
@@ -702,7 +729,7 @@
|
|
702
729
|
"type": "map",
|
703
730
|
"key": {},
|
704
731
|
"value": {
|
705
|
-
"shape": "
|
732
|
+
"shape": "S1t"
|
706
733
|
}
|
707
734
|
},
|
708
735
|
"outputAssessments": {
|
@@ -711,13 +738,13 @@
|
|
711
738
|
"value": {
|
712
739
|
"type": "list",
|
713
740
|
"member": {
|
714
|
-
"shape": "
|
741
|
+
"shape": "S1t"
|
715
742
|
}
|
716
743
|
}
|
717
744
|
}
|
718
745
|
}
|
719
746
|
},
|
720
|
-
"
|
747
|
+
"S1t": {
|
721
748
|
"type": "structure",
|
722
749
|
"members": {
|
723
750
|
"topicPolicy": {
|
@@ -849,7 +876,7 @@
|
|
849
876
|
}
|
850
877
|
}
|
851
878
|
},
|
852
|
-
"
|
879
|
+
"S35": {
|
853
880
|
"type": "structure",
|
854
881
|
"members": {
|
855
882
|
"message": {}
|
@@ -860,7 +887,7 @@
|
|
860
887
|
"exception": true,
|
861
888
|
"fault": true
|
862
889
|
},
|
863
|
-
"
|
890
|
+
"S37": {
|
864
891
|
"type": "structure",
|
865
892
|
"members": {
|
866
893
|
"message": {},
|
@@ -875,7 +902,7 @@
|
|
875
902
|
},
|
876
903
|
"exception": true
|
877
904
|
},
|
878
|
-
"
|
905
|
+
"S39": {
|
879
906
|
"type": "structure",
|
880
907
|
"members": {
|
881
908
|
"message": {}
|
@@ -886,7 +913,7 @@
|
|
886
913
|
},
|
887
914
|
"exception": true
|
888
915
|
},
|
889
|
-
"
|
916
|
+
"S3a": {
|
890
917
|
"type": "structure",
|
891
918
|
"members": {
|
892
919
|
"message": {}
|
@@ -897,7 +924,7 @@
|
|
897
924
|
},
|
898
925
|
"exception": true
|
899
926
|
},
|
900
|
-
"
|
927
|
+
"S3c": {
|
901
928
|
"type": "blob",
|
902
929
|
"sensitive": true
|
903
930
|
}
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "codeartifact",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "CodeArtifact",
|
9
12
|
"serviceId": "codeartifact",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "codeartifact",
|
12
|
-
"uid": "codeartifact-2018-09-22"
|
15
|
+
"uid": "codeartifact-2018-09-22",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AssociateExternalConnection": {
|