Skip to content

Commit

Permalink
Release v1.51.16 (2024-04-05) (#5219)
Browse files Browse the repository at this point in the history
Release v1.51.16 (2024-04-05)
===

### Service Client Updates
* `service/quicksight`: Updates service API and documentation
  * Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
* `service/resource-groups`: Updates service API and documentation
* `service/verifiedpermissions`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 5, 2024
1 parent a835120 commit 9f80461
Show file tree
Hide file tree
Showing 16 changed files with 1,289 additions and 1,314 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.51.16 (2024-04-05)
===

### Service Client Updates
* `service/quicksight`: Updates service API and documentation
* Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
* `service/resource-groups`: Updates service API and documentation
* `service/verifiedpermissions`: Updates service API and documentation

Release v1.51.15 (2024-04-04)
===

Expand Down
107 changes: 107 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.51.15"
const SDKVersion = "1.51.16"
3 changes: 2 additions & 1 deletion models/apis/quicksight/2018-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5491,7 +5491,8 @@
"FirstName":{"shape":"String"},
"LastName":{"shape":"String"},
"EmailAddress":{"shape":"String"},
"ContactNumber":{"shape":"String"}
"ContactNumber":{"shape":"String"},
"IAMIdentityCenterInstanceArn":{"shape":"String"}
}
},
"CreateAccountSubscriptionResponse":{
Expand Down
5 changes: 3 additions & 2 deletions models/apis/quicksight/2018-04-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@
}
},
"AllSheetsFilterScopeConfiguration": {
"base": "<p>The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>",
"base": "<p>An empty object that represents that the <code>AllSheets</code> option is the chosen value for the <code>FilterScopeConfiguration</code> parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>",
"refs": {
"FilterScopeConfiguration$AllSheets": "<p>The configuration for applying a filter to all sheets.</p>"
"FilterScopeConfiguration$AllSheets": "<p>The configuration that applies a filter to all sheets. When you choose <code>AllSheets</code> as the value for a <code>FilterScopeConfiguration</code>, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The <code>AllSheetsFilterScopeConfiguration</code> is chosen.</p>"
}
},
"AmazonElasticsearchParameters": {
Expand Down Expand Up @@ -10658,6 +10658,7 @@
"CreateAccountSubscriptionRequest$LastName": "<p>The last name of the author of the Amazon QuickSight account to use for future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected edition of the new Amazon QuickSight account.</p>",
"CreateAccountSubscriptionRequest$EmailAddress": "<p>The email address of the author of the Amazon QuickSight account to use for future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected edition of the new Amazon QuickSight account.</p>",
"CreateAccountSubscriptionRequest$ContactNumber": "<p>A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected edition of the new Amazon QuickSight account.</p>",
"CreateAccountSubscriptionRequest$IAMIdentityCenterInstanceArn": "<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>",
"CreateAccountSubscriptionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"CreateAnalysisResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
"CreateDashboardResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/resource-groups/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@
"enum":[
"CLOUDFORMATION_STACK_INACTIVE",
"CLOUDFORMATION_STACK_NOT_EXISTING",
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE"
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE",
"RESOURCE_TYPE_NOT_SUPPORTED"
]
},
"QueryErrorList":{
Expand Down
12 changes: 6 additions & 6 deletions models/apis/resource-groups/2017-11-27/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"GroupFilterList": {
"base": null,
"refs": {
"ListGroupsInput$Filters": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to a <code>ListGroups</code> operation.</p> <ul> <li> <p> <code>resource-type</code> - Filter the results to include only those of the specified resource types. Specify up to five resource types in the format <code>AWS::<i>ServiceCode</i>::<i>ResourceType</i> </code>. For example, <code>AWS::EC2::Instance</code>, or <code>AWS::S3::Bucket</code>.</p> </li> <li> <p> <code>configuration-type</code> - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:</p> <ul> <li> <p> <code>AWS::EC2::CapacityReservationPool</code> </p> </li> <li> <p> <code>AWS::EC2::HostManagement</code> </p> </li> </ul> </li> </ul>"
"ListGroupsInput$Filters": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to a <code>ListGroups</code> operation.</p> <ul> <li> <p> <code>resource-type</code> - Filter the results to include only those resource groups that have the specified resource type in their <code>ResourceTypeFilter</code>. For example, <code>AWS::EC2::Instance</code> would return any resource group with a <code>ResourceTypeFilter</code> that includes <code>AWS::EC2::Instance</code>.</p> </li> <li> <p> <code>configuration-type</code> - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:</p> <ul> <li> <p> <code>AWS::AppRegistry::Application</code> </p> </li> <li> <p> <code>AWS::AppRegistry::ApplicationResourceGroups</code> </p> </li> <li> <p> <code>AWS::CloudFormation::Stack</code> </p> </li> <li> <p> <code>AWS::EC2::CapacityReservationPool</code> </p> </li> <li> <p> <code>AWS::EC2::HostManagement</code> </p> </li> <li> <p> <code>AWS::NetworkFirewall::RuleGroup</code> </p> </li> </ul> </li> </ul>"
}
},
"GroupFilterName": {
Expand Down Expand Up @@ -301,7 +301,7 @@
"GroupName": {
"base": null,
"refs": {
"CreateGroupInput$Name": "<p>The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with <code>AWS</code> or <code>aws</code>; these are reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services account.</p>",
"CreateGroupInput$Name": "<p>The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with <code>AWS</code>, <code>aws</code>, or any other possible capitalization; these are reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services account.</p>",
"DeleteGroupInput$GroupName": "<p>Deprecated - don't use this parameter. Use <code>Group</code> instead.</p>",
"GetGroupInput$GroupName": "<p>Deprecated - don't use this parameter. Use <code>Group</code> instead.</p>",
"GetGroupQueryInput$GroupName": "<p>Don't use this parameter. Use <code>Group</code> instead.</p>",
Expand Down Expand Up @@ -447,7 +447,7 @@
}
},
"QueryError": {
"base": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code> operations on CloudFront stack-based queries. The error occurs if the CloudFront stack on which the query is based either does not exist, or has a status that renders the stack inactive. A <code>QueryError</code> occurrence does not necessarily mean that Resource Groups could not complete the operation, but the resulting group might have no member resources.</p>",
"base": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code>. </p>",
"refs": {
"QueryErrorList$member": null
}
Expand All @@ -461,14 +461,14 @@
"QueryErrorList": {
"base": null,
"refs": {
"ListGroupResourcesOutput$QueryErrors": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains <code>ErrorCode</code> and <code>Message</code> structures. Possible values for <code>ErrorCode</code> are <code>CLOUDFORMATION_STACK_INACTIVE</code> and <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>.</p>",
"SearchResourcesOutput$QueryErrors": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains <code>ErrorCode</code> and <code>Message</code> structures.</p> <p>Possible values for <code>ErrorCode</code>:</p> <ul> <li> <p> <code>CLOUDFORMATION_STACK_INACTIVE</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_NOT_EXISTING</code> </p> </li> </ul>"
"ListGroupResourcesOutput$QueryErrors": "<p>A list of <code>QueryError</code> objects. Each error contains an <code>ErrorCode</code> and <code>Message</code>. Possible values for ErrorCode are <code>CLOUDFORMATION_STACK_INACTIVE</code>, <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>, <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE</code> and <code>RESOURCE_TYPE_NOT_SUPPORTED</code>. </p>",
"SearchResourcesOutput$QueryErrors": "<p>A list of <code>QueryError</code> objects. Each error contains an <code>ErrorCode</code> and <code>Message</code>.</p> <p>Possible values for <code>ErrorCode</code>:</p> <ul> <li> <p> <code>CLOUDFORMATION_STACK_INACTIVE</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_NOT_EXISTING</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE </code> </p> </li> </ul>"
}
},
"QueryErrorMessage": {
"base": null,
"refs": {
"QueryError$Message": "<p>A message that explains the <code>ErrorCode</code> value. Messages might state that the specified CloudFront stack does not exist (or no longer exists). For <code>CLOUDFORMATION_STACK_INACTIVE</code>, the message typically states that the CloudFront stack has a status that is not (or no longer) active, such as <code>CREATE_FAILED</code>.</p>"
"QueryError$Message": "<p>A message that explains the <code>ErrorCode</code>. </p>"
}
},
"QueryType": {
Expand Down
Loading

0 comments on commit 9f80461

Please sign in to comment.