Skip to content

Commit

Permalink
Updates SDK to v2.450.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 6, 2019
1 parent 3f1e54f commit 33e72cb
Show file tree
Hide file tree
Showing 18 changed files with 876 additions and 840 deletions.
7 changes: 7 additions & 0 deletions .changes/2.450.0.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "AWS Config now supports tagging on PutConfigRule, PutConfigurationAggregator and PutAggregationAuthorization APIs."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.449.0-->
<!--LATEST=2.450.0-->
<!--ENTRYINSERT-->

## 2.450.0
* feature: ConfigService: AWS Config now supports tagging on PutConfigRule, PutConfigurationAggregator and PutAggregationAuthorization APIs.

## 2.449.0
* feature: CognitoIdentityServiceProvider: This release of Amazon Cognito User Pools introduces the new AdminSetUserPassword API that allows administrators of a user pool to change a user's password. The new password can be temporary or permanent.
* feature: MediaConvert: DASH output groups using DRM encryption can now enable a playback device compatibility mode to correct problems with playback on older devices.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ version.
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.449.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.450.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
154 changes: 77 additions & 77 deletions apis/codepipeline-2015-07-09.normal.json

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions apis/config-2014-11-12.min.json
Expand Up @@ -1170,7 +1170,10 @@
],
"members": {
"AuthorizedAccountId": {},
"AuthorizedAwsRegion": {}
"AuthorizedAwsRegion": {},
"Tags": {
"shape": "S6v"
}
}
},
"output": {
Expand All @@ -1191,6 +1194,9 @@
"members": {
"ConfigRule": {
"shape": "S2e"
},
"Tags": {
"shape": "S6v"
}
}
}
Expand All @@ -1208,6 +1214,9 @@
},
"OrganizationAggregationSource": {
"shape": "S39"
},
"Tags": {
"shape": "S6v"
}
}
},
Expand Down Expand Up @@ -1254,7 +1263,7 @@
],
"members": {
"Evaluations": {
"shape": "S72"
"shape": "S73"
},
"ResultToken": {},
"TestMode": {
Expand All @@ -1266,7 +1275,7 @@
"type": "structure",
"members": {
"FailedEvaluations": {
"shape": "S72"
"shape": "S73"
}
}
}
Expand Down Expand Up @@ -1890,14 +1899,23 @@
"S6q": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Value": {}
}
"shape": "S6r"
}
},
"S6r": {
"type": "structure",
"members": {
"Key": {},
"Value": {}
}
},
"S6v": {
"type": "list",
"member": {
"shape": "S6r"
}
},
"S72": {
"S73": {
"type": "list",
"member": {
"type": "structure",
Expand Down
25 changes: 21 additions & 4 deletions apis/config-2014-11-12.normal.json
Expand Up @@ -2065,7 +2065,7 @@
"documentation": "<p>The frequency with which AWS Config delivers configuration snapshots.</p>"
}
},
"documentation": "<p>Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.</p> <note> <p>If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:</p> </note> <p>The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:</p> <ul> <li> <p>The value for the <code>deliveryFrequency</code> parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules.</p> </li> <li> <p>The value for the <code>MaximumExecutionFrequency</code> parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see <a>ConfigRule</a>.</p> </li> </ul> <p>If the <code>deliveryFrequency</code> value is less frequent than the <code>MaximumExecutionFrequency</code> value for a rule, AWS Config invokes the rule only as often as the <code>deliveryFrequency</code> value.</p> <ol> <li> <p>For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot.</p> </li> <li> <p>You specify the <code>MaximumExecutionFrequency</code> value for <code>Six_Hours</code>. </p> </li> <li> <p>You then specify the delivery channel <code>deliveryFrequency</code> value for <code>TwentyFour_Hours</code>.</p> </li> <li> <p>Because the value for <code>deliveryFrequency</code> is less frequent than <code>MaximumExecutionFrequency</code>, AWS Config invokes evaluations for the rule every 24 hours. </p> </li> </ol> <p>You should set the <code>MaximumExecutionFrequency</code> value to be at least as frequent as the <code>deliveryFrequency</code> value. You can view the <code>deliveryFrequency</code> value by using the <code>DescribeDeliveryChannnels</code> action.</p> <p>To update the <code>deliveryFrequency</code> with which AWS Config delivers your configuration snapshots, use the <code>PutDeliveryChannel</code> action.</p>"
"documentation": "<p>Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.</p> <p>The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:</p> <ul> <li> <p>The value for the <code>deliveryFrequency</code> parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules.</p> </li> <li> <p>The value for the <code>MaximumExecutionFrequency</code> parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see <a>ConfigRule</a>.</p> </li> </ul> <p>If the <code>deliveryFrequency</code> value is less frequent than the <code>MaximumExecutionFrequency</code> value for a rule, AWS Config invokes the rule only as often as the <code>deliveryFrequency</code> value.</p> <ol> <li> <p>For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot.</p> </li> <li> <p>You specify the <code>MaximumExecutionFrequency</code> value for <code>Six_Hours</code>. </p> </li> <li> <p>You then specify the delivery channel <code>deliveryFrequency</code> value for <code>TwentyFour_Hours</code>.</p> </li> <li> <p>Because the value for <code>deliveryFrequency</code> is less frequent than <code>MaximumExecutionFrequency</code>, AWS Config invokes evaluations for the rule every 24 hours. </p> </li> </ol> <p>You should set the <code>MaximumExecutionFrequency</code> value to be at least as frequent as the <code>deliveryFrequency</code> value. You can view the <code>deliveryFrequency</code> value by using the <code>DescribeDeliveryChannnels</code> action.</p> <p>To update the <code>deliveryFrequency</code> with which AWS Config delivers your configuration snapshots, use the <code>PutDeliveryChannel</code> action.</p>"
},
"ConfigStreamDeliveryInfo": {
"type": "structure",
Expand Down Expand Up @@ -2706,7 +2706,7 @@
},
"Limit": {
"shape": "RuleLimit",
"documentation": "<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 50 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">AWS Config Limits</a> in the <i>AWS General Reference Guide</i>.</p>"
"documentation": "<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 150 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">AWS Config Limits</a> in the <i>AWS General Reference Guide</i>.</p>"
}
},
"documentation": "<p/>"
Expand Down Expand Up @@ -3761,7 +3761,7 @@
"members": {
"RoleArn": {
"shape": "String",
"documentation": "<p>ARN of the IAM role used to retreive AWS Organization details associated with the aggregator account.</p>"
"documentation": "<p>ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.</p>"
},
"AwsRegions": {
"shape": "AggregatorRegionList",
Expand All @@ -3772,7 +3772,7 @@
"documentation": "<p>If true, aggregate existing AWS Config regions and future regions.</p>"
}
},
"documentation": "<p>This object contains regions to setup the aggregator and an IAM role to retrieve organization details.</p>"
"documentation": "<p>This object contains regions to set up the aggregator and an IAM role to retrieve organization details.</p>"
},
"Owner": {
"type": "string",
Expand Down Expand Up @@ -3815,6 +3815,9 @@
"AuthorizedAwsRegion": {
"shape": "AwsRegion",
"documentation": "<p>The region authorized to collect aggregated data.</p>"
},
"Tags": {
"shape": "TagsList"
}
}
},
Expand All @@ -3836,6 +3839,9 @@
"ConfigRule": {
"shape": "ConfigRule",
"documentation": "<p>The rule that you want to add to your account.</p>"
},
"Tags": {
"shape": "TagsList"
}
}
},
Expand All @@ -3856,6 +3862,9 @@
"OrganizationAggregationSource": {
"shape": "OrganizationAggregationSource",
"documentation": "<p>An OrganizationAggregationSource object.</p>"
},
"Tags": {
"shape": "TagsList"
}
}
},
Expand Down Expand Up @@ -4813,6 +4822,14 @@
"shape": "Value"
}
},
"TagsList": {
"type": "list",
"member": {
"shape": "Tag"
},
"max": 50,
"min": 0
},
"UnprocessedResourceIdentifierList": {
"type": "list",
"member": {
Expand Down

0 comments on commit 33e72cb

Please sign in to comment.