Skip to content

Commit

Permalink
Updates SDK to v2.1594.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 5, 2024
1 parent 0c98eb2 commit 096b605
Show file tree
Hide file tree
Showing 17 changed files with 466 additions and 149 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1594.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "QuickSight",
"description": "Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription"
},
{
"type": "feature",
"category": "ResourceGroups",
"description": "Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types."
},
{
"type": "feature",
"category": "VerifiedPermissions",
"description": "Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1593.0-->
<!--LATEST=2.1594.0-->
<!--ENTRYINSERT-->

## 2.1594.0
* feature: QuickSight: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
* feature: ResourceGroups: Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types.
* feature: VerifiedPermissions: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token.

## 2.1593.0
* feature: B2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
* feature: CleanRooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1593.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1594.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
3 changes: 2 additions & 1 deletion apis/quicksight-2018-04-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"FirstName": {},
"LastName": {},
"EmailAddress": {},
"ContactNumber": {}
"ContactNumber": {},
"IAMIdentityCenterInstanceArn": {}
}
},
"output": {
Expand Down
8 changes: 6 additions & 2 deletions apis/quicksight-2018-04-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6409,7 +6409,7 @@
"AllSheetsFilterScopeConfiguration": {
"type": "structure",
"members": {},
"documentation": "<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>"
"documentation": "<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>"
},
"AmazonElasticsearchParameters": {
"type": "structure",
Expand Down Expand Up @@ -10425,6 +10425,10 @@
"ContactNumber": {
"shape": "String",
"documentation": "<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>"
},
"IAMIdentityCenterInstanceArn": {
"shape": "String",
"documentation": "<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>"
}
}
},
Expand Down Expand Up @@ -18746,7 +18750,7 @@
},
"AllSheets": {
"shape": "AllSheetsFilterScopeConfiguration",
"documentation": "<p>The configuration for applying a filter to all sheets.</p>"
"documentation": "<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>"
}
},
"documentation": "<p>The scope configuration for a <code>FilterGroup</code>.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
Expand Down
15 changes: 8 additions & 7 deletions apis/resource-groups-2017-11-27.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
"members": {
"Name": {
"shape": "GroupName",
"documentation": "<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>"
"documentation": "<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>"
},
"Description": {
"shape": "Description",
Expand Down Expand Up @@ -1199,7 +1199,7 @@
},
"QueryErrors": {
"shape": "QueryErrorList",
"documentation": "<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>"
"documentation": "<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>"
}
}
},
Expand All @@ -1208,7 +1208,7 @@
"members": {
"Filters": {
"shape": "GroupFilterList",
"documentation": "<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>"
"documentation": "<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>"
},
"MaxResults": {
"shape": "MaxResults",
Expand Down Expand Up @@ -1301,17 +1301,18 @@
},
"Message": {
"shape": "QueryErrorMessage",
"documentation": "<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>"
"documentation": "<p>A message that explains the <code>ErrorCode</code>. </p>"
}
},
"documentation": "<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>"
"documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code>. </p>"
},
"QueryErrorCode": {
"type": "string",
"enum": [
"CLOUDFORMATION_STACK_INACTIVE",
"CLOUDFORMATION_STACK_NOT_EXISTING",
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE"
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE",
"RESOURCE_TYPE_NOT_SUPPORTED"
]
},
"QueryErrorList": {
Expand Down Expand Up @@ -1480,7 +1481,7 @@
},
"QueryErrors": {
"shape": "QueryErrorList",
"documentation": "<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>"
"documentation": "<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>"
}
}
},
Expand Down

0 comments on commit 096b605

Please sign in to comment.