aws-sdk 2.1610.0 → 2.1612.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.
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "personalize",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon Personalize",
9
12
  "serviceId": "Personalize",
10
13
  "signatureVersion": "v4",
@@ -121,6 +124,34 @@
121
124
  },
122
125
  "idempotent": true
123
126
  },
127
+ "CreateDataDeletionJob": {
128
+ "input": {
129
+ "type": "structure",
130
+ "required": [
131
+ "jobName",
132
+ "datasetGroupArn",
133
+ "dataSource",
134
+ "roleArn"
135
+ ],
136
+ "members": {
137
+ "jobName": {},
138
+ "datasetGroupArn": {},
139
+ "dataSource": {
140
+ "shape": "Sy"
141
+ },
142
+ "roleArn": {},
143
+ "tags": {
144
+ "shape": "Sf"
145
+ }
146
+ }
147
+ },
148
+ "output": {
149
+ "type": "structure",
150
+ "members": {
151
+ "dataDeletionJobArn": {}
152
+ }
153
+ }
154
+ },
124
155
  "CreateDataset": {
125
156
  "input": {
126
157
  "type": "structure",
@@ -163,7 +194,7 @@
163
194
  "ingestionMode": {},
164
195
  "roleArn": {},
165
196
  "jobOutput": {
166
- "shape": "S12"
197
+ "shape": "S15"
167
198
  },
168
199
  "tags": {
169
200
  "shape": "Sf"
@@ -215,7 +246,7 @@
215
246
  "jobName": {},
216
247
  "datasetArn": {},
217
248
  "dataSource": {
218
- "shape": "S18"
249
+ "shape": "Sy"
219
250
  },
220
251
  "roleArn": {},
221
252
  "tags": {
@@ -270,7 +301,7 @@
270
301
  "name": {},
271
302
  "datasetGroupArn": {},
272
303
  "filterExpression": {
273
- "shape": "S1f"
304
+ "shape": "S1h"
274
305
  },
275
306
  "tags": {
276
307
  "shape": "Sf"
@@ -297,10 +328,10 @@
297
328
  "name": {},
298
329
  "datasetGroupArn": {},
299
330
  "metrics": {
300
- "shape": "S1i"
331
+ "shape": "S1k"
301
332
  },
302
333
  "metricsOutputConfig": {
303
- "shape": "S1n"
334
+ "shape": "S1p"
304
335
  }
305
336
  }
306
337
  },
@@ -324,7 +355,7 @@
324
355
  "datasetGroupArn": {},
325
356
  "recipeArn": {},
326
357
  "recommenderConfig": {
327
- "shape": "S1q"
358
+ "shape": "S1s"
328
359
  },
329
360
  "tags": {
330
361
  "shape": "Sf"
@@ -382,7 +413,7 @@
382
413
  "datasetGroupArn": {},
383
414
  "eventType": {},
384
415
  "solutionConfig": {
385
- "shape": "S21"
416
+ "shape": "S23"
386
417
  },
387
418
  "tags": {
388
419
  "shape": "Sf"
@@ -602,7 +633,7 @@
602
633
  "members": {
603
634
  "name": {},
604
635
  "values": {
605
- "shape": "S2k"
636
+ "shape": "S2m"
606
637
  },
607
638
  "isTunable": {
608
639
  "type": "boolean"
@@ -785,6 +816,46 @@
785
816
  },
786
817
  "idempotent": true
787
818
  },
819
+ "DescribeDataDeletionJob": {
820
+ "input": {
821
+ "type": "structure",
822
+ "required": [
823
+ "dataDeletionJobArn"
824
+ ],
825
+ "members": {
826
+ "dataDeletionJobArn": {}
827
+ }
828
+ },
829
+ "output": {
830
+ "type": "structure",
831
+ "members": {
832
+ "dataDeletionJob": {
833
+ "type": "structure",
834
+ "members": {
835
+ "jobName": {},
836
+ "dataDeletionJobArn": {},
837
+ "datasetGroupArn": {},
838
+ "dataSource": {
839
+ "shape": "Sy"
840
+ },
841
+ "roleArn": {},
842
+ "status": {},
843
+ "numDeleted": {
844
+ "type": "integer"
845
+ },
846
+ "creationDateTime": {
847
+ "type": "timestamp"
848
+ },
849
+ "lastUpdatedDateTime": {
850
+ "type": "timestamp"
851
+ },
852
+ "failureReason": {}
853
+ }
854
+ }
855
+ }
856
+ },
857
+ "idempotent": true
858
+ },
788
859
  "DescribeDataset": {
789
860
  "input": {
790
861
  "type": "structure",
@@ -857,7 +928,7 @@
857
928
  "roleArn": {},
858
929
  "status": {},
859
930
  "jobOutput": {
860
- "shape": "S12"
931
+ "shape": "S15"
861
932
  },
862
933
  "creationDateTime": {
863
934
  "type": "timestamp"
@@ -927,7 +998,7 @@
927
998
  "datasetImportJobArn": {},
928
999
  "datasetArn": {},
929
1000
  "dataSource": {
930
- "shape": "S18"
1001
+ "shape": "Sy"
931
1002
  },
932
1003
  "roleArn": {},
933
1004
  "status": {},
@@ -1045,7 +1116,7 @@
1045
1116
  "datasetGroupArn": {},
1046
1117
  "failureReason": {},
1047
1118
  "filterExpression": {
1048
- "shape": "S1f"
1119
+ "shape": "S1h"
1049
1120
  },
1050
1121
  "status": {}
1051
1122
  }
@@ -1074,7 +1145,7 @@
1074
1145
  "metricAttributionArn": {},
1075
1146
  "datasetGroupArn": {},
1076
1147
  "metricsOutputConfig": {
1077
- "shape": "S1n"
1148
+ "shape": "S1p"
1078
1149
  },
1079
1150
  "status": {},
1080
1151
  "creationDateTime": {
@@ -1145,7 +1216,7 @@
1145
1216
  "name": {},
1146
1217
  "recipeArn": {},
1147
1218
  "recommenderConfig": {
1148
- "shape": "S1q"
1219
+ "shape": "S1s"
1149
1220
  },
1150
1221
  "creationDateTime": {
1151
1222
  "type": "timestamp"
@@ -1159,7 +1230,7 @@
1159
1230
  "type": "structure",
1160
1231
  "members": {
1161
1232
  "recommenderConfig": {
1162
- "shape": "S1q"
1233
+ "shape": "S1s"
1163
1234
  },
1164
1235
  "creationDateTime": {
1165
1236
  "type": "timestamp"
@@ -1172,7 +1243,7 @@
1172
1243
  }
1173
1244
  },
1174
1245
  "modelMetrics": {
1175
- "shape": "S4z"
1246
+ "shape": "S55"
1176
1247
  }
1177
1248
  }
1178
1249
  }
@@ -1243,7 +1314,7 @@
1243
1314
  "datasetGroupArn": {},
1244
1315
  "eventType": {},
1245
1316
  "solutionConfig": {
1246
- "shape": "S21"
1317
+ "shape": "S23"
1247
1318
  },
1248
1319
  "autoMLResult": {
1249
1320
  "type": "structure",
@@ -1259,7 +1330,7 @@
1259
1330
  "type": "timestamp"
1260
1331
  },
1261
1332
  "latestSolutionVersion": {
1262
- "shape": "S59"
1333
+ "shape": "S5f"
1263
1334
  }
1264
1335
  }
1265
1336
  }
@@ -1296,7 +1367,7 @@
1296
1367
  "eventType": {},
1297
1368
  "datasetGroupArn": {},
1298
1369
  "solutionConfig": {
1299
- "shape": "S21"
1370
+ "shape": "S23"
1300
1371
  },
1301
1372
  "trainingHours": {
1302
1373
  "type": "double"
@@ -1340,7 +1411,7 @@
1340
1411
  "members": {
1341
1412
  "solutionVersionArn": {},
1342
1413
  "metrics": {
1343
- "shape": "S4z"
1414
+ "shape": "S55"
1344
1415
  }
1345
1416
  }
1346
1417
  }
@@ -1459,6 +1530,44 @@
1459
1530
  },
1460
1531
  "idempotent": true
1461
1532
  },
1533
+ "ListDataDeletionJobs": {
1534
+ "input": {
1535
+ "type": "structure",
1536
+ "members": {
1537
+ "datasetGroupArn": {},
1538
+ "nextToken": {},
1539
+ "maxResults": {
1540
+ "type": "integer"
1541
+ }
1542
+ }
1543
+ },
1544
+ "output": {
1545
+ "type": "structure",
1546
+ "members": {
1547
+ "dataDeletionJobs": {
1548
+ "type": "list",
1549
+ "member": {
1550
+ "type": "structure",
1551
+ "members": {
1552
+ "dataDeletionJobArn": {},
1553
+ "datasetGroupArn": {},
1554
+ "jobName": {},
1555
+ "status": {},
1556
+ "creationDateTime": {
1557
+ "type": "timestamp"
1558
+ },
1559
+ "lastUpdatedDateTime": {
1560
+ "type": "timestamp"
1561
+ },
1562
+ "failureReason": {}
1563
+ }
1564
+ }
1565
+ },
1566
+ "nextToken": {}
1567
+ }
1568
+ },
1569
+ "idempotent": true
1570
+ },
1462
1571
  "ListDatasetExportJobs": {
1463
1572
  "input": {
1464
1573
  "type": "structure",
@@ -1697,7 +1806,7 @@
1697
1806
  "type": "structure",
1698
1807
  "members": {
1699
1808
  "metrics": {
1700
- "shape": "S1i"
1809
+ "shape": "S1k"
1701
1810
  },
1702
1811
  "nextToken": {}
1703
1812
  }
@@ -1803,7 +1912,7 @@
1803
1912
  "datasetGroupArn": {},
1804
1913
  "recipeArn": {},
1805
1914
  "recommenderConfig": {
1806
- "shape": "S1q"
1915
+ "shape": "S1s"
1807
1916
  },
1808
1917
  "status": {},
1809
1918
  "creationDateTime": {
@@ -1872,7 +1981,7 @@
1872
1981
  "solutionVersions": {
1873
1982
  "type": "list",
1874
1983
  "member": {
1875
- "shape": "S59"
1984
+ "shape": "S5f"
1876
1985
  }
1877
1986
  },
1878
1987
  "nextToken": {}
@@ -2073,14 +2182,14 @@
2073
2182
  "type": "structure",
2074
2183
  "members": {
2075
2184
  "addMetrics": {
2076
- "shape": "S1i"
2185
+ "shape": "S1k"
2077
2186
  },
2078
2187
  "removeMetrics": {
2079
2188
  "type": "list",
2080
2189
  "member": {}
2081
2190
  },
2082
2191
  "metricsOutputConfig": {
2083
- "shape": "S1n"
2192
+ "shape": "S1p"
2084
2193
  },
2085
2194
  "metricAttributionArn": {}
2086
2195
  }
@@ -2102,7 +2211,7 @@
2102
2211
  "members": {
2103
2212
  "recommenderArn": {},
2104
2213
  "recommenderConfig": {
2105
- "shape": "S1q"
2214
+ "shape": "S1s"
2106
2215
  }
2107
2216
  }
2108
2217
  },
@@ -2228,7 +2337,13 @@
2228
2337
  }
2229
2338
  }
2230
2339
  },
2231
- "S12": {
2340
+ "Sy": {
2341
+ "type": "structure",
2342
+ "members": {
2343
+ "dataLocation": {}
2344
+ }
2345
+ },
2346
+ "S15": {
2232
2347
  "type": "structure",
2233
2348
  "required": [
2234
2349
  "s3DataDestination"
@@ -2239,17 +2354,11 @@
2239
2354
  }
2240
2355
  }
2241
2356
  },
2242
- "S18": {
2243
- "type": "structure",
2244
- "members": {
2245
- "dataLocation": {}
2246
- }
2247
- },
2248
- "S1f": {
2357
+ "S1h": {
2249
2358
  "type": "string",
2250
2359
  "sensitive": true
2251
2360
  },
2252
- "S1i": {
2361
+ "S1k": {
2253
2362
  "type": "list",
2254
2363
  "member": {
2255
2364
  "type": "structure",
@@ -2265,7 +2374,7 @@
2265
2374
  }
2266
2375
  }
2267
2376
  },
2268
- "S1n": {
2377
+ "S1p": {
2269
2378
  "type": "structure",
2270
2379
  "required": [
2271
2380
  "roleArn"
@@ -2277,7 +2386,7 @@
2277
2386
  "roleArn": {}
2278
2387
  }
2279
2388
  },
2280
- "S1q": {
2389
+ "S1s": {
2281
2390
  "type": "structure",
2282
2391
  "members": {
2283
2392
  "itemExplorationConfig": {
@@ -2287,14 +2396,14 @@
2287
2396
  "type": "integer"
2288
2397
  },
2289
2398
  "trainingDataConfig": {
2290
- "shape": "S1r"
2399
+ "shape": "S1t"
2291
2400
  },
2292
2401
  "enableMetadataWithRecommendations": {
2293
2402
  "type": "boolean"
2294
2403
  }
2295
2404
  }
2296
2405
  },
2297
- "S1r": {
2406
+ "S1t": {
2298
2407
  "type": "structure",
2299
2408
  "members": {
2300
2409
  "excludedDatasetColumns": {
@@ -2307,7 +2416,7 @@
2307
2416
  }
2308
2417
  }
2309
2418
  },
2310
- "S21": {
2419
+ "S23": {
2311
2420
  "type": "structure",
2312
2421
  "members": {
2313
2422
  "eventValueThreshold": {},
@@ -2369,7 +2478,7 @@
2369
2478
  "members": {
2370
2479
  "name": {},
2371
2480
  "values": {
2372
- "shape": "S2k"
2481
+ "shape": "S2m"
2373
2482
  }
2374
2483
  }
2375
2484
  }
@@ -2404,7 +2513,7 @@
2404
2513
  }
2405
2514
  },
2406
2515
  "trainingDataConfig": {
2407
- "shape": "S1r"
2516
+ "shape": "S1t"
2408
2517
  },
2409
2518
  "autoTrainingConfig": {
2410
2519
  "type": "structure",
@@ -2414,18 +2523,18 @@
2414
2523
  }
2415
2524
  }
2416
2525
  },
2417
- "S2k": {
2526
+ "S2m": {
2418
2527
  "type": "list",
2419
2528
  "member": {}
2420
2529
  },
2421
- "S4z": {
2530
+ "S55": {
2422
2531
  "type": "map",
2423
2532
  "key": {},
2424
2533
  "value": {
2425
2534
  "type": "double"
2426
2535
  }
2427
2536
  },
2428
- "S59": {
2537
+ "S5f": {
2429
2538
  "type": "structure",
2430
2539
  "members": {
2431
2540
  "solutionVersionArn": {},
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "personalize-runtime",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "Amazon Personalize Runtime",
9
12
  "serviceId": "Personalize Runtime",
10
13
  "signatureVersion": "v4",
@@ -183,7 +186,12 @@
183
186
  "metadata": {
184
187
  "type": "map",
185
188
  "key": {},
186
- "value": {}
189
+ "value": {},
190
+ "sensitive": true
191
+ },
192
+ "reason": {
193
+ "type": "list",
194
+ "member": {}
187
195
  }
188
196
  }
189
197
  }
@@ -866,7 +866,13 @@
866
866
  "nextToken": {},
867
867
  "scheduledActions": {
868
868
  "type": "list",
869
- "member": {}
869
+ "member": {
870
+ "type": "structure",
871
+ "members": {
872
+ "namespaceName": {},
873
+ "scheduledActionName": {}
874
+ }
875
+ }
870
876
  }
871
877
  }
872
878
  }
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "email",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "Amazon SES V2",
9
12
  "serviceFullName": "Amazon Simple Email Service",
10
13
  "serviceId": "SESv2",
@@ -1719,8 +1722,7 @@
1719
1722
  },
1720
1723
  "ListContacts": {
1721
1724
  "http": {
1722
- "method": "GET",
1723
- "requestUri": "/v2/email/contact-lists/{ContactListName}/contacts"
1725
+ "requestUri": "/v2/email/contact-lists/{ContactListName}/contacts/list"
1724
1726
  },
1725
1727
  "input": {
1726
1728
  "type": "structure",
@@ -1748,14 +1750,9 @@
1748
1750
  }
1749
1751
  },
1750
1752
  "PageSize": {
1751
- "location": "querystring",
1752
- "locationName": "PageSize",
1753
1753
  "type": "integer"
1754
1754
  },
1755
- "NextToken": {
1756
- "location": "querystring",
1757
- "locationName": "NextToken"
1758
- }
1755
+ "NextToken": {}
1759
1756
  }
1760
1757
  },
1761
1758
  "output": {
@@ -2063,20 +2060,14 @@
2063
2060
  },
2064
2061
  "ListImportJobs": {
2065
2062
  "http": {
2066
- "method": "GET",
2067
- "requestUri": "/v2/email/import-jobs"
2063
+ "requestUri": "/v2/email/import-jobs/list"
2068
2064
  },
2069
2065
  "input": {
2070
2066
  "type": "structure",
2071
2067
  "members": {
2072
2068
  "ImportDestinationType": {},
2073
- "NextToken": {
2074
- "location": "querystring",
2075
- "locationName": "NextToken"
2076
- },
2069
+ "NextToken": {},
2077
2070
  "PageSize": {
2078
- "location": "querystring",
2079
- "locationName": "PageSize",
2080
2071
  "type": "integer"
2081
2072
  }
2082
2073
  }
@@ -959,7 +959,7 @@ declare namespace BedrockAgent {
959
959
  */
960
960
  clientToken?: ClientToken;
961
961
  /**
962
- * The deletion policy for the requested data source
962
+ * The data deletion policy assigned to the data source.
963
963
  */
964
964
  dataDeletionPolicy?: DataDeletionPolicy;
965
965
  /**
@@ -1038,7 +1038,7 @@ declare namespace BedrockAgent {
1038
1038
  */
1039
1039
  createdAt: DateTimestamp;
1040
1040
  /**
1041
- * The deletion policy for the data source.
1041
+ * The data deletion policy for a data source.
1042
1042
  */
1043
1043
  dataDeletionPolicy?: DataDeletionPolicy;
1044
1044
  /**
@@ -1054,7 +1054,7 @@ declare namespace BedrockAgent {
1054
1054
  */
1055
1055
  description?: Description;
1056
1056
  /**
1057
- * The details of the failure reasons related to the data source.
1057
+ * The detailed reasons on the failure to delete a data source.
1058
1058
  */
1059
1059
  failureReasons?: FailureReasons;
1060
1060
  /**
@@ -1660,7 +1660,7 @@ declare namespace BedrockAgent {
1660
1660
  export type KnowledgeBaseRoleArn = string;
1661
1661
  export type KnowledgeBaseState = "ENABLED"|"DISABLED"|string;
1662
1662
  export type KnowledgeBaseStatus = "CREATING"|"ACTIVE"|"DELETING"|"UPDATING"|"FAILED"|"DELETE_UNSUCCESSFUL"|string;
1663
- export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS"|"PINECONE"|"REDIS_ENTERPRISE_CLOUD"|"RDS"|string;
1663
+ export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS"|"PINECONE"|"REDIS_ENTERPRISE_CLOUD"|"RDS"|"MONGO_DB_ATLAS"|string;
1664
1664
  export type KnowledgeBaseSummaries = KnowledgeBaseSummary[];
1665
1665
  export interface KnowledgeBaseSummary {
1666
1666
  /**
@@ -1905,6 +1905,55 @@ declare namespace BedrockAgent {
1905
1905
  export type MaxResults = number;
1906
1906
  export type MaximumLength = number;
1907
1907
  export type ModelIdentifier = string;
1908
+ export type MongoDbAtlasCollectionName = string;
1909
+ export interface MongoDbAtlasConfiguration {
1910
+ /**
1911
+ * The collection name of the knowledge base in MongoDB Atlas.
1912
+ */
1913
+ collectionName: MongoDbAtlasCollectionName;
1914
+ /**
1915
+ * The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that contains user credentials for your MongoDB Atlas cluster.
1916
+ */
1917
+ credentialsSecretArn: SecretArn;
1918
+ /**
1919
+ * The database name in your MongoDB Atlas cluster for your knowledge base.
1920
+ */
1921
+ databaseName: MongoDbAtlasDatabaseName;
1922
+ /**
1923
+ * The endpoint URL of your MongoDB Atlas cluster for your knowledge base.
1924
+ */
1925
+ endpoint: MongoDbAtlasEndpoint;
1926
+ /**
1927
+ * The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.
1928
+ */
1929
+ endpointServiceName?: MongoDbAtlasEndpointServiceName;
1930
+ /**
1931
+ * Contains the names of the fields to which to map information about the vector store.
1932
+ */
1933
+ fieldMapping: MongoDbAtlasFieldMapping;
1934
+ /**
1935
+ * The name of the MongoDB Atlas vector search index.
1936
+ */
1937
+ vectorIndexName: MongoDbAtlasIndexName;
1938
+ }
1939
+ export type MongoDbAtlasDatabaseName = string;
1940
+ export type MongoDbAtlasEndpoint = string;
1941
+ export type MongoDbAtlasEndpointServiceName = string;
1942
+ export interface MongoDbAtlasFieldMapping {
1943
+ /**
1944
+ * The name of the field in which Amazon Bedrock stores metadata about the vector store.
1945
+ */
1946
+ metadataField: FieldName;
1947
+ /**
1948
+ * The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
1949
+ */
1950
+ textField: FieldName;
1951
+ /**
1952
+ * The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
1953
+ */
1954
+ vectorField: FieldName;
1955
+ }
1956
+ export type MongoDbAtlasIndexName = string;
1908
1957
  export type Name = string;
1909
1958
  export type NextToken = string;
1910
1959
  export type NumericalVersion = string;
@@ -2136,7 +2185,7 @@ declare namespace BedrockAgent {
2136
2185
  */
2137
2186
  bucketArn: S3BucketArn;
2138
2187
  /**
2139
- * The account ID for the owner of the S3 bucket.
2188
+ * The bucket account owner ID for the S3 bucket.
2140
2189
  */
2141
2190
  bucketOwnerAccountId?: BucketOwnerAccountId;
2142
2191
  /**
@@ -2192,6 +2241,10 @@ declare namespace BedrockAgent {
2192
2241
  }
2193
2242
  export type StopSequences = String[];
2194
2243
  export interface StorageConfiguration {
2244
+ /**
2245
+ * Contains the storage configuration of the knowledge base in MongoDB Atlas.
2246
+ */
2247
+ mongoDbAtlasConfiguration?: MongoDbAtlasConfiguration;
2195
2248
  /**
2196
2249
  * Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
2197
2250
  */
@@ -2397,7 +2450,7 @@ declare namespace BedrockAgent {
2397
2450
  }
2398
2451
  export interface UpdateDataSourceRequest {
2399
2452
  /**
2400
- * The data deletion policy of the updated data source.
2453
+ * The data deletion policy assigned to the data source.
2401
2454
  */
2402
2455
  dataDeletionPolicy?: DataDeletionPolicy;
2403
2456
  /**