Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.303 #4918

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.303 (2023-07-19)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
* SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* `service/ec2`: Updates service documentation
* Amazon EC2 documentation updates.
* `service/grafana`: Updates service API, documentation, and paginators
* `service/medical-imaging`: Adds new service
* `service/ram`: Updates service API and documentation
* `service/ssm-sap`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

Release v1.44.302 (2023-07-18)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.302"
const SDKVersion = "1.44.303"
19 changes: 17 additions & 2 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,8 @@
"TemplateURL":{"shape":"TemplateURL"},
"StackName":{"shape":"StackNameOrId"},
"StackSetName":{"shape":"StackSetNameOrId"},
"CallAs":{"shape":"CallAs"}
"CallAs":{"shape":"CallAs"},
"TemplateSummaryConfig":{"shape":"TemplateSummaryConfig"}
}
},
"GetTemplateSummaryOutput":{
Expand All @@ -2187,7 +2188,8 @@
"Version":{"shape":"Version"},
"Metadata":{"shape":"Metadata"},
"DeclaredTransforms":{"shape":"TransformsList"},
"ResourceIdentifierSummaries":{"shape":"ResourceIdentifierSummaries"}
"ResourceIdentifierSummaries":{"shape":"ResourceIdentifierSummaries"},
"Warnings":{"shape":"Warnings"}
}
},
"HandlerErrorCode":{
Expand Down Expand Up @@ -4099,6 +4101,12 @@
"Processed"
]
},
"TemplateSummaryConfig":{
"type":"structure",
"members":{
"TreatUnrecognizedResourceTypesAsWarnings":{"shape":"TreatUnrecognizedResourceTypesAsWarnings"}
}
},
"TemplateURL":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -4158,6 +4166,7 @@
"type":"list",
"member":{"shape":"TransformName"}
},
"TreatUnrecognizedResourceTypesAsWarnings":{"type":"boolean"},
"Type":{"type":"string"},
"TypeArn":{
"type":"string",
Expand Down Expand Up @@ -4465,6 +4474,12 @@
"PUBLIC",
"PRIVATE"
]
},
"Warnings":{
"type":"structure",
"members":{
"UnrecognizedResourceTypes":{"shape":"ResourceTypes"}
}
}
}
}
21 changes: 20 additions & 1 deletion models/apis/cloudformation/2010-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,8 @@
"CreateChangeSetInput$ResourceTypes": "<p>The template resource types that you have permissions to work with if you execute this change set, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p> <p>If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for CloudFormation. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html\">Controlling access with Identity and Access Management</a> in the CloudFormation User Guide.</p>",
"CreateStackInput$ResourceTypes": "<p>The template resource types that you have permissions to work with for this create stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>. Use the following syntax to describe template resource types: <code>AWS::*</code> (for all Amazon Web Services resources), <code>Custom::*</code> (for all custom resources), <code>Custom::<i>logical_ID</i> </code> (for a specific custom resource), <code>AWS::<i>service_name</i>::*</code> (for all resources of a particular Amazon Web Services service), and <code>AWS::<i>service_name</i>::<i>resource_logical_ID</i> </code> (for a specific Amazon Web Services resource).</p> <p>If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html\">Controlling Access with Identity and Access Management</a>.</p>",
"GetTemplateSummaryOutput$ResourceTypes": "<p>A list of all the template resource types that are defined in the template, such as <code>AWS::EC2::Instance</code>, <code>AWS::Dynamo::Table</code>, and <code>Custom::MyCustomInstance</code>.</p>",
"UpdateStackInput$ResourceTypes": "<p>The template resource types that you have permissions to work with for this update stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p> <p>If the list of resource types doesn't include a resource that you're updating, the stack update fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html\">Controlling Access with Identity and Access Management</a>.</p>"
"UpdateStackInput$ResourceTypes": "<p>The template resource types that you have permissions to work with for this update stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p> <p>If the list of resource types doesn't include a resource that you're updating, the stack update fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html\">Controlling Access with Identity and Access Management</a>.</p>",
"Warnings$UnrecognizedResourceTypes": "<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>"
}
},
"ResourcesToImport": {
Expand Down Expand Up @@ -2911,6 +2912,12 @@
"StageList$member": null
}
},
"TemplateSummaryConfig": {
"base": "<p>Options for the <code>GetTemplateSummary</code> API action.</p>",
"refs": {
"GetTemplateSummaryInput$TemplateSummaryConfig": "<p>Specifies options for the <code>GetTemplateSummary</code> API action.</p>"
}
},
"TemplateURL": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3010,6 +3017,12 @@
"ValidateTemplateOutput$DeclaredTransforms": "<p>A list of the transforms that are declared in the template.</p>"
}
},
"TreatUnrecognizedResourceTypesAsWarnings": {
"base": null,
"refs": {
"TemplateSummaryConfig$TreatUnrecognizedResourceTypesAsWarnings": "<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>"
}
},
"Type": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3293,6 +3306,12 @@
"DescribeTypeOutput$Visibility": "<p>The scope at which the extension is visible and usable in CloudFormation operations.</p> <p>Valid values include:</p> <ul> <li> <p> <code>PRIVATE</code>: The extension is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as <code>PRIVATE</code>.</p> </li> <li> <p> <code>PUBLIC</code>: The extension is publicly visible and usable within any Amazon Web Services account.</p> </li> </ul>",
"ListTypesInput$Visibility": "<p>The scope at which the extensions are visible and usable in CloudFormation operations.</p> <p>Valid values include:</p> <ul> <li> <p> <code>PRIVATE</code>: Extensions that are visible and usable within this account and Region. This includes:</p> <ul> <li> <p>Private extensions you have registered in this account and Region.</p> </li> <li> <p>Public extensions that you have activated in this account and Region.</p> </li> </ul> </li> <li> <p> <code>PUBLIC</code>: Extensions that are publicly visible and available to be activated within any Amazon Web Services account. This includes extensions from Amazon Web Services, in addition to third-party publishers.</p> </li> </ul> <p>The default is <code>PRIVATE</code>.</p>"
}
},
"Warnings": {
"base": "<p>Contains any warnings returned by the <code>GetTemplateSummary</code> API action.</p>",
"refs": {
"GetTemplateSummaryOutput$Warnings": "<p>An object containing any warnings returned.</p>"
}
}
}
}
Loading
Loading