Skip to content

Commit

Permalink
Updates SDK to v2.1124.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 28, 2022
1 parent 34d853a commit dbf9875
Show file tree
Hide file tree
Showing 25 changed files with 2,290 additions and 1,889 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1124.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Braket",
"description": "This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances."
},
{
"type": "feature",
"category": "Connect",
"description": "This release introduces an API for changing the current agent status of a user in Connect."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "AWS Network Firewall adds support for stateful threat signature AWS managed rule groups."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1123.0-->
<!--LATEST=2.1124.0-->
<!--ENTRYINSERT-->

## 2.1124.0
* feature: Braket: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
* feature: Connect: This release introduces an API for changing the current agent status of a user in Connect.
* feature: EC2: This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.
* feature: NetworkFirewall: AWS Network Firewall adds support for stateful threat signature AWS managed rule groups.

## 2.1123.0
* feature: ChimeSDKMediaPipelines: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
* feature: CloudTrail: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1123.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1124.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
6 changes: 3 additions & 3 deletions apis/auditmanager-2017-07-25.normal.json
Expand Up @@ -402,7 +402,7 @@
"shape": "ResourceNotFoundException"
}
],
"documentation": "<p> Deletes an assessment report from an assessment in Audit Manager. </p>"
"documentation": "<p>Deletes an assessment report in Audit Manager. </p> <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager attempts to delete the following data:</p> <ol> <li> <p>The specified assessment report that’s stored in your S3 bucket</p> </li> <li> <p>The associated metadata that’s stored in Audit Manager</p> </li> </ol> <p>If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event, the <code>DeleteAssessmentReport</code> operation doesn’t fail. Instead, it proceeds to delete the associated metadata only. You must then delete the assessment report from the S3 bucket yourself. </p> <p>This scenario happens when Audit Manager receives a <code>403 (Forbidden)</code> or <code>404 (Not Found)</code> error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy that you can use, see <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/security_iam_id-based-policy-examples.html#full-administrator-access-assessment-report-destination\">Assessment report destination permissions</a> in the <i>Audit Manager User Guide</i>. For information about the issues that could cause a <code>403 (Forbidden)</code> or <code>404 (Not Found</code>) error from Amazon S3, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList\">List of Error Codes</a> in the <i>Amazon Simple Storage Service API Reference</i>. </p>"
},
"DeleteControl": {
"name": "DeleteControl",
Expand Down Expand Up @@ -5254,11 +5254,11 @@
"members": {
"keywordInputType": {
"shape": "KeywordInputType",
"documentation": "<p> The method of input for the keyword. </p>"
"documentation": "<p> The input method for the keyword. </p>"
},
"keywordValue": {
"shape": "KeywordValue",
"documentation": "<p> The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source. </p>"
"documentation": "<p> The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. </p> <p>If you’re mapping a data source to a rule in Config, the <code>keywordValue</code> that you specify depends on the type of rule:</p> <ul> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">managed rules</a>, you can use the rule identifier as the <code>keywordValue</code>. You can find the rule identifier from the <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">list of Config managed rules</a>.</p> <ul> <li> <p>Managed rule name: <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html\">s3-bucket-acl-prohibited</a> </p> <p> <code>keywordValue</code>: <code>S3_BUCKET_ACL_PROHIBITED</code> </p> </li> </ul> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html\">custom rules</a>, you form the <code>keywordValue</code> by adding the <code>Custom_</code> prefix to the rule name. This prefix distinguishes the rule from a managed rule.</p> <ul> <li> <p>Custom rule name: my-custom-config-rule</p> <p> <code>keywordValue</code>: <code>Custom_my-custom-config-rule</code> </p> </li> </ul> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html\">service-linked rules</a>, you form the <code>keywordValue</code> by adding the <code>Custom_</code> prefix to the rule name. In addition, you remove the suffix ID that appears at the end of the rule name.</p> <ul> <li> <p>Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w</p> <p> <code>keywordValue</code>: <code>Custom_CustomRuleForAccount-conformance-pack</code> </p> </li> <li> <p>Service-linked rule name: securityhub-api-gw-cache-encrypted-101104e1</p> <p> <code>keywordValue</code>: <code>Custom_securityhub-api-gw-cache-encrypted</code> </p> </li> <li> <p>Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba</p> <p> <code>keywordValue</code>: <code>Custom_OrgConfigRule-s3-bucket-versioning-enabled</code> </p> </li> </ul> </li> </ul>"
}
},
"documentation": "<p> The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. </p>"
Expand Down
57 changes: 30 additions & 27 deletions apis/braket-2019-09-01.min.json
Expand Up @@ -121,14 +121,14 @@
},
"jobName": {},
"outputDataConfig": {
"shape": "Sw"
"shape": "Sx"
},
"roleArn": {},
"stoppingCondition": {
"shape": "Sz"
"shape": "S10"
},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"type": "long"
},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
},
Expand Down Expand Up @@ -270,13 +270,13 @@
"shape": "Sh"
},
"createdAt": {
"shape": "S1j"
"shape": "S1k"
},
"deviceConfig": {
"shape": "Sj"
},
"endedAt": {
"shape": "S1j"
"shape": "S1k"
},
"events": {
"type": "list",
Expand All @@ -286,7 +286,7 @@
"eventType": {},
"message": {},
"timeOfEvent": {
"shape": "S1j"
"shape": "S1k"
}
}
}
Expand All @@ -307,18 +307,18 @@
"jobArn": {},
"jobName": {},
"outputDataConfig": {
"shape": "Sw"
"shape": "Sx"
},
"roleArn": {},
"startedAt": {
"shape": "S1j"
"shape": "S1k"
},
"status": {},
"stoppingCondition": {
"shape": "Sz"
"shape": "S10"
},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
}
Expand Down Expand Up @@ -355,14 +355,14 @@
],
"members": {
"createdAt": {
"shape": "S1j"
"shape": "S1k"
},
"deviceArn": {},
"deviceParameters": {
"jsonvalue": true
},
"endedAt": {
"shape": "S1j"
"shape": "S1k"
},
"failureReason": {},
"jobArn": {},
Expand All @@ -374,7 +374,7 @@
},
"status": {},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
}
Expand All @@ -401,7 +401,7 @@
"type": "structure",
"members": {
"tags": {
"shape": "S11"
"shape": "S12"
}
}
}
Expand Down Expand Up @@ -525,20 +525,20 @@
],
"members": {
"createdAt": {
"shape": "S1j"
"shape": "S1k"
},
"device": {},
"endedAt": {
"shape": "S1j"
"shape": "S1k"
},
"jobArn": {},
"jobName": {},
"startedAt": {
"shape": "S1j"
"shape": "S1k"
},
"status": {},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
}
Expand Down Expand Up @@ -605,11 +605,11 @@
],
"members": {
"createdAt": {
"shape": "S1j"
"shape": "S1k"
},
"deviceArn": {},
"endedAt": {
"shape": "S1j"
"shape": "S1k"
},
"outputS3Bucket": {},
"outputS3Directory": {},
Expand All @@ -619,7 +619,7 @@
},
"status": {},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
}
Expand All @@ -644,7 +644,7 @@
"locationName": "resourceArn"
},
"tags": {
"shape": "S11"
"shape": "S12"
}
}
},
Expand Down Expand Up @@ -771,13 +771,16 @@
"volumeSizeInGb"
],
"members": {
"instanceCount": {
"type": "integer"
},
"instanceType": {},
"volumeSizeInGb": {
"type": "integer"
}
}
},
"Sw": {
"Sx": {
"type": "structure",
"required": [
"s3Path"
Expand All @@ -787,20 +790,20 @@
"s3Path": {}
}
},
"Sz": {
"S10": {
"type": "structure",
"members": {
"maxRuntimeInSeconds": {
"type": "integer"
}
}
},
"S11": {
"S12": {
"type": "map",
"key": {},
"value": {}
},
"S1j": {
"S1k": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
13 changes: 11 additions & 2 deletions apis/braket-2019-09-01.normal.json
Expand Up @@ -190,7 +190,7 @@
"shape": "ValidationException"
}
],
"documentation": "<p>Retrieves the devices available in Amazon Braket.</p>"
"documentation": "<p>Retrieves the devices available in Amazon Braket.</p> <note> <p>For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.</p> </note>"
},
"GetJob": {
"name": "GetJob",
Expand Down Expand Up @@ -1089,6 +1089,10 @@
"volumeSizeInGb"
],
"members": {
"instanceCount": {
"shape": "InstanceConfigInstanceCountInteger",
"documentation": "<p>Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.</p>"
},
"instanceType": {
"shape": "InstanceType",
"documentation": "<p>Configures the type resource instances to use while running an Amazon Braket hybrid job.</p>"
Expand All @@ -1100,6 +1104,11 @@
},
"documentation": "<p>Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.</p>"
},
"InstanceConfigInstanceCountInteger": {
"type": "integer",
"box": true,
"min": 1
},
"InstanceConfigVolumeSizeInGbInteger": {
"type": "integer",
"box": true,
Expand Down Expand Up @@ -1838,5 +1847,5 @@
"pattern": "\\d{10,14}\\.dkr\\.ecr.[a-z0-9-]+\\.amazonaws\\.com\\/.+(@sha256)?:.+"
}
},
"documentation": "<p>The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.</p>"
"documentation": "<p>The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.</p> <p>Additional Resources:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/braket/latest/developerguide/what-is-braket.html\">Amazon Braket Developer Guide</a> </p> </li> </ul>"
}

0 comments on commit dbf9875

Please sign in to comment.