Skip to content

Commit

Permalink
Updates SDK to v2.1194.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 12, 2022
1 parent a403e62 commit f1c962a
Show file tree
Hide file tree
Showing 23 changed files with 1,608 additions and 276 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1194.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Amp",
"description": "This release adds log APIs that allow customers to manage logging for their Amazon Managed Service for Prometheus workspaces."
},
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "The Amazon Chime SDK now supports channels with up to one million participants with elastic channels."
},
{
"type": "feature",
"category": "IVS",
"description": "Updates various list api MaxResults ranges"
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "This release provides support for promotions in AWS Personalize runtime."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1193.0-->
<!--LATEST=2.1194.0-->
<!--ENTRYINSERT-->

## 2.1194.0
* feature: Amp: This release adds log APIs that allow customers to manage logging for their Amazon Managed Service for Prometheus workspaces.
* feature: ChimeSDKMessaging: The Amazon Chime SDK now supports channels with up to one million participants with elastic channels.
* feature: IVS: Updates various list api MaxResults ranges
* feature: PersonalizeRuntime: This release provides support for promotions in AWS Personalize runtime.

## 2.1193.0
* feature: BackupStorage: This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers.
* feature: Glue: Add support for Python 3.9 AWS Glue Python Shell jobs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1193.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1194.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
196 changes: 176 additions & 20 deletions apis/amp-2020-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,41 @@
},
"idempotent": true
},
"CreateLoggingConfiguration": {
"http": {
"requestUri": "/workspaces/{workspaceId}/logging",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"logGroupArn",
"workspaceId"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"logGroupArn": {},
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"output": {
"type": "structure",
"required": [
"status"
],
"members": {
"status": {
"shape": "Sc"
}
}
},
"idempotent": true
},
"CreateRuleGroupsNamespace": {
"http": {
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
Expand All @@ -70,7 +105,7 @@
},
"name": {},
"tags": {
"shape": "Sc"
"shape": "Sh"
},
"workspaceId": {
"location": "uri",
Expand All @@ -89,10 +124,10 @@
"arn": {},
"name": {},
"status": {
"shape": "Sh"
"shape": "Sm"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
},
Expand All @@ -111,7 +146,7 @@
"idempotencyToken": true
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
},
Expand All @@ -125,10 +160,10 @@
"members": {
"arn": {},
"status": {
"shape": "Sn"
"shape": "Ss"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
},
"workspaceId": {}
}
Expand Down Expand Up @@ -160,6 +195,31 @@
},
"idempotent": true
},
"DeleteLoggingConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/workspaces/{workspaceId}/logging",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"workspaceId"
],
"members": {
"clientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
},
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"idempotent": true
},
"DeleteRuleGroupsNamespace": {
"http": {
"method": "DELETE",
Expand Down Expand Up @@ -265,6 +325,56 @@
}
}
},
"DescribeLoggingConfiguration": {
"http": {
"method": "GET",
"requestUri": "/workspaces/{workspaceId}/logging",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"workspaceId"
],
"members": {
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"output": {
"type": "structure",
"required": [
"loggingConfiguration"
],
"members": {
"loggingConfiguration": {
"type": "structure",
"required": [
"createdAt",
"logGroupArn",
"modifiedAt",
"status",
"workspace"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"logGroupArn": {},
"modifiedAt": {
"type": "timestamp"
},
"status": {
"shape": "Sc"
},
"workspace": {}
}
}
}
}
},
"DescribeRuleGroupsNamespace": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -317,10 +427,10 @@
},
"name": {},
"status": {
"shape": "Sh"
"shape": "Sm"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -367,10 +477,10 @@
},
"prometheusEndpoint": {},
"status": {
"shape": "Sn"
"shape": "Ss"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
},
"workspaceId": {}
}
Expand Down Expand Up @@ -437,10 +547,10 @@
},
"name": {},
"status": {
"shape": "Sh"
"shape": "Sm"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -470,7 +580,7 @@
"type": "structure",
"members": {
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -523,10 +633,10 @@
"type": "timestamp"
},
"status": {
"shape": "Sn"
"shape": "Ss"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
},
"workspaceId": {}
}
Expand Down Expand Up @@ -614,10 +724,10 @@
"arn": {},
"name": {},
"status": {
"shape": "Sh"
"shape": "Sm"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
},
Expand All @@ -640,7 +750,7 @@
"locationName": "resourceArn"
},
"tags": {
"shape": "Sc"
"shape": "Sh"
}
}
},
Expand Down Expand Up @@ -680,6 +790,42 @@
},
"idempotent": true
},
"UpdateLoggingConfiguration": {
"http": {
"method": "PUT",
"requestUri": "/workspaces/{workspaceId}/logging",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"logGroupArn",
"workspaceId"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"logGroupArn": {},
"workspaceId": {
"location": "uri",
"locationName": "workspaceId"
}
}
},
"output": {
"type": "structure",
"required": [
"status"
],
"members": {
"status": {
"shape": "Sc"
}
}
},
"idempotent": true
},
"UpdateWorkspaceAlias": {
"http": {
"requestUri": "/workspaces/{workspaceId}/alias",
Expand Down Expand Up @@ -716,11 +862,21 @@
}
},
"Sc": {
"type": "structure",
"required": [
"statusCode"
],
"members": {
"statusCode": {},
"statusReason": {}
}
},
"Sh": {
"type": "map",
"key": {},
"value": {}
},
"Sh": {
"Sm": {
"type": "structure",
"required": [
"statusCode"
Expand All @@ -730,7 +886,7 @@
"statusReason": {}
}
},
"Sn": {
"Ss": {
"type": "structure",
"required": [
"statusCode"
Expand Down
Loading

0 comments on commit f1c962a

Please sign in to comment.