Skip to content

Commit

Permalink
Updates SDK to v2.1418.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 19, 2023
1 parent c81e70e commit 80860fb
Show file tree
Hide file tree
Showing 38 changed files with 6,150 additions and 705 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1418.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "SDK and documentation updates for GetTemplateSummary API (unrecognized resources)"
},
{
"type": "feature",
"category": "Grafana",
"description": "Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to."
},
{
"type": "feature",
"category": "MedicalImaging",
"description": "General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale."
},
{
"type": "feature",
"category": "RAM",
"description": "This release adds support for securely sharing with AWS service principals."
},
{
"type": "feature",
"category": "SsmSap",
"description": "Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP."
},
{
"type": "feature",
"category": "WAFV2",
"description": "Added the URI path to the custom aggregation keys that you can specify for a rate-based rule."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1417.0-->
<!--LATEST=2.1418.0-->
<!--ENTRYINSERT-->

## 2.1418.0
* feature: CloudFormation: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* feature: Grafana: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* feature: MedicalImaging: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* feature: RAM: This release adds support for securely sharing with AWS service principals.
* feature: SsmSap: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* feature: WAFV2: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.

## 2.1417.0
* feature: ES: Regex Validation on the ElasticSearch Engine Version attribute
* feature: LexModelsV2: This release adds support for Lex Developers to view analytics for their bots.
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.1417.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1418.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
24 changes: 20 additions & 4 deletions apis/cloudformation-2010-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,15 @@
"TemplateURL": {},
"StackName": {},
"StackSetName": {},
"CallAs": {}
"CallAs": {},
"TemplateSummaryConfig": {
"type": "structure",
"members": {
"TreatUnrecognizedResourceTypesAsWarnings": {
"type": "boolean"
}
}
}
}
},
"output": {
Expand Down Expand Up @@ -1463,7 +1471,7 @@
"Version": {},
"Metadata": {},
"DeclaredTransforms": {
"shape": "S96"
"shape": "S98"
},
"ResourceIdentifierSummaries": {
"type": "list",
Expand All @@ -1480,6 +1488,14 @@
}
}
}
},
"Warnings": {
"type": "structure",
"members": {
"UnrecognizedResourceTypes": {
"shape": "S1h"
}
}
}
}
}
Expand Down Expand Up @@ -2472,7 +2488,7 @@
},
"CapabilitiesReason": {},
"DeclaredTransforms": {
"shape": "S96"
"shape": "S98"
}
}
}
Expand Down Expand Up @@ -2746,7 +2762,7 @@
"type": "list",
"member": {}
},
"S96": {
"S98": {
"type": "list",
"member": {}
}
Expand Down
31 changes: 31 additions & 0 deletions apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,10 @@
"CallAs": {
"shape": "CallAs",
"documentation": "<p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p> <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed permissions.</p> <ul> <li> <p>If you are signed in to the management account, specify <code>SELF</code>.</p> </li> <li> <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p> <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html\">Register a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p> </li> </ul>"
},
"TemplateSummaryConfig": {
"shape": "TemplateSummaryConfig",
"documentation": "<p>Specifies options for the <code>GetTemplateSummary</code> API action.</p>"
}
},
"documentation": "<p>The input for the <a>GetTemplateSummary</a> action.</p>"
Expand Down Expand Up @@ -3616,6 +3620,10 @@
"ResourceIdentifierSummaries": {
"shape": "ResourceIdentifierSummaries",
"documentation": "<p>A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, <code>BucketName</code> is a possible identifier property for an <code>AWS::S3::Bucket</code> resource.</p>"
},
"Warnings": {
"shape": "Warnings",
"documentation": "<p>An object containing any warnings returned.</p>"
}
},
"documentation": "<p>The output for the <a>GetTemplateSummary</a> action.</p>"
Expand Down Expand Up @@ -6762,6 +6770,16 @@
"Processed"
]
},
"TemplateSummaryConfig": {
"type": "structure",
"members": {
"TreatUnrecognizedResourceTypesAsWarnings": {
"shape": "TreatUnrecognizedResourceTypesAsWarnings",
"documentation": "<p>If set to <code>True</code>, any unrecognized resource types generate warnings and not an error. Any unrecognized resource types are returned in the <code>Warnings</code> output parameter.</p>"
}
},
"documentation": "<p>Options for the <code>GetTemplateSummary</code> API action.</p>"
},
"TemplateURL": {
"type": "string",
"max": 1024,
Expand Down Expand Up @@ -6834,6 +6852,9 @@
"shape": "TransformName"
}
},
"TreatUnrecognizedResourceTypesAsWarnings": {
"type": "boolean"
},
"Type": {
"type": "string"
},
Expand Down Expand Up @@ -7431,6 +7452,16 @@
"PUBLIC",
"PRIVATE"
]
},
"Warnings": {
"type": "structure",
"members": {
"UnrecognizedResourceTypes": {
"shape": "ResourceTypes",
"documentation": "<p>A list of all of the unrecognized resource types. This is only returned if the <code>TemplateSummaryConfig</code> parameter has the <code>TreatUnrecognizedResourceTypesAsWarning</code> configuration set to <code>True</code>.</p>"
}
},
"documentation": "<p>Contains any warnings returned by the <code>GetTemplateSummary</code> API action.</p>"
}
},
"documentation": "<fullname>CloudFormation</fullname> <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p> <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.</p> <p>For more information about CloudFormation, see the <a href=\"http://aws.amazon.com/cloudformation/\">CloudFormation product page</a>.</p> <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a specific Amazon Web Services product, you can find the product's technical documentation at <a href=\"https://docs.aws.amazon.com/\">docs.aws.amazon.com</a>.</p>"
Expand Down
Loading

0 comments on commit 80860fb

Please sign in to comment.