Skip to content

Commit 096b605

Browse files
author
awstools
committed
Updates SDK to v2.1594.0
1 parent 0c98eb2 commit 096b605

17 files changed

+466
-149
lines changed

.changes/2.1594.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "QuickSight",
5+
"description": "Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ResourceGroups",
10+
"description": "Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "VerifiedPermissions",
15+
"description": "Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1593.0-->
2+
<!--LATEST=2.1594.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1594.0
6+
* feature: QuickSight: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
7+
* 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.
8+
* feature: VerifiedPermissions: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token.
9+
510
## 2.1593.0
611
* feature: B2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
712
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1593.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1594.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/quicksight-2018-04-01.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"FirstName": {},
133133
"LastName": {},
134134
"EmailAddress": {},
135-
"ContactNumber": {}
135+
"ContactNumber": {},
136+
"IAMIdentityCenterInstanceArn": {}
136137
}
137138
},
138139
"output": {

apis/quicksight-2018-04-01.normal.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6409,7 +6409,7 @@
64096409
"AllSheetsFilterScopeConfiguration": {
64106410
"type": "structure",
64116411
"members": {},
6412-
"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>"
6412+
"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>"
64136413
},
64146414
"AmazonElasticsearchParameters": {
64156415
"type": "structure",
@@ -10425,6 +10425,10 @@
1042510425
"ContactNumber": {
1042610426
"shape": "String",
1042710427
"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>"
10428+
},
10429+
"IAMIdentityCenterInstanceArn": {
10430+
"shape": "String",
10431+
"documentation": "<p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>"
1042810432
}
1042910433
}
1043010434
},
@@ -18746,7 +18750,7 @@
1874618750
},
1874718751
"AllSheets": {
1874818752
"shape": "AllSheetsFilterScopeConfiguration",
18749-
"documentation": "<p>The configuration for applying a filter to all sheets.</p>"
18753+
"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>"
1875018754
}
1875118755
},
1875218756
"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>"

apis/resource-groups-2017-11-27.normal.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
"members": {
642642
"Name": {
643643
"shape": "GroupName",
644-
"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>"
644+
"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>"
645645
},
646646
"Description": {
647647
"shape": "Description",
@@ -1199,7 +1199,7 @@
11991199
},
12001200
"QueryErrors": {
12011201
"shape": "QueryErrorList",
1202-
"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>"
1202+
"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>"
12031203
}
12041204
}
12051205
},
@@ -1208,7 +1208,7 @@
12081208
"members": {
12091209
"Filters": {
12101210
"shape": "GroupFilterList",
1211-
"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>"
1211+
"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>"
12121212
},
12131213
"MaxResults": {
12141214
"shape": "MaxResults",
@@ -1301,17 +1301,18 @@
13011301
},
13021302
"Message": {
13031303
"shape": "QueryErrorMessage",
1304-
"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>"
1304+
"documentation": "<p>A message that explains the <code>ErrorCode</code>. </p>"
13051305
}
13061306
},
1307-
"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>"
1307+
"documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code>. </p>"
13081308
},
13091309
"QueryErrorCode": {
13101310
"type": "string",
13111311
"enum": [
13121312
"CLOUDFORMATION_STACK_INACTIVE",
13131313
"CLOUDFORMATION_STACK_NOT_EXISTING",
1314-
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE"
1314+
"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE",
1315+
"RESOURCE_TYPE_NOT_SUPPORTED"
13151316
]
13161317
},
13171318
"QueryErrorList": {
@@ -1480,7 +1481,7 @@
14801481
},
14811482
"QueryErrors": {
14821483
"shape": "QueryErrorList",
1483-
"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>"
1484+
"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>"
14841485
}
14851486
}
14861487
},

0 commit comments

Comments
 (0)