Skip to content

Commit

Permalink
Updates SDK to v2.1494.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 10, 2023
1 parent 786c8ce commit ca24cac
Show file tree
Hide file tree
Showing 28 changed files with 3,706 additions and 2,468 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1494.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CUR",
"description": "This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not."
},
{
"type": "feature",
"category": "ControlTower",
"description": "AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time."
},
{
"type": "feature",
"category": "EC2",
"description": "EC2 adds API updates to enable ENA Express at instance launch time."
},
{
"type": "feature",
"category": "MarketplaceEntitlementService",
"description": "Add paginators to GetEntitlements."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1493.0-->
<!--LATEST=2.1494.0-->
<!--ENTRYINSERT-->

## 2.1494.0
* feature: CUR: This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not.
* feature: ControlTower: AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time.
* feature: EC2: EC2 adds API updates to enable ENA Express at instance launch time.
* feature: MarketplaceEntitlementService: Add paginators to GetEntitlements.
* feature: MediaConvert: This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.

## 2.1493.0
* feature: CloudFormation: Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
* feature: CloudTrail: The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1493.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1494.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
113 changes: 104 additions & 9 deletions apis/controltower-2018-05-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
],
"members": {
"controlIdentifier": {},
"tags": {
"shape": "S7"
},
"targetIdentifier": {}
}
},
Expand All @@ -60,6 +63,7 @@
"operationIdentifier"
],
"members": {
"arn": {},
"operationIdentifier": {}
}
}
Expand Down Expand Up @@ -88,11 +92,11 @@
"type": "structure",
"members": {
"endTime": {
"shape": "Sb"
"shape": "Sf"
},
"operationType": {},
"startTime": {
"shape": "Sb"
"shape": "Sf"
},
"status": {},
"statusMessage": {}
Expand Down Expand Up @@ -127,10 +131,10 @@
"arn": {},
"controlIdentifier": {},
"driftStatusSummary": {
"shape": "Sj"
"shape": "Sm"
},
"statusSummary": {
"shape": "Sl"
"shape": "So"
},
"targetIdentifier": {},
"targetRegions": {
Expand Down Expand Up @@ -179,10 +183,10 @@
"arn": {},
"controlIdentifier": {},
"driftStatusSummary": {
"shape": "Sj"
"shape": "Sm"
},
"statusSummary": {
"shape": "Sl"
"shape": "So"
},
"targetIdentifier": {}
}
Expand All @@ -191,20 +195,111 @@
"nextToken": {}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"required": [
"tags"
],
"members": {
"tags": {
"shape": "S7"
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
"shapes": {
"Sb": {
"S7": {
"type": "map",
"key": {},
"value": {}
},
"Sf": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"Sj": {
"Sm": {
"type": "structure",
"members": {
"driftStatus": {}
}
},
"Sl": {
"So": {
"type": "structure",
"members": {
"lastOperationIdentifier": {},
Expand Down
Loading

0 comments on commit ca24cac

Please sign in to comment.