aws-sdk 2.1244.0 → 2.1246.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/CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1244.0-->
2
+ <!--LATEST=2.1246.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1246.0
6
+ * feature: IoTSiteWise: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
7
+ * feature: S3Control: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
8
+ * feature: SSMIncidents: Adds support for tagging replication-set on creation.
9
+ * feature: SageMaker: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.
10
+
11
+ ## 2.1245.0
12
+ * feature: RDS: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
13
+ * feature: Textract: Add ocr results in AnalyzeIDResponse as blocks
14
+
5
15
  ## 2.1244.0
6
16
  * feature: AppRunner: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
7
17
  * feature: CloudWatchLogs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1244.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1246.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1265,6 +1265,11 @@
1265
1265
  "assetId": {
1266
1266
  "location": "uri",
1267
1267
  "locationName": "assetId"
1268
+ },
1269
+ "excludeProperties": {
1270
+ "location": "querystring",
1271
+ "locationName": "excludeProperties",
1272
+ "type": "boolean"
1268
1273
  }
1269
1274
  }
1270
1275
  },
@@ -1287,10 +1292,10 @@
1287
1292
  "assetName": {},
1288
1293
  "assetModelId": {},
1289
1294
  "assetProperties": {
1290
- "shape": "S5u"
1295
+ "shape": "S5v"
1291
1296
  },
1292
1297
  "assetHierarchies": {
1293
- "shape": "S5z"
1298
+ "shape": "S60"
1294
1299
  },
1295
1300
  "assetCompositeModels": {
1296
1301
  "type": "list",
@@ -1306,8 +1311,9 @@
1306
1311
  "description": {},
1307
1312
  "type": {},
1308
1313
  "properties": {
1309
- "shape": "S5u"
1310
- }
1314
+ "shape": "S5v"
1315
+ },
1316
+ "id": {}
1311
1317
  }
1312
1318
  }
1313
1319
  },
@@ -1341,6 +1347,11 @@
1341
1347
  "assetModelId": {
1342
1348
  "location": "uri",
1343
1349
  "locationName": "assetModelId"
1350
+ },
1351
+ "excludeProperties": {
1352
+ "location": "querystring",
1353
+ "locationName": "excludeProperties",
1354
+ "type": "boolean"
1344
1355
  }
1345
1356
  }
1346
1357
  },
@@ -1363,13 +1374,13 @@
1363
1374
  "assetModelName": {},
1364
1375
  "assetModelDescription": {},
1365
1376
  "assetModelProperties": {
1366
- "shape": "S65"
1377
+ "shape": "S66"
1367
1378
  },
1368
1379
  "assetModelHierarchies": {
1369
- "shape": "S67"
1380
+ "shape": "S68"
1370
1381
  },
1371
1382
  "assetModelCompositeModels": {
1372
- "shape": "S69"
1383
+ "shape": "S6a"
1373
1384
  },
1374
1385
  "assetModelCreationDate": {
1375
1386
  "type": "timestamp"
@@ -1420,7 +1431,7 @@
1420
1431
  "assetName": {},
1421
1432
  "assetModelId": {},
1422
1433
  "assetProperty": {
1423
- "shape": "S6d"
1434
+ "shape": "S6e"
1424
1435
  },
1425
1436
  "compositeModel": {
1426
1437
  "type": "structure",
@@ -1433,8 +1444,9 @@
1433
1444
  "name": {},
1434
1445
  "type": {},
1435
1446
  "assetProperty": {
1436
- "shape": "S6d"
1437
- }
1447
+ "shape": "S6e"
1448
+ },
1449
+ "id": {}
1438
1450
  }
1439
1451
  }
1440
1452
  }
@@ -1566,7 +1578,7 @@
1566
1578
  "encryptionType": {},
1567
1579
  "kmsKeyArn": {},
1568
1580
  "configurationStatus": {
1569
- "shape": "S6m"
1581
+ "shape": "S6n"
1570
1582
  }
1571
1583
  }
1572
1584
  },
@@ -1609,7 +1621,7 @@
1609
1621
  "shape": "S4q"
1610
1622
  },
1611
1623
  "gatewayCapabilitySummaries": {
1612
- "shape": "S6r"
1624
+ "shape": "S6s"
1613
1625
  },
1614
1626
  "creationDate": {
1615
1627
  "type": "timestamp"
@@ -1680,7 +1692,7 @@
1680
1692
  ],
1681
1693
  "members": {
1682
1694
  "loggingOptions": {
1683
- "shape": "S70"
1695
+ "shape": "S71"
1684
1696
  }
1685
1697
  }
1686
1698
  },
@@ -1823,14 +1835,14 @@
1823
1835
  "members": {
1824
1836
  "storageType": {},
1825
1837
  "multiLayerStorage": {
1826
- "shape": "S7b"
1838
+ "shape": "S7c"
1827
1839
  },
1828
1840
  "disassociatedDataStorage": {},
1829
1841
  "retentionPeriod": {
1830
- "shape": "S7e"
1842
+ "shape": "S7f"
1831
1843
  },
1832
1844
  "configurationStatus": {
1833
- "shape": "S6m"
1845
+ "shape": "S6n"
1834
1846
  },
1835
1847
  "lastUpdateDate": {
1836
1848
  "type": "timestamp"
@@ -2319,6 +2331,71 @@
2319
2331
  "hostPrefix": "monitor."
2320
2332
  }
2321
2333
  },
2334
+ "ListAssetModelProperties": {
2335
+ "http": {
2336
+ "method": "GET",
2337
+ "requestUri": "/asset-models/{assetModelId}/properties"
2338
+ },
2339
+ "input": {
2340
+ "type": "structure",
2341
+ "required": [
2342
+ "assetModelId"
2343
+ ],
2344
+ "members": {
2345
+ "assetModelId": {
2346
+ "location": "uri",
2347
+ "locationName": "assetModelId"
2348
+ },
2349
+ "nextToken": {
2350
+ "location": "querystring",
2351
+ "locationName": "nextToken"
2352
+ },
2353
+ "maxResults": {
2354
+ "location": "querystring",
2355
+ "locationName": "maxResults",
2356
+ "type": "integer"
2357
+ },
2358
+ "filter": {
2359
+ "location": "querystring",
2360
+ "locationName": "filter"
2361
+ }
2362
+ }
2363
+ },
2364
+ "output": {
2365
+ "type": "structure",
2366
+ "required": [
2367
+ "assetModelPropertySummaries"
2368
+ ],
2369
+ "members": {
2370
+ "assetModelPropertySummaries": {
2371
+ "type": "list",
2372
+ "member": {
2373
+ "type": "structure",
2374
+ "required": [
2375
+ "name",
2376
+ "dataType",
2377
+ "type"
2378
+ ],
2379
+ "members": {
2380
+ "id": {},
2381
+ "name": {},
2382
+ "dataType": {},
2383
+ "dataTypeSpec": {},
2384
+ "unit": {},
2385
+ "type": {
2386
+ "shape": "S3g"
2387
+ },
2388
+ "assetModelCompositeModelId": {}
2389
+ }
2390
+ }
2391
+ },
2392
+ "nextToken": {}
2393
+ }
2394
+ },
2395
+ "endpoint": {
2396
+ "hostPrefix": "api."
2397
+ }
2398
+ },
2322
2399
  "ListAssetModels": {
2323
2400
  "http": {
2324
2401
  "method": "GET",
@@ -2381,6 +2458,64 @@
2381
2458
  "hostPrefix": "api."
2382
2459
  }
2383
2460
  },
2461
+ "ListAssetProperties": {
2462
+ "http": {
2463
+ "method": "GET",
2464
+ "requestUri": "/assets/{assetId}/properties"
2465
+ },
2466
+ "input": {
2467
+ "type": "structure",
2468
+ "required": [
2469
+ "assetId"
2470
+ ],
2471
+ "members": {
2472
+ "assetId": {
2473
+ "location": "uri",
2474
+ "locationName": "assetId"
2475
+ },
2476
+ "nextToken": {
2477
+ "location": "querystring",
2478
+ "locationName": "nextToken"
2479
+ },
2480
+ "maxResults": {
2481
+ "location": "querystring",
2482
+ "locationName": "maxResults",
2483
+ "type": "integer"
2484
+ },
2485
+ "filter": {
2486
+ "location": "querystring",
2487
+ "locationName": "filter"
2488
+ }
2489
+ }
2490
+ },
2491
+ "output": {
2492
+ "type": "structure",
2493
+ "required": [
2494
+ "assetPropertySummaries"
2495
+ ],
2496
+ "members": {
2497
+ "assetPropertySummaries": {
2498
+ "type": "list",
2499
+ "member": {
2500
+ "type": "structure",
2501
+ "members": {
2502
+ "id": {},
2503
+ "alias": {},
2504
+ "unit": {},
2505
+ "notification": {
2506
+ "shape": "S5x"
2507
+ },
2508
+ "assetCompositeModelId": {}
2509
+ }
2510
+ }
2511
+ },
2512
+ "nextToken": {}
2513
+ }
2514
+ },
2515
+ "endpoint": {
2516
+ "hostPrefix": "api."
2517
+ }
2518
+ },
2384
2519
  "ListAssetRelationships": {
2385
2520
  "http": {
2386
2521
  "method": "GET",
@@ -2506,7 +2641,7 @@
2506
2641
  "shape": "S33"
2507
2642
  },
2508
2643
  "hierarchies": {
2509
- "shape": "S5z"
2644
+ "shape": "S60"
2510
2645
  },
2511
2646
  "description": {}
2512
2647
  }
@@ -2588,7 +2723,7 @@
2588
2723
  "shape": "S33"
2589
2724
  },
2590
2725
  "hierarchies": {
2591
- "shape": "S5z"
2726
+ "shape": "S60"
2592
2727
  },
2593
2728
  "description": {}
2594
2729
  }
@@ -2756,7 +2891,7 @@
2756
2891
  "shape": "S4q"
2757
2892
  },
2758
2893
  "gatewayCapabilitySummaries": {
2759
- "shape": "S6r"
2894
+ "shape": "S6s"
2760
2895
  },
2761
2896
  "creationDate": {
2762
2897
  "type": "timestamp"
@@ -3060,7 +3195,7 @@
3060
3195
  "encryptionType": {},
3061
3196
  "kmsKeyArn": {},
3062
3197
  "configurationStatus": {
3063
- "shape": "S6m"
3198
+ "shape": "S6n"
3064
3199
  }
3065
3200
  }
3066
3201
  },
@@ -3080,7 +3215,7 @@
3080
3215
  ],
3081
3216
  "members": {
3082
3217
  "loggingOptions": {
3083
- "shape": "S70"
3218
+ "shape": "S71"
3084
3219
  }
3085
3220
  }
3086
3221
  },
@@ -3104,11 +3239,11 @@
3104
3239
  "members": {
3105
3240
  "storageType": {},
3106
3241
  "multiLayerStorage": {
3107
- "shape": "S7b"
3242
+ "shape": "S7c"
3108
3243
  },
3109
3244
  "disassociatedDataStorage": {},
3110
3245
  "retentionPeriod": {
3111
- "shape": "S7e"
3246
+ "shape": "S7f"
3112
3247
  }
3113
3248
  }
3114
3249
  },
@@ -3121,14 +3256,14 @@
3121
3256
  "members": {
3122
3257
  "storageType": {},
3123
3258
  "multiLayerStorage": {
3124
- "shape": "S7b"
3259
+ "shape": "S7c"
3125
3260
  },
3126
3261
  "disassociatedDataStorage": {},
3127
3262
  "retentionPeriod": {
3128
- "shape": "S7e"
3263
+ "shape": "S7f"
3129
3264
  },
3130
3265
  "configurationStatus": {
3131
- "shape": "S6m"
3266
+ "shape": "S6n"
3132
3267
  }
3133
3268
  }
3134
3269
  },
@@ -3294,13 +3429,13 @@
3294
3429
  "assetModelName": {},
3295
3430
  "assetModelDescription": {},
3296
3431
  "assetModelProperties": {
3297
- "shape": "S65"
3432
+ "shape": "S66"
3298
3433
  },
3299
3434
  "assetModelHierarchies": {
3300
- "shape": "S67"
3435
+ "shape": "S68"
3301
3436
  },
3302
3437
  "assetModelCompositeModels": {
3303
- "shape": "S69"
3438
+ "shape": "S6a"
3304
3439
  },
3305
3440
  "clientToken": {
3306
3441
  "idempotencyToken": true
@@ -4022,7 +4157,7 @@
4022
4157
  }
4023
4158
  }
4024
4159
  },
4025
- "S5u": {
4160
+ "S5v": {
4026
4161
  "type": "list",
4027
4162
  "member": {
4028
4163
  "type": "structure",
@@ -4036,7 +4171,7 @@
4036
4171
  "name": {},
4037
4172
  "alias": {},
4038
4173
  "notification": {
4039
- "shape": "S5w"
4174
+ "shape": "S5x"
4040
4175
  },
4041
4176
  "dataType": {},
4042
4177
  "dataTypeSpec": {},
@@ -4044,7 +4179,7 @@
4044
4179
  }
4045
4180
  }
4046
4181
  },
4047
- "S5w": {
4182
+ "S5x": {
4048
4183
  "type": "structure",
4049
4184
  "required": [
4050
4185
  "topic",
@@ -4055,7 +4190,7 @@
4055
4190
  "state": {}
4056
4191
  }
4057
4192
  },
4058
- "S5z": {
4193
+ "S60": {
4059
4194
  "type": "list",
4060
4195
  "member": {
4061
4196
  "type": "structure",
@@ -4068,7 +4203,7 @@
4068
4203
  }
4069
4204
  }
4070
4205
  },
4071
- "S65": {
4206
+ "S66": {
4072
4207
  "type": "list",
4073
4208
  "member": {
4074
4209
  "type": "structure",
@@ -4089,7 +4224,7 @@
4089
4224
  }
4090
4225
  }
4091
4226
  },
4092
- "S67": {
4227
+ "S68": {
4093
4228
  "type": "list",
4094
4229
  "member": {
4095
4230
  "type": "structure",
@@ -4104,7 +4239,7 @@
4104
4239
  }
4105
4240
  }
4106
4241
  },
4107
- "S69": {
4242
+ "S6a": {
4108
4243
  "type": "list",
4109
4244
  "member": {
4110
4245
  "type": "structure",
@@ -4117,12 +4252,13 @@
4117
4252
  "description": {},
4118
4253
  "type": {},
4119
4254
  "properties": {
4120
- "shape": "S65"
4121
- }
4255
+ "shape": "S66"
4256
+ },
4257
+ "id": {}
4122
4258
  }
4123
4259
  }
4124
4260
  },
4125
- "S6d": {
4261
+ "S6e": {
4126
4262
  "type": "structure",
4127
4263
  "required": [
4128
4264
  "id",
@@ -4134,7 +4270,7 @@
4134
4270
  "name": {},
4135
4271
  "alias": {},
4136
4272
  "notification": {
4137
- "shape": "S5w"
4273
+ "shape": "S5x"
4138
4274
  },
4139
4275
  "dataType": {},
4140
4276
  "unit": {},
@@ -4143,7 +4279,7 @@
4143
4279
  }
4144
4280
  }
4145
4281
  },
4146
- "S6m": {
4282
+ "S6n": {
4147
4283
  "type": "structure",
4148
4284
  "required": [
4149
4285
  "state"
@@ -4163,7 +4299,7 @@
4163
4299
  }
4164
4300
  }
4165
4301
  },
4166
- "S6r": {
4302
+ "S6s": {
4167
4303
  "type": "list",
4168
4304
  "member": {
4169
4305
  "type": "structure",
@@ -4177,7 +4313,7 @@
4177
4313
  }
4178
4314
  }
4179
4315
  },
4180
- "S70": {
4316
+ "S71": {
4181
4317
  "type": "structure",
4182
4318
  "required": [
4183
4319
  "level"
@@ -4186,7 +4322,7 @@
4186
4322
  "level": {}
4187
4323
  }
4188
4324
  },
4189
- "S7b": {
4325
+ "S7c": {
4190
4326
  "type": "structure",
4191
4327
  "required": [
4192
4328
  "customerManagedS3Storage"
@@ -4205,7 +4341,7 @@
4205
4341
  }
4206
4342
  }
4207
4343
  },
4208
- "S7e": {
4344
+ "S7f": {
4209
4345
  "type": "structure",
4210
4346
  "members": {
4211
4347
  "numberOfDays": {
@@ -38,12 +38,24 @@
38
38
  "limit_key": "maxResults",
39
39
  "result_key": "accessPolicySummaries"
40
40
  },
41
+ "ListAssetModelProperties": {
42
+ "input_token": "nextToken",
43
+ "output_token": "nextToken",
44
+ "limit_key": "maxResults",
45
+ "result_key": "assetModelPropertySummaries"
46
+ },
41
47
  "ListAssetModels": {
42
48
  "input_token": "nextToken",
43
49
  "output_token": "nextToken",
44
50
  "limit_key": "maxResults",
45
51
  "result_key": "assetModelSummaries"
46
52
  },
53
+ "ListAssetProperties": {
54
+ "input_token": "nextToken",
55
+ "output_token": "nextToken",
56
+ "limit_key": "maxResults",
57
+ "result_key": "assetPropertySummaries"
58
+ },
47
59
  "ListAssetRelationships": {
48
60
  "input_token": "nextToken",
49
61
  "output_token": "nextToken",