aws-sdk 2.1399.0 → 2.1401.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,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1399.0-->
2
+ <!--LATEST=2.1401.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1401.0
6
+ * feature: Appflow: This release adds new API to reset connector metadata cache
7
+ * feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
8
+ * feature: EC2: Adds support for targeting Dedicated Host allocations by assetIds in AWS Outposts
9
+ * feature: Lambda: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
10
+ * feature: Redshift: Added support for custom domain names for Redshift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
11
+
12
+ ## 2.1400.0
13
+ * feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
14
+ * feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs
15
+ * feature: Glue: This release adds support for creating cross region table/database resource links
16
+ * feature: Pricing: This release updates the PriceListArn regex pattern.
17
+ * feature: Route53Domains: Update MaxItems upper bound to 1000 for ListPricesRequest
18
+ * feature: SageMaker: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.
19
+
5
20
  ## 2.1399.0
6
21
  * feature: Account: Improve pagination support for ListRegions
7
22
  * feature: Connect: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1399.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1401.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -698,6 +698,25 @@
698
698
  }
699
699
  }
700
700
  },
701
+ "ResetConnectorMetadataCache": {
702
+ "http": {
703
+ "requestUri": "/reset-connector-metadata-cache"
704
+ },
705
+ "input": {
706
+ "type": "structure",
707
+ "members": {
708
+ "connectorProfileName": {},
709
+ "connectorType": {},
710
+ "connectorEntityName": {},
711
+ "entitiesPath": {},
712
+ "apiVersion": {}
713
+ }
714
+ },
715
+ "output": {
716
+ "type": "structure",
717
+ "members": {}
718
+ }
719
+ },
701
720
  "StartFlow": {
702
721
  "http": {
703
722
  "requestUri": "/start-flow"
@@ -206,7 +206,8 @@
206
206
  },
207
207
  "IncludeNestedStacks": {
208
208
  "type": "boolean"
209
- }
209
+ },
210
+ "OnStackFailure": {}
210
211
  }
211
212
  },
212
213
  "output": {
@@ -280,19 +281,19 @@
280
281
  "members": {
281
282
  "StackSetName": {},
282
283
  "Accounts": {
283
- "shape": "S2j"
284
+ "shape": "S2k"
284
285
  },
285
286
  "DeploymentTargets": {
286
- "shape": "S2l"
287
+ "shape": "S2m"
287
288
  },
288
289
  "Regions": {
289
- "shape": "S2q"
290
+ "shape": "S2r"
290
291
  },
291
292
  "ParameterOverrides": {
292
293
  "shape": "S1a"
293
294
  },
294
295
  "OperationPreferences": {
295
- "shape": "S2s"
296
+ "shape": "S2t"
296
297
  },
297
298
  "OperationId": {
298
299
  "idempotencyToken": true
@@ -333,14 +334,14 @@
333
334
  "ExecutionRoleName": {},
334
335
  "PermissionModel": {},
335
336
  "AutoDeployment": {
336
- "shape": "S33"
337
+ "shape": "S34"
337
338
  },
338
339
  "CallAs": {},
339
340
  "ClientRequestToken": {
340
341
  "idempotencyToken": true
341
342
  },
342
343
  "ManagedExecution": {
343
- "shape": "S36"
344
+ "shape": "S37"
344
345
  }
345
346
  }
346
347
  },
@@ -424,16 +425,16 @@
424
425
  "members": {
425
426
  "StackSetName": {},
426
427
  "Accounts": {
427
- "shape": "S2j"
428
+ "shape": "S2k"
428
429
  },
429
430
  "DeploymentTargets": {
430
- "shape": "S2l"
431
+ "shape": "S2m"
431
432
  },
432
433
  "Regions": {
433
- "shape": "S2q"
434
+ "shape": "S2r"
434
435
  },
435
436
  "OperationPreferences": {
436
- "shape": "S2s"
437
+ "shape": "S2t"
437
438
  },
438
439
  "RetainStacks": {
439
440
  "type": "boolean"
@@ -597,7 +598,7 @@
597
598
  },
598
599
  "ChangeSetId": {},
599
600
  "ModuleInfo": {
600
- "shape": "S4n"
601
+ "shape": "S4o"
601
602
  }
602
603
  }
603
604
  }
@@ -609,7 +610,8 @@
609
610
  "type": "boolean"
610
611
  },
611
612
  "ParentChangeSetId": {},
612
- "RootChangeSetId": {}
613
+ "RootChangeSetId": {},
614
+ "OnStackFailure": {}
613
615
  }
614
616
  }
615
617
  },
@@ -813,7 +815,7 @@
813
815
  },
814
816
  "Status": {},
815
817
  "StackInstanceStatus": {
816
- "shape": "S5y"
818
+ "shape": "S5z"
817
819
  },
818
820
  "StatusReason": {},
819
821
  "OrganizationalUnitId": {},
@@ -865,10 +867,10 @@
865
867
  "Description": {},
866
868
  "Metadata": {},
867
869
  "DriftInformation": {
868
- "shape": "S65"
870
+ "shape": "S66"
869
871
  },
870
872
  "ModuleInfo": {
871
- "shape": "S4n"
873
+ "shape": "S4o"
872
874
  }
873
875
  }
874
876
  }
@@ -903,7 +905,7 @@
903
905
  "StackResourceDrifts": {
904
906
  "type": "list",
905
907
  "member": {
906
- "shape": "S6c"
908
+ "shape": "S6d"
907
909
  }
908
910
  },
909
911
  "NextToken": {}
@@ -946,10 +948,10 @@
946
948
  "ResourceStatusReason": {},
947
949
  "Description": {},
948
950
  "DriftInformation": {
949
- "shape": "S65"
951
+ "shape": "S66"
950
952
  },
951
953
  "ModuleInfo": {
952
- "shape": "S4n"
954
+ "shape": "S4o"
953
955
  }
954
956
  }
955
957
  }
@@ -993,20 +995,20 @@
993
995
  "AdministrationRoleARN": {},
994
996
  "ExecutionRoleName": {},
995
997
  "StackSetDriftDetectionDetails": {
996
- "shape": "S6w"
998
+ "shape": "S6x"
997
999
  },
998
1000
  "AutoDeployment": {
999
- "shape": "S33"
1001
+ "shape": "S34"
1000
1002
  },
1001
1003
  "PermissionModel": {},
1002
1004
  "OrganizationalUnitIds": {
1003
- "shape": "S2n"
1005
+ "shape": "S2o"
1004
1006
  },
1005
1007
  "ManagedExecution": {
1006
- "shape": "S36"
1008
+ "shape": "S37"
1007
1009
  },
1008
1010
  "Regions": {
1009
- "shape": "S2q"
1011
+ "shape": "S2r"
1010
1012
  }
1011
1013
  }
1012
1014
  }
@@ -1038,7 +1040,7 @@
1038
1040
  "Action": {},
1039
1041
  "Status": {},
1040
1042
  "OperationPreferences": {
1041
- "shape": "S2s"
1043
+ "shape": "S2t"
1042
1044
  },
1043
1045
  "RetainStacks": {
1044
1046
  "type": "boolean"
@@ -1052,14 +1054,14 @@
1052
1054
  "type": "timestamp"
1053
1055
  },
1054
1056
  "DeploymentTargets": {
1055
- "shape": "S2l"
1057
+ "shape": "S2m"
1056
1058
  },
1057
1059
  "StackSetDriftDetectionDetails": {
1058
- "shape": "S6w"
1060
+ "shape": "S6x"
1059
1061
  },
1060
1062
  "StatusReason": {},
1061
1063
  "StatusDetails": {
1062
- "shape": "S7b"
1064
+ "shape": "S7c"
1063
1065
  }
1064
1066
  }
1065
1067
  }
@@ -1267,7 +1269,7 @@
1267
1269
  "members": {
1268
1270
  "StackName": {},
1269
1271
  "LogicalResourceIds": {
1270
- "shape": "S8c"
1272
+ "shape": "S8d"
1271
1273
  }
1272
1274
  }
1273
1275
  },
@@ -1302,7 +1304,7 @@
1302
1304
  ],
1303
1305
  "members": {
1304
1306
  "StackResourceDrift": {
1305
- "shape": "S6c"
1307
+ "shape": "S6d"
1306
1308
  }
1307
1309
  }
1308
1310
  }
@@ -1316,7 +1318,7 @@
1316
1318
  "members": {
1317
1319
  "StackSetName": {},
1318
1320
  "OperationPreferences": {
1319
- "shape": "S2s"
1321
+ "shape": "S2t"
1320
1322
  },
1321
1323
  "OperationId": {
1322
1324
  "idempotencyToken": true
@@ -1461,7 +1463,7 @@
1461
1463
  "Version": {},
1462
1464
  "Metadata": {},
1463
1465
  "DeclaredTransforms": {
1464
- "shape": "S95"
1466
+ "shape": "S96"
1465
1467
  },
1466
1468
  "ResourceIdentifierSummaries": {
1467
1469
  "type": "list",
@@ -1470,7 +1472,7 @@
1470
1472
  "members": {
1471
1473
  "ResourceType": {},
1472
1474
  "LogicalResourceIds": {
1473
- "shape": "S8c"
1475
+ "shape": "S8d"
1474
1476
  },
1475
1477
  "ResourceIdentifiers": {
1476
1478
  "type": "list",
@@ -1496,10 +1498,10 @@
1496
1498
  },
1497
1499
  "StackIdsUrl": {},
1498
1500
  "OrganizationalUnitIds": {
1499
- "shape": "S2n"
1501
+ "shape": "S2o"
1500
1502
  },
1501
1503
  "OperationPreferences": {
1502
- "shape": "S2s"
1504
+ "shape": "S2t"
1503
1505
  },
1504
1506
  "OperationId": {
1505
1507
  "idempotencyToken": true
@@ -1650,7 +1652,7 @@
1650
1652
  "Status": {},
1651
1653
  "StatusReason": {},
1652
1654
  "StackInstanceStatus": {
1653
- "shape": "S5y"
1655
+ "shape": "S5z"
1654
1656
  },
1655
1657
  "OrganizationalUnitId": {},
1656
1658
  "DriftStatus": {},
@@ -1712,7 +1714,7 @@
1712
1714
  }
1713
1715
  },
1714
1716
  "ModuleInfo": {
1715
- "shape": "S4n"
1717
+ "shape": "S4o"
1716
1718
  }
1717
1719
  }
1718
1720
  }
@@ -1811,10 +1813,10 @@
1811
1813
  },
1812
1814
  "StatusReason": {},
1813
1815
  "StatusDetails": {
1814
- "shape": "S7b"
1816
+ "shape": "S7c"
1815
1817
  },
1816
1818
  "OperationPreferences": {
1817
- "shape": "S2s"
1819
+ "shape": "S2t"
1818
1820
  }
1819
1821
  }
1820
1822
  }
@@ -1849,7 +1851,7 @@
1849
1851
  "Description": {},
1850
1852
  "Status": {},
1851
1853
  "AutoDeployment": {
1852
- "shape": "S33"
1854
+ "shape": "S34"
1853
1855
  },
1854
1856
  "PermissionModel": {},
1855
1857
  "DriftStatus": {},
@@ -1857,7 +1859,7 @@
1857
1859
  "type": "timestamp"
1858
1860
  },
1859
1861
  "ManagedExecution": {
1860
- "shape": "S36"
1862
+ "shape": "S37"
1861
1863
  }
1862
1864
  }
1863
1865
  }
@@ -2330,19 +2332,19 @@
2330
2332
  "members": {
2331
2333
  "StackSetName": {},
2332
2334
  "Accounts": {
2333
- "shape": "S2j"
2335
+ "shape": "S2k"
2334
2336
  },
2335
2337
  "DeploymentTargets": {
2336
- "shape": "S2l"
2338
+ "shape": "S2m"
2337
2339
  },
2338
2340
  "Regions": {
2339
- "shape": "S2q"
2341
+ "shape": "S2r"
2340
2342
  },
2341
2343
  "ParameterOverrides": {
2342
2344
  "shape": "S1a"
2343
2345
  },
2344
2346
  "OperationPreferences": {
2345
- "shape": "S2s"
2347
+ "shape": "S2t"
2346
2348
  },
2347
2349
  "OperationId": {
2348
2350
  "idempotencyToken": true
@@ -2382,29 +2384,29 @@
2382
2384
  "shape": "S1r"
2383
2385
  },
2384
2386
  "OperationPreferences": {
2385
- "shape": "S2s"
2387
+ "shape": "S2t"
2386
2388
  },
2387
2389
  "AdministrationRoleARN": {},
2388
2390
  "ExecutionRoleName": {},
2389
2391
  "DeploymentTargets": {
2390
- "shape": "S2l"
2392
+ "shape": "S2m"
2391
2393
  },
2392
2394
  "PermissionModel": {},
2393
2395
  "AutoDeployment": {
2394
- "shape": "S33"
2396
+ "shape": "S34"
2395
2397
  },
2396
2398
  "OperationId": {
2397
2399
  "idempotencyToken": true
2398
2400
  },
2399
2401
  "Accounts": {
2400
- "shape": "S2j"
2402
+ "shape": "S2k"
2401
2403
  },
2402
2404
  "Regions": {
2403
- "shape": "S2q"
2405
+ "shape": "S2r"
2404
2406
  },
2405
2407
  "CallAs": {},
2406
2408
  "ManagedExecution": {
2407
- "shape": "S36"
2409
+ "shape": "S37"
2408
2410
  }
2409
2411
  }
2410
2412
  },
@@ -2470,7 +2472,7 @@
2470
2472
  },
2471
2473
  "CapabilitiesReason": {},
2472
2474
  "DeclaredTransforms": {
2473
- "shape": "S95"
2475
+ "shape": "S96"
2474
2476
  }
2475
2477
  }
2476
2478
  }
@@ -2560,37 +2562,37 @@
2560
2562
  }
2561
2563
  }
2562
2564
  },
2563
- "S2j": {
2565
+ "S2k": {
2564
2566
  "type": "list",
2565
2567
  "member": {}
2566
2568
  },
2567
- "S2l": {
2569
+ "S2m": {
2568
2570
  "type": "structure",
2569
2571
  "members": {
2570
2572
  "Accounts": {
2571
- "shape": "S2j"
2573
+ "shape": "S2k"
2572
2574
  },
2573
2575
  "AccountsUrl": {},
2574
2576
  "OrganizationalUnitIds": {
2575
- "shape": "S2n"
2577
+ "shape": "S2o"
2576
2578
  },
2577
2579
  "AccountFilterType": {}
2578
2580
  }
2579
2581
  },
2580
- "S2n": {
2582
+ "S2o": {
2581
2583
  "type": "list",
2582
2584
  "member": {}
2583
2585
  },
2584
- "S2q": {
2586
+ "S2r": {
2585
2587
  "type": "list",
2586
2588
  "member": {}
2587
2589
  },
2588
- "S2s": {
2590
+ "S2t": {
2589
2591
  "type": "structure",
2590
2592
  "members": {
2591
2593
  "RegionConcurrencyType": {},
2592
2594
  "RegionOrder": {
2593
- "shape": "S2q"
2595
+ "shape": "S2r"
2594
2596
  },
2595
2597
  "FailureToleranceCount": {
2596
2598
  "type": "integer"
@@ -2606,7 +2608,7 @@
2606
2608
  }
2607
2609
  }
2608
2610
  },
2609
- "S33": {
2611
+ "S34": {
2610
2612
  "type": "structure",
2611
2613
  "members": {
2612
2614
  "Enabled": {
@@ -2617,7 +2619,7 @@
2617
2619
  }
2618
2620
  }
2619
2621
  },
2620
- "S36": {
2622
+ "S37": {
2621
2623
  "type": "structure",
2622
2624
  "members": {
2623
2625
  "Active": {
@@ -2625,20 +2627,20 @@
2625
2627
  }
2626
2628
  }
2627
2629
  },
2628
- "S4n": {
2630
+ "S4o": {
2629
2631
  "type": "structure",
2630
2632
  "members": {
2631
2633
  "TypeHierarchy": {},
2632
2634
  "LogicalIdHierarchy": {}
2633
2635
  }
2634
2636
  },
2635
- "S5y": {
2637
+ "S5z": {
2636
2638
  "type": "structure",
2637
2639
  "members": {
2638
2640
  "DetailedStatus": {}
2639
2641
  }
2640
2642
  },
2641
- "S65": {
2643
+ "S66": {
2642
2644
  "type": "structure",
2643
2645
  "required": [
2644
2646
  "StackResourceDriftStatus"
@@ -2650,7 +2652,7 @@
2650
2652
  }
2651
2653
  }
2652
2654
  },
2653
- "S6c": {
2655
+ "S6d": {
2654
2656
  "type": "structure",
2655
2657
  "required": [
2656
2658
  "StackId",
@@ -2703,11 +2705,11 @@
2703
2705
  "type": "timestamp"
2704
2706
  },
2705
2707
  "ModuleInfo": {
2706
- "shape": "S4n"
2708
+ "shape": "S4o"
2707
2709
  }
2708
2710
  }
2709
2711
  },
2710
- "S6w": {
2712
+ "S6x": {
2711
2713
  "type": "structure",
2712
2714
  "members": {
2713
2715
  "DriftStatus": {},
@@ -2732,7 +2734,7 @@
2732
2734
  }
2733
2735
  }
2734
2736
  },
2735
- "S7b": {
2737
+ "S7c": {
2736
2738
  "type": "structure",
2737
2739
  "members": {
2738
2740
  "FailedStackInstancesCount": {
@@ -2740,11 +2742,11 @@
2740
2742
  }
2741
2743
  }
2742
2744
  },
2743
- "S8c": {
2745
+ "S8d": {
2744
2746
  "type": "list",
2745
2747
  "member": {}
2746
2748
  },
2747
- "S95": {
2749
+ "S96": {
2748
2750
  "type": "list",
2749
2751
  "member": {}
2750
2752
  }