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.
Files changed (36) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
  3. package/apis/codeartifact-2018-09-22.min.json +7 -1
  4. package/apis/compute-optimizer-2019-11-01.min.json +447 -134
  5. package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
  6. package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
  7. package/apis/customer-profiles-2020-08-15.min.json +52 -25
  8. package/apis/dynamodb-2011-12-05.min.json +4 -1
  9. package/apis/dynamodb-2012-08-10.min.json +4 -1
  10. package/apis/ec2-2016-11-15.min.json +1 -1
  11. package/apis/glue-2017-03-31.paginators.json +16 -8
  12. package/apis/ivs-realtime-2020-07-14.min.json +272 -245
  13. package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
  14. package/apis/qbusiness-2023-11-27.min.json +75 -54
  15. package/apis/sagemaker-2017-07-24.min.json +1261 -1207
  16. package/apis/securityhub-2018-10-26.min.json +4 -1
  17. package/apis/ssm-2014-11-06.min.json +14 -3
  18. package/apis/workspaces-web-2020-07-08.min.json +8 -1
  19. package/clients/bedrockruntime.d.ts +31 -0
  20. package/clients/codeartifact.d.ts +28 -28
  21. package/clients/computeoptimizer.d.ts +449 -47
  22. package/clients/costoptimizationhub.d.ts +380 -328
  23. package/clients/costoptimizationhub.js +1 -0
  24. package/clients/customerprofiles.d.ts +35 -5
  25. package/clients/dynamodb.d.ts +12 -12
  26. package/clients/ivsrealtime.d.ts +282 -233
  27. package/clients/ivsrealtime.js +1 -0
  28. package/clients/qbusiness.d.ts +22 -3
  29. package/clients/sagemaker.d.ts +134 -34
  30. package/clients/workspacesweb.d.ts +21 -1
  31. package/dist/aws-sdk-core-react-native.js +1 -1
  32. package/dist/aws-sdk-react-native.js +341 -327
  33. package/dist/aws-sdk.js +26 -9
  34. package/dist/aws-sdk.min.js +17 -17
  35. package/lib/core.js +1 -1
  36. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "profile",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "Customer Profiles",
9
12
  "serviceFullName": "Amazon Connect Customer Profiles",
10
13
  "serviceId": "Customer Profiles",
11
14
  "signatureVersion": "v4",
12
15
  "signingName": "profile",
13
- "uid": "customer-profiles-2020-08-15"
16
+ "uid": "customer-profiles-2020-08-15",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddProfileKey": {
@@ -1144,6 +1150,12 @@
1144
1150
  "type": "boolean"
1145
1151
  },
1146
1152
  "SourceLastUpdatedTimestampFormat": {},
1153
+ "MaxAvailableProfileObjectCount": {
1154
+ "type": "integer"
1155
+ },
1156
+ "MaxProfileObjectCount": {
1157
+ "type": "integer"
1158
+ },
1147
1159
  "Fields": {
1148
1160
  "shape": "S45"
1149
1161
  },
@@ -1434,7 +1446,7 @@
1434
1446
  "type": "structure",
1435
1447
  "members": {
1436
1448
  "Items": {
1437
- "shape": "S60"
1449
+ "shape": "S62"
1438
1450
  },
1439
1451
  "NextToken": {}
1440
1452
  }
@@ -1758,7 +1770,7 @@
1758
1770
  "type": "structure",
1759
1771
  "members": {
1760
1772
  "Items": {
1761
- "shape": "S60"
1773
+ "shape": "S62"
1762
1774
  },
1763
1775
  "NextToken": {}
1764
1776
  }
@@ -1847,6 +1859,12 @@
1847
1859
  "LastUpdatedAt": {
1848
1860
  "type": "timestamp"
1849
1861
  },
1862
+ "MaxProfileObjectCount": {
1863
+ "type": "integer"
1864
+ },
1865
+ "MaxAvailableProfileObjectCount": {
1866
+ "type": "integer"
1867
+ },
1850
1868
  "Tags": {
1851
1869
  "shape": "Sn"
1852
1870
  }
@@ -2231,6 +2249,9 @@
2231
2249
  "type": "boolean"
2232
2250
  },
2233
2251
  "SourceLastUpdatedTimestampFormat": {},
2252
+ "MaxProfileObjectCount": {
2253
+ "type": "integer"
2254
+ },
2234
2255
  "Fields": {
2235
2256
  "shape": "S45"
2236
2257
  },
@@ -2262,6 +2283,12 @@
2262
2283
  "type": "boolean"
2263
2284
  },
2264
2285
  "SourceLastUpdatedTimestampFormat": {},
2286
+ "MaxProfileObjectCount": {
2287
+ "type": "integer"
2288
+ },
2289
+ "MaxAvailableProfileObjectCount": {
2290
+ "type": "integer"
2291
+ },
2265
2292
  "Fields": {
2266
2293
  "shape": "S45"
2267
2294
  },
@@ -2622,61 +2649,61 @@
2622
2649
  "sensitive": true
2623
2650
  },
2624
2651
  "AccountNumber": {
2625
- "shape": "S87"
2652
+ "shape": "S89"
2626
2653
  },
2627
2654
  "PartyType": {
2628
2655
  "shape": "S3b"
2629
2656
  },
2630
2657
  "BusinessName": {
2631
- "shape": "S87"
2658
+ "shape": "S89"
2632
2659
  },
2633
2660
  "FirstName": {
2634
- "shape": "S87"
2661
+ "shape": "S89"
2635
2662
  },
2636
2663
  "MiddleName": {
2637
- "shape": "S87"
2664
+ "shape": "S89"
2638
2665
  },
2639
2666
  "LastName": {
2640
- "shape": "S87"
2667
+ "shape": "S89"
2641
2668
  },
2642
2669
  "BirthDate": {
2643
- "shape": "S87"
2670
+ "shape": "S89"
2644
2671
  },
2645
2672
  "Gender": {
2646
2673
  "shape": "S3c"
2647
2674
  },
2648
2675
  "PhoneNumber": {
2649
- "shape": "S87"
2676
+ "shape": "S89"
2650
2677
  },
2651
2678
  "MobilePhoneNumber": {
2652
- "shape": "S87"
2679
+ "shape": "S89"
2653
2680
  },
2654
2681
  "HomePhoneNumber": {
2655
- "shape": "S87"
2682
+ "shape": "S89"
2656
2683
  },
2657
2684
  "BusinessPhoneNumber": {
2658
- "shape": "S87"
2685
+ "shape": "S89"
2659
2686
  },
2660
2687
  "EmailAddress": {
2661
- "shape": "S87"
2688
+ "shape": "S89"
2662
2689
  },
2663
2690
  "PersonalEmailAddress": {
2664
- "shape": "S87"
2691
+ "shape": "S89"
2665
2692
  },
2666
2693
  "BusinessEmailAddress": {
2667
- "shape": "S87"
2694
+ "shape": "S89"
2668
2695
  },
2669
2696
  "Address": {
2670
- "shape": "S88"
2697
+ "shape": "S8a"
2671
2698
  },
2672
2699
  "ShippingAddress": {
2673
- "shape": "S88"
2700
+ "shape": "S8a"
2674
2701
  },
2675
2702
  "MailingAddress": {
2676
- "shape": "S88"
2703
+ "shape": "S8a"
2677
2704
  },
2678
2705
  "BillingAddress": {
2679
- "shape": "S88"
2706
+ "shape": "S8a"
2680
2707
  },
2681
2708
  "Attributes": {
2682
2709
  "type": "map",
@@ -2685,10 +2712,10 @@
2685
2712
  "sensitive": true
2686
2713
  },
2687
2714
  "PartyTypeString": {
2688
- "shape": "S87"
2715
+ "shape": "S89"
2689
2716
  },
2690
2717
  "GenderString": {
2691
- "shape": "S87"
2718
+ "shape": "S89"
2692
2719
  }
2693
2720
  }
2694
2721
  },
@@ -3250,7 +3277,7 @@
3250
3277
  "type": "list",
3251
3278
  "member": {}
3252
3279
  },
3253
- "S60": {
3280
+ "S62": {
3254
3281
  "type": "list",
3255
3282
  "member": {
3256
3283
  "type": "structure",
@@ -3283,11 +3310,11 @@
3283
3310
  }
3284
3311
  }
3285
3312
  },
3286
- "S87": {
3313
+ "S89": {
3287
3314
  "type": "string",
3288
3315
  "sensitive": true
3289
3316
  },
3290
- "S88": {
3317
+ "S8a": {
3291
3318
  "type": "structure",
3292
3319
  "members": {
3293
3320
  "Address1": {},
@@ -13,7 +13,10 @@
13
13
  "serviceId": "DynamoDB",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "DynamoDB_20111205",
16
- "uid": "dynamodb-2011-12-05"
16
+ "uid": "dynamodb-2011-12-05",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "BatchGetItem": {
@@ -13,7 +13,10 @@
13
13
  "serviceId": "DynamoDB",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "DynamoDB_20120810",
16
- "uid": "dynamodb-2012-08-10"
16
+ "uid": "dynamodb-2012-08-10",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "BatchExecuteStatement": {
@@ -5,7 +5,7 @@
5
5
  "endpointPrefix": "ec2",
6
6
  "protocol": "ec2",
7
7
  "protocols": [
8
- "query"
8
+ "ec2"
9
9
  ],
10
10
  "serviceAbbreviation": "Amazon EC2",
11
11
  "serviceFullName": "Amazon Elastic Compute Cloud",
@@ -43,12 +43,14 @@
43
43
  "GetJobRuns": {
44
44
  "input_token": "NextToken",
45
45
  "limit_key": "MaxResults",
46
- "output_token": "NextToken"
46
+ "output_token": "NextToken",
47
+ "result_key": "JobRuns"
47
48
  },
48
49
  "GetJobs": {
49
50
  "input_token": "NextToken",
50
51
  "limit_key": "MaxResults",
51
- "output_token": "NextToken"
52
+ "output_token": "NextToken",
53
+ "result_key": "Jobs"
52
54
  },
53
55
  "GetMLTaskRuns": {
54
56
  "input_token": "NextToken",
@@ -95,7 +97,8 @@
95
97
  "GetTriggers": {
96
98
  "input_token": "NextToken",
97
99
  "limit_key": "MaxResults",
98
- "output_token": "NextToken"
100
+ "output_token": "NextToken",
101
+ "result_key": "Triggers"
99
102
  },
100
103
  "GetUnfilteredPartitionsMetadata": {
101
104
  "input_token": "NextToken",
@@ -110,12 +113,14 @@
110
113
  "GetWorkflowRuns": {
111
114
  "input_token": "NextToken",
112
115
  "limit_key": "MaxResults",
113
- "output_token": "NextToken"
116
+ "output_token": "NextToken",
117
+ "result_key": "Runs"
114
118
  },
115
119
  "ListBlueprints": {
116
120
  "input_token": "NextToken",
117
121
  "limit_key": "MaxResults",
118
- "output_token": "NextToken"
122
+ "output_token": "NextToken",
123
+ "result_key": "Blueprints"
119
124
  },
120
125
  "ListColumnStatisticsTaskRuns": {
121
126
  "input_token": "NextToken",
@@ -160,7 +165,8 @@
160
165
  "ListJobs": {
161
166
  "input_token": "NextToken",
162
167
  "limit_key": "MaxResults",
163
- "output_token": "NextToken"
168
+ "output_token": "NextToken",
169
+ "result_key": "JobNames"
164
170
  },
165
171
  "ListMLTransforms": {
166
172
  "input_token": "NextToken",
@@ -198,7 +204,8 @@
198
204
  "ListTriggers": {
199
205
  "input_token": "NextToken",
200
206
  "limit_key": "MaxResults",
201
- "output_token": "NextToken"
207
+ "output_token": "NextToken",
208
+ "result_key": "TriggerNames"
202
209
  },
203
210
  "ListUsageProfiles": {
204
211
  "input_token": "NextToken",
@@ -209,7 +216,8 @@
209
216
  "ListWorkflows": {
210
217
  "input_token": "NextToken",
211
218
  "limit_key": "MaxResults",
212
- "output_token": "NextToken"
219
+ "output_token": "NextToken",
220
+ "result_key": "Workflows"
213
221
  },
214
222
  "SearchTables": {
215
223
  "input_token": "NextToken",