aws-sdk 2.1643.0 → 2.1644.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 +248 -28
- package/apis/cloudtrail-2013-11-01.min.json +4 -1
- package/apis/config-2014-11-12.min.json +7 -1
- package/apis/eks-2017-11-01.min.json +63 -42
- package/apis/lightsail-2016-11-28.min.json +4 -1
- package/apis/polly-2016-06-10.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +7 -1
- package/apis/sagemaker-2017-07-24.min.json +1188 -945
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/apis/shield-2016-06-02.min.json +7 -1
- package/apis/snowball-2016-06-30.min.json +7 -1
- package/clients/bedrockruntime.d.ts +264 -14
- package/clients/eks.d.ts +26 -0
- package/clients/sagemaker.d.ts +364 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +28 -7
- package/dist/aws-sdk.min.js +31 -31
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -13,7 +13,10 @@
|
|
13
13
|
"serviceId": "EKS",
|
14
14
|
"signatureVersion": "v4",
|
15
15
|
"signingName": "eks",
|
16
|
-
"uid": "eks-2017-11-01"
|
16
|
+
"uid": "eks-2017-11-01",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
17
20
|
},
|
18
21
|
"operations": {
|
19
22
|
"AssociateAccessPolicy": {
|
@@ -394,7 +397,7 @@
|
|
394
397
|
},
|
395
398
|
"nodegroupName": {},
|
396
399
|
"scalingConfig": {
|
397
|
-
"shape": "
|
400
|
+
"shape": "S2s"
|
398
401
|
},
|
399
402
|
"diskSize": {
|
400
403
|
"type": "integer"
|
@@ -407,14 +410,14 @@
|
|
407
410
|
},
|
408
411
|
"amiType": {},
|
409
412
|
"remoteAccess": {
|
410
|
-
"shape": "
|
413
|
+
"shape": "S2x"
|
411
414
|
},
|
412
415
|
"nodeRole": {},
|
413
416
|
"labels": {
|
414
|
-
"shape": "
|
417
|
+
"shape": "S2y"
|
415
418
|
},
|
416
419
|
"taints": {
|
417
|
-
"shape": "
|
420
|
+
"shape": "S31"
|
418
421
|
},
|
419
422
|
"tags": {
|
420
423
|
"shape": "Ss"
|
@@ -423,10 +426,10 @@
|
|
423
426
|
"idempotencyToken": true
|
424
427
|
},
|
425
428
|
"launchTemplate": {
|
426
|
-
"shape": "
|
429
|
+
"shape": "S36"
|
427
430
|
},
|
428
431
|
"updateConfig": {
|
429
|
-
"shape": "
|
432
|
+
"shape": "S37"
|
430
433
|
},
|
431
434
|
"capacityType": {},
|
432
435
|
"version": {},
|
@@ -437,7 +440,7 @@
|
|
437
440
|
"type": "structure",
|
438
441
|
"members": {
|
439
442
|
"nodegroup": {
|
440
|
-
"shape": "
|
443
|
+
"shape": "S3c"
|
441
444
|
}
|
442
445
|
}
|
443
446
|
}
|
@@ -474,7 +477,7 @@
|
|
474
477
|
"type": "structure",
|
475
478
|
"members": {
|
476
479
|
"association": {
|
477
|
-
"shape": "
|
480
|
+
"shape": "S3n"
|
478
481
|
}
|
479
482
|
}
|
480
483
|
}
|
@@ -651,7 +654,7 @@
|
|
651
654
|
"type": "structure",
|
652
655
|
"members": {
|
653
656
|
"nodegroup": {
|
654
|
-
"shape": "
|
657
|
+
"shape": "S3c"
|
655
658
|
}
|
656
659
|
}
|
657
660
|
}
|
@@ -682,7 +685,7 @@
|
|
682
685
|
"type": "structure",
|
683
686
|
"members": {
|
684
687
|
"association": {
|
685
|
-
"shape": "
|
688
|
+
"shape": "S3n"
|
686
689
|
}
|
687
690
|
}
|
688
691
|
}
|
@@ -1014,7 +1017,7 @@
|
|
1014
1017
|
"locationName": "name"
|
1015
1018
|
},
|
1016
1019
|
"identityProviderConfig": {
|
1017
|
-
"shape": "
|
1020
|
+
"shape": "S4s"
|
1018
1021
|
}
|
1019
1022
|
}
|
1020
1023
|
},
|
@@ -1090,7 +1093,7 @@
|
|
1090
1093
|
},
|
1091
1094
|
"description": {},
|
1092
1095
|
"insightStatus": {
|
1093
|
-
"shape": "
|
1096
|
+
"shape": "S51"
|
1094
1097
|
},
|
1095
1098
|
"recommendation": {},
|
1096
1099
|
"additionalInfo": {
|
@@ -1104,7 +1107,7 @@
|
|
1104
1107
|
"type": "structure",
|
1105
1108
|
"members": {
|
1106
1109
|
"insightStatus": {
|
1107
|
-
"shape": "
|
1110
|
+
"shape": "S51"
|
1108
1111
|
},
|
1109
1112
|
"kubernetesResourceUri": {},
|
1110
1113
|
"arn": {}
|
@@ -1174,7 +1177,7 @@
|
|
1174
1177
|
"type": "structure",
|
1175
1178
|
"members": {
|
1176
1179
|
"nodegroup": {
|
1177
|
-
"shape": "
|
1180
|
+
"shape": "S3c"
|
1178
1181
|
}
|
1179
1182
|
}
|
1180
1183
|
}
|
@@ -1205,7 +1208,7 @@
|
|
1205
1208
|
"type": "structure",
|
1206
1209
|
"members": {
|
1207
1210
|
"association": {
|
1208
|
-
"shape": "
|
1211
|
+
"shape": "S3n"
|
1209
1212
|
}
|
1210
1213
|
}
|
1211
1214
|
}
|
@@ -1297,7 +1300,7 @@
|
|
1297
1300
|
"locationName": "name"
|
1298
1301
|
},
|
1299
1302
|
"identityProviderConfig": {
|
1300
|
-
"shape": "
|
1303
|
+
"shape": "S4s"
|
1301
1304
|
},
|
1302
1305
|
"clientRequestToken": {
|
1303
1306
|
"idempotencyToken": true
|
@@ -1612,7 +1615,7 @@
|
|
1612
1615
|
"identityProviderConfigs": {
|
1613
1616
|
"type": "list",
|
1614
1617
|
"member": {
|
1615
|
-
"shape": "
|
1618
|
+
"shape": "S4s"
|
1616
1619
|
}
|
1617
1620
|
},
|
1618
1621
|
"nextToken": {}
|
@@ -1675,7 +1678,7 @@
|
|
1675
1678
|
},
|
1676
1679
|
"description": {},
|
1677
1680
|
"insightStatus": {
|
1678
|
-
"shape": "
|
1681
|
+
"shape": "S51"
|
1679
1682
|
}
|
1680
1683
|
}
|
1681
1684
|
}
|
@@ -2141,7 +2144,7 @@
|
|
2141
2144
|
"type": "structure",
|
2142
2145
|
"members": {
|
2143
2146
|
"addOrUpdateLabels": {
|
2144
|
-
"shape": "
|
2147
|
+
"shape": "S2y"
|
2145
2148
|
},
|
2146
2149
|
"removeLabels": {
|
2147
2150
|
"type": "list",
|
@@ -2153,18 +2156,18 @@
|
|
2153
2156
|
"type": "structure",
|
2154
2157
|
"members": {
|
2155
2158
|
"addOrUpdateTaints": {
|
2156
|
-
"shape": "
|
2159
|
+
"shape": "S31"
|
2157
2160
|
},
|
2158
2161
|
"removeTaints": {
|
2159
|
-
"shape": "
|
2162
|
+
"shape": "S31"
|
2160
2163
|
}
|
2161
2164
|
}
|
2162
2165
|
},
|
2163
2166
|
"scalingConfig": {
|
2164
|
-
"shape": "
|
2167
|
+
"shape": "S2s"
|
2165
2168
|
},
|
2166
2169
|
"updateConfig": {
|
2167
|
-
"shape": "
|
2170
|
+
"shape": "S37"
|
2168
2171
|
},
|
2169
2172
|
"clientRequestToken": {
|
2170
2173
|
"idempotencyToken": true
|
@@ -2202,7 +2205,7 @@
|
|
2202
2205
|
"version": {},
|
2203
2206
|
"releaseVersion": {},
|
2204
2207
|
"launchTemplate": {
|
2205
|
-
"shape": "
|
2208
|
+
"shape": "S36"
|
2206
2209
|
},
|
2207
2210
|
"force": {
|
2208
2211
|
"type": "boolean"
|
@@ -2250,7 +2253,7 @@
|
|
2250
2253
|
"type": "structure",
|
2251
2254
|
"members": {
|
2252
2255
|
"association": {
|
2253
|
-
"shape": "
|
2256
|
+
"shape": "S3n"
|
2254
2257
|
}
|
2255
2258
|
}
|
2256
2259
|
}
|
@@ -2682,10 +2685,28 @@
|
|
2682
2685
|
"status": {},
|
2683
2686
|
"tags": {
|
2684
2687
|
"shape": "Ss"
|
2688
|
+
},
|
2689
|
+
"health": {
|
2690
|
+
"type": "structure",
|
2691
|
+
"members": {
|
2692
|
+
"issues": {
|
2693
|
+
"type": "list",
|
2694
|
+
"member": {
|
2695
|
+
"type": "structure",
|
2696
|
+
"members": {
|
2697
|
+
"code": {},
|
2698
|
+
"message": {},
|
2699
|
+
"resourceIds": {
|
2700
|
+
"shape": "S5"
|
2701
|
+
}
|
2702
|
+
}
|
2703
|
+
}
|
2704
|
+
}
|
2705
|
+
}
|
2685
2706
|
}
|
2686
2707
|
}
|
2687
2708
|
},
|
2688
|
-
"
|
2709
|
+
"S2s": {
|
2689
2710
|
"type": "structure",
|
2690
2711
|
"members": {
|
2691
2712
|
"minSize": {
|
@@ -2699,7 +2720,7 @@
|
|
2699
2720
|
}
|
2700
2721
|
}
|
2701
2722
|
},
|
2702
|
-
"
|
2723
|
+
"S2x": {
|
2703
2724
|
"type": "structure",
|
2704
2725
|
"members": {
|
2705
2726
|
"ec2SshKey": {},
|
@@ -2708,12 +2729,12 @@
|
|
2708
2729
|
}
|
2709
2730
|
}
|
2710
2731
|
},
|
2711
|
-
"
|
2732
|
+
"S2y": {
|
2712
2733
|
"type": "map",
|
2713
2734
|
"key": {},
|
2714
2735
|
"value": {}
|
2715
2736
|
},
|
2716
|
-
"
|
2737
|
+
"S31": {
|
2717
2738
|
"type": "list",
|
2718
2739
|
"member": {
|
2719
2740
|
"type": "structure",
|
@@ -2724,7 +2745,7 @@
|
|
2724
2745
|
}
|
2725
2746
|
}
|
2726
2747
|
},
|
2727
|
-
"
|
2748
|
+
"S36": {
|
2728
2749
|
"type": "structure",
|
2729
2750
|
"members": {
|
2730
2751
|
"name": {},
|
@@ -2732,7 +2753,7 @@
|
|
2732
2753
|
"id": {}
|
2733
2754
|
}
|
2734
2755
|
},
|
2735
|
-
"
|
2756
|
+
"S37": {
|
2736
2757
|
"type": "structure",
|
2737
2758
|
"members": {
|
2738
2759
|
"maxUnavailable": {
|
@@ -2743,7 +2764,7 @@
|
|
2743
2764
|
}
|
2744
2765
|
}
|
2745
2766
|
},
|
2746
|
-
"
|
2767
|
+
"S3c": {
|
2747
2768
|
"type": "structure",
|
2748
2769
|
"members": {
|
2749
2770
|
"nodegroupName": {},
|
@@ -2760,7 +2781,7 @@
|
|
2760
2781
|
"status": {},
|
2761
2782
|
"capacityType": {},
|
2762
2783
|
"scalingConfig": {
|
2763
|
-
"shape": "
|
2784
|
+
"shape": "S2s"
|
2764
2785
|
},
|
2765
2786
|
"instanceTypes": {
|
2766
2787
|
"shape": "S5"
|
@@ -2769,15 +2790,15 @@
|
|
2769
2790
|
"shape": "S5"
|
2770
2791
|
},
|
2771
2792
|
"remoteAccess": {
|
2772
|
-
"shape": "
|
2793
|
+
"shape": "S2x"
|
2773
2794
|
},
|
2774
2795
|
"amiType": {},
|
2775
2796
|
"nodeRole": {},
|
2776
2797
|
"labels": {
|
2777
|
-
"shape": "
|
2798
|
+
"shape": "S2y"
|
2778
2799
|
},
|
2779
2800
|
"taints": {
|
2780
|
-
"shape": "
|
2801
|
+
"shape": "S31"
|
2781
2802
|
},
|
2782
2803
|
"resources": {
|
2783
2804
|
"type": "structure",
|
@@ -2816,17 +2837,17 @@
|
|
2816
2837
|
}
|
2817
2838
|
},
|
2818
2839
|
"updateConfig": {
|
2819
|
-
"shape": "
|
2840
|
+
"shape": "S37"
|
2820
2841
|
},
|
2821
2842
|
"launchTemplate": {
|
2822
|
-
"shape": "
|
2843
|
+
"shape": "S36"
|
2823
2844
|
},
|
2824
2845
|
"tags": {
|
2825
2846
|
"shape": "Ss"
|
2826
2847
|
}
|
2827
2848
|
}
|
2828
2849
|
},
|
2829
|
-
"
|
2850
|
+
"S3n": {
|
2830
2851
|
"type": "structure",
|
2831
2852
|
"members": {
|
2832
2853
|
"clusterName": {},
|
@@ -2847,7 +2868,7 @@
|
|
2847
2868
|
"ownerArn": {}
|
2848
2869
|
}
|
2849
2870
|
},
|
2850
|
-
"
|
2871
|
+
"S4s": {
|
2851
2872
|
"type": "structure",
|
2852
2873
|
"required": [
|
2853
2874
|
"type",
|
@@ -2858,7 +2879,7 @@
|
|
2858
2879
|
"name": {}
|
2859
2880
|
}
|
2860
2881
|
},
|
2861
|
-
"
|
2882
|
+
"S51": {
|
2862
2883
|
"type": "structure",
|
2863
2884
|
"members": {
|
2864
2885
|
"status": {},
|
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceId": "Lightsail",
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"targetPrefix": "Lightsail_20161128",
|
15
|
-
"uid": "lightsail-2016-11-28"
|
15
|
+
"uid": "lightsail-2016-11-28",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"AllocateStaticIp": {
|
@@ -4,10 +4,16 @@
|
|
4
4
|
"apiVersion": "2016-06-10",
|
5
5
|
"endpointPrefix": "polly",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon Polly",
|
8
11
|
"serviceId": "Polly",
|
9
12
|
"signatureVersion": "v4",
|
10
|
-
"uid": "polly-2016-06-10"
|
13
|
+
"uid": "polly-2016-06-10",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
11
17
|
},
|
12
18
|
"operations": {
|
13
19
|
"DeleteLexicon": {
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "rekognition",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "Amazon Rekognition",
|
9
12
|
"serviceId": "Rekognition",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "RekognitionService",
|
12
|
-
"uid": "rekognition-2016-06-27"
|
15
|
+
"uid": "rekognition-2016-06-27",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AssociateFaces": {
|