aws-sdk 2.658.0 → 2.662.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,36 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.662.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.662.0
|
|
6
|
+
* feature: ApplicationAutoScaling: This release supports Auto Scaling in Amazon Keyspaces for Apache Cassandra.
|
|
7
|
+
* feature: Firehose: You can now deliver streaming data to an Amazon Elasticsearch Service domain in an Amazon VPC. You can now compress streaming data delivered to S3 using Hadoop-Snappy in addition to Gzip, Zip and Snappy formats.
|
|
8
|
+
* feature: MediaPackageVod: Adds tagging support for PackagingGroups, PackagingConfigurations, and Assets
|
|
9
|
+
* feature: Pinpoint: This release of the Amazon Pinpoint API enhances support for sending campaigns through custom channels to locations such as AWS Lambda functions or web applications. Campaigns can now use CustomDeliveryConfiguration and CampaignCustomMessage to configure custom channel settings for a campaign.
|
|
10
|
+
* feature: RAM: AWS Resource Access Manager (RAM) provides a new ListResourceTypes action. This action lets you list the resource types that can be shared using AWS RAM.
|
|
11
|
+
* feature: RDS: Adds support for AWS Local Zones, including a new optional parameter AvailabilityZoneGroup for the DescribeOrderableDBInstanceOptions operation.
|
|
12
|
+
* feature: StorageGateway: Added AutomaticTapeCreation APIs
|
|
13
|
+
* feature: Transfer: This release adds support for transfers over FTPS and FTP in and out of Amazon S3, which makes it easy to migrate File Transfer Protocol over SSL (FTPS) and FTP workloads to AWS, in addition to the existing support for Secure File Transfer Protocol (SFTP).
|
|
14
|
+
|
|
15
|
+
## 2.661.0
|
|
16
|
+
* feature: CodeGuruReviewer: Add support for code review and recommendation feedback APIs.
|
|
17
|
+
* feature: ES: This change adds a new field 'OptionalDeployment' to ServiceSoftwareOptions to indicate whether a service software update is optional or mandatory. If True, it indicates that the update is optional, and the service software is not automatically updated. If False, the service software is automatically updated after AutomatedUpdateDate.
|
|
18
|
+
* feature: FMS: This release is to support AWS Firewall Manager policy with Organizational Unit scope.
|
|
19
|
+
* feature: Redshift: Amazon Redshift support for usage limits
|
|
20
|
+
|
|
21
|
+
## 2.660.0
|
|
22
|
+
* feature: CostExplorer: Cost Explorer Rightsizing Recommendations integrates with Compute Optimizer and begins offering across instance family rightsizing recommendations, adding to existing support for within instance family rightsizing recommendations.
|
|
23
|
+
* feature: EMR: Amazon EMR adds support for configuring a managed scaling policy for an Amazon EMR cluster. This enables automatic resizing of a cluster to optimize for job execution speed and reduced cluster cost.
|
|
24
|
+
* feature: GuardDuty: AWS GuardDuty now supports using AWS Organizations delegated administrators to create and manage GuardDuty master and member accounts. The feature also allows GuardDuty to be automatically enabled on associated organization accounts.
|
|
25
|
+
* feature: Route53Domains: You can now programmatically transfer domains between AWS accounts without having to contact AWS Support
|
|
26
|
+
|
|
27
|
+
## 2.659.0
|
|
28
|
+
* feature: ApiGatewayV2: You can now export an OpenAPI 3.0 compliant API definition file for Amazon API Gateway HTTP APIs using the Export API.
|
|
29
|
+
* feature: CostExplorer: Cost Categories API is now General Available with new dimensions and operations support. You can map costs by account name, service, and charge type dimensions as well as use contains, starts with, and ends with operations. Cost Categories can also be used in RI and SP coverage reports.
|
|
30
|
+
* feature: Glue: Added a new ConnectionType "KAFKA" and a ConnectionProperty "KAFKA_BOOTSTRAP_SERVERS" to support Kafka connection.
|
|
31
|
+
* feature: IoTEvents: API update that allows users to add AWS Iot SiteWise actions while creating Detector Model in AWS Iot Events
|
|
32
|
+
* feature: Synthetics: Introducing CloudWatch Synthetics. This is the first public release of CloudWatch Synthetics.
|
|
33
|
+
|
|
5
34
|
## 2.658.0
|
|
6
35
|
* feature: FraudDetector: Added support for a new rule engine execution mode. Customers will be able to configure their detector versions to evaluate all rules and return outcomes from all 'matched' rules in the GetPrediction API response. Added support for deleting Detectors (DeleteDetector) and Rule Versions (DeleteRuleVersion).
|
|
7
36
|
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.662.0.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -1320,6 +1320,57 @@
|
|
|
1320
1320
|
"members": {}
|
|
1321
1321
|
}
|
|
1322
1322
|
},
|
|
1323
|
+
"ExportApi": {
|
|
1324
|
+
"http": {
|
|
1325
|
+
"method": "GET",
|
|
1326
|
+
"requestUri": "/v2/apis/{apiId}/exports/{specification}",
|
|
1327
|
+
"responseCode": 200
|
|
1328
|
+
},
|
|
1329
|
+
"input": {
|
|
1330
|
+
"type": "structure",
|
|
1331
|
+
"members": {
|
|
1332
|
+
"ApiId": {
|
|
1333
|
+
"location": "uri",
|
|
1334
|
+
"locationName": "apiId"
|
|
1335
|
+
},
|
|
1336
|
+
"ExportVersion": {
|
|
1337
|
+
"location": "querystring",
|
|
1338
|
+
"locationName": "exportVersion"
|
|
1339
|
+
},
|
|
1340
|
+
"IncludeExtensions": {
|
|
1341
|
+
"location": "querystring",
|
|
1342
|
+
"locationName": "includeExtensions",
|
|
1343
|
+
"type": "boolean"
|
|
1344
|
+
},
|
|
1345
|
+
"OutputType": {
|
|
1346
|
+
"location": "querystring",
|
|
1347
|
+
"locationName": "outputType"
|
|
1348
|
+
},
|
|
1349
|
+
"Specification": {
|
|
1350
|
+
"location": "uri",
|
|
1351
|
+
"locationName": "specification"
|
|
1352
|
+
},
|
|
1353
|
+
"StageName": {
|
|
1354
|
+
"location": "querystring",
|
|
1355
|
+
"locationName": "stageName"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"required": [
|
|
1359
|
+
"Specification",
|
|
1360
|
+
"OutputType",
|
|
1361
|
+
"ApiId"
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
"output": {
|
|
1365
|
+
"type": "structure",
|
|
1366
|
+
"members": {
|
|
1367
|
+
"body": {
|
|
1368
|
+
"type": "blob"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"payload": "body"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1323
1374
|
"GetApi": {
|
|
1324
1375
|
"http": {
|
|
1325
1376
|
"method": "GET",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"output": {
|
|
51
51
|
"ScalableTargets": [
|
|
52
52
|
{
|
|
53
|
-
"CreationTime": "
|
|
53
|
+
"CreationTime": "2019-05-06T11:21:46.199Z",
|
|
54
54
|
"MaxCapacity": 10,
|
|
55
55
|
"MinCapacity": 1,
|
|
56
56
|
"ResourceId": "service/default/web-app",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"output": {
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"description": "This example describes the scalable targets for the
|
|
74
|
+
"description": "This example describes the scalable targets for the ECS service namespace.",
|
|
75
75
|
"id": "to-describe-scalable-targets-1470864286961",
|
|
76
76
|
"title": "To describe scalable targets"
|
|
77
77
|
}
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"ActivityId": "e6c5f7d1-dbbb-4a3f-89b2-51f33e766399",
|
|
90
90
|
"Cause": "monitor alarm web-app-cpu-lt-25 in state ALARM triggered policy web-app-cpu-lt-25",
|
|
91
91
|
"Description": "Setting desired count to 1.",
|
|
92
|
-
"EndTime": "
|
|
92
|
+
"EndTime": "2019-05-06T16:04:32.111Z",
|
|
93
93
|
"ResourceId": "service/default/web-app",
|
|
94
94
|
"ScalableDimension": "ecs:service:DesiredCount",
|
|
95
95
|
"ServiceNamespace": "ecs",
|
|
96
|
-
"StartTime": "
|
|
96
|
+
"StartTime": "2019-05-06T16:03:58.171Z",
|
|
97
97
|
"StatusCode": "Successful",
|
|
98
98
|
"StatusMessage": "Successfully set desired count to 1. Change successfully fulfilled by ecs."
|
|
99
99
|
}
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"AlarmName": "web-app-cpu-gt-75"
|
|
126
126
|
}
|
|
127
127
|
],
|
|
128
|
-
"CreationTime": "
|
|
128
|
+
"CreationTime": "2019-05-06T12:11:39.230Z",
|
|
129
129
|
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75",
|
|
130
130
|
"PolicyName": "web-app-cpu-gt-75",
|
|
131
131
|
"PolicyType": "StepScaling",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"output": {
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
"description": "This example describes the scaling policies for the
|
|
154
|
+
"description": "This example describes the scaling policies for the ECS service namespace.",
|
|
155
155
|
"id": "to-describe-scaling-policies-1470864609734",
|
|
156
156
|
"title": "To describe scaling policies"
|
|
157
157
|
}
|
|
@@ -195,153 +195,6 @@
|
|
|
195
195
|
"description": "The following example applies a target tracking scaling policy with a predefined metric specification to an Amazon ECS service called web-app in the default cluster. The policy keeps the average CPU utilization of the service at 75 percent, with scale-out and scale-in cooldown periods of 60 seconds.",
|
|
196
196
|
"id": "to-apply-a-target-tracking-scaling-policy-with-a-predefined-metric-specification-1569364247984",
|
|
197
197
|
"title": "To apply a target tracking scaling policy with a predefined metric specification"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"input": {
|
|
201
|
-
"PolicyName": "cms75-target-tracking-scaling-policy",
|
|
202
|
-
"PolicyType": "TargetTrackingScaling",
|
|
203
|
-
"ResourceId": "service/default/web-app",
|
|
204
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
|
205
|
-
"ServiceNamespace": "ecs",
|
|
206
|
-
"TargetTrackingScalingPolicyConfiguration": {
|
|
207
|
-
"CustomizedMetricSpecification": {
|
|
208
|
-
"Dimensions": [
|
|
209
|
-
{
|
|
210
|
-
"Name": "MyOptionalMetricDimensionName",
|
|
211
|
-
"Value": "MyOptionalMetricDimensionValue"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"MetricName": "MyUtilizationMetric",
|
|
215
|
-
"Namespace": "MyNamespace",
|
|
216
|
-
"Statistic": "Average",
|
|
217
|
-
"Unit": "Percent"
|
|
218
|
-
},
|
|
219
|
-
"ScaleInCooldown": 60,
|
|
220
|
-
"ScaleOutCooldown": 60,
|
|
221
|
-
"TargetValue": 75
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"output": {
|
|
225
|
-
"Alarms": [
|
|
226
|
-
{
|
|
227
|
-
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmHigh-9bc77b56-0571-4276-ba0f-d4178882e0a0",
|
|
228
|
-
"AlarmName": "TargetTracking-service/default/web-app-AlarmHigh-9bc77b56-0571-4276-ba0f-d4178882e0a0"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmLow-9b6ad934-6d37-438e-9e05-02836ddcbdc4",
|
|
232
|
-
"AlarmName": "TargetTracking-service/default/web-app-AlarmLow-9b6ad934-6d37-438e-9e05-02836ddcbdc4"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy: 8784a896-b2ba-47a1-b08c-27301cc499a1:resource/ecs/service/default/web-app:policyName/cms75-target-tracking-scaling-policy"
|
|
236
|
-
},
|
|
237
|
-
"comments": {
|
|
238
|
-
"input": {
|
|
239
|
-
},
|
|
240
|
-
"output": {
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
"description": "The following example applies a target tracking scaling policy with a customized metric specification to an Amazon ECS service called web-app in the default cluster. The policy keeps the average utilization of the service at 75 percent, with scale-out and scale-in cooldown periods of 60 seconds. ",
|
|
244
|
-
"id": "to-apply-a-target-tracking-scaling-policy-with-a-customized-metric-specification-1569365036205",
|
|
245
|
-
"title": "To apply a target tracking scaling policy with a customized metric specification"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"input": {
|
|
249
|
-
"PolicyName": "alb-scale-out-target-tracking-scaling-policy",
|
|
250
|
-
"PolicyType": "TargetTrackingScaling",
|
|
251
|
-
"ResourceId": "service/default/web-app",
|
|
252
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
|
253
|
-
"ServiceNamespace": "ecs",
|
|
254
|
-
"TargetTrackingScalingPolicyConfiguration": {
|
|
255
|
-
"DisableScaleIn": true,
|
|
256
|
-
"PredefinedMetricSpecification": {
|
|
257
|
-
"PredefinedMetricType": "ALBRequestCountPerTarget",
|
|
258
|
-
"ResourceLabel": "app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d"
|
|
259
|
-
},
|
|
260
|
-
"ScaleInCooldown": 60,
|
|
261
|
-
"ScaleOutCooldown": 60,
|
|
262
|
-
"TargetValue": 1000
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"output": {
|
|
266
|
-
"Alarms": [
|
|
267
|
-
{
|
|
268
|
-
"AlarmARN": "TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca",
|
|
269
|
-
"AlarmName": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca"
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/alb-scale-out-target-tracking-scaling-policy"
|
|
273
|
-
},
|
|
274
|
-
"comments": {
|
|
275
|
-
"input": {
|
|
276
|
-
},
|
|
277
|
-
"output": {
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
"description": "The following example applies a target tracking scaling policy to an Amazon ECS service called web-app in the default cluster. The policy is used to scale out the ECS service when the RequestCountPerTarget metric from the Application Load Balancer exceeds the threshold.",
|
|
281
|
-
"id": "to-apply-a-target-tracking-scaling-policy-for-scale-out-only-1569366080118",
|
|
282
|
-
"title": "To apply a target tracking scaling policy for scale out only"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"input": {
|
|
286
|
-
"PolicyName": "web-app-cpu-gt-75",
|
|
287
|
-
"PolicyType": "StepScaling",
|
|
288
|
-
"ResourceId": "service/default/web-app",
|
|
289
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
|
290
|
-
"ServiceNamespace": "ecs",
|
|
291
|
-
"StepScalingPolicyConfiguration": {
|
|
292
|
-
"AdjustmentType": "PercentChangeInCapacity",
|
|
293
|
-
"Cooldown": 60,
|
|
294
|
-
"StepAdjustments": [
|
|
295
|
-
{
|
|
296
|
-
"MetricIntervalLowerBound": 0,
|
|
297
|
-
"ScalingAdjustment": 200
|
|
298
|
-
}
|
|
299
|
-
]
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
"output": {
|
|
303
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75"
|
|
304
|
-
},
|
|
305
|
-
"comments": {
|
|
306
|
-
"input": {
|
|
307
|
-
},
|
|
308
|
-
"output": {
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"description": "This example applies a step scaling policy to an Amazon ECS service called web-app in the default cluster. The policy increases the desired count of the service by 200%, with a cool down period of 60 seconds.",
|
|
312
|
-
"id": "to-apply-a-step-scaling-policy-to-an-amazon-ecs-service-1470864779862",
|
|
313
|
-
"title": "To apply a step scaling policy to an Amazon ECS service"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"input": {
|
|
317
|
-
"PolicyName": "fleet-cpu-gt-75",
|
|
318
|
-
"PolicyType": "StepScaling",
|
|
319
|
-
"ResourceId": "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3",
|
|
320
|
-
"ScalableDimension": "ec2:spot-fleet-request:TargetCapacity",
|
|
321
|
-
"ServiceNamespace": "ec2",
|
|
322
|
-
"StepScalingPolicyConfiguration": {
|
|
323
|
-
"AdjustmentType": "PercentChangeInCapacity",
|
|
324
|
-
"Cooldown": 180,
|
|
325
|
-
"StepAdjustments": [
|
|
326
|
-
{
|
|
327
|
-
"MetricIntervalLowerBound": 0,
|
|
328
|
-
"ScalingAdjustment": 200
|
|
329
|
-
}
|
|
330
|
-
]
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"output": {
|
|
334
|
-
"PolicyARN": "arn:aws:autoscaling:us-east-1:012345678910:scalingPolicy:89406401-0cb7-4130-b770-d97cca0e446b:resource/ec2/spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3:policyName/fleet-cpu-gt-75"
|
|
335
|
-
},
|
|
336
|
-
"comments": {
|
|
337
|
-
"input": {
|
|
338
|
-
},
|
|
339
|
-
"output": {
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
"description": "This example applies a step scaling policy to an Amazon EC2 Spot fleet. The policy increases the target capacity of the spot fleet by 200%, with a cool down period of 180 seconds.\",\n ",
|
|
343
|
-
"id": "to-apply-a-step-scaling-policy-to-an-amazon-ec2-spot-fleet-1472073278469",
|
|
344
|
-
"title": "To apply a step scaling policy to an Amazon EC2 Spot fleet"
|
|
345
198
|
}
|
|
346
199
|
],
|
|
347
200
|
"RegisterScalableTarget": [
|
|
@@ -362,22 +215,6 @@
|
|
|
362
215
|
"description": "This example registers a scalable target from an Amazon ECS service called web-app that is running on the default cluster, with a minimum desired count of 1 task and a maximum desired count of 10 tasks.",
|
|
363
216
|
"id": "to-register-a-new-scalable-target-1470864910380",
|
|
364
217
|
"title": "To register an ECS service as a scalable target"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"input": {
|
|
368
|
-
"MaxCapacity": 10,
|
|
369
|
-
"MinCapacity": 1,
|
|
370
|
-
"ResourceId": "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3",
|
|
371
|
-
"ScalableDimension": "ec2:spot-fleet-request:TargetCapacity",
|
|
372
|
-
"ServiceNamespace": "ec2"
|
|
373
|
-
},
|
|
374
|
-
"output": {
|
|
375
|
-
},
|
|
376
|
-
"comments": {
|
|
377
|
-
},
|
|
378
|
-
"description": "This example registers a scalable target from an Amazon EC2 Spot fleet with a minimum target capacity of 1 and a maximum of 10.",
|
|
379
|
-
"id": "to-register-an-ec2-spot-fleet-as-a-scalable-target-1472072899649",
|
|
380
|
-
"title": "To register an EC2 Spot fleet as a scalable target"
|
|
381
218
|
}
|
|
382
219
|
]
|
|
383
220
|
}
|