Skip to content

Commit

Permalink
Updates SDK to v2.1049.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 3, 2022
1 parent fa30c62 commit 68891a9
Show file tree
Hide file tree
Showing 24 changed files with 1,933 additions and 597 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1049.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Detective",
"description": "Added and updated API operations to support the Detective integration with AWS Organizations. New actions are used to manage the delegated administrator account and the integration configuration."
},
{
"type": "feature",
"category": "GreengrassV2",
"description": "This release adds the API operations to manage the Greengrass role associated with your account and to manage the core device connectivity information. Greengrass V2 customers can now depend solely on Greengrass V2 SDK for all the API operations needed to manage their fleets."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added strength levels to the Sharpness Filter and now permits OGG files to be specified as sidecar audio inputs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "The release allows users to pass pipeline definitions as Amazon S3 locations and control the pipeline execution concurrency using ParallelismConfiguration. It also adds support of EMR jobs as pipeline steps."
}
]
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.1048.0-->
<!--LATEST=2.1049.0-->
<!--ENTRYINSERT-->

## 2.1049.0
* feature: Detective: Added and updated API operations to support the Detective integration with AWS Organizations. New actions are used to manage the delegated administrator account and the integration configuration.
* feature: GreengrassV2: This release adds the API operations to manage the Greengrass role associated with your account and to manage the core device connectivity information. Greengrass V2 customers can now depend solely on Greengrass V2 SDK for all the API operations needed to manage their fleets.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added strength levels to the Sharpness Filter and now permits OGG files to be specified as sidecar audio inputs.
* feature: SageMaker: The release allows users to pass pipeline definitions as Amazon S3 locations and control the pipeline execution concurrency using ParallelismConfiguration. It also adds support of EMR jobs as pipeline steps.

## 2.1048.0
* feature: ChimeSDKMessaging: The Amazon Chime SDK now supports updating message attributes via channel flows
* feature: LookoutMetrics: This release adds support for Causal Relationships. Added new ListAnomalyGroupRelatedMetrics API operation and InterMetricImpactDetails API data type
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.1048.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1049.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
110 changes: 101 additions & 9 deletions apis/detective-2018-10-26.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"shape": "Sg"
},
"UnprocessedAccounts": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -117,22 +117,49 @@
"members": {
"GraphArn": {},
"AccountIds": {
"shape": "Ss"
"shape": "St"
}
}
},
"output": {
"type": "structure",
"members": {
"AccountIds": {
"shape": "Ss"
"shape": "St"
},
"UnprocessedAccounts": {
"shape": "Sn"
"shape": "So"
}
}
}
},
"DescribeOrganizationConfiguration": {
"http": {
"requestUri": "/orgs/describeOrganizationConfiguration"
},
"input": {
"type": "structure",
"required": [
"GraphArn"
],
"members": {
"GraphArn": {}
}
},
"output": {
"type": "structure",
"members": {
"AutoEnable": {
"type": "boolean"
}
}
}
},
"DisableOrganizationAdminAccount": {
"http": {
"requestUri": "/orgs/disableAdminAccount"
}
},
"DisassociateMembership": {
"http": {
"requestUri": "/membership/removal"
Expand All @@ -147,6 +174,20 @@
}
}
},
"EnableOrganizationAdminAccount": {
"http": {
"requestUri": "/orgs/enableAdminAccount"
},
"input": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {}
}
}
},
"GetMembers": {
"http": {
"requestUri": "/graph/members/get"
Expand All @@ -160,7 +201,7 @@
"members": {
"GraphArn": {},
"AccountIds": {
"shape": "Ss"
"shape": "St"
}
}
},
Expand All @@ -171,7 +212,7 @@
"shape": "Sg"
},
"UnprocessedAccounts": {
"shape": "Sn"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -258,6 +299,39 @@
}
}
},
"ListOrganizationAdminAccounts": {
"http": {
"requestUri": "/orgs/adminAccountslist"
},
"input": {
"type": "structure",
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Administrators": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AccountId": {},
"GraphArn": {},
"DelegationTime": {
"shape": "Sk"
}
}
}
},
"NextToken": {}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -370,6 +444,23 @@
"type": "structure",
"members": {}
}
},
"UpdateOrganizationConfiguration": {
"http": {
"requestUri": "/orgs/updateOrganizationConfiguration"
},
"input": {
"type": "structure",
"required": [
"GraphArn"
],
"members": {
"GraphArn": {},
"AutoEnable": {
"type": "boolean"
}
}
}
}
},
"shapes": {
Expand Down Expand Up @@ -414,15 +505,16 @@
"shape": "Sk",
"deprecated": true,
"deprecatedMessage": "This property is deprecated. Use VolumeUsageUpdatedTime instead."
}
},
"InvitationType": {}
}
}
},
"Sk": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"Sn": {
"So": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -432,7 +524,7 @@
}
}
},
"Ss": {
"St": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit 68891a9

Please sign in to comment.