aws-sdk 2.1069.0 → 2.1073.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,27 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1069.0-->
2
+ <!--LATEST=2.1073.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1073.0
6
+ * feature: CloudFormation: This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
7
+ * feature: LookoutVision: This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
8
+ * feature: Pinpoint: This SDK release adds a new paramater creation date for GetApp and GetApps Api call
9
+ * feature: WAFV2: Adds support for AWS WAF Fraud Control account takeover prevention (ATP), with configuration options for the new managed rule group AWSManagedRulesATPRuleSet and support for application integration SDKs for Android and iOS mobile apps.
10
+
11
+ ## 2.1072.0
12
+ * feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation Hooks.
13
+
14
+ ## 2.1071.0
15
+ * feature: AppRunner: This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.
16
+ * feature: Kendra: Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html
17
+ * feature: S3Control: This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
18
+ * feature: SageMaker: Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.
19
+
20
+ ## 2.1070.0
21
+ * feature: AuditManager: This release updates 3 API parameters. UpdateAssessmentFrameworkControlSet now requires the controls attribute, and CreateAssessmentFrameworkControl requires the id attribute. Additionally, UpdateAssessmentFramework now has a minimum length constraint for the controlSets attribute.
22
+ * feature: SSMIncidents: Update RelatedItem enum to support SSM Automation
23
+ * feature: Synthetics: Adding names parameters to the Describe APIs.
24
+
5
25
  ## 2.1069.0
6
26
  * feature: Athena: You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
7
27
  * feature: LakeFormation: Add support for calling Update Table Objects without a TransactionId.
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.1069.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1073.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
@@ -129,7 +129,10 @@
129
129
  "HealthCheckConfiguration": {
130
130
  "shape": "S1n"
131
131
  },
132
- "AutoScalingConfigurationArn": {}
132
+ "AutoScalingConfigurationArn": {},
133
+ "NetworkConfiguration": {
134
+ "shape": "S1u"
135
+ }
133
136
  }
134
137
  },
135
138
  "output": {
@@ -140,12 +143,44 @@
140
143
  ],
141
144
  "members": {
142
145
  "Service": {
143
- "shape": "S1v"
146
+ "shape": "S1y"
144
147
  },
145
148
  "OperationId": {}
146
149
  }
147
150
  }
148
151
  },
152
+ "CreateVpcConnector": {
153
+ "input": {
154
+ "type": "structure",
155
+ "required": [
156
+ "VpcConnectorName",
157
+ "Subnets"
158
+ ],
159
+ "members": {
160
+ "VpcConnectorName": {},
161
+ "Subnets": {
162
+ "shape": "S25"
163
+ },
164
+ "SecurityGroups": {
165
+ "shape": "S25"
166
+ },
167
+ "Tags": {
168
+ "shape": "Sh"
169
+ }
170
+ }
171
+ },
172
+ "output": {
173
+ "type": "structure",
174
+ "required": [
175
+ "VpcConnector"
176
+ ],
177
+ "members": {
178
+ "VpcConnector": {
179
+ "shape": "S27"
180
+ }
181
+ }
182
+ }
183
+ },
149
184
  "DeleteAutoScalingConfiguration": {
150
185
  "input": {
151
186
  "type": "structure",
@@ -205,12 +240,34 @@
205
240
  ],
206
241
  "members": {
207
242
  "Service": {
208
- "shape": "S1v"
243
+ "shape": "S1y"
209
244
  },
210
245
  "OperationId": {}
211
246
  }
212
247
  }
213
248
  },
249
+ "DeleteVpcConnector": {
250
+ "input": {
251
+ "type": "structure",
252
+ "required": [
253
+ "VpcConnectorArn"
254
+ ],
255
+ "members": {
256
+ "VpcConnectorArn": {}
257
+ }
258
+ },
259
+ "output": {
260
+ "type": "structure",
261
+ "required": [
262
+ "VpcConnector"
263
+ ],
264
+ "members": {
265
+ "VpcConnector": {
266
+ "shape": "S27"
267
+ }
268
+ }
269
+ }
270
+ },
214
271
  "DescribeAutoScalingConfiguration": {
215
272
  "input": {
216
273
  "type": "structure",
@@ -284,7 +341,29 @@
284
341
  ],
285
342
  "members": {
286
343
  "Service": {
287
- "shape": "S1v"
344
+ "shape": "S1y"
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "DescribeVpcConnector": {
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "VpcConnectorArn"
354
+ ],
355
+ "members": {
356
+ "VpcConnectorArn": {}
357
+ }
358
+ },
359
+ "output": {
360
+ "type": "structure",
361
+ "required": [
362
+ "VpcConnector"
363
+ ],
364
+ "members": {
365
+ "VpcConnector": {
366
+ "shape": "S27"
288
367
  }
289
368
  }
290
369
  }
@@ -340,7 +419,7 @@
340
419
  "AutoScalingConfigurationSummaryList": {
341
420
  "type": "list",
342
421
  "member": {
343
- "shape": "S1y"
422
+ "shape": "S21"
344
423
  }
345
424
  },
346
425
  "NextToken": {}
@@ -483,6 +562,32 @@
483
562
  }
484
563
  }
485
564
  },
565
+ "ListVpcConnectors": {
566
+ "input": {
567
+ "type": "structure",
568
+ "members": {
569
+ "MaxResults": {
570
+ "type": "integer"
571
+ },
572
+ "NextToken": {}
573
+ }
574
+ },
575
+ "output": {
576
+ "type": "structure",
577
+ "required": [
578
+ "VpcConnectors"
579
+ ],
580
+ "members": {
581
+ "VpcConnectors": {
582
+ "type": "list",
583
+ "member": {
584
+ "shape": "S27"
585
+ }
586
+ },
587
+ "NextToken": {}
588
+ }
589
+ }
590
+ },
486
591
  "PauseService": {
487
592
  "input": {
488
593
  "type": "structure",
@@ -500,7 +605,7 @@
500
605
  ],
501
606
  "members": {
502
607
  "Service": {
503
- "shape": "S1v"
608
+ "shape": "S1y"
504
609
  },
505
610
  "OperationId": {}
506
611
  }
@@ -523,7 +628,7 @@
523
628
  ],
524
629
  "members": {
525
630
  "Service": {
526
- "shape": "S1v"
631
+ "shape": "S1y"
527
632
  },
528
633
  "OperationId": {}
529
634
  }
@@ -605,6 +710,9 @@
605
710
  "AutoScalingConfigurationArn": {},
606
711
  "HealthCheckConfiguration": {
607
712
  "shape": "S1n"
713
+ },
714
+ "NetworkConfiguration": {
715
+ "shape": "S1u"
608
716
  }
609
717
  }
610
718
  },
@@ -616,7 +724,7 @@
616
724
  ],
617
725
  "members": {
618
726
  "Service": {
619
- "shape": "S1v"
727
+ "shape": "S1y"
620
728
  },
621
729
  "OperationId": {}
622
730
  }
@@ -743,8 +851,7 @@
743
851
  "sensitive": true
744
852
  },
745
853
  "StartCommand": {
746
- "type": "string",
747
- "sensitive": true
854
+ "shape": "S18"
748
855
  },
749
856
  "Port": {},
750
857
  "RuntimeEnvironmentVariables": {
@@ -770,7 +877,9 @@
770
877
  "RuntimeEnvironmentVariables": {
771
878
  "shape": "S19"
772
879
  },
773
- "StartCommand": {},
880
+ "StartCommand": {
881
+ "shape": "S18"
882
+ },
774
883
  "Port": {}
775
884
  }
776
885
  },
@@ -789,6 +898,10 @@
789
898
  }
790
899
  }
791
900
  },
901
+ "S18": {
902
+ "type": "string",
903
+ "sensitive": true
904
+ },
792
905
  "S19": {
793
906
  "type": "map",
794
907
  "key": {
@@ -836,7 +949,19 @@
836
949
  }
837
950
  }
838
951
  },
839
- "S1v": {
952
+ "S1u": {
953
+ "type": "structure",
954
+ "members": {
955
+ "EgressConfiguration": {
956
+ "type": "structure",
957
+ "members": {
958
+ "EgressType": {},
959
+ "VpcConnectorArn": {}
960
+ }
961
+ }
962
+ }
963
+ },
964
+ "S1y": {
840
965
  "type": "structure",
841
966
  "required": [
842
967
  "ServiceName",
@@ -848,7 +973,8 @@
848
973
  "Status",
849
974
  "SourceConfiguration",
850
975
  "InstanceConfiguration",
851
- "AutoScalingConfigurationSummary"
976
+ "AutoScalingConfigurationSummary",
977
+ "NetworkConfiguration"
852
978
  ],
853
979
  "members": {
854
980
  "ServiceName": {},
@@ -878,11 +1004,14 @@
878
1004
  "shape": "S1n"
879
1005
  },
880
1006
  "AutoScalingConfigurationSummary": {
881
- "shape": "S1y"
1007
+ "shape": "S21"
1008
+ },
1009
+ "NetworkConfiguration": {
1010
+ "shape": "S1u"
882
1011
  }
883
1012
  }
884
1013
  },
885
- "S1y": {
1014
+ "S21": {
886
1015
  "type": "structure",
887
1016
  "members": {
888
1017
  "AutoScalingConfigurationArn": {},
@@ -891,6 +1020,33 @@
891
1020
  "type": "integer"
892
1021
  }
893
1022
  }
1023
+ },
1024
+ "S25": {
1025
+ "type": "list",
1026
+ "member": {}
1027
+ },
1028
+ "S27": {
1029
+ "type": "structure",
1030
+ "members": {
1031
+ "VpcConnectorName": {},
1032
+ "VpcConnectorArn": {},
1033
+ "VpcConnectorRevision": {
1034
+ "type": "integer"
1035
+ },
1036
+ "Subnets": {
1037
+ "shape": "S25"
1038
+ },
1039
+ "SecurityGroups": {
1040
+ "shape": "S25"
1041
+ },
1042
+ "Status": {},
1043
+ "CreatedAt": {
1044
+ "type": "timestamp"
1045
+ },
1046
+ "DeletedAt": {
1047
+ "type": "timestamp"
1048
+ }
1049
+ }
894
1050
  }
895
1051
  }
896
1052
  }
@@ -24,6 +24,11 @@
24
24
  "input_token": "NextToken",
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
+ },
28
+ "ListVpcConnectors": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
27
32
  }
28
33
  }
29
34
  }
@@ -1966,7 +1966,8 @@
1966
1966
  "member": {
1967
1967
  "type": "structure",
1968
1968
  "required": [
1969
- "name"
1969
+ "name",
1970
+ "controls"
1970
1971
  ],
1971
1972
  "members": {
1972
1973
  "id": {},
@@ -2371,6 +2372,9 @@
2371
2372
  "type": "list",
2372
2373
  "member": {
2373
2374
  "type": "structure",
2375
+ "required": [
2376
+ "id"
2377
+ ],
2374
2378
  "members": {
2375
2379
  "id": {}
2376
2380
  }
@@ -539,6 +539,9 @@
539
539
  "type": "structure",
540
540
  "members": {
541
541
  "Type": {},
542
+ "HookInvocationCount": {
543
+ "type": "integer"
544
+ },
542
545
  "ResourceChange": {
543
546
  "type": "structure",
544
547
  "members": {
@@ -572,7 +575,7 @@
572
575
  },
573
576
  "ChangeSetId": {},
574
577
  "ModuleInfo": {
575
- "shape": "S4h"
578
+ "shape": "S4i"
576
579
  }
577
580
  }
578
581
  }
@@ -588,6 +591,59 @@
588
591
  }
589
592
  }
590
593
  },
594
+ "DescribeChangeSetHooks": {
595
+ "input": {
596
+ "type": "structure",
597
+ "required": [
598
+ "ChangeSetName"
599
+ ],
600
+ "members": {
601
+ "ChangeSetName": {},
602
+ "StackName": {},
603
+ "NextToken": {},
604
+ "LogicalResourceId": {}
605
+ }
606
+ },
607
+ "output": {
608
+ "resultWrapper": "DescribeChangeSetHooksResult",
609
+ "type": "structure",
610
+ "members": {
611
+ "ChangeSetId": {},
612
+ "ChangeSetName": {},
613
+ "Hooks": {
614
+ "type": "list",
615
+ "member": {
616
+ "type": "structure",
617
+ "members": {
618
+ "InvocationPoint": {},
619
+ "FailureMode": {},
620
+ "TypeName": {},
621
+ "TypeVersionId": {},
622
+ "TypeConfigurationVersionId": {},
623
+ "TargetDetails": {
624
+ "type": "structure",
625
+ "members": {
626
+ "TargetType": {},
627
+ "ResourceTargetDetails": {
628
+ "type": "structure",
629
+ "members": {
630
+ "LogicalResourceId": {},
631
+ "ResourceType": {},
632
+ "ResourceAction": {}
633
+ }
634
+ }
635
+ }
636
+ }
637
+ }
638
+ }
639
+ },
640
+ "Status": {},
641
+ "NextToken": {},
642
+ "StackId": {},
643
+ "StackName": {}
644
+ }
645
+ }
646
+ },
591
647
  "DescribePublisher": {
592
648
  "input": {
593
649
  "type": "structure",
@@ -676,7 +732,12 @@
676
732
  "ResourceStatus": {},
677
733
  "ResourceStatusReason": {},
678
734
  "ResourceProperties": {},
679
- "ClientRequestToken": {}
735
+ "ClientRequestToken": {},
736
+ "HookType": {},
737
+ "HookStatus": {},
738
+ "HookStatusReason": {},
739
+ "HookInvocationPoint": {},
740
+ "HookFailureMode": {}
680
741
  }
681
742
  }
682
743
  },
@@ -715,7 +776,7 @@
715
776
  },
716
777
  "Status": {},
717
778
  "StackInstanceStatus": {
718
- "shape": "S58"
779
+ "shape": "S5q"
719
780
  },
720
781
  "StatusReason": {},
721
782
  "OrganizationalUnitId": {},
@@ -766,10 +827,10 @@
766
827
  "Description": {},
767
828
  "Metadata": {},
768
829
  "DriftInformation": {
769
- "shape": "S5f"
830
+ "shape": "S5x"
770
831
  },
771
832
  "ModuleInfo": {
772
- "shape": "S4h"
833
+ "shape": "S4i"
773
834
  }
774
835
  }
775
836
  }
@@ -804,7 +865,7 @@
804
865
  "StackResourceDrifts": {
805
866
  "type": "list",
806
867
  "member": {
807
- "shape": "S5m"
868
+ "shape": "S64"
808
869
  }
809
870
  },
810
871
  "NextToken": {}
@@ -847,10 +908,10 @@
847
908
  "ResourceStatusReason": {},
848
909
  "Description": {},
849
910
  "DriftInformation": {
850
- "shape": "S5f"
911
+ "shape": "S5x"
851
912
  },
852
913
  "ModuleInfo": {
853
- "shape": "S4h"
914
+ "shape": "S4i"
854
915
  }
855
916
  }
856
917
  }
@@ -894,7 +955,7 @@
894
955
  "AdministrationRoleARN": {},
895
956
  "ExecutionRoleName": {},
896
957
  "StackSetDriftDetectionDetails": {
897
- "shape": "S66"
958
+ "shape": "S6o"
898
959
  },
899
960
  "AutoDeployment": {
900
961
  "shape": "S30"
@@ -953,7 +1014,7 @@
953
1014
  "shape": "S2j"
954
1015
  },
955
1016
  "StackSetDriftDetectionDetails": {
956
- "shape": "S66"
1017
+ "shape": "S6o"
957
1018
  }
958
1019
  }
959
1020
  }
@@ -1161,7 +1222,7 @@
1161
1222
  "members": {
1162
1223
  "StackName": {},
1163
1224
  "LogicalResourceIds": {
1164
- "shape": "S7k"
1225
+ "shape": "S82"
1165
1226
  }
1166
1227
  }
1167
1228
  },
@@ -1196,7 +1257,7 @@
1196
1257
  ],
1197
1258
  "members": {
1198
1259
  "StackResourceDrift": {
1199
- "shape": "S5m"
1260
+ "shape": "S64"
1200
1261
  }
1201
1262
  }
1202
1263
  }
@@ -1355,7 +1416,7 @@
1355
1416
  "Version": {},
1356
1417
  "Metadata": {},
1357
1418
  "DeclaredTransforms": {
1358
- "shape": "S8d"
1419
+ "shape": "S8v"
1359
1420
  },
1360
1421
  "ResourceIdentifierSummaries": {
1361
1422
  "type": "list",
@@ -1364,7 +1425,7 @@
1364
1425
  "members": {
1365
1426
  "ResourceType": {},
1366
1427
  "LogicalResourceIds": {
1367
- "shape": "S7k"
1428
+ "shape": "S82"
1368
1429
  },
1369
1430
  "ResourceIdentifiers": {
1370
1431
  "type": "list",
@@ -1544,7 +1605,7 @@
1544
1605
  "Status": {},
1545
1606
  "StatusReason": {},
1546
1607
  "StackInstanceStatus": {
1547
- "shape": "S58"
1608
+ "shape": "S5q"
1548
1609
  },
1549
1610
  "OrganizationalUnitId": {},
1550
1611
  "DriftStatus": {},
@@ -1605,7 +1666,7 @@
1605
1666
  }
1606
1667
  },
1607
1668
  "ModuleInfo": {
1608
- "shape": "S4h"
1669
+ "shape": "S4i"
1609
1670
  }
1610
1671
  }
1611
1672
  }
@@ -2346,7 +2407,7 @@
2346
2407
  },
2347
2408
  "CapabilitiesReason": {},
2348
2409
  "DeclaredTransforms": {
2349
- "shape": "S8d"
2410
+ "shape": "S8v"
2350
2411
  }
2351
2412
  }
2352
2413
  }
@@ -2500,20 +2561,20 @@
2500
2561
  }
2501
2562
  }
2502
2563
  },
2503
- "S4h": {
2564
+ "S4i": {
2504
2565
  "type": "structure",
2505
2566
  "members": {
2506
2567
  "TypeHierarchy": {},
2507
2568
  "LogicalIdHierarchy": {}
2508
2569
  }
2509
2570
  },
2510
- "S58": {
2571
+ "S5q": {
2511
2572
  "type": "structure",
2512
2573
  "members": {
2513
2574
  "DetailedStatus": {}
2514
2575
  }
2515
2576
  },
2516
- "S5f": {
2577
+ "S5x": {
2517
2578
  "type": "structure",
2518
2579
  "required": [
2519
2580
  "StackResourceDriftStatus"
@@ -2525,7 +2586,7 @@
2525
2586
  }
2526
2587
  }
2527
2588
  },
2528
- "S5m": {
2589
+ "S64": {
2529
2590
  "type": "structure",
2530
2591
  "required": [
2531
2592
  "StackId",
@@ -2578,11 +2639,11 @@
2578
2639
  "type": "timestamp"
2579
2640
  },
2580
2641
  "ModuleInfo": {
2581
- "shape": "S4h"
2642
+ "shape": "S4i"
2582
2643
  }
2583
2644
  }
2584
2645
  },
2585
- "S66": {
2646
+ "S6o": {
2586
2647
  "type": "structure",
2587
2648
  "members": {
2588
2649
  "DriftStatus": {},
@@ -2607,11 +2668,11 @@
2607
2668
  }
2608
2669
  }
2609
2670
  },
2610
- "S7k": {
2671
+ "S82": {
2611
2672
  "type": "list",
2612
2673
  "member": {}
2613
2674
  },
2614
- "S8d": {
2675
+ "S8v": {
2615
2676
  "type": "list",
2616
2677
  "member": {}
2617
2678
  }