Skip to content

Commit

Permalink
Updates SDK to v2.1084.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 1, 2022
1 parent 43c1538 commit f9d9c95
Show file tree
Hide file tree
Showing 19 changed files with 518 additions and 256 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1084.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "KafkaConnect",
"description": "Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "This release adds Hybridcast as an available profile option for Dash Origin Endpoints."
},
{
"type": "feature",
"category": "Mgn",
"description": "Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest)."
}
]
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.1083.0-->
<!--LATEST=2.1084.0-->
<!--ENTRYINSERT-->

## 2.1084.0
* feature: KafkaConnect: Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation.
* feature: MediaPackage: This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
* feature: Mgn: Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest).

## 2.1083.0
* feature: Amplify: Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.
* feature: AmplifyUIBuilder: We are adding the ability to configure workflows and actions for components.
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.1083.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1084.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
143 changes: 95 additions & 48 deletions apis/kafkaconnect-2021-09-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@
}
},
"connectorConfiguration": {
"shape": "Sa"
"type": "map",
"key": {},
"value": {},
"sensitive": true
},
"connectorDescription": {},
"connectorName": {},
Expand Down Expand Up @@ -312,17 +315,20 @@
"members": {
"description": {},
"name": {},
"propertiesFileContent": {}
"propertiesFileContent": {
"type": "string",
"sensitive": true
}
}
},
"output": {
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"latestRevision": {
"shape": "S19"
"shape": "S1a"
},
"name": {},
"workerConfigurationArn": {}
Expand Down Expand Up @@ -360,6 +366,33 @@
},
"idempotent": true
},
"DeleteCustomPlugin": {
"http": {
"method": "DELETE",
"requestUri": "/v1/custom-plugins/{customPluginArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"customPluginArn"
],
"members": {
"customPluginArn": {
"location": "uri",
"locationName": "customPluginArn"
}
}
},
"output": {
"type": "structure",
"members": {
"customPluginArn": {},
"customPluginState": {}
}
},
"idempotent": true
},
"DescribeConnector": {
"http": {
"method": "GET",
Expand All @@ -382,38 +415,44 @@
"type": "structure",
"members": {
"capacity": {
"shape": "S1e"
"shape": "S1h"
},
"connectorArn": {},
"connectorConfiguration": {
"shape": "Sa"
"type": "map",
"key": {},
"value": {},
"sensitive": true
},
"connectorDescription": {},
"connectorName": {},
"connectorState": {},
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"currentVersion": {},
"kafkaCluster": {
"shape": "S1k"
"shape": "S1o"
},
"kafkaClusterClientAuthentication": {
"shape": "S1n"
"shape": "S1r"
},
"kafkaClusterEncryptionInTransit": {
"shape": "S1o"
"shape": "S1s"
},
"kafkaConnectVersion": {},
"logDelivery": {
"shape": "S1p"
"shape": "S1t"
},
"plugins": {
"shape": "S1u"
"shape": "S1y"
},
"serviceExecutionRoleArn": {},
"stateDescription": {
"shape": "S21"
},
"workerConfiguration": {
"shape": "S1x"
"shape": "S22"
}
}
}
Expand All @@ -440,15 +479,18 @@
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"customPluginArn": {},
"customPluginState": {},
"description": {},
"latestRevision": {
"shape": "S20"
"shape": "S25"
},
"name": {}
"name": {},
"stateDescription": {
"shape": "S21"
}
}
}
},
Expand All @@ -474,17 +516,20 @@
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"description": {},
"latestRevision": {
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"description": {},
"propertiesFileContent": {},
"propertiesFileContent": {
"type": "string",
"sensitive": true
},
"revision": {
"type": "long"
}
Expand Down Expand Up @@ -528,35 +573,35 @@
"type": "structure",
"members": {
"capacity": {
"shape": "S1e"
"shape": "S1h"
},
"connectorArn": {},
"connectorDescription": {},
"connectorName": {},
"connectorState": {},
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"currentVersion": {},
"kafkaCluster": {
"shape": "S1k"
"shape": "S1o"
},
"kafkaClusterClientAuthentication": {
"shape": "S1n"
"shape": "S1r"
},
"kafkaClusterEncryptionInTransit": {
"shape": "S1o"
"shape": "S1s"
},
"kafkaConnectVersion": {},
"logDelivery": {
"shape": "S1p"
"shape": "S1t"
},
"plugins": {
"shape": "S1u"
"shape": "S1y"
},
"serviceExecutionRoleArn": {},
"workerConfiguration": {
"shape": "S1x"
"shape": "S22"
}
}
}
Expand Down Expand Up @@ -594,13 +639,13 @@
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"customPluginArn": {},
"customPluginState": {},
"description": {},
"latestRevision": {
"shape": "S20"
"shape": "S25"
},
"name": {}
}
Expand Down Expand Up @@ -640,11 +685,11 @@
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"description": {},
"latestRevision": {
"shape": "S19"
"shape": "S1a"
},
"name": {},
"workerConfigurationArn": {}
Expand Down Expand Up @@ -752,32 +797,27 @@
}
},
"shapes": {
"Sa": {
"type": "map",
"key": {},
"value": {}
},
"Sh": {
"type": "list",
"member": {}
},
"S18": {
"S19": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"S19": {
"S1a": {
"type": "structure",
"members": {
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"description": {},
"revision": {
"type": "long"
}
}
},
"S1e": {
"S1h": {
"type": "structure",
"members": {
"autoScaling": {
Expand Down Expand Up @@ -823,7 +863,7 @@
}
}
},
"S1k": {
"S1o": {
"type": "structure",
"members": {
"apacheKafkaCluster": {
Expand All @@ -845,19 +885,19 @@
}
}
},
"S1n": {
"S1r": {
"type": "structure",
"members": {
"authenticationType": {}
}
},
"S1o": {
"S1s": {
"type": "structure",
"members": {
"encryptionType": {}
}
},
"S1p": {
"S1t": {
"type": "structure",
"members": {
"workerLogDelivery": {
Expand Down Expand Up @@ -895,7 +935,7 @@
}
}
},
"S1u": {
"S1y": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -912,7 +952,14 @@
}
}
},
"S1x": {
"S21": {
"type": "structure",
"members": {
"code": {},
"message": {}
}
},
"S22": {
"type": "structure",
"members": {
"revision": {
Expand All @@ -921,12 +968,12 @@
"workerConfigurationArn": {}
}
},
"S20": {
"S25": {
"type": "structure",
"members": {
"contentType": {},
"creationTime": {
"shape": "S18"
"shape": "S19"
},
"description": {},
"fileDescription": {
Expand Down
Loading

0 comments on commit f9d9c95

Please sign in to comment.