aws-sdk-core 2.11.366 → 2.11.367
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e1ef8ed3bcacfef3182dc63916a422e8fe1eec2
|
|
4
|
+
data.tar.gz: 95de873f8e43dc614a8118000c399cc26321e4b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 876a10e49f7f7337ec052a42e9919f181d03ab7421645a633beb552a375d23eeb670e4863cff0aa45de02f6d6cc8f12d7991f32fff66976cb8d50e87be4d229e
|
|
7
|
+
data.tar.gz: bd840aee55931f5e5c6d40e8f5179b4d0059b9235692f60145901c42df3e73c2e8ef1521dba9357fb2c21e811d0a71759653f4fa9429678cd52934538dbcf2c7
|
|
@@ -54,9 +54,14 @@
|
|
|
54
54
|
"MaxCapacity": 10,
|
|
55
55
|
"MinCapacity": 1,
|
|
56
56
|
"ResourceId": "service/default/web-app",
|
|
57
|
-
"RoleARN": "arn:aws:iam::012345678910:role/
|
|
57
|
+
"RoleARN": "arn:aws:iam::012345678910:role/aws-service-role/ecs.application-autoscaling.amazonaws.com/AWSServiceRoleForApplicationAutoScaling_ECSService",
|
|
58
58
|
"ScalableDimension": "ecs:service:DesiredCount",
|
|
59
|
-
"ServiceNamespace": "ecs"
|
|
59
|
+
"ServiceNamespace": "ecs",
|
|
60
|
+
"SuspendedState": {
|
|
61
|
+
"DynamicScalingInSuspended": false,
|
|
62
|
+
"DynamicScalingOutSuspended": false,
|
|
63
|
+
"ScheduledScalingSuspended": false
|
|
64
|
+
}
|
|
60
65
|
}
|
|
61
66
|
]
|
|
62
67
|
},
|
|
@@ -152,6 +157,130 @@
|
|
|
152
157
|
}
|
|
153
158
|
],
|
|
154
159
|
"PutScalingPolicy": [
|
|
160
|
+
{
|
|
161
|
+
"input": {
|
|
162
|
+
"PolicyName": "cpu75-target-tracking-scaling-policy",
|
|
163
|
+
"PolicyType": "TargetTrackingScaling",
|
|
164
|
+
"ResourceId": "service/default/web-app",
|
|
165
|
+
"ScalableDimension": "ecs:service:DesiredCount",
|
|
166
|
+
"ServiceNamespace": "ecs",
|
|
167
|
+
"TargetTrackingScalingPolicyConfiguration": {
|
|
168
|
+
"PredefinedMetricSpecification": {
|
|
169
|
+
"PredefinedMetricType": "ECSServiceAverageCPUUtilization"
|
|
170
|
+
},
|
|
171
|
+
"ScaleInCooldown": 60,
|
|
172
|
+
"ScaleOutCooldown": 60,
|
|
173
|
+
"TargetValue": 75
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"output": {
|
|
177
|
+
"Alarms": [
|
|
178
|
+
{
|
|
179
|
+
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca",
|
|
180
|
+
"AlarmName": "TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmLow-1b437334-d19b-4a63-a812-6c67aaf2910d",
|
|
184
|
+
"AlarmName": "TargetTracking-service/default/web-app-AlarmLow-1b437334-d19b-4a63-a812-6c67aaf2910d"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/cpu75-target-tracking-scaling-policy"
|
|
188
|
+
},
|
|
189
|
+
"comments": {
|
|
190
|
+
"input": {
|
|
191
|
+
},
|
|
192
|
+
"output": {
|
|
193
|
+
}
|
|
194
|
+
},
|
|
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
|
+
"id": "to-apply-a-target-tracking-scaling-policy-with-a-predefined-metric-specification-1569364247984",
|
|
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
|
+
},
|
|
155
284
|
{
|
|
156
285
|
"input": {
|
|
157
286
|
"PolicyName": "web-app-cpu-gt-75",
|
|
@@ -179,9 +308,9 @@
|
|
|
179
308
|
"output": {
|
|
180
309
|
}
|
|
181
310
|
},
|
|
182
|
-
"description": "This example applies a 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.",
|
|
183
|
-
"id": "to-apply-a-scaling-policy-to-an-amazon-ecs-service-1470864779862",
|
|
184
|
-
"title": "To apply a scaling policy to an Amazon ECS service"
|
|
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"
|
|
185
314
|
},
|
|
186
315
|
{
|
|
187
316
|
"input": {
|
|
@@ -210,9 +339,9 @@
|
|
|
210
339
|
"output": {
|
|
211
340
|
}
|
|
212
341
|
},
|
|
213
|
-
"description": "This example applies a 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 ",
|
|
214
|
-
"id": "to-apply-a-scaling-policy-to-an-amazon-ec2-spot-fleet-1472073278469",
|
|
215
|
-
"title": "To apply a scaling policy to an Amazon EC2 Spot fleet"
|
|
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"
|
|
216
345
|
}
|
|
217
346
|
],
|
|
218
347
|
"RegisterScalableTarget": [
|
|
@@ -221,7 +350,6 @@
|
|
|
221
350
|
"MaxCapacity": 10,
|
|
222
351
|
"MinCapacity": 1,
|
|
223
352
|
"ResourceId": "service/default/web-app",
|
|
224
|
-
"RoleARN": "arn:aws:iam::012345678910:role/ApplicationAutoscalingECSRole",
|
|
225
353
|
"ScalableDimension": "ecs:service:DesiredCount",
|
|
226
354
|
"ServiceNamespace": "ecs"
|
|
227
355
|
},
|
|
@@ -240,7 +368,6 @@
|
|
|
240
368
|
"MaxCapacity": 10,
|
|
241
369
|
"MinCapacity": 1,
|
|
242
370
|
"ResourceId": "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3",
|
|
243
|
-
"RoleARN": "arn:aws:iam::012345678910:role/ApplicationAutoscalingSpotRole",
|
|
244
371
|
"ScalableDimension": "ec2:spot-fleet-request:TargetCapacity",
|
|
245
372
|
"ServiceNamespace": "ec2"
|
|
246
373
|
},
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
"ListSuites": [
|
|
963
963
|
{
|
|
964
964
|
"input": {
|
|
965
|
-
"arn": "arn:aws:devicefarm:us-west-2:123456789101:
|
|
965
|
+
"arn": "arn:aws:devicefarm:us-west-2:123456789101:job:EXAMPLE-GUID-123-456",
|
|
966
966
|
"nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
|
|
967
967
|
},
|
|
968
968
|
"output": {
|
|
@@ -972,13 +972,13 @@
|
|
|
972
972
|
},
|
|
973
973
|
"comments": {
|
|
974
974
|
"input": {
|
|
975
|
-
"arn": "You can get the Amazon Resource Name (ARN) of the
|
|
975
|
+
"arn": "You can get the Amazon Resource Name (ARN) of the job by using the list-jobs CLI command.",
|
|
976
976
|
"nextToken": "A dynamically generated value, used for paginating results."
|
|
977
977
|
},
|
|
978
978
|
"output": {
|
|
979
979
|
}
|
|
980
980
|
},
|
|
981
|
-
"description": "The following example returns information about suites, given a specific Device Farm
|
|
981
|
+
"description": "The following example returns information about suites, given a specific Device Farm job.",
|
|
982
982
|
"id": "to-get-information-about-suites-1472583038218",
|
|
983
983
|
"title": "To get information about suites"
|
|
984
984
|
}
|
|
@@ -948,6 +948,15 @@
|
|
|
948
948
|
},
|
|
949
949
|
"input":{"shape":"DeletePlacementGroupRequest"}
|
|
950
950
|
},
|
|
951
|
+
"DeleteQueuedReservedInstances":{
|
|
952
|
+
"name":"DeleteQueuedReservedInstances",
|
|
953
|
+
"http":{
|
|
954
|
+
"method":"POST",
|
|
955
|
+
"requestUri":"/"
|
|
956
|
+
},
|
|
957
|
+
"input":{"shape":"DeleteQueuedReservedInstancesRequest"},
|
|
958
|
+
"output":{"shape":"DeleteQueuedReservedInstancesResult"}
|
|
959
|
+
},
|
|
951
960
|
"DeleteRoute":{
|
|
952
961
|
"name":"DeleteRoute",
|
|
953
962
|
"http":{
|
|
@@ -7678,6 +7687,60 @@
|
|
|
7678
7687
|
}
|
|
7679
7688
|
}
|
|
7680
7689
|
},
|
|
7690
|
+
"DeleteQueuedReservedInstancesError":{
|
|
7691
|
+
"type":"structure",
|
|
7692
|
+
"members":{
|
|
7693
|
+
"Code":{
|
|
7694
|
+
"shape":"DeleteQueuedReservedInstancesErrorCode",
|
|
7695
|
+
"locationName":"code"
|
|
7696
|
+
},
|
|
7697
|
+
"Message":{
|
|
7698
|
+
"shape":"String",
|
|
7699
|
+
"locationName":"message"
|
|
7700
|
+
}
|
|
7701
|
+
}
|
|
7702
|
+
},
|
|
7703
|
+
"DeleteQueuedReservedInstancesErrorCode":{
|
|
7704
|
+
"type":"string",
|
|
7705
|
+
"enum":[
|
|
7706
|
+
"reserved-instances-id-invalid",
|
|
7707
|
+
"reserved-instances-not-in-queued-state",
|
|
7708
|
+
"unexpected-error"
|
|
7709
|
+
]
|
|
7710
|
+
},
|
|
7711
|
+
"DeleteQueuedReservedInstancesIdList":{
|
|
7712
|
+
"type":"list",
|
|
7713
|
+
"member":{
|
|
7714
|
+
"shape":"String",
|
|
7715
|
+
"locationName":"item"
|
|
7716
|
+
},
|
|
7717
|
+
"max":100,
|
|
7718
|
+
"min":1
|
|
7719
|
+
},
|
|
7720
|
+
"DeleteQueuedReservedInstancesRequest":{
|
|
7721
|
+
"type":"structure",
|
|
7722
|
+
"required":["ReservedInstancesIds"],
|
|
7723
|
+
"members":{
|
|
7724
|
+
"DryRun":{"shape":"Boolean"},
|
|
7725
|
+
"ReservedInstancesIds":{
|
|
7726
|
+
"shape":"DeleteQueuedReservedInstancesIdList",
|
|
7727
|
+
"locationName":"ReservedInstancesId"
|
|
7728
|
+
}
|
|
7729
|
+
}
|
|
7730
|
+
},
|
|
7731
|
+
"DeleteQueuedReservedInstancesResult":{
|
|
7732
|
+
"type":"structure",
|
|
7733
|
+
"members":{
|
|
7734
|
+
"SuccessfulQueuedPurchaseDeletions":{
|
|
7735
|
+
"shape":"SuccessfulQueuedPurchaseDeletionSet",
|
|
7736
|
+
"locationName":"successfulQueuedPurchaseDeletionSet"
|
|
7737
|
+
},
|
|
7738
|
+
"FailedQueuedPurchaseDeletions":{
|
|
7739
|
+
"shape":"FailedQueuedPurchaseDeletionSet",
|
|
7740
|
+
"locationName":"failedQueuedPurchaseDeletionSet"
|
|
7741
|
+
}
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7681
7744
|
"DeleteRouteRequest":{
|
|
7682
7745
|
"type":"structure",
|
|
7683
7746
|
"required":["RouteTableId"],
|
|
@@ -12488,6 +12551,26 @@
|
|
|
12488
12551
|
}
|
|
12489
12552
|
}
|
|
12490
12553
|
},
|
|
12554
|
+
"FailedQueuedPurchaseDeletion":{
|
|
12555
|
+
"type":"structure",
|
|
12556
|
+
"members":{
|
|
12557
|
+
"Error":{
|
|
12558
|
+
"shape":"DeleteQueuedReservedInstancesError",
|
|
12559
|
+
"locationName":"error"
|
|
12560
|
+
},
|
|
12561
|
+
"ReservedInstancesId":{
|
|
12562
|
+
"shape":"String",
|
|
12563
|
+
"locationName":"reservedInstancesId"
|
|
12564
|
+
}
|
|
12565
|
+
}
|
|
12566
|
+
},
|
|
12567
|
+
"FailedQueuedPurchaseDeletionSet":{
|
|
12568
|
+
"type":"list",
|
|
12569
|
+
"member":{
|
|
12570
|
+
"shape":"FailedQueuedPurchaseDeletion",
|
|
12571
|
+
"locationName":"item"
|
|
12572
|
+
}
|
|
12573
|
+
},
|
|
12491
12574
|
"Filter":{
|
|
12492
12575
|
"type":"structure",
|
|
12493
12576
|
"members":{
|
|
@@ -19146,7 +19229,8 @@
|
|
|
19146
19229
|
"LimitPrice":{
|
|
19147
19230
|
"shape":"ReservedInstanceLimitPrice",
|
|
19148
19231
|
"locationName":"limitPrice"
|
|
19149
|
-
}
|
|
19232
|
+
},
|
|
19233
|
+
"PurchaseTime":{"shape":"DateTime"}
|
|
19150
19234
|
}
|
|
19151
19235
|
},
|
|
19152
19236
|
"PurchaseReservedInstancesOfferingResult":{
|
|
@@ -20024,7 +20108,9 @@
|
|
|
20024
20108
|
"payment-pending",
|
|
20025
20109
|
"active",
|
|
20026
20110
|
"payment-failed",
|
|
20027
|
-
"retired"
|
|
20111
|
+
"retired",
|
|
20112
|
+
"queued",
|
|
20113
|
+
"queued-deleted"
|
|
20028
20114
|
]
|
|
20029
20115
|
},
|
|
20030
20116
|
"ReservedInstances":{
|
|
@@ -22804,6 +22890,22 @@
|
|
|
22804
22890
|
"locationName":"item"
|
|
22805
22891
|
}
|
|
22806
22892
|
},
|
|
22893
|
+
"SuccessfulQueuedPurchaseDeletion":{
|
|
22894
|
+
"type":"structure",
|
|
22895
|
+
"members":{
|
|
22896
|
+
"ReservedInstancesId":{
|
|
22897
|
+
"shape":"String",
|
|
22898
|
+
"locationName":"reservedInstancesId"
|
|
22899
|
+
}
|
|
22900
|
+
}
|
|
22901
|
+
},
|
|
22902
|
+
"SuccessfulQueuedPurchaseDeletionSet":{
|
|
22903
|
+
"type":"list",
|
|
22904
|
+
"member":{
|
|
22905
|
+
"shape":"SuccessfulQueuedPurchaseDeletion",
|
|
22906
|
+
"locationName":"item"
|
|
22907
|
+
}
|
|
22908
|
+
},
|
|
22807
22909
|
"SummaryStatus":{
|
|
22808
22910
|
"type":"string",
|
|
22809
22911
|
"enum":[
|
|
@@ -479,7 +479,8 @@
|
|
|
479
479
|
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
|
|
480
480
|
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptions"},
|
|
481
481
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
|
482
|
-
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
|
482
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
|
483
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
|
483
484
|
}
|
|
484
485
|
},
|
|
485
486
|
"CreateElasticsearchDomainResponse":{
|
|
@@ -657,6 +658,24 @@
|
|
|
657
658
|
"error":{"httpStatusCode":409},
|
|
658
659
|
"exception":true
|
|
659
660
|
},
|
|
661
|
+
"DomainEndpointOptions":{
|
|
662
|
+
"type":"structure",
|
|
663
|
+
"members":{
|
|
664
|
+
"EnforceHTTPS":{"shape":"Boolean"},
|
|
665
|
+
"TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"}
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"DomainEndpointOptionsStatus":{
|
|
669
|
+
"type":"structure",
|
|
670
|
+
"required":[
|
|
671
|
+
"Options",
|
|
672
|
+
"Status"
|
|
673
|
+
],
|
|
674
|
+
"members":{
|
|
675
|
+
"Options":{"shape":"DomainEndpointOptions"},
|
|
676
|
+
"Status":{"shape":"OptionStatus"}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
660
679
|
"DomainId":{
|
|
661
680
|
"type":"string",
|
|
662
681
|
"max":64,
|
|
@@ -800,7 +819,8 @@
|
|
|
800
819
|
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptionsStatus"},
|
|
801
820
|
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptionsStatus"},
|
|
802
821
|
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
|
|
803
|
-
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
|
|
822
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"},
|
|
823
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"}
|
|
804
824
|
}
|
|
805
825
|
},
|
|
806
826
|
"ElasticsearchDomainStatus":{
|
|
@@ -832,7 +852,8 @@
|
|
|
832
852
|
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptions"},
|
|
833
853
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
|
834
854
|
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
|
835
|
-
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"}
|
|
855
|
+
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"},
|
|
856
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
|
836
857
|
}
|
|
837
858
|
},
|
|
838
859
|
"ElasticsearchDomainStatusList":{
|
|
@@ -1365,6 +1386,13 @@
|
|
|
1365
1386
|
"type":"list",
|
|
1366
1387
|
"member":{"shape":"String"}
|
|
1367
1388
|
},
|
|
1389
|
+
"TLSSecurityPolicy":{
|
|
1390
|
+
"type":"string",
|
|
1391
|
+
"enum":[
|
|
1392
|
+
"Policy-Min-TLS-1-0-2019-07",
|
|
1393
|
+
"Policy-Min-TLS-1-2-2019-07"
|
|
1394
|
+
]
|
|
1395
|
+
},
|
|
1368
1396
|
"Tag":{
|
|
1369
1397
|
"type":"structure",
|
|
1370
1398
|
"required":[
|
|
@@ -1410,7 +1438,8 @@
|
|
|
1410
1438
|
"CognitoOptions":{"shape":"CognitoOptions"},
|
|
1411
1439
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
|
1412
1440
|
"AccessPolicies":{"shape":"PolicyDocument"},
|
|
1413
|
-
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
|
1441
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
|
|
1442
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
|
1414
1443
|
}
|
|
1415
1444
|
},
|
|
1416
1445
|
"UpdateElasticsearchDomainConfigResponse":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.367
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|