aws-sdk-core 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/CloudFront-2013-11-11.json +5502 -0
- data/apis/CloudWatch-2010-08-01.json +186 -1
- data/apis/DirectConnect-2012-10-25.json +758 -140
- data/apis/DynamoDB-2012-08-10.json +860 -2
- data/apis/EC2-2013-10-15.json +14698 -0
- data/apis/EMR-2009-03-31.json +86 -0
- data/apis/ElastiCache-2013-06-15.json +13 -5
- data/apis/ElasticBeanstalk-2010-12-01.json +141 -16
- data/apis/ElasticLoadBalancing-2012-06-01.json +0 -72
- data/apis/IAM-2010-05-08.json +156 -0
- data/apis/Kinesis-2013-12-02.json +9 -1
- data/apis/OpsWorks-2013-02-18.json +180 -6
- data/apis/RDS-2013-02-12.json +2 -1
- data/apis/RDS-2013-09-09.json +7963 -0
- data/apis/Redshift-2012-12-01.json +3273 -702
- data/apis/Route53-2012-12-12.json +2 -2
- data/apis/S3-2006-03-01.json +579 -538
- data/apis/SNS-2010-03-31.json +14 -0
- data/apis/SQS-2012-11-05.json +43 -6
- data/apis/STS-2011-06-15.json +81 -0
- data/apis/StorageGateway-2013-06-30.json +28 -28
- data/apis/source/cloudformation-2010-05-15.json +199 -199
- data/apis/source/cloudfront-2013-11-11.json +8828 -0
- data/apis/source/cloudfront-2013-11-11.paginators.json +32 -0
- data/apis/source/cloudfront-2013-11-11.waiters.json +29 -0
- data/apis/source/cloudsearch-2011-02-01.json +16 -23
- data/apis/source/datapipeline-2012-10-29.paginators.json +3 -2
- data/apis/source/directconnect-2012-10-25.json +1302 -363
- data/apis/source/dynamodb-2011-12-05.paginators.json +4 -1
- data/apis/source/dynamodb-2011-12-05.waiters.json +27 -0
- data/apis/source/dynamodb-2012-08-10.json +1634 -417
- data/apis/source/dynamodb-2012-08-10.paginators.json +4 -1
- data/apis/source/dynamodb-2012-08-10.waiters.json +25 -0
- data/apis/source/ec2-2013-10-15.json +19911 -0
- data/apis/source/ec2-2013-10-15.paginators.json +126 -0
- data/apis/source/ec2-2013-10-15.waiters.json +146 -0
- data/apis/source/elasticache-2013-06-15.json +10 -8
- data/apis/source/elasticache-2013-06-15.paginators.json +8 -2
- data/apis/source/elasticbeanstalk-2010-12-01.json +186 -32
- data/apis/source/elasticloadbalancing-2012-06-01.json +166 -293
- data/apis/source/elasticmapreduce-2009-03-31.json +229 -134
- data/apis/source/elastictranscoder-2012-09-25.json +1 -1
- data/apis/source/glacier-2012-06-01.paginators.json +3 -3
- data/apis/source/glacier-2012-06-01.waiters.json +23 -0
- data/apis/source/iam-2010-05-08.json +1306 -626
- data/apis/source/iam-2010-05-08.paginators.json +3 -0
- data/apis/source/kinesis-2013-12-02.json +4 -4
- data/apis/source/kinesis-2013-12-02.paginators.json +10 -4
- data/apis/source/monitoring-2010-08-01.json +336 -28
- data/apis/source/opsworks-2013-02-18.json +385 -102
- data/apis/source/rds-2013-01-10.paginators.json +6 -2
- data/apis/source/rds-2013-02-12.paginators.json +6 -2
- data/apis/source/rds-2013-09-09.json +10658 -0
- data/apis/source/rds-2013-09-09.paginators.json +110 -0
- data/apis/source/rds-2013-09-09.waiters.json +36 -0
- data/apis/source/redshift-2012-12-01.json +4759 -1237
- data/apis/source/redshift-2012-12-01.paginators.json +20 -1
- data/apis/source/redshift-2012-12-01.waiters.json +43 -0
- data/apis/source/route53-2012-12-12.paginators.json +2 -2
- data/apis/source/s3-2006-03-01.json +1032 -985
- data/apis/source/s3-2006-03-01.paginators.json +14 -3
- data/apis/source/s3-2006-03-01.waiters.json +27 -0
- data/apis/source/sns-2010-03-31.paginators.json +10 -0
- data/apis/source/sqs-2012-11-05.json +153 -101
- data/apis/source/storagegateway-2013-06-30.json +403 -442
- data/apis/source/storagegateway-2013-06-30.paginators.json +24 -0
- data/apis/source/sts-2011-06-15.json +258 -75
- data/apis/source/support-2013-04-15.paginators.json +0 -6
- data/apis/source/swf-2012-01-25.paginators.json +7 -7
- data/features/autoscaling/client.feature +6 -10
- data/features/autoscaling/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudformation/client.feature +5 -6
- data/features/cloudformation/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudfront/client.feature +5 -9
- data/features/cloudfront/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudsearch/client.feature +4 -6
- data/features/cloudsearch/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudwatch/client.feature +7 -9
- data/features/cloudwatch/{setup.rb → step_definitions.rb} +1 -1
- data/features/datapipeline/client.feature +5 -7
- data/features/datapipeline/{setup.rb → step_definitions.rb} +1 -1
- data/features/directconnect/client.feature +5 -7
- data/features/directconnect/{setup.rb → step_definitions.rb} +1 -1
- data/features/dynamodb/client.feature +6 -10
- data/features/dynamodb/simplified.feature +5 -9
- data/features/dynamodb/step_definitions.rb +9 -1
- data/features/ec2/client.feature +4 -9
- data/features/ec2/step_definitions.rb +3 -16
- data/features/elasticache/client.feature +4 -6
- data/features/elasticache/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticbeanstalk/client.feature +4 -6
- data/features/elasticbeanstalk/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticloadbalancing/client.feature +4 -6
- data/features/elasticloadbalancing/{setup.rb → step_definitions.rb} +1 -1
- data/features/elastictranscoder/client.feature +4 -6
- data/features/elastictranscoder/{setup.rb → step_definitions.rb} +1 -1
- data/features/emr/client.feature +4 -6
- data/features/emr/{setup.rb → step_definitions.rb} +1 -1
- data/features/env.rb +0 -2
- data/features/glacier/client.feature +10 -34
- data/features/glacier/step_definitions.rb +25 -8
- data/features/glacier/upload.feature +27 -0
- data/features/iam/client.feature +4 -6
- data/features/iam/{setup.rb → step_definitions.rb} +1 -1
- data/features/importexport/client.feature +4 -6
- data/features/importexport/{setup.rb → step_definitions.rb} +1 -1
- data/features/kinesis/client.feature +4 -6
- data/features/kinesis/{setup.rb → step_definitions.rb} +1 -1
- data/features/opsworks/client.feature +4 -6
- data/features/opsworks/{setup.rb → step_definitions.rb} +1 -1
- data/features/rds/client.feature +4 -6
- data/features/rds/{setup.rb → step_definitions.rb} +1 -1
- data/features/redshift/client.feature +4 -6
- data/features/redshift/{setup.rb → step_definitions.rb} +1 -1
- data/features/route53/client.feature +4 -6
- data/features/route53/{setup.rb → step_definitions.rb} +1 -1
- data/features/s3/buckets.feature +8 -0
- data/features/s3/step_definitions.rb +42 -3
- data/features/sdb/client.feature +4 -6
- data/features/sdb/{setup.rb → step_definitions.rb} +1 -1
- data/features/ses/client.feature +4 -6
- data/features/ses/{setup.rb → step_definitions.rb} +1 -1
- data/features/sns/client.feature +5 -6
- data/features/sns/{setup.rb → step_definitions.rb} +1 -1
- data/features/sqs/client.feature +5 -7
- data/features/sqs/step_definitions.rb +11 -0
- data/features/step_definitions.rb +88 -0
- data/features/storagegateway/client.feature +4 -6
- data/features/storagegateway/{setup.rb → step_definitions.rb} +1 -1
- data/features/sts/client.feature +5 -6
- data/features/sts/{setup.rb → step_definitions.rb} +1 -1
- data/features/swf/client.feature +5 -9
- data/features/swf/{setup.rb → step_definitions.rb} +1 -1
- data/lib/aws/api/shape_translator.rb +1 -0
- data/lib/aws/errors.rb +35 -11
- data/lib/aws/plugins/credentials.rb +11 -5
- data/lib/aws/plugins/regional_endpoint.rb +7 -3
- data/lib/aws/plugins/s3_regional_endpoint.rb +0 -2
- data/lib/aws/request_handler.rb +8 -3
- data/lib/aws/signers/s3.rb +14 -18
- data/lib/aws/version.rb +1 -1
- data/spec/aws/errors_spec.rb +39 -0
- data/spec/aws/plugins/credentials_spec.rb +12 -0
- data/spec/aws/plugins/region_endpoint_spec.rb +16 -4
- data/spec/aws/plugins/retry_errors_spec.rb +26 -26
- data/spec/aws/service_spec.rb +1 -1
- data/spec/fixtures/operations/route53/change_resource_record_sets.yml +18 -0
- data/tasks/test.rake +6 -18
- data/vendor/seahorse/lib/seahorse/client/http/headers.rb +20 -0
- data/vendor/seahorse/tasks/test.rake +2 -15
- metadata +77 -64
- data/features/common/step_definitions.rb +0 -63
- data/features/dynamodb/setup.rb +0 -8
- data/features/ec2/setup.rb +0 -6
- data/features/glacier/setup.rb +0 -16
- data/features/s3/setup.rb +0 -17
- data/features/sqs/setup.rb +0 -10
data/apis/EMR-2009-03-31.json
CHANGED
@@ -204,6 +204,37 @@
|
|
204
204
|
}
|
205
205
|
}
|
206
206
|
},
|
207
|
+
"add_tags": {
|
208
|
+
"name": "AddTags",
|
209
|
+
"http_method": "POST",
|
210
|
+
"http_path": "/",
|
211
|
+
"input": {
|
212
|
+
"type": "input",
|
213
|
+
"members": {
|
214
|
+
"resource_id": {
|
215
|
+
"type": "string",
|
216
|
+
"serialized_name": "ResourceId"
|
217
|
+
},
|
218
|
+
"tags": {
|
219
|
+
"type": "list",
|
220
|
+
"serialized_name": "Tags",
|
221
|
+
"members": {
|
222
|
+
"type": "structure",
|
223
|
+
"members": {
|
224
|
+
"key": {
|
225
|
+
"type": "string",
|
226
|
+
"serialized_name": "Key"
|
227
|
+
},
|
228
|
+
"value": {
|
229
|
+
"type": "string",
|
230
|
+
"serialized_name": "Value"
|
231
|
+
}
|
232
|
+
}
|
233
|
+
}
|
234
|
+
}
|
235
|
+
}
|
236
|
+
}
|
237
|
+
},
|
207
238
|
"describe_cluster": {
|
208
239
|
"name": "DescribeCluster",
|
209
240
|
"http_method": "POST",
|
@@ -371,6 +402,23 @@
|
|
371
402
|
}
|
372
403
|
}
|
373
404
|
}
|
405
|
+
},
|
406
|
+
"tags": {
|
407
|
+
"type": "list",
|
408
|
+
"serialized_name": "Tags",
|
409
|
+
"members": {
|
410
|
+
"type": "structure",
|
411
|
+
"members": {
|
412
|
+
"key": {
|
413
|
+
"type": "string",
|
414
|
+
"serialized_name": "Key"
|
415
|
+
},
|
416
|
+
"value": {
|
417
|
+
"type": "string",
|
418
|
+
"serialized_name": "Value"
|
419
|
+
}
|
420
|
+
}
|
421
|
+
}
|
374
422
|
}
|
375
423
|
}
|
376
424
|
}
|
@@ -1545,6 +1593,27 @@
|
|
1545
1593
|
}
|
1546
1594
|
}
|
1547
1595
|
},
|
1596
|
+
"remove_tags": {
|
1597
|
+
"name": "RemoveTags",
|
1598
|
+
"http_method": "POST",
|
1599
|
+
"http_path": "/",
|
1600
|
+
"input": {
|
1601
|
+
"type": "input",
|
1602
|
+
"members": {
|
1603
|
+
"resource_id": {
|
1604
|
+
"type": "string",
|
1605
|
+
"serialized_name": "ResourceId"
|
1606
|
+
},
|
1607
|
+
"tag_keys": {
|
1608
|
+
"type": "list",
|
1609
|
+
"serialized_name": "TagKeys",
|
1610
|
+
"members": {
|
1611
|
+
"type": "string"
|
1612
|
+
}
|
1613
|
+
}
|
1614
|
+
}
|
1615
|
+
}
|
1616
|
+
},
|
1548
1617
|
"run_job_flow": {
|
1549
1618
|
"name": "RunJobFlow",
|
1550
1619
|
"http_method": "POST",
|
@@ -1795,6 +1864,23 @@
|
|
1795
1864
|
"job_flow_role": {
|
1796
1865
|
"type": "string",
|
1797
1866
|
"serialized_name": "JobFlowRole"
|
1867
|
+
},
|
1868
|
+
"tags": {
|
1869
|
+
"type": "list",
|
1870
|
+
"serialized_name": "Tags",
|
1871
|
+
"members": {
|
1872
|
+
"type": "structure",
|
1873
|
+
"members": {
|
1874
|
+
"key": {
|
1875
|
+
"type": "string",
|
1876
|
+
"serialized_name": "Key"
|
1877
|
+
},
|
1878
|
+
"value": {
|
1879
|
+
"type": "string",
|
1880
|
+
"serialized_name": "Value"
|
1881
|
+
}
|
1882
|
+
}
|
1883
|
+
}
|
1798
1884
|
}
|
1799
1885
|
}
|
1800
1886
|
},
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"Aws::Plugins::ResponsePaging",
|
28
28
|
"Aws::Plugins::Credentials",
|
29
29
|
"Aws::Plugins::QueryProtocol",
|
30
|
-
"Aws::Plugins::
|
30
|
+
"Aws::Plugins::SignatureV4"
|
31
31
|
],
|
32
32
|
"operations": {
|
33
33
|
"authorize_cache_security_group_ingress": {
|
@@ -124,17 +124,14 @@
|
|
124
124
|
},
|
125
125
|
"num_cache_nodes": {
|
126
126
|
"type": "integer",
|
127
|
-
"required": true,
|
128
127
|
"serialized_name": "NumCacheNodes"
|
129
128
|
},
|
130
129
|
"cache_node_type": {
|
131
130
|
"type": "string",
|
132
|
-
"required": true,
|
133
131
|
"serialized_name": "CacheNodeType"
|
134
132
|
},
|
135
133
|
"engine": {
|
136
134
|
"type": "string",
|
137
|
-
"required": true,
|
138
135
|
"serialized_name": "Engine"
|
139
136
|
},
|
140
137
|
"engine_version": {
|
@@ -1061,6 +1058,10 @@
|
|
1061
1058
|
"type": "string",
|
1062
1059
|
"required": true,
|
1063
1060
|
"serialized_name": "ReplicationGroupId"
|
1061
|
+
},
|
1062
|
+
"retain_primary_cluster": {
|
1063
|
+
"type": "boolean",
|
1064
|
+
"serialized_name": "RetainPrimaryCluster"
|
1064
1065
|
}
|
1065
1066
|
}
|
1066
1067
|
},
|
@@ -1926,7 +1927,7 @@
|
|
1926
1927
|
"metadata": {
|
1927
1928
|
"paging": {
|
1928
1929
|
"tokens": {
|
1929
|
-
"marker": "marker"
|
1930
|
+
"marker": "engine_defaults.marker"
|
1930
1931
|
}
|
1931
1932
|
}
|
1932
1933
|
},
|
@@ -2171,6 +2172,13 @@
|
|
2171
2172
|
"name": "DescribeReplicationGroups",
|
2172
2173
|
"http_method": "POST",
|
2173
2174
|
"http_path": "/",
|
2175
|
+
"metadata": {
|
2176
|
+
"paging": {
|
2177
|
+
"tokens": {
|
2178
|
+
"marker": "marker"
|
2179
|
+
}
|
2180
|
+
}
|
2181
|
+
},
|
2174
2182
|
"input": {
|
2175
2183
|
"type": "input",
|
2176
2184
|
"members": {
|
@@ -360,30 +360,48 @@
|
|
360
360
|
"required": true,
|
361
361
|
"serialized_name": "ApplicationName"
|
362
362
|
},
|
363
|
-
"version_label": {
|
364
|
-
"type": "string",
|
365
|
-
"serialized_name": "VersionLabel"
|
366
|
-
},
|
367
363
|
"environment_name": {
|
368
364
|
"type": "string",
|
369
365
|
"required": true,
|
370
366
|
"serialized_name": "EnvironmentName"
|
371
367
|
},
|
372
|
-
"
|
373
|
-
"type": "string",
|
374
|
-
"serialized_name": "TemplateName"
|
375
|
-
},
|
376
|
-
"solution_stack_name": {
|
368
|
+
"description": {
|
377
369
|
"type": "string",
|
378
|
-
"serialized_name": "
|
370
|
+
"serialized_name": "Description"
|
379
371
|
},
|
380
372
|
"cname_prefix": {
|
381
373
|
"type": "string",
|
382
374
|
"serialized_name": "CNAMEPrefix"
|
383
375
|
},
|
384
|
-
"
|
376
|
+
"tier": {
|
377
|
+
"type": "structure",
|
378
|
+
"serialized_name": "Tier",
|
379
|
+
"members": {
|
380
|
+
"name": {
|
381
|
+
"type": "string",
|
382
|
+
"serialized_name": "Name"
|
383
|
+
},
|
384
|
+
"type": {
|
385
|
+
"type": "string",
|
386
|
+
"serialized_name": "Type"
|
387
|
+
},
|
388
|
+
"version": {
|
389
|
+
"type": "string",
|
390
|
+
"serialized_name": "Version"
|
391
|
+
}
|
392
|
+
}
|
393
|
+
},
|
394
|
+
"version_label": {
|
385
395
|
"type": "string",
|
386
|
-
"serialized_name": "
|
396
|
+
"serialized_name": "VersionLabel"
|
397
|
+
},
|
398
|
+
"template_name": {
|
399
|
+
"type": "string",
|
400
|
+
"serialized_name": "TemplateName"
|
401
|
+
},
|
402
|
+
"solution_stack_name": {
|
403
|
+
"type": "string",
|
404
|
+
"serialized_name": "SolutionStackName"
|
387
405
|
},
|
388
406
|
"option_settings": {
|
389
407
|
"type": "list",
|
@@ -532,6 +550,24 @@
|
|
532
550
|
}
|
533
551
|
}
|
534
552
|
}
|
553
|
+
},
|
554
|
+
"tier": {
|
555
|
+
"type": "structure",
|
556
|
+
"serialized_name": "Tier",
|
557
|
+
"members": {
|
558
|
+
"name": {
|
559
|
+
"type": "string",
|
560
|
+
"serialized_name": "Name"
|
561
|
+
},
|
562
|
+
"type": {
|
563
|
+
"type": "string",
|
564
|
+
"serialized_name": "Type"
|
565
|
+
},
|
566
|
+
"version": {
|
567
|
+
"type": "string",
|
568
|
+
"serialized_name": "Version"
|
569
|
+
}
|
570
|
+
}
|
535
571
|
}
|
536
572
|
}
|
537
573
|
}
|
@@ -1090,6 +1126,23 @@
|
|
1090
1126
|
}
|
1091
1127
|
}
|
1092
1128
|
}
|
1129
|
+
},
|
1130
|
+
"queues": {
|
1131
|
+
"type": "list",
|
1132
|
+
"serialized_name": "Queues",
|
1133
|
+
"members": {
|
1134
|
+
"type": "structure",
|
1135
|
+
"members": {
|
1136
|
+
"name": {
|
1137
|
+
"type": "string",
|
1138
|
+
"serialized_name": "Name"
|
1139
|
+
},
|
1140
|
+
"url": {
|
1141
|
+
"type": "string",
|
1142
|
+
"serialized_name": "URL"
|
1143
|
+
}
|
1144
|
+
}
|
1145
|
+
}
|
1093
1146
|
}
|
1094
1147
|
}
|
1095
1148
|
}
|
@@ -1248,6 +1301,24 @@
|
|
1248
1301
|
}
|
1249
1302
|
}
|
1250
1303
|
}
|
1304
|
+
},
|
1305
|
+
"tier": {
|
1306
|
+
"type": "structure",
|
1307
|
+
"serialized_name": "Tier",
|
1308
|
+
"members": {
|
1309
|
+
"name": {
|
1310
|
+
"type": "string",
|
1311
|
+
"serialized_name": "Name"
|
1312
|
+
},
|
1313
|
+
"type": {
|
1314
|
+
"type": "string",
|
1315
|
+
"serialized_name": "Type"
|
1316
|
+
},
|
1317
|
+
"version": {
|
1318
|
+
"type": "string",
|
1319
|
+
"serialized_name": "Version"
|
1320
|
+
}
|
1321
|
+
}
|
1251
1322
|
}
|
1252
1323
|
}
|
1253
1324
|
}
|
@@ -1703,6 +1774,24 @@
|
|
1703
1774
|
}
|
1704
1775
|
}
|
1705
1776
|
}
|
1777
|
+
},
|
1778
|
+
"tier": {
|
1779
|
+
"type": "structure",
|
1780
|
+
"serialized_name": "Tier",
|
1781
|
+
"members": {
|
1782
|
+
"name": {
|
1783
|
+
"type": "string",
|
1784
|
+
"serialized_name": "Name"
|
1785
|
+
},
|
1786
|
+
"type": {
|
1787
|
+
"type": "string",
|
1788
|
+
"serialized_name": "Type"
|
1789
|
+
},
|
1790
|
+
"version": {
|
1791
|
+
"type": "string",
|
1792
|
+
"serialized_name": "Version"
|
1793
|
+
}
|
1794
|
+
}
|
1706
1795
|
}
|
1707
1796
|
}
|
1708
1797
|
}
|
@@ -1985,6 +2074,28 @@
|
|
1985
2074
|
"type": "string",
|
1986
2075
|
"serialized_name": "EnvironmentName"
|
1987
2076
|
},
|
2077
|
+
"description": {
|
2078
|
+
"type": "string",
|
2079
|
+
"serialized_name": "Description"
|
2080
|
+
},
|
2081
|
+
"tier": {
|
2082
|
+
"type": "structure",
|
2083
|
+
"serialized_name": "Tier",
|
2084
|
+
"members": {
|
2085
|
+
"name": {
|
2086
|
+
"type": "string",
|
2087
|
+
"serialized_name": "Name"
|
2088
|
+
},
|
2089
|
+
"type": {
|
2090
|
+
"type": "string",
|
2091
|
+
"serialized_name": "Type"
|
2092
|
+
},
|
2093
|
+
"version": {
|
2094
|
+
"type": "string",
|
2095
|
+
"serialized_name": "Version"
|
2096
|
+
}
|
2097
|
+
}
|
2098
|
+
},
|
1988
2099
|
"version_label": {
|
1989
2100
|
"type": "string",
|
1990
2101
|
"serialized_name": "VersionLabel"
|
@@ -1993,10 +2104,6 @@
|
|
1993
2104
|
"type": "string",
|
1994
2105
|
"serialized_name": "TemplateName"
|
1995
2106
|
},
|
1996
|
-
"description": {
|
1997
|
-
"type": "string",
|
1998
|
-
"serialized_name": "Description"
|
1999
|
-
},
|
2000
2107
|
"option_settings": {
|
2001
2108
|
"type": "list",
|
2002
2109
|
"serialized_name": "OptionSettings",
|
@@ -2144,6 +2251,24 @@
|
|
2144
2251
|
}
|
2145
2252
|
}
|
2146
2253
|
}
|
2254
|
+
},
|
2255
|
+
"tier": {
|
2256
|
+
"type": "structure",
|
2257
|
+
"serialized_name": "Tier",
|
2258
|
+
"members": {
|
2259
|
+
"name": {
|
2260
|
+
"type": "string",
|
2261
|
+
"serialized_name": "Name"
|
2262
|
+
},
|
2263
|
+
"type": {
|
2264
|
+
"type": "string",
|
2265
|
+
"serialized_name": "Type"
|
2266
|
+
},
|
2267
|
+
"version": {
|
2268
|
+
"type": "string",
|
2269
|
+
"serialized_name": "Version"
|
2270
|
+
}
|
2271
|
+
}
|
2147
2272
|
}
|
2148
2273
|
}
|
2149
2274
|
}
|
@@ -581,45 +581,6 @@
|
|
581
581
|
}
|
582
582
|
}
|
583
583
|
},
|
584
|
-
"describe_load_balancer_attributes": {
|
585
|
-
"name": "DescribeLoadBalancerAttributes",
|
586
|
-
"http_method": "POST",
|
587
|
-
"http_path": "/",
|
588
|
-
"input": {
|
589
|
-
"type": "input",
|
590
|
-
"members": {
|
591
|
-
"load_balancer_name": {
|
592
|
-
"type": "string",
|
593
|
-
"required": true,
|
594
|
-
"serialized_name": "LoadBalancerName"
|
595
|
-
}
|
596
|
-
}
|
597
|
-
},
|
598
|
-
"output": {
|
599
|
-
"type": "output",
|
600
|
-
"metadata": {
|
601
|
-
"wrapper": "DescribeLoadBalancerAttributesResult"
|
602
|
-
},
|
603
|
-
"members": {
|
604
|
-
"load_balancer_attributes": {
|
605
|
-
"type": "structure",
|
606
|
-
"serialized_name": "LoadBalancerAttributes",
|
607
|
-
"members": {
|
608
|
-
"cross_zone_load_balancing": {
|
609
|
-
"type": "structure",
|
610
|
-
"serialized_name": "CrossZoneLoadBalancing",
|
611
|
-
"members": {
|
612
|
-
"enabled": {
|
613
|
-
"type": "boolean",
|
614
|
-
"serialized_name": "Enabled"
|
615
|
-
}
|
616
|
-
}
|
617
|
-
}
|
618
|
-
}
|
619
|
-
}
|
620
|
-
}
|
621
|
-
}
|
622
|
-
},
|
623
584
|
"describe_load_balancer_policies": {
|
624
585
|
"name": "DescribeLoadBalancerPolicies",
|
625
586
|
"http_method": "POST",
|
@@ -1128,39 +1089,6 @@
|
|
1128
1089
|
}
|
1129
1090
|
}
|
1130
1091
|
},
|
1131
|
-
"modify_load_balancer_attributes": {
|
1132
|
-
"name": "ModifyLoadBalancerAttributes",
|
1133
|
-
"http_method": "POST",
|
1134
|
-
"http_path": "/",
|
1135
|
-
"input": {
|
1136
|
-
"type": "input",
|
1137
|
-
"members": {
|
1138
|
-
"load_balancer_name": {
|
1139
|
-
"type": "string",
|
1140
|
-
"required": true,
|
1141
|
-
"serialized_name": "LoadBalancerName"
|
1142
|
-
},
|
1143
|
-
"load_balancer_attributes": {
|
1144
|
-
"type": "structure",
|
1145
|
-
"required": true,
|
1146
|
-
"serialized_name": "LoadBalancerAttributes",
|
1147
|
-
"members": {
|
1148
|
-
"cross_zone_load_balancing": {
|
1149
|
-
"type": "structure",
|
1150
|
-
"serialized_name": "CrossZoneLoadBalancing",
|
1151
|
-
"members": {
|
1152
|
-
"enabled": {
|
1153
|
-
"type": "boolean",
|
1154
|
-
"required": true,
|
1155
|
-
"serialized_name": "Enabled"
|
1156
|
-
}
|
1157
|
-
}
|
1158
|
-
}
|
1159
|
-
}
|
1160
|
-
}
|
1161
|
-
}
|
1162
|
-
}
|
1163
|
-
},
|
1164
1092
|
"register_instances_with_load_balancer": {
|
1165
1093
|
"name": "RegisterInstancesWithLoadBalancer",
|
1166
1094
|
"http_method": "POST",
|