Skip to content

Commit f9893b7

Browse files
Updated API models and rebuilt service gems.
1 parent 3d0f0bb commit f9893b7

File tree

62 files changed

+4032
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4032
-575
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ RubyGems.org page under "LINKS" section.
428428
| AWS Parallel Computing Service | Aws::PCS | aws-sdk-pcs | 2023-02-10 |
429429
| AWS Performance Insights | Aws::PI | aws-sdk-pi | 2018-02-27 |
430430
| AWS Price List Service | Aws::Pricing | aws-sdk-pricing | 2017-10-15 |
431-
| AWS Private 5G | Aws::PrivateNetworks | aws-sdk-privatenetworks | 2021-12-03 |
432431
| AWS Proton | Aws::Proton | aws-sdk-proton | 2020-07-20 |
433432
| AWS RDS DataService | Aws::RDSDataService | aws-sdk-rdsdataservice | 2018-08-01 |
434433
| AWS Resilience Hub | Aws::ResilienceHub | aws-sdk-resiliencehub | 2020-04-30 |

apis/application-autoscaling/2016-02-06/api-2.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@
299299
},
300300
"DeleteScalingPolicyResponse":{
301301
"type":"structure",
302-
"members":{
303-
}
302+
"members":{}
304303
},
305304
"DeleteScheduledActionRequest":{
306305
"type":"structure",
@@ -319,8 +318,7 @@
319318
},
320319
"DeleteScheduledActionResponse":{
321320
"type":"structure",
322-
"members":{
323-
}
321+
"members":{}
324322
},
325323
"DeregisterScalableTargetRequest":{
326324
"type":"structure",
@@ -337,8 +335,7 @@
337335
},
338336
"DeregisterScalableTargetResponse":{
339337
"type":"structure",
340-
"members":{
341-
}
338+
"members":{}
342339
},
343340
"DescribeScalableTargetsRequest":{
344341
"type":"structure",
@@ -859,8 +856,7 @@
859856
},
860857
"PutScheduledActionResponse":{
861858
"type":"structure",
862-
"members":{
863-
}
859+
"members":{}
864860
},
865861
"RegisterScalableTargetRequest":{
866862
"type":"structure",
@@ -1167,8 +1163,7 @@
11671163
},
11681164
"TagResourceResponse":{
11691165
"type":"structure",
1170-
"members":{
1171-
}
1166+
"members":{}
11721167
},
11731168
"TagValue":{
11741169
"type":"string",
@@ -1289,8 +1284,7 @@
12891284
},
12901285
"UntagResourceResponse":{
12911286
"type":"structure",
1292-
"members":{
1293-
}
1287+
"members":{}
12941288
},
12951289
"ValidationException":{
12961290
"type":"structure",

apis/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 40 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
},
5656
"ConcurrentUpdateException": {
5757
"base": "<p>Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.</p>",
58-
"refs": {
59-
}
58+
"refs": {}
6059
},
6160
"Cooldown": {
6261
"base": null,
@@ -74,73 +73,59 @@
7473
},
7574
"DeleteScalingPolicyRequest": {
7675
"base": null,
77-
"refs": {
78-
}
76+
"refs": {}
7977
},
8078
"DeleteScalingPolicyResponse": {
8179
"base": null,
82-
"refs": {
83-
}
80+
"refs": {}
8481
},
8582
"DeleteScheduledActionRequest": {
8683
"base": null,
87-
"refs": {
88-
}
84+
"refs": {}
8985
},
9086
"DeleteScheduledActionResponse": {
9187
"base": null,
92-
"refs": {
93-
}
88+
"refs": {}
9489
},
9590
"DeregisterScalableTargetRequest": {
9691
"base": null,
97-
"refs": {
98-
}
92+
"refs": {}
9993
},
10094
"DeregisterScalableTargetResponse": {
10195
"base": null,
102-
"refs": {
103-
}
96+
"refs": {}
10497
},
10598
"DescribeScalableTargetsRequest": {
10699
"base": null,
107-
"refs": {
108-
}
100+
"refs": {}
109101
},
110102
"DescribeScalableTargetsResponse": {
111103
"base": null,
112-
"refs": {
113-
}
104+
"refs": {}
114105
},
115106
"DescribeScalingActivitiesRequest": {
116107
"base": null,
117-
"refs": {
118-
}
108+
"refs": {}
119109
},
120110
"DescribeScalingActivitiesResponse": {
121111
"base": null,
122-
"refs": {
123-
}
112+
"refs": {}
124113
},
125114
"DescribeScalingPoliciesRequest": {
126115
"base": null,
127-
"refs": {
128-
}
116+
"refs": {}
129117
},
130118
"DescribeScalingPoliciesResponse": {
131119
"base": null,
132-
"refs": {
133-
}
120+
"refs": {}
134121
},
135122
"DescribeScheduledActionsRequest": {
136123
"base": null,
137-
"refs": {
138-
}
124+
"refs": {}
139125
},
140126
"DescribeScheduledActionsResponse": {
141127
"base": null,
142-
"refs": {
143-
}
128+
"refs": {}
144129
},
145130
"DisableScaleIn": {
146131
"base": null,
@@ -176,18 +161,15 @@
176161
},
177162
"FailedResourceAccessException": {
178163
"base": "<p>Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html\">DescribeAlarms</a> on your behalf.</p>",
179-
"refs": {
180-
}
164+
"refs": {}
181165
},
182166
"GetPredictiveScalingForecastRequest": {
183167
"base": null,
184-
"refs": {
185-
}
168+
"refs": {}
186169
},
187170
"GetPredictiveScalingForecastResponse": {
188171
"base": null,
189-
"refs": {
190-
}
172+
"refs": {}
191173
},
192174
"Id": {
193175
"base": null,
@@ -204,28 +186,23 @@
204186
},
205187
"InternalServiceException": {
206188
"base": "<p>The service encountered an internal error.</p>",
207-
"refs": {
208-
}
189+
"refs": {}
209190
},
210191
"InvalidNextTokenException": {
211192
"base": "<p>The next token supplied was invalid.</p>",
212-
"refs": {
213-
}
193+
"refs": {}
214194
},
215195
"LimitExceededException": {
216196
"base": "<p>A per-account resource limit is exceeded. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-limits.html\">Application Auto Scaling service quotas</a>.</p>",
217-
"refs": {
218-
}
197+
"refs": {}
219198
},
220199
"ListTagsForResourceRequest": {
221200
"base": null,
222-
"refs": {
223-
}
201+
"refs": {}
224202
},
225203
"ListTagsForResourceResponse": {
226204
"base": null,
227-
"refs": {
228-
}
205+
"refs": {}
229206
},
230207
"LoadForecast": {
231208
"base": "<p> A <code>GetPredictiveScalingForecast</code> call returns the load forecast for a predictive scaling policy. This structure includes the data points for that load forecast, along with the timestamps of those data points and the metric specification. </p>",
@@ -338,8 +315,7 @@
338315
},
339316
"ObjectNotFoundException": {
340317
"base": "<p>The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.</p>",
341-
"refs": {
342-
}
318+
"refs": {}
343319
},
344320
"PolicyName": {
345321
"base": null,
@@ -497,19 +473,19 @@
497473
}
498474
},
499475
"PredictiveScalingPredefinedLoadMetricSpecification": {
500-
"base": "<p> Describes a load metric for a predictive scaling policy. </p> <p>When returned in the output of <code>DescribePolicies</code>, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.</p>",
476+
"base": "<p> Describes a load metric for a predictive scaling policy. </p> <p>When returned in the output of <code>DescribePolicies</code>, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.</p> <p>The following predefined metrics are available for predictive scaling:</p> <ul> <li> <p> <code>ECSServiceAverageCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceAverageMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalMemoryUtilization</code> </p> </li> <li> <p> <code>ALBRequestCount</code> </p> </li> <li> <p> <code>ALBRequestCountPerTarget</code> </p> </li> <li> <p> <code>TotalALBRequestCount</code> </p> </li> </ul>",
501477
"refs": {
502478
"PredictiveScalingMetricSpecification$PredefinedLoadMetricSpecification": "<p> The predefined load metric specification. </p>"
503479
}
504480
},
505481
"PredictiveScalingPredefinedMetricPairSpecification": {
506-
"base": "<p> Represents a metric pair for a predictive scaling policy. </p>",
482+
"base": "<p> Represents a metric pair for a predictive scaling policy. </p> <p>The following predefined metrics are available for predictive scaling:</p> <ul> <li> <p> <code>ECSServiceAverageCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceAverageMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalMemoryUtilization</code> </p> </li> <li> <p> <code>ALBRequestCount</code> </p> </li> <li> <p> <code>ALBRequestCountPerTarget</code> </p> </li> <li> <p> <code>TotalALBRequestCount</code> </p> </li> </ul>",
507483
"refs": {
508484
"PredictiveScalingMetricSpecification$PredefinedMetricPairSpecification": "<p> The predefined metric pair specification that determines the appropriate scaling metric and load metric to use. </p>"
509485
}
510486
},
511487
"PredictiveScalingPredefinedScalingMetricSpecification": {
512-
"base": "<p> Describes a scaling metric for a predictive scaling policy. </p> <p>When returned in the output of <code>DescribePolicies</code>, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.</p>",
488+
"base": "<p> Describes a scaling metric for a predictive scaling policy. </p> <p>When returned in the output of <code>DescribePolicies</code>, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.</p> <p>The following predefined metrics are available for predictive scaling:</p> <ul> <li> <p> <code>ECSServiceAverageCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceAverageMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceMemoryUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalCPUUtilization</code> </p> </li> <li> <p> <code>ECSServiceTotalMemoryUtilization</code> </p> </li> <li> <p> <code>ALBRequestCount</code> </p> </li> <li> <p> <code>ALBRequestCountPerTarget</code> </p> </li> <li> <p> <code>TotalALBRequestCount</code> </p> </li> </ul>",
513489
"refs": {
514490
"PredictiveScalingMetricSpecification$PredefinedScalingMetricSpecification": "<p> The predefined scaling metric specification. </p>"
515491
}
@@ -522,33 +498,27 @@
522498
},
523499
"PutScalingPolicyRequest": {
524500
"base": null,
525-
"refs": {
526-
}
501+
"refs": {}
527502
},
528503
"PutScalingPolicyResponse": {
529504
"base": null,
530-
"refs": {
531-
}
505+
"refs": {}
532506
},
533507
"PutScheduledActionRequest": {
534508
"base": null,
535-
"refs": {
536-
}
509+
"refs": {}
537510
},
538511
"PutScheduledActionResponse": {
539512
"base": null,
540-
"refs": {
541-
}
513+
"refs": {}
542514
},
543515
"RegisterScalableTargetRequest": {
544516
"base": null,
545-
"refs": {
546-
}
517+
"refs": {}
547518
},
548519
"RegisterScalableTargetResponse": {
549520
"base": null,
550-
"refs": {
551-
}
521+
"refs": {}
552522
},
553523
"ResourceCapacity": {
554524
"base": null,
@@ -623,8 +593,7 @@
623593
},
624594
"ResourceNotFoundException": {
625595
"base": "<p>The specified resource doesn't exist.</p>",
626-
"refs": {
627-
}
596+
"refs": {}
628597
},
629598
"ReturnData": {
630599
"base": null,
@@ -804,13 +773,11 @@
804773
},
805774
"TagResourceRequest": {
806775
"base": null,
807-
"refs": {
808-
}
776+
"refs": {}
809777
},
810778
"TagResourceResponse": {
811779
"base": null,
812-
"refs": {
813-
}
780+
"refs": {}
814781
},
815782
"TagValue": {
816783
"base": null,
@@ -911,23 +878,19 @@
911878
},
912879
"TooManyTagsException": {
913880
"base": "<p>The request contains too many tags. Try the request again with fewer tags.</p>",
914-
"refs": {
915-
}
881+
"refs": {}
916882
},
917883
"UntagResourceRequest": {
918884
"base": null,
919-
"refs": {
920-
}
885+
"refs": {}
921886
},
922887
"UntagResourceResponse": {
923888
"base": null,
924-
"refs": {
925-
}
889+
"refs": {}
926890
},
927891
"ValidationException": {
928892
"base": "<p>An exception was thrown for a validation issue. Review the available parameters for the API request.</p>",
929-
"refs": {
930-
}
893+
"refs": {}
931894
},
932895
"XmlString": {
933896
"base": null,

0 commit comments

Comments
 (0)