aws-sdk-applicationautoscaling 1.67.0 → 1.69.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +425 -34
- data/lib/aws-sdk-applicationautoscaling/client_api.rb +78 -0
- data/lib/aws-sdk-applicationautoscaling/endpoints.rb +42 -0
- data/lib/aws-sdk-applicationautoscaling/errors.rb +42 -0
- data/lib/aws-sdk-applicationautoscaling/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-applicationautoscaling/types.rb +292 -16
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23c02d2cd797562f9eaca2b2668b2744f90c243abaf36323649999f6e75fb7ad
|
4
|
+
data.tar.gz: 3b259e6e849514cde91327c2b63d880b116ab68b3abc311d83c9d04935db5488
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a9d2894d5fa3b0aa5862cdc2612682497f7687c97648e6f22ebfb404c034b9df0f83cf2a87aef46e0335e90ae2f5f44a2cca7d9d2e8c57b8da00f2f7879126
|
7
|
+
data.tar.gz: '067285657b0e10ab56fd1a33b9562dd494329f860d2b26f534745a6e38f8959cd43817ca7ef7e9659e4a3c04ae8e046608be0ead692ad5926764bf183be064b2'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.69.0 (2023-05-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
|
8
|
+
|
9
|
+
1.68.0 (2023-03-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - With this release customers can now tag their Application Auto Scaling registered targets with key-value pairs and manage IAM permissions for all the tagged resources centrally.
|
13
|
+
|
4
14
|
1.67.0 (2023-03-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|