Skip to content

Commit

Permalink
Updates SDK to v2.1288.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 4, 2023
1 parent c9478e1 commit e0b6e43
Show file tree
Hide file tree
Showing 17 changed files with 896 additions and 735 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1288.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions."
},
{
"type": "feature",
"category": "SSM",
"description": "Adding support for QuickSetup Document Type in Systems Manager"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1287.0-->
<!--LATEST=2.1288.0-->
<!--ENTRYINSERT-->

## 2.1288.0
* feature: ApplicationAutoScaling: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.
* feature: SSM: Adding support for QuickSetup Document Type in Systems Manager

## 2.1287.0
* feature: SecurityLake: Allow CreateSubscriber API to take string input that allows setting more descriptive SubscriberDescription field. Make souceTypes field required in model level for UpdateSubscriberRequest as it is required for every API call on the backend. Allow ListSubscribers take any String as nextToken param.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1287.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1288.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
52 changes: 38 additions & 14 deletions apis/application-autoscaling-2016-02-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
"MaxResults": {
"type": "integer"
},
"NextToken": {}
"NextToken": {},
"IncludeNotScaledActivities": {
"type": "boolean"
}
}
},
"output": {
Expand Down Expand Up @@ -180,7 +183,28 @@
},
"StatusCode": {},
"StatusMessage": {},
"Details": {}
"Details": {},
"NotScaledReasons": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Code"
],
"members": {
"Code": {},
"MaxCapacity": {
"type": "integer"
},
"MinCapacity": {
"type": "integer"
},
"CurrentCapacity": {
"type": "integer"
}
}
}
}
}
}
},
Expand Down Expand Up @@ -231,13 +255,13 @@
"ScalableDimension": {},
"PolicyType": {},
"StepScalingPolicyConfiguration": {
"shape": "Sx"
"shape": "S10"
},
"TargetTrackingScalingPolicyConfiguration": {
"shape": "S16"
"shape": "S19"
},
"Alarms": {
"shape": "S1k"
"shape": "S1n"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -298,7 +322,7 @@
"type": "timestamp"
},
"ScalableTargetAction": {
"shape": "S1r"
"shape": "S1u"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -326,10 +350,10 @@
"ScalableDimension": {},
"PolicyType": {},
"StepScalingPolicyConfiguration": {
"shape": "Sx"
"shape": "S10"
},
"TargetTrackingScalingPolicyConfiguration": {
"shape": "S16"
"shape": "S19"
}
}
},
Expand All @@ -341,7 +365,7 @@
"members": {
"PolicyARN": {},
"Alarms": {
"shape": "S1k"
"shape": "S1n"
}
}
}
Expand Down Expand Up @@ -369,7 +393,7 @@
"type": "timestamp"
},
"ScalableTargetAction": {
"shape": "S1r"
"shape": "S1u"
}
}
},
Expand Down Expand Up @@ -427,7 +451,7 @@
}
}
},
"Sx": {
"S10": {
"type": "structure",
"members": {
"AdjustmentType": {},
Expand Down Expand Up @@ -460,7 +484,7 @@
"MetricAggregationType": {}
}
},
"S16": {
"S19": {
"type": "structure",
"required": [
"TargetValue"
Expand Down Expand Up @@ -518,7 +542,7 @@
}
}
},
"S1k": {
"S1n": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -532,7 +556,7 @@
}
}
},
"S1r": {
"S1u": {
"type": "structure",
"members": {
"MinCapacity": {
Expand Down
Loading

0 comments on commit e0b6e43

Please sign in to comment.