aws-sdk-core 2.0.0.rc6 → 2.0.0.rc7
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 +4 -4
- data/.gitignore +1 -0
- data/README.md +48 -18
- data/apis/AutoScaling-2011-01-01.json +14 -6
- data/apis/CloudFormation-2010-05-15.json +6 -6
- data/apis/CloudFront-2012-05-05.json +5 -6
- data/apis/CloudFront-2013-05-12.json +5 -6
- data/apis/CloudFront-2013-08-26.json +5 -6
- data/apis/CloudFront-2013-11-11.json +5 -6
- data/apis/CloudFront-2013-11-22.json +5557 -0
- data/apis/CloudFront-2014-01-31.json +5627 -0
- data/apis/CloudSearch-2011-02-01.json +136 -4
- data/apis/CloudSearch-2013-01-01.json +3515 -0
- data/apis/CloudTrail-2013-11-01.json +288 -0
- data/apis/CloudWatch-2010-08-01.json +6 -6
- data/apis/DataPipeline-2012-10-29.json +0 -1
- data/apis/DirectConnect-2012-10-25.json +5 -6
- data/apis/DynamoDB-2011-12-05.json +6 -6
- data/apis/DynamoDB-2012-08-10.json +307 -6
- data/apis/EC2-2013-06-15.json +6 -6
- data/apis/EC2-2013-10-01.json +6 -6
- data/apis/EC2-2013-10-15.json +6 -6
- data/apis/EC2-2014-02-01.json +15189 -0
- data/apis/EMR-2009-03-31.json +8 -8
- data/apis/ElastiCache-2012-11-15.json +6 -6
- data/apis/ElastiCache-2013-06-15.json +6 -6
- data/apis/ElastiCache-2014-03-24.json +4344 -0
- data/apis/ElasticBeanstalk-2010-12-01.json +6 -7
- data/apis/ElasticLoadBalancing-2012-06-01.json +216 -6
- data/apis/ElasticTranscoder-2012-09-25.json +4 -5
- data/apis/Glacier-2012-06-01.json +5 -5
- data/apis/IAM-2010-05-08.json +6 -6
- data/apis/ImportExport-2010-06-01.json +5 -6
- data/apis/Kinesis-2013-12-02.json +2 -3
- data/apis/OpsWorks-2013-02-18.json +149 -2
- data/apis/RDS-2013-01-10.json +6 -6
- data/apis/RDS-2013-02-12.json +6 -6
- data/apis/RDS-2013-05-15.json +6 -6
- data/apis/RDS-2013-09-09.json +6 -6
- data/apis/Redshift-2012-12-01.json +64 -5
- data/apis/Route53-2012-12-12.json +5 -6
- data/apis/Route53-2013-04-01.json +37 -6
- data/apis/S3-2006-03-01.json +8 -7
- data/apis/SDB-2009-04-15.json +5 -6
- data/apis/SES-2010-12-01.json +0 -1
- data/apis/SNS-2010-03-31.json +6 -6
- data/apis/SQS-2012-11-05.json +154 -6
- data/apis/STS-2011-06-15.json +14 -6
- data/apis/SWF-2012-01-25.json +6 -6
- data/apis/StorageGateway-2012-06-30.json +16 -16
- data/apis/StorageGateway-2013-06-30.json +21 -21
- data/apis/Support-2013-04-15.json +0 -1
- data/apis/configuration/endpoints.json +258 -154
- data/apis/source/autoscaling-2011-01-01.json +19 -19
- data/apis/source/cloudformation-2010-05-15.json +17 -17
- data/apis/source/cloudfront-2013-11-22.json +8898 -0
- data/apis/source/cloudfront-2013-11-22.paginators.json +32 -0
- data/apis/source/cloudfront-2013-11-22.waiters.json +29 -0
- data/apis/source/cloudfront-2014-01-31.json +8975 -0
- data/apis/source/cloudfront-2014-01-31.normal.json +2905 -0
- data/apis/source/cloudfront-2014-01-31.paginators.json +32 -0
- data/apis/source/cloudfront-2014-01-31.waiters.json +29 -0
- data/apis/source/cloudsearch-2011-02-01.json +286 -8
- data/apis/source/cloudsearch-2013-01-01.json +5547 -0
- data/apis/source/cloudsearch-2013-01-01.paginators.json +20 -0
- data/apis/source/cloudtrail-2013-11-01.json +539 -0
- data/apis/source/cloudtrail-2013-11-01.paginators.json +7 -0
- data/apis/source/dynamodb-2011-12-05.json +19 -0
- data/apis/source/dynamodb-2012-08-10.json +415 -2
- data/apis/source/ec2-2014-02-01.json +20576 -0
- data/apis/source/ec2-2014-02-01.paginators.json +126 -0
- data/apis/source/ec2-2014-02-01.waiters.json +146 -0
- data/apis/source/elasticache-2014-03-24.json +6463 -0
- data/apis/source/elasticache-2014-03-24.paginators.json +70 -0
- data/apis/source/elasticloadbalancing-2012-06-01.json +455 -164
- data/apis/source/elasticloadbalancing-2012-06-01.normal.json +2107 -0
- data/apis/source/kinesis-2013-12-02.json +5 -5
- data/apis/source/kinesis-2013-12-02.normal.json +761 -0
- data/apis/source/kinesis-2013-12-02.paginators.json +6 -6
- data/apis/source/opsworks-2013-02-18.json +242 -39
- data/apis/source/opsworks-2013-02-18.paginators.json +3 -0
- data/apis/source/redshift-2012-12-01.json +180 -91
- data/apis/source/route53-2013-04-01.json +68 -4
- data/apis/source/sqs-2012-11-05.json +237 -7
- data/apis/source/sts-2011-06-15.json +18 -2
- data/bin/aws.rb +7 -7
- data/doc-src/plugins/apis.rb +1 -1
- data/features/cloudtrail/client.feature +17 -0
- data/features/cloudtrail/step_definitions.rb +6 -0
- data/features/datapipeline/client.feature +1 -1
- data/lib/aws.rb +21 -5
- data/lib/aws/api/service_translators/s3.rb +1 -0
- data/lib/aws/api/translator.rb +1 -2
- data/lib/aws/credential_provider_chain.rb +62 -0
- data/lib/aws/credentials.rb +4 -1
- data/lib/aws/errors.rb +4 -0
- data/lib/aws/plugins/credentials.rb +24 -31
- data/lib/aws/plugins/s3_location_constraint.rb +38 -0
- data/lib/aws/shared_credentials.rb +105 -0
- data/lib/aws/structure.rb +1 -0
- data/lib/aws/util.rb +18 -19
- data/lib/aws/version.rb +1 -1
- data/spec/aws/credentials_spec.rb +8 -0
- data/spec/aws/plugins/credentials_spec.rb +71 -15
- data/spec/aws/plugins/s3_location_constraint_spec.rb +48 -0
- data/spec/aws/shared_credentials_spec.rb +68 -0
- data/spec/aws/util_spec.rb +107 -0
- data/spec/aws_spec.rb +6 -0
- data/spec/fixtures/credentials/mock_shared_credentials +14 -0
- data/spec/fixtures/operations/s3/create_bucket_with_implied_location_constraint.yml +23 -0
- data/spec/spec_helper.rb +4 -0
- data/tasks/test.rake +10 -7
- data/vendor/seahorse/lib/seahorse/client/param_converter.rb +2 -2
- metadata +43 -3
- data/lib/aws/plugins/instance_profile_credentials.rb +0 -14
@@ -3,14 +3,14 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"endpoint_prefix": "elasticbeanstalk",
|
5
5
|
"regional_endpoints": {
|
6
|
-
"us-east-1": "elasticbeanstalk.us-east-1.amazonaws.com",
|
7
|
-
"us-west-1": "elasticbeanstalk.us-west-1.amazonaws.com",
|
8
|
-
"us-west-2": "elasticbeanstalk.us-west-2.amazonaws.com",
|
9
|
-
"eu-west-1": "elasticbeanstalk.eu-west-1.amazonaws.com",
|
10
6
|
"ap-northeast-1": "elasticbeanstalk.ap-northeast-1.amazonaws.com",
|
11
7
|
"ap-southeast-1": "elasticbeanstalk.ap-southeast-1.amazonaws.com",
|
12
8
|
"ap-southeast-2": "elasticbeanstalk.ap-southeast-2.amazonaws.com",
|
13
|
-
"
|
9
|
+
"eu-west-1": "elasticbeanstalk.eu-west-1.amazonaws.com",
|
10
|
+
"sa-east-1": "elasticbeanstalk.sa-east-1.amazonaws.com",
|
11
|
+
"us-east-1": "elasticbeanstalk.us-east-1.amazonaws.com",
|
12
|
+
"us-west-1": "elasticbeanstalk.us-west-1.amazonaws.com",
|
13
|
+
"us-west-2": "elasticbeanstalk.us-west-2.amazonaws.com"
|
14
14
|
},
|
15
15
|
"service_abbreviation": "Elastic Beanstalk",
|
16
16
|
"service_class_name": "ElasticBeanstalk",
|
@@ -24,7 +24,6 @@
|
|
24
24
|
"Aws::Plugins::RetryErrors",
|
25
25
|
"Aws::Plugins::GlobalConfiguration",
|
26
26
|
"Aws::Plugins::RegionalEndpoint",
|
27
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
28
27
|
"Aws::Plugins::ResponsePaging",
|
29
28
|
"Aws::Plugins::Credentials",
|
30
29
|
"Aws::Plugins::QueryProtocol",
|
@@ -1620,7 +1619,7 @@
|
|
1620
1619
|
}
|
1621
1620
|
}
|
1622
1621
|
},
|
1623
|
-
"
|
1622
|
+
"swap_environment_cnames": {
|
1624
1623
|
"name": "SwapEnvironmentCNAMEs",
|
1625
1624
|
"http_method": "POST",
|
1626
1625
|
"http_path": "/",
|
@@ -3,15 +3,16 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"endpoint_prefix": "elasticloadbalancing",
|
5
5
|
"regional_endpoints": {
|
6
|
-
"us-east-1": "elasticloadbalancing.us-east-1.amazonaws.com",
|
7
|
-
"us-west-1": "elasticloadbalancing.us-west-1.amazonaws.com",
|
8
|
-
"us-west-2": "elasticloadbalancing.us-west-2.amazonaws.com",
|
9
|
-
"eu-west-1": "elasticloadbalancing.eu-west-1.amazonaws.com",
|
10
6
|
"ap-northeast-1": "elasticloadbalancing.ap-northeast-1.amazonaws.com",
|
11
7
|
"ap-southeast-1": "elasticloadbalancing.ap-southeast-1.amazonaws.com",
|
12
8
|
"ap-southeast-2": "elasticloadbalancing.ap-southeast-2.amazonaws.com",
|
9
|
+
"cn-north-1": "elasticloadbalancing.cn-north-1.amazonaws.com.cn",
|
10
|
+
"eu-west-1": "elasticloadbalancing.eu-west-1.amazonaws.com",
|
13
11
|
"sa-east-1": "elasticloadbalancing.sa-east-1.amazonaws.com",
|
14
|
-
"us-
|
12
|
+
"us-east-1": "elasticloadbalancing.us-east-1.amazonaws.com",
|
13
|
+
"us-gov-west-1": "elasticloadbalancing.us-gov-west-1.amazonaws.com",
|
14
|
+
"us-west-1": "elasticloadbalancing.us-west-1.amazonaws.com",
|
15
|
+
"us-west-2": "elasticloadbalancing.us-west-2.amazonaws.com"
|
15
16
|
},
|
16
17
|
"service_class_name": "ElasticLoadBalancing",
|
17
18
|
"service_full_name": "Elastic Load Balancing"
|
@@ -24,7 +25,6 @@
|
|
24
25
|
"Aws::Plugins::RetryErrors",
|
25
26
|
"Aws::Plugins::GlobalConfiguration",
|
26
27
|
"Aws::Plugins::RegionalEndpoint",
|
27
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
28
28
|
"Aws::Plugins::ResponsePaging",
|
29
29
|
"Aws::Plugins::Credentials",
|
30
30
|
"Aws::Plugins::QueryProtocol",
|
@@ -581,6 +581,81 @@
|
|
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
|
+
"access_log": {
|
619
|
+
"type": "structure",
|
620
|
+
"serialized_name": "AccessLog",
|
621
|
+
"members": {
|
622
|
+
"enabled": {
|
623
|
+
"type": "boolean",
|
624
|
+
"serialized_name": "Enabled"
|
625
|
+
},
|
626
|
+
"s3_bucket_name": {
|
627
|
+
"type": "string",
|
628
|
+
"serialized_name": "S3BucketName"
|
629
|
+
},
|
630
|
+
"emit_interval": {
|
631
|
+
"type": "integer",
|
632
|
+
"serialized_name": "EmitInterval"
|
633
|
+
},
|
634
|
+
"s3_bucket_prefix": {
|
635
|
+
"type": "string",
|
636
|
+
"serialized_name": "S3BucketPrefix"
|
637
|
+
}
|
638
|
+
}
|
639
|
+
},
|
640
|
+
"connection_draining": {
|
641
|
+
"type": "structure",
|
642
|
+
"serialized_name": "ConnectionDraining",
|
643
|
+
"members": {
|
644
|
+
"enabled": {
|
645
|
+
"type": "boolean",
|
646
|
+
"serialized_name": "Enabled"
|
647
|
+
},
|
648
|
+
"timeout": {
|
649
|
+
"type": "integer",
|
650
|
+
"serialized_name": "Timeout"
|
651
|
+
}
|
652
|
+
}
|
653
|
+
}
|
654
|
+
}
|
655
|
+
}
|
656
|
+
}
|
657
|
+
}
|
658
|
+
},
|
584
659
|
"describe_load_balancer_policies": {
|
585
660
|
"name": "DescribeLoadBalancerPolicies",
|
586
661
|
"http_method": "POST",
|
@@ -1089,6 +1164,141 @@
|
|
1089
1164
|
}
|
1090
1165
|
}
|
1091
1166
|
},
|
1167
|
+
"modify_load_balancer_attributes": {
|
1168
|
+
"name": "ModifyLoadBalancerAttributes",
|
1169
|
+
"http_method": "POST",
|
1170
|
+
"http_path": "/",
|
1171
|
+
"input": {
|
1172
|
+
"type": "input",
|
1173
|
+
"members": {
|
1174
|
+
"load_balancer_name": {
|
1175
|
+
"type": "string",
|
1176
|
+
"required": true,
|
1177
|
+
"serialized_name": "LoadBalancerName"
|
1178
|
+
},
|
1179
|
+
"load_balancer_attributes": {
|
1180
|
+
"type": "structure",
|
1181
|
+
"required": true,
|
1182
|
+
"serialized_name": "LoadBalancerAttributes",
|
1183
|
+
"members": {
|
1184
|
+
"cross_zone_load_balancing": {
|
1185
|
+
"type": "structure",
|
1186
|
+
"serialized_name": "CrossZoneLoadBalancing",
|
1187
|
+
"members": {
|
1188
|
+
"enabled": {
|
1189
|
+
"type": "boolean",
|
1190
|
+
"required": true,
|
1191
|
+
"serialized_name": "Enabled"
|
1192
|
+
}
|
1193
|
+
}
|
1194
|
+
},
|
1195
|
+
"access_log": {
|
1196
|
+
"type": "structure",
|
1197
|
+
"serialized_name": "AccessLog",
|
1198
|
+
"members": {
|
1199
|
+
"enabled": {
|
1200
|
+
"type": "boolean",
|
1201
|
+
"required": true,
|
1202
|
+
"serialized_name": "Enabled"
|
1203
|
+
},
|
1204
|
+
"s3_bucket_name": {
|
1205
|
+
"type": "string",
|
1206
|
+
"serialized_name": "S3BucketName"
|
1207
|
+
},
|
1208
|
+
"emit_interval": {
|
1209
|
+
"type": "integer",
|
1210
|
+
"serialized_name": "EmitInterval"
|
1211
|
+
},
|
1212
|
+
"s3_bucket_prefix": {
|
1213
|
+
"type": "string",
|
1214
|
+
"serialized_name": "S3BucketPrefix"
|
1215
|
+
}
|
1216
|
+
}
|
1217
|
+
},
|
1218
|
+
"connection_draining": {
|
1219
|
+
"type": "structure",
|
1220
|
+
"serialized_name": "ConnectionDraining",
|
1221
|
+
"members": {
|
1222
|
+
"enabled": {
|
1223
|
+
"type": "boolean",
|
1224
|
+
"required": true,
|
1225
|
+
"serialized_name": "Enabled"
|
1226
|
+
},
|
1227
|
+
"timeout": {
|
1228
|
+
"type": "integer",
|
1229
|
+
"serialized_name": "Timeout"
|
1230
|
+
}
|
1231
|
+
}
|
1232
|
+
}
|
1233
|
+
}
|
1234
|
+
}
|
1235
|
+
}
|
1236
|
+
},
|
1237
|
+
"output": {
|
1238
|
+
"type": "output",
|
1239
|
+
"metadata": {
|
1240
|
+
"wrapper": "ModifyLoadBalancerAttributesResult"
|
1241
|
+
},
|
1242
|
+
"members": {
|
1243
|
+
"load_balancer_name": {
|
1244
|
+
"type": "string",
|
1245
|
+
"serialized_name": "LoadBalancerName"
|
1246
|
+
},
|
1247
|
+
"load_balancer_attributes": {
|
1248
|
+
"type": "structure",
|
1249
|
+
"serialized_name": "LoadBalancerAttributes",
|
1250
|
+
"members": {
|
1251
|
+
"cross_zone_load_balancing": {
|
1252
|
+
"type": "structure",
|
1253
|
+
"serialized_name": "CrossZoneLoadBalancing",
|
1254
|
+
"members": {
|
1255
|
+
"enabled": {
|
1256
|
+
"type": "boolean",
|
1257
|
+
"serialized_name": "Enabled"
|
1258
|
+
}
|
1259
|
+
}
|
1260
|
+
},
|
1261
|
+
"access_log": {
|
1262
|
+
"type": "structure",
|
1263
|
+
"serialized_name": "AccessLog",
|
1264
|
+
"members": {
|
1265
|
+
"enabled": {
|
1266
|
+
"type": "boolean",
|
1267
|
+
"serialized_name": "Enabled"
|
1268
|
+
},
|
1269
|
+
"s3_bucket_name": {
|
1270
|
+
"type": "string",
|
1271
|
+
"serialized_name": "S3BucketName"
|
1272
|
+
},
|
1273
|
+
"emit_interval": {
|
1274
|
+
"type": "integer",
|
1275
|
+
"serialized_name": "EmitInterval"
|
1276
|
+
},
|
1277
|
+
"s3_bucket_prefix": {
|
1278
|
+
"type": "string",
|
1279
|
+
"serialized_name": "S3BucketPrefix"
|
1280
|
+
}
|
1281
|
+
}
|
1282
|
+
},
|
1283
|
+
"connection_draining": {
|
1284
|
+
"type": "structure",
|
1285
|
+
"serialized_name": "ConnectionDraining",
|
1286
|
+
"members": {
|
1287
|
+
"enabled": {
|
1288
|
+
"type": "boolean",
|
1289
|
+
"serialized_name": "Enabled"
|
1290
|
+
},
|
1291
|
+
"timeout": {
|
1292
|
+
"type": "integer",
|
1293
|
+
"serialized_name": "Timeout"
|
1294
|
+
}
|
1295
|
+
}
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
}
|
1299
|
+
}
|
1300
|
+
}
|
1301
|
+
},
|
1092
1302
|
"register_instances_with_load_balancer": {
|
1093
1303
|
"name": "RegisterInstancesWithLoadBalancer",
|
1094
1304
|
"http_method": "POST",
|
@@ -3,12 +3,12 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"endpoint_prefix": "elastictranscoder",
|
5
5
|
"regional_endpoints": {
|
6
|
+
"ap-northeast-1": "elastictranscoder.ap-northeast-1.amazonaws.com",
|
7
|
+
"ap-southeast-1": "elastictranscoder.ap-southeast-1.amazonaws.com",
|
8
|
+
"eu-west-1": "elastictranscoder.eu-west-1.amazonaws.com",
|
6
9
|
"us-east-1": "elastictranscoder.us-east-1.amazonaws.com",
|
7
10
|
"us-west-1": "elastictranscoder.us-west-1.amazonaws.com",
|
8
|
-
"us-west-2": "elastictranscoder.us-west-2.amazonaws.com"
|
9
|
-
"eu-west-1": "elastictranscoder.eu-west-1.amazonaws.com",
|
10
|
-
"ap-northeast-1": "elastictranscoder.ap-northeast-1.amazonaws.com",
|
11
|
-
"ap-southeast-1": "elastictranscoder.ap-southeast-1.amazonaws.com"
|
11
|
+
"us-west-2": "elastictranscoder.us-west-2.amazonaws.com"
|
12
12
|
},
|
13
13
|
"service_class_name": "ElasticTranscoder",
|
14
14
|
"service_full_name": "Amazon Elastic Transcoder"
|
@@ -21,7 +21,6 @@
|
|
21
21
|
"Aws::Plugins::RetryErrors",
|
22
22
|
"Aws::Plugins::GlobalConfiguration",
|
23
23
|
"Aws::Plugins::RegionalEndpoint",
|
24
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
25
24
|
"Aws::Plugins::ResponsePaging",
|
26
25
|
"Aws::Plugins::Credentials",
|
27
26
|
"Aws::Plugins::JsonProtocol",
|
@@ -4,12 +4,13 @@
|
|
4
4
|
"checksum_format": "sha256",
|
5
5
|
"endpoint_prefix": "glacier",
|
6
6
|
"regional_endpoints": {
|
7
|
+
"ap-northeast-1": "glacier.ap-northeast-1.amazonaws.com",
|
8
|
+
"ap-southeast-2": "glacier.ap-southeast-2.amazonaws.com",
|
9
|
+
"cn-north-1": "glacier.cn-north-1.amazonaws.com.cn",
|
10
|
+
"eu-west-1": "glacier.eu-west-1.amazonaws.com",
|
7
11
|
"us-east-1": "glacier.us-east-1.amazonaws.com",
|
8
12
|
"us-west-1": "glacier.us-west-1.amazonaws.com",
|
9
|
-
"us-west-2": "glacier.us-west-2.amazonaws.com"
|
10
|
-
"eu-west-1": "glacier.eu-west-1.amazonaws.com",
|
11
|
-
"ap-southeast-2": "glacier.ap-southeast-2.amazonaws.com",
|
12
|
-
"ap-northeast-1": "glacier.ap-northeast-1.amazonaws.com"
|
13
|
+
"us-west-2": "glacier.us-west-2.amazonaws.com"
|
13
14
|
},
|
14
15
|
"service_class_name": "Glacier",
|
15
16
|
"service_full_name": "Amazon Glacier"
|
@@ -22,7 +23,6 @@
|
|
22
23
|
"Aws::Plugins::RetryErrors",
|
23
24
|
"Aws::Plugins::GlobalConfiguration",
|
24
25
|
"Aws::Plugins::RegionalEndpoint",
|
25
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
26
26
|
"Aws::Plugins::ResponsePaging",
|
27
27
|
"Aws::Plugins::Credentials",
|
28
28
|
"Aws::Plugins::JsonProtocol",
|
data/apis/IAM-2010-05-08.json
CHANGED
@@ -3,15 +3,16 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"endpoint_prefix": "iam",
|
5
5
|
"regional_endpoints": {
|
6
|
-
"us-east-1": "iam.amazonaws.com",
|
7
|
-
"us-west-1": "iam.amazonaws.com",
|
8
|
-
"us-west-2": "iam.amazonaws.com",
|
9
|
-
"eu-west-1": "iam.amazonaws.com",
|
10
6
|
"ap-northeast-1": "iam.amazonaws.com",
|
11
7
|
"ap-southeast-1": "iam.amazonaws.com",
|
12
8
|
"ap-southeast-2": "iam.amazonaws.com",
|
9
|
+
"cn-north-1": "iam.cn-north-1.amazonaws.com.cn",
|
10
|
+
"eu-west-1": "iam.amazonaws.com",
|
13
11
|
"sa-east-1": "iam.amazonaws.com",
|
14
|
-
"us-
|
12
|
+
"us-east-1": "iam.amazonaws.com",
|
13
|
+
"us-gov-west-1": "iam.us-gov.amazonaws.com",
|
14
|
+
"us-west-1": "iam.amazonaws.com",
|
15
|
+
"us-west-2": "iam.amazonaws.com"
|
15
16
|
},
|
16
17
|
"service_abbreviation": "IAM",
|
17
18
|
"service_class_name": "IAM",
|
@@ -25,7 +26,6 @@
|
|
25
26
|
"Aws::Plugins::RetryErrors",
|
26
27
|
"Aws::Plugins::GlobalConfiguration",
|
27
28
|
"Aws::Plugins::RegionalEndpoint",
|
28
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
29
29
|
"Aws::Plugins::ResponsePaging",
|
30
30
|
"Aws::Plugins::Credentials",
|
31
31
|
"Aws::Plugins::QueryProtocol",
|
@@ -3,14 +3,14 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"endpoint_prefix": "importexport",
|
5
5
|
"regional_endpoints": {
|
6
|
-
"us-east-1": "importexport.amazonaws.com",
|
7
|
-
"us-west-1": "importexport.amazonaws.com",
|
8
|
-
"us-west-2": "importexport.amazonaws.com",
|
9
|
-
"eu-west-1": "importexport.amazonaws.com",
|
10
6
|
"ap-northeast-1": "importexport.amazonaws.com",
|
11
7
|
"ap-southeast-1": "importexport.amazonaws.com",
|
12
8
|
"ap-southeast-2": "importexport.amazonaws.com",
|
13
|
-
"
|
9
|
+
"eu-west-1": "importexport.amazonaws.com",
|
10
|
+
"sa-east-1": "importexport.amazonaws.com",
|
11
|
+
"us-east-1": "importexport.amazonaws.com",
|
12
|
+
"us-west-1": "importexport.amazonaws.com",
|
13
|
+
"us-west-2": "importexport.amazonaws.com"
|
14
14
|
},
|
15
15
|
"service_class_name": "ImportExport",
|
16
16
|
"service_full_name": "AWS Import/Export"
|
@@ -23,7 +23,6 @@
|
|
23
23
|
"Aws::Plugins::RetryErrors",
|
24
24
|
"Aws::Plugins::GlobalConfiguration",
|
25
25
|
"Aws::Plugins::RegionalEndpoint",
|
26
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
27
26
|
"Aws::Plugins::ResponsePaging",
|
28
27
|
"Aws::Plugins::Credentials",
|
29
28
|
"Aws::Plugins::QueryProtocol",
|
@@ -19,7 +19,6 @@
|
|
19
19
|
"Aws::Plugins::RetryErrors",
|
20
20
|
"Aws::Plugins::GlobalConfiguration",
|
21
21
|
"Aws::Plugins::RegionalEndpoint",
|
22
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
23
22
|
"Aws::Plugins::ResponsePaging",
|
24
23
|
"Aws::Plugins::Credentials",
|
25
24
|
"Aws::Plugins::JsonProtocol",
|
@@ -69,9 +68,9 @@
|
|
69
68
|
"metadata": {
|
70
69
|
"paging": {
|
71
70
|
"tokens": {
|
72
|
-
"exclusive_start_shard_id": "shards[-1].shard_id"
|
71
|
+
"exclusive_start_shard_id": "stream_description.shards[-1].shard_id"
|
73
72
|
},
|
74
|
-
"truncated_if": "
|
73
|
+
"truncated_if": "stream_description_has_more_shards"
|
75
74
|
}
|
76
75
|
},
|
77
76
|
"input": {
|
@@ -18,7 +18,6 @@
|
|
18
18
|
"Aws::Plugins::RetryErrors",
|
19
19
|
"Aws::Plugins::GlobalConfiguration",
|
20
20
|
"Aws::Plugins::RegionalEndpoint",
|
21
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
22
21
|
"Aws::Plugins::ResponsePaging",
|
23
22
|
"Aws::Plugins::Credentials",
|
24
23
|
"Aws::Plugins::JsonProtocol",
|
@@ -164,10 +163,28 @@
|
|
164
163
|
}
|
165
164
|
}
|
166
165
|
},
|
166
|
+
"chef_configuration": {
|
167
|
+
"type": "structure",
|
168
|
+
"serialized_name": "ChefConfiguration",
|
169
|
+
"members": {
|
170
|
+
"manage_berkshelf": {
|
171
|
+
"type": "boolean",
|
172
|
+
"serialized_name": "ManageBerkshelf"
|
173
|
+
},
|
174
|
+
"berkshelf_version": {
|
175
|
+
"type": "string",
|
176
|
+
"serialized_name": "BerkshelfVersion"
|
177
|
+
}
|
178
|
+
}
|
179
|
+
},
|
167
180
|
"use_custom_cookbooks": {
|
168
181
|
"type": "boolean",
|
169
182
|
"serialized_name": "UseCustomCookbooks"
|
170
183
|
},
|
184
|
+
"use_opsworks_security_groups": {
|
185
|
+
"type": "boolean",
|
186
|
+
"serialized_name": "UseOpsworksSecurityGroups"
|
187
|
+
},
|
171
188
|
"custom_cookbooks_source": {
|
172
189
|
"type": "structure",
|
173
190
|
"serialized_name": "CustomCookbooksSource",
|
@@ -526,6 +543,10 @@
|
|
526
543
|
"install_updates_on_boot": {
|
527
544
|
"type": "boolean",
|
528
545
|
"serialized_name": "InstallUpdatesOnBoot"
|
546
|
+
},
|
547
|
+
"ebs_optimized": {
|
548
|
+
"type": "boolean",
|
549
|
+
"serialized_name": "EbsOptimized"
|
529
550
|
}
|
530
551
|
}
|
531
552
|
},
|
@@ -655,6 +676,14 @@
|
|
655
676
|
"type": "integer",
|
656
677
|
"required": true,
|
657
678
|
"serialized_name": "Size"
|
679
|
+
},
|
680
|
+
"volume_type": {
|
681
|
+
"type": "string",
|
682
|
+
"serialized_name": "VolumeType"
|
683
|
+
},
|
684
|
+
"iops": {
|
685
|
+
"type": "integer",
|
686
|
+
"serialized_name": "Iops"
|
658
687
|
}
|
659
688
|
}
|
660
689
|
}
|
@@ -715,6 +744,10 @@
|
|
715
744
|
"install_updates_on_boot": {
|
716
745
|
"type": "boolean",
|
717
746
|
"serialized_name": "InstallUpdatesOnBoot"
|
747
|
+
},
|
748
|
+
"use_ebs_optimized_instances": {
|
749
|
+
"type": "boolean",
|
750
|
+
"serialized_name": "UseEbsOptimizedInstances"
|
718
751
|
}
|
719
752
|
}
|
720
753
|
},
|
@@ -806,10 +839,28 @@
|
|
806
839
|
}
|
807
840
|
}
|
808
841
|
},
|
842
|
+
"chef_configuration": {
|
843
|
+
"type": "structure",
|
844
|
+
"serialized_name": "ChefConfiguration",
|
845
|
+
"members": {
|
846
|
+
"manage_berkshelf": {
|
847
|
+
"type": "boolean",
|
848
|
+
"serialized_name": "ManageBerkshelf"
|
849
|
+
},
|
850
|
+
"berkshelf_version": {
|
851
|
+
"type": "string",
|
852
|
+
"serialized_name": "BerkshelfVersion"
|
853
|
+
}
|
854
|
+
}
|
855
|
+
},
|
809
856
|
"use_custom_cookbooks": {
|
810
857
|
"type": "boolean",
|
811
858
|
"serialized_name": "UseCustomCookbooks"
|
812
859
|
},
|
860
|
+
"use_opsworks_security_groups": {
|
861
|
+
"type": "boolean",
|
862
|
+
"serialized_name": "UseOpsworksSecurityGroups"
|
863
|
+
},
|
813
864
|
"custom_cookbooks_source": {
|
814
865
|
"type": "structure",
|
815
866
|
"serialized_name": "CustomCookbooksSource",
|
@@ -1495,7 +1546,7 @@
|
|
1495
1546
|
"type": "string"
|
1496
1547
|
}
|
1497
1548
|
},
|
1498
|
-
"
|
1549
|
+
"ec2_instance_ids": {
|
1499
1550
|
"type": "list",
|
1500
1551
|
"serialized_name": "Ec2InstanceIds",
|
1501
1552
|
"members": {
|
@@ -1670,6 +1721,10 @@
|
|
1670
1721
|
"install_updates_on_boot": {
|
1671
1722
|
"type": "boolean",
|
1672
1723
|
"serialized_name": "InstallUpdatesOnBoot"
|
1724
|
+
},
|
1725
|
+
"ebs_optimized": {
|
1726
|
+
"type": "boolean",
|
1727
|
+
"serialized_name": "EbsOptimized"
|
1673
1728
|
}
|
1674
1729
|
}
|
1675
1730
|
}
|
@@ -1819,6 +1874,14 @@
|
|
1819
1874
|
"size": {
|
1820
1875
|
"type": "integer",
|
1821
1876
|
"serialized_name": "Size"
|
1877
|
+
},
|
1878
|
+
"volume_type": {
|
1879
|
+
"type": "string",
|
1880
|
+
"serialized_name": "VolumeType"
|
1881
|
+
},
|
1882
|
+
"iops": {
|
1883
|
+
"type": "integer",
|
1884
|
+
"serialized_name": "Iops"
|
1822
1885
|
}
|
1823
1886
|
}
|
1824
1887
|
}
|
@@ -1924,6 +1987,10 @@
|
|
1924
1987
|
"install_updates_on_boot": {
|
1925
1988
|
"type": "boolean",
|
1926
1989
|
"serialized_name": "InstallUpdatesOnBoot"
|
1990
|
+
},
|
1991
|
+
"use_ebs_optimized_instances": {
|
1992
|
+
"type": "boolean",
|
1993
|
+
"serialized_name": "UseEbsOptimizedInstances"
|
1927
1994
|
}
|
1928
1995
|
}
|
1929
1996
|
}
|
@@ -2183,6 +2250,14 @@
|
|
2183
2250
|
"created_at": {
|
2184
2251
|
"type": "string",
|
2185
2252
|
"serialized_name": "CreatedAt"
|
2253
|
+
},
|
2254
|
+
"volume_type": {
|
2255
|
+
"type": "string",
|
2256
|
+
"serialized_name": "VolumeType"
|
2257
|
+
},
|
2258
|
+
"iops": {
|
2259
|
+
"type": "integer",
|
2260
|
+
"serialized_name": "Iops"
|
2186
2261
|
}
|
2187
2262
|
}
|
2188
2263
|
}
|
@@ -2282,6 +2357,10 @@
|
|
2282
2357
|
"type": "string",
|
2283
2358
|
"serialized_name": "Name"
|
2284
2359
|
},
|
2360
|
+
"arn": {
|
2361
|
+
"type": "string",
|
2362
|
+
"serialized_name": "Arn"
|
2363
|
+
},
|
2285
2364
|
"layers_count": {
|
2286
2365
|
"type": "integer",
|
2287
2366
|
"serialized_name": "LayersCount"
|
@@ -2302,6 +2381,10 @@
|
|
2302
2381
|
"type": "integer",
|
2303
2382
|
"serialized_name": "ConnectionLost"
|
2304
2383
|
},
|
2384
|
+
"online": {
|
2385
|
+
"type": "integer",
|
2386
|
+
"serialized_name": "Online"
|
2387
|
+
},
|
2305
2388
|
"pending": {
|
2306
2389
|
"type": "integer",
|
2307
2390
|
"serialized_name": "Pending"
|
@@ -2334,6 +2417,10 @@
|
|
2334
2417
|
"type": "integer",
|
2335
2418
|
"serialized_name": "Stopped"
|
2336
2419
|
},
|
2420
|
+
"stopping": {
|
2421
|
+
"type": "integer",
|
2422
|
+
"serialized_name": "Stopping"
|
2423
|
+
},
|
2337
2424
|
"terminated": {
|
2338
2425
|
"type": "integer",
|
2339
2426
|
"serialized_name": "Terminated"
|
@@ -2382,6 +2469,10 @@
|
|
2382
2469
|
"type": "string",
|
2383
2470
|
"serialized_name": "Name"
|
2384
2471
|
},
|
2472
|
+
"arn": {
|
2473
|
+
"type": "string",
|
2474
|
+
"serialized_name": "Arn"
|
2475
|
+
},
|
2385
2476
|
"region": {
|
2386
2477
|
"type": "string",
|
2387
2478
|
"serialized_name": "Region"
|
@@ -2445,10 +2536,28 @@
|
|
2445
2536
|
}
|
2446
2537
|
}
|
2447
2538
|
},
|
2539
|
+
"chef_configuration": {
|
2540
|
+
"type": "structure",
|
2541
|
+
"serialized_name": "ChefConfiguration",
|
2542
|
+
"members": {
|
2543
|
+
"manage_berkshelf": {
|
2544
|
+
"type": "boolean",
|
2545
|
+
"serialized_name": "ManageBerkshelf"
|
2546
|
+
},
|
2547
|
+
"berkshelf_version": {
|
2548
|
+
"type": "string",
|
2549
|
+
"serialized_name": "BerkshelfVersion"
|
2550
|
+
}
|
2551
|
+
}
|
2552
|
+
},
|
2448
2553
|
"use_custom_cookbooks": {
|
2449
2554
|
"type": "boolean",
|
2450
2555
|
"serialized_name": "UseCustomCookbooks"
|
2451
2556
|
},
|
2557
|
+
"use_opsworks_security_groups": {
|
2558
|
+
"type": "boolean",
|
2559
|
+
"serialized_name": "UseOpsworksSecurityGroups"
|
2560
|
+
},
|
2452
2561
|
"custom_cookbooks_source": {
|
2453
2562
|
"type": "structure",
|
2454
2563
|
"serialized_name": "CustomCookbooksSource",
|
@@ -2750,6 +2859,14 @@
|
|
2750
2859
|
"availability_zone": {
|
2751
2860
|
"type": "string",
|
2752
2861
|
"serialized_name": "AvailabilityZone"
|
2862
|
+
},
|
2863
|
+
"volume_type": {
|
2864
|
+
"type": "string",
|
2865
|
+
"serialized_name": "VolumeType"
|
2866
|
+
},
|
2867
|
+
"iops": {
|
2868
|
+
"type": "integer",
|
2869
|
+
"serialized_name": "Iops"
|
2753
2870
|
}
|
2754
2871
|
}
|
2755
2872
|
}
|
@@ -3464,6 +3581,14 @@
|
|
3464
3581
|
"type": "integer",
|
3465
3582
|
"required": true,
|
3466
3583
|
"serialized_name": "Size"
|
3584
|
+
},
|
3585
|
+
"volume_type": {
|
3586
|
+
"type": "string",
|
3587
|
+
"serialized_name": "VolumeType"
|
3588
|
+
},
|
3589
|
+
"iops": {
|
3590
|
+
"type": "integer",
|
3591
|
+
"serialized_name": "Iops"
|
3467
3592
|
}
|
3468
3593
|
}
|
3469
3594
|
}
|
@@ -3524,6 +3649,10 @@
|
|
3524
3649
|
"install_updates_on_boot": {
|
3525
3650
|
"type": "boolean",
|
3526
3651
|
"serialized_name": "InstallUpdatesOnBoot"
|
3652
|
+
},
|
3653
|
+
"use_ebs_optimized_instances": {
|
3654
|
+
"type": "boolean",
|
3655
|
+
"serialized_name": "UseEbsOptimizedInstances"
|
3527
3656
|
}
|
3528
3657
|
}
|
3529
3658
|
}
|
@@ -3613,6 +3742,20 @@
|
|
3613
3742
|
}
|
3614
3743
|
}
|
3615
3744
|
},
|
3745
|
+
"chef_configuration": {
|
3746
|
+
"type": "structure",
|
3747
|
+
"serialized_name": "ChefConfiguration",
|
3748
|
+
"members": {
|
3749
|
+
"manage_berkshelf": {
|
3750
|
+
"type": "boolean",
|
3751
|
+
"serialized_name": "ManageBerkshelf"
|
3752
|
+
},
|
3753
|
+
"berkshelf_version": {
|
3754
|
+
"type": "string",
|
3755
|
+
"serialized_name": "BerkshelfVersion"
|
3756
|
+
}
|
3757
|
+
}
|
3758
|
+
},
|
3616
3759
|
"use_custom_cookbooks": {
|
3617
3760
|
"type": "boolean",
|
3618
3761
|
"serialized_name": "UseCustomCookbooks"
|
@@ -3664,6 +3807,10 @@
|
|
3664
3807
|
"ebs",
|
3665
3808
|
"instance-store"
|
3666
3809
|
]
|
3810
|
+
},
|
3811
|
+
"use_opsworks_security_groups": {
|
3812
|
+
"type": "boolean",
|
3813
|
+
"serialized_name": "UseOpsworksSecurityGroups"
|
3667
3814
|
}
|
3668
3815
|
}
|
3669
3816
|
}
|