Skip to content

Commit 9c90ae4

Browse files
author
awstools
committed
Updates SDK to v2.1072.0
1 parent b4ba175 commit 9c90ae4

12 files changed

+1176
-656
lines changed

.changes/2.1072.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "This SDK release is for the feature launch of AWS CloudFormation Hooks."
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1071.0-->
2+
<!--LATEST=2.1072.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1072.0
6+
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation Hooks.
7+
58
## 2.1071.0
69
* 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.
710
* 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1071.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1072.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/cloudformation-2010-05-15.min.json

Lines changed: 86 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@
539539
"type": "structure",
540540
"members": {
541541
"Type": {},
542+
"HookInvocationCount": {
543+
"type": "integer"
544+
},
542545
"ResourceChange": {
543546
"type": "structure",
544547
"members": {
@@ -572,7 +575,7 @@
572575
},
573576
"ChangeSetId": {},
574577
"ModuleInfo": {
575-
"shape": "S4h"
578+
"shape": "S4i"
576579
}
577580
}
578581
}
@@ -588,6 +591,59 @@
588591
}
589592
}
590593
},
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+
},
591647
"DescribePublisher": {
592648
"input": {
593649
"type": "structure",
@@ -676,7 +732,12 @@
676732
"ResourceStatus": {},
677733
"ResourceStatusReason": {},
678734
"ResourceProperties": {},
679-
"ClientRequestToken": {}
735+
"ClientRequestToken": {},
736+
"HookType": {},
737+
"HookStatus": {},
738+
"HookStatusReason": {},
739+
"HookInvocationPoint": {},
740+
"HookFailureMode": {}
680741
}
681742
}
682743
},
@@ -715,7 +776,7 @@
715776
},
716777
"Status": {},
717778
"StackInstanceStatus": {
718-
"shape": "S58"
779+
"shape": "S5q"
719780
},
720781
"StatusReason": {},
721782
"OrganizationalUnitId": {},
@@ -766,10 +827,10 @@
766827
"Description": {},
767828
"Metadata": {},
768829
"DriftInformation": {
769-
"shape": "S5f"
830+
"shape": "S5x"
770831
},
771832
"ModuleInfo": {
772-
"shape": "S4h"
833+
"shape": "S4i"
773834
}
774835
}
775836
}
@@ -804,7 +865,7 @@
804865
"StackResourceDrifts": {
805866
"type": "list",
806867
"member": {
807-
"shape": "S5m"
868+
"shape": "S64"
808869
}
809870
},
810871
"NextToken": {}
@@ -847,10 +908,10 @@
847908
"ResourceStatusReason": {},
848909
"Description": {},
849910
"DriftInformation": {
850-
"shape": "S5f"
911+
"shape": "S5x"
851912
},
852913
"ModuleInfo": {
853-
"shape": "S4h"
914+
"shape": "S4i"
854915
}
855916
}
856917
}
@@ -894,7 +955,7 @@
894955
"AdministrationRoleARN": {},
895956
"ExecutionRoleName": {},
896957
"StackSetDriftDetectionDetails": {
897-
"shape": "S66"
958+
"shape": "S6o"
898959
},
899960
"AutoDeployment": {
900961
"shape": "S30"
@@ -953,7 +1014,7 @@
9531014
"shape": "S2j"
9541015
},
9551016
"StackSetDriftDetectionDetails": {
956-
"shape": "S66"
1017+
"shape": "S6o"
9571018
}
9581019
}
9591020
}
@@ -1161,7 +1222,7 @@
11611222
"members": {
11621223
"StackName": {},
11631224
"LogicalResourceIds": {
1164-
"shape": "S7k"
1225+
"shape": "S82"
11651226
}
11661227
}
11671228
},
@@ -1196,7 +1257,7 @@
11961257
],
11971258
"members": {
11981259
"StackResourceDrift": {
1199-
"shape": "S5m"
1260+
"shape": "S64"
12001261
}
12011262
}
12021263
}
@@ -1355,7 +1416,7 @@
13551416
"Version": {},
13561417
"Metadata": {},
13571418
"DeclaredTransforms": {
1358-
"shape": "S8d"
1419+
"shape": "S8v"
13591420
},
13601421
"ResourceIdentifierSummaries": {
13611422
"type": "list",
@@ -1364,7 +1425,7 @@
13641425
"members": {
13651426
"ResourceType": {},
13661427
"LogicalResourceIds": {
1367-
"shape": "S7k"
1428+
"shape": "S82"
13681429
},
13691430
"ResourceIdentifiers": {
13701431
"type": "list",
@@ -1544,7 +1605,7 @@
15441605
"Status": {},
15451606
"StatusReason": {},
15461607
"StackInstanceStatus": {
1547-
"shape": "S58"
1608+
"shape": "S5q"
15481609
},
15491610
"OrganizationalUnitId": {},
15501611
"DriftStatus": {},
@@ -1605,7 +1666,7 @@
16051666
}
16061667
},
16071668
"ModuleInfo": {
1608-
"shape": "S4h"
1669+
"shape": "S4i"
16091670
}
16101671
}
16111672
}
@@ -2346,7 +2407,7 @@
23462407
},
23472408
"CapabilitiesReason": {},
23482409
"DeclaredTransforms": {
2349-
"shape": "S8d"
2410+
"shape": "S8v"
23502411
}
23512412
}
23522413
}
@@ -2500,20 +2561,20 @@
25002561
}
25012562
}
25022563
},
2503-
"S4h": {
2564+
"S4i": {
25042565
"type": "structure",
25052566
"members": {
25062567
"TypeHierarchy": {},
25072568
"LogicalIdHierarchy": {}
25082569
}
25092570
},
2510-
"S58": {
2571+
"S5q": {
25112572
"type": "structure",
25122573
"members": {
25132574
"DetailedStatus": {}
25142575
}
25152576
},
2516-
"S5f": {
2577+
"S5x": {
25172578
"type": "structure",
25182579
"required": [
25192580
"StackResourceDriftStatus"
@@ -2525,7 +2586,7 @@
25252586
}
25262587
}
25272588
},
2528-
"S5m": {
2589+
"S64": {
25292590
"type": "structure",
25302591
"required": [
25312592
"StackId",
@@ -2578,11 +2639,11 @@
25782639
"type": "timestamp"
25792640
},
25802641
"ModuleInfo": {
2581-
"shape": "S4h"
2642+
"shape": "S4i"
25822643
}
25832644
}
25842645
},
2585-
"S66": {
2646+
"S6o": {
25862647
"type": "structure",
25872648
"members": {
25882649
"DriftStatus": {},
@@ -2607,11 +2668,11 @@
26072668
}
26082669
}
26092670
},
2610-
"S7k": {
2671+
"S82": {
26112672
"type": "list",
26122673
"member": {}
26132674
},
2614-
"S8d": {
2675+
"S8v": {
26152676
"type": "list",
26162677
"member": {}
26172678
}

0 commit comments

Comments
 (0)