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
data/apis/SES-2010-12-01.json
CHANGED
data/apis/SNS-2010-03-31.json
CHANGED
|
@@ -3,15 +3,16 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"endpoint_prefix": "sns",
|
|
5
5
|
"regional_endpoints": {
|
|
6
|
-
"us-east-1": "sns.us-east-1.amazonaws.com",
|
|
7
|
-
"us-west-1": "sns.us-west-1.amazonaws.com",
|
|
8
|
-
"us-west-2": "sns.us-west-2.amazonaws.com",
|
|
9
|
-
"eu-west-1": "sns.eu-west-1.amazonaws.com",
|
|
10
6
|
"ap-northeast-1": "sns.ap-northeast-1.amazonaws.com",
|
|
11
7
|
"ap-southeast-1": "sns.ap-southeast-1.amazonaws.com",
|
|
12
8
|
"ap-southeast-2": "sns.ap-southeast-2.amazonaws.com",
|
|
9
|
+
"cn-north-1": "sns.cn-north-1.amazonaws.com.cn",
|
|
10
|
+
"eu-west-1": "sns.eu-west-1.amazonaws.com",
|
|
13
11
|
"sa-east-1": "sns.sa-east-1.amazonaws.com",
|
|
14
|
-
"us-
|
|
12
|
+
"us-east-1": "sns.us-east-1.amazonaws.com",
|
|
13
|
+
"us-gov-west-1": "sns.us-gov-west-1.amazonaws.com",
|
|
14
|
+
"us-west-1": "sns.us-west-1.amazonaws.com",
|
|
15
|
+
"us-west-2": "sns.us-west-2.amazonaws.com"
|
|
15
16
|
},
|
|
16
17
|
"service_abbreviation": "Amazon SNS",
|
|
17
18
|
"service_class_name": "SNS",
|
|
@@ -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",
|
data/apis/SQS-2012-11-05.json
CHANGED
|
@@ -4,15 +4,16 @@
|
|
|
4
4
|
"endpoint_prefix": "sqs",
|
|
5
5
|
"error_prefix": "AWS.SimpleQueueService.",
|
|
6
6
|
"regional_endpoints": {
|
|
7
|
-
"us-east-1": "sqs.us-east-1.amazonaws.com",
|
|
8
|
-
"us-west-1": "sqs.us-west-1.amazonaws.com",
|
|
9
|
-
"us-west-2": "sqs.us-west-2.amazonaws.com",
|
|
10
|
-
"eu-west-1": "sqs.eu-west-1.amazonaws.com",
|
|
11
7
|
"ap-northeast-1": "sqs.ap-northeast-1.amazonaws.com",
|
|
12
8
|
"ap-southeast-1": "sqs.ap-southeast-1.amazonaws.com",
|
|
13
9
|
"ap-southeast-2": "sqs.ap-southeast-2.amazonaws.com",
|
|
10
|
+
"cn-north-1": "sqs.cn-north-1.amazonaws.com.cn",
|
|
11
|
+
"eu-west-1": "sqs.eu-west-1.amazonaws.com",
|
|
14
12
|
"sa-east-1": "sqs.sa-east-1.amazonaws.com",
|
|
15
|
-
"us-
|
|
13
|
+
"us-east-1": "sqs.us-east-1.amazonaws.com",
|
|
14
|
+
"us-gov-west-1": "sqs.us-gov-west-1.amazonaws.com",
|
|
15
|
+
"us-west-1": "sqs.us-west-1.amazonaws.com",
|
|
16
|
+
"us-west-2": "sqs.us-west-2.amazonaws.com"
|
|
16
17
|
},
|
|
17
18
|
"service_abbreviation": "Amazon SQS",
|
|
18
19
|
"service_class_name": "SQS",
|
|
@@ -26,7 +27,6 @@
|
|
|
26
27
|
"Aws::Plugins::RetryErrors",
|
|
27
28
|
"Aws::Plugins::GlobalConfiguration",
|
|
28
29
|
"Aws::Plugins::RegionalEndpoint",
|
|
29
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
|
30
30
|
"Aws::Plugins::ResponsePaging",
|
|
31
31
|
"Aws::Plugins::Credentials",
|
|
32
32
|
"Aws::Plugins::QueryProtocol",
|
|
@@ -558,6 +558,14 @@
|
|
|
558
558
|
]
|
|
559
559
|
}
|
|
560
560
|
},
|
|
561
|
+
"message_attribute_names": {
|
|
562
|
+
"type": "flat_list",
|
|
563
|
+
"serialized_name": "MessageAttributeNames",
|
|
564
|
+
"members": {
|
|
565
|
+
"type": "string",
|
|
566
|
+
"serialized_name": "MessageAttributeName"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
561
569
|
"max_number_of_messages": {
|
|
562
570
|
"type": "integer",
|
|
563
571
|
"serialized_name": "MaxNumberOfMessages"
|
|
@@ -627,6 +635,52 @@
|
|
|
627
635
|
"type": "string",
|
|
628
636
|
"serialized_name": "Value"
|
|
629
637
|
}
|
|
638
|
+
},
|
|
639
|
+
"md5_of_message_attributes": {
|
|
640
|
+
"type": "string",
|
|
641
|
+
"serialized_name": "MD5OfMessageAttributes"
|
|
642
|
+
},
|
|
643
|
+
"message_attributes": {
|
|
644
|
+
"type": "flat_map",
|
|
645
|
+
"serialized_name": "MessageAttribute",
|
|
646
|
+
"keys": {
|
|
647
|
+
"type": "string",
|
|
648
|
+
"serialized_name": "Name"
|
|
649
|
+
},
|
|
650
|
+
"members": {
|
|
651
|
+
"type": "structure",
|
|
652
|
+
"serialized_name": "Value",
|
|
653
|
+
"members": {
|
|
654
|
+
"string_value": {
|
|
655
|
+
"type": "string",
|
|
656
|
+
"serialized_name": "StringValue"
|
|
657
|
+
},
|
|
658
|
+
"binary_value": {
|
|
659
|
+
"type": "blob",
|
|
660
|
+
"serialized_name": "BinaryValue"
|
|
661
|
+
},
|
|
662
|
+
"string_list_values": {
|
|
663
|
+
"type": "flat_list",
|
|
664
|
+
"serialized_name": "StringListValue",
|
|
665
|
+
"members": {
|
|
666
|
+
"type": "string",
|
|
667
|
+
"serialized_name": "StringListValue"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"binary_list_values": {
|
|
671
|
+
"type": "flat_list",
|
|
672
|
+
"serialized_name": "BinaryListValue",
|
|
673
|
+
"members": {
|
|
674
|
+
"type": "blob",
|
|
675
|
+
"serialized_name": "BinaryListValue"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"data_type": {
|
|
679
|
+
"type": "string",
|
|
680
|
+
"serialized_name": "DataType"
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
630
684
|
}
|
|
631
685
|
}
|
|
632
686
|
}
|
|
@@ -674,6 +728,49 @@
|
|
|
674
728
|
"delay_seconds": {
|
|
675
729
|
"type": "integer",
|
|
676
730
|
"serialized_name": "DelaySeconds"
|
|
731
|
+
},
|
|
732
|
+
"message_attributes": {
|
|
733
|
+
"type": "flat_map",
|
|
734
|
+
"serialized_name": "MessageAttribute",
|
|
735
|
+
"keys": {
|
|
736
|
+
"type": "string",
|
|
737
|
+
"serialized_name": "Name"
|
|
738
|
+
},
|
|
739
|
+
"members": {
|
|
740
|
+
"type": "structure",
|
|
741
|
+
"serialized_name": "Value",
|
|
742
|
+
"members": {
|
|
743
|
+
"string_value": {
|
|
744
|
+
"type": "string",
|
|
745
|
+
"serialized_name": "StringValue"
|
|
746
|
+
},
|
|
747
|
+
"binary_value": {
|
|
748
|
+
"type": "blob",
|
|
749
|
+
"serialized_name": "BinaryValue"
|
|
750
|
+
},
|
|
751
|
+
"string_list_values": {
|
|
752
|
+
"type": "flat_list",
|
|
753
|
+
"serialized_name": "StringListValue",
|
|
754
|
+
"members": {
|
|
755
|
+
"type": "string",
|
|
756
|
+
"serialized_name": "StringListValue"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"binary_list_values": {
|
|
760
|
+
"type": "flat_list",
|
|
761
|
+
"serialized_name": "BinaryListValue",
|
|
762
|
+
"members": {
|
|
763
|
+
"type": "blob",
|
|
764
|
+
"serialized_name": "BinaryListValue"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"data_type": {
|
|
768
|
+
"type": "string",
|
|
769
|
+
"required": true,
|
|
770
|
+
"serialized_name": "DataType"
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
}
|
|
677
774
|
}
|
|
678
775
|
}
|
|
679
776
|
},
|
|
@@ -687,6 +784,10 @@
|
|
|
687
784
|
"type": "string",
|
|
688
785
|
"serialized_name": "MD5OfMessageBody"
|
|
689
786
|
},
|
|
787
|
+
"md5_of_message_attributes": {
|
|
788
|
+
"type": "string",
|
|
789
|
+
"serialized_name": "MD5OfMessageAttributes"
|
|
790
|
+
},
|
|
690
791
|
"message_id": {
|
|
691
792
|
"type": "string",
|
|
692
793
|
"serialized_name": "MessageId"
|
|
@@ -727,6 +828,49 @@
|
|
|
727
828
|
"delay_seconds": {
|
|
728
829
|
"type": "integer",
|
|
729
830
|
"serialized_name": "DelaySeconds"
|
|
831
|
+
},
|
|
832
|
+
"message_attributes": {
|
|
833
|
+
"type": "flat_map",
|
|
834
|
+
"serialized_name": "MessageAttribute",
|
|
835
|
+
"keys": {
|
|
836
|
+
"type": "string",
|
|
837
|
+
"serialized_name": "Name"
|
|
838
|
+
},
|
|
839
|
+
"members": {
|
|
840
|
+
"type": "structure",
|
|
841
|
+
"serialized_name": "Value",
|
|
842
|
+
"members": {
|
|
843
|
+
"string_value": {
|
|
844
|
+
"type": "string",
|
|
845
|
+
"serialized_name": "StringValue"
|
|
846
|
+
},
|
|
847
|
+
"binary_value": {
|
|
848
|
+
"type": "blob",
|
|
849
|
+
"serialized_name": "BinaryValue"
|
|
850
|
+
},
|
|
851
|
+
"string_list_values": {
|
|
852
|
+
"type": "flat_list",
|
|
853
|
+
"serialized_name": "StringListValue",
|
|
854
|
+
"members": {
|
|
855
|
+
"type": "string",
|
|
856
|
+
"serialized_name": "StringListValue"
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
"binary_list_values": {
|
|
860
|
+
"type": "flat_list",
|
|
861
|
+
"serialized_name": "BinaryListValue",
|
|
862
|
+
"members": {
|
|
863
|
+
"type": "blob",
|
|
864
|
+
"serialized_name": "BinaryListValue"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"data_type": {
|
|
868
|
+
"type": "string",
|
|
869
|
+
"required": true,
|
|
870
|
+
"serialized_name": "DataType"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
730
874
|
}
|
|
731
875
|
}
|
|
732
876
|
}
|
|
@@ -757,6 +901,10 @@
|
|
|
757
901
|
"md5_of_message_body": {
|
|
758
902
|
"type": "string",
|
|
759
903
|
"serialized_name": "MD5OfMessageBody"
|
|
904
|
+
},
|
|
905
|
+
"md5_of_message_attributes": {
|
|
906
|
+
"type": "string",
|
|
907
|
+
"serialized_name": "MD5OfMessageAttributes"
|
|
760
908
|
}
|
|
761
909
|
}
|
|
762
910
|
}
|
data/apis/STS-2011-06-15.json
CHANGED
|
@@ -3,15 +3,16 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"endpoint_prefix": "sts",
|
|
5
5
|
"regional_endpoints": {
|
|
6
|
-
"us-east-1": "sts.amazonaws.com",
|
|
7
|
-
"us-west-1": "sts.amazonaws.com",
|
|
8
|
-
"us-west-2": "sts.amazonaws.com",
|
|
9
|
-
"eu-west-1": "sts.amazonaws.com",
|
|
10
6
|
"ap-northeast-1": "sts.amazonaws.com",
|
|
11
7
|
"ap-southeast-1": "sts.amazonaws.com",
|
|
12
8
|
"ap-southeast-2": "sts.amazonaws.com",
|
|
9
|
+
"cn-north-1": "sts.cn-north-1.amazonaws.com.cn",
|
|
10
|
+
"eu-west-1": "sts.amazonaws.com",
|
|
13
11
|
"sa-east-1": "sts.amazonaws.com",
|
|
14
|
-
"us-
|
|
12
|
+
"us-east-1": "sts.amazonaws.com",
|
|
13
|
+
"us-gov-west-1": "sts.us-gov-west-1.amazonaws.com",
|
|
14
|
+
"us-west-1": "sts.amazonaws.com",
|
|
15
|
+
"us-west-2": "sts.amazonaws.com"
|
|
15
16
|
},
|
|
16
17
|
"service_abbreviation": "AWS STS",
|
|
17
18
|
"service_class_name": "STS",
|
|
@@ -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",
|
|
@@ -60,6 +60,14 @@
|
|
|
60
60
|
"external_id": {
|
|
61
61
|
"type": "string",
|
|
62
62
|
"serialized_name": "ExternalId"
|
|
63
|
+
},
|
|
64
|
+
"serial_number": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"serialized_name": "SerialNumber"
|
|
67
|
+
},
|
|
68
|
+
"token_code": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"serialized_name": "TokenCode"
|
|
63
71
|
}
|
|
64
72
|
}
|
|
65
73
|
},
|
data/apis/SWF-2012-01-25.json
CHANGED
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
"json_target_prefix": "SimpleWorkflowService",
|
|
6
6
|
"json_version": 1.0,
|
|
7
7
|
"regional_endpoints": {
|
|
8
|
-
"us-east-1": "swf.us-east-1.amazonaws.com",
|
|
9
|
-
"us-west-1": "swf.us-west-1.amazonaws.com",
|
|
10
|
-
"us-west-2": "swf.us-west-2.amazonaws.com",
|
|
11
|
-
"eu-west-1": "swf.eu-west-1.amazonaws.com",
|
|
12
8
|
"ap-northeast-1": "swf.ap-northeast-1.amazonaws.com",
|
|
13
9
|
"ap-southeast-1": "swf.ap-southeast-1.amazonaws.com",
|
|
14
10
|
"ap-southeast-2": "swf.ap-southeast-2.amazonaws.com",
|
|
11
|
+
"cn-north-1": "swf.cn-north-1.amazonaws.com.cn",
|
|
12
|
+
"eu-west-1": "swf.eu-west-1.amazonaws.com",
|
|
15
13
|
"sa-east-1": "swf.sa-east-1.amazonaws.com",
|
|
16
|
-
"us-
|
|
14
|
+
"us-east-1": "swf.us-east-1.amazonaws.com",
|
|
15
|
+
"us-gov-west-1": "swf.us-gov-west-1.amazonaws.com",
|
|
16
|
+
"us-west-1": "swf.us-west-1.amazonaws.com",
|
|
17
|
+
"us-west-2": "swf.us-west-2.amazonaws.com"
|
|
17
18
|
},
|
|
18
19
|
"service_abbreviation": "Amazon SWF",
|
|
19
20
|
"service_class_name": "SWF",
|
|
@@ -27,7 +28,6 @@
|
|
|
27
28
|
"Aws::Plugins::RetryErrors",
|
|
28
29
|
"Aws::Plugins::GlobalConfiguration",
|
|
29
30
|
"Aws::Plugins::RegionalEndpoint",
|
|
30
|
-
"Aws::Plugins::InstanceProfileCredentials",
|
|
31
31
|
"Aws::Plugins::ResponsePaging",
|
|
32
32
|
"Aws::Plugins::Credentials",
|
|
33
33
|
"Aws::Plugins::JsonProtocol",
|
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
"json_target_prefix": "StorageGateway_20120630",
|
|
6
6
|
"json_version": 1.1,
|
|
7
7
|
"regional_endpoints": {
|
|
8
|
-
"us-east-1": "storagegateway.us-east-1.amazonaws.com",
|
|
9
|
-
"us-west-1": "storagegateway.us-west-1.amazonaws.com",
|
|
10
|
-
"us-west-2": "storagegateway.us-west-2.amazonaws.com",
|
|
11
|
-
"eu-west-1": "storagegateway.eu-west-1.amazonaws.com",
|
|
12
8
|
"ap-northeast-1": "storagegateway.ap-northeast-1.amazonaws.com",
|
|
13
9
|
"ap-southeast-1": "storagegateway.ap-southeast-1.amazonaws.com",
|
|
14
10
|
"ap-southeast-2": "storagegateway.ap-southeast-2.amazonaws.com",
|
|
15
|
-
"
|
|
11
|
+
"cn-north-1": "storagegateway.cn-north-1.amazonaws.com.cn",
|
|
12
|
+
"eu-west-1": "storagegateway.eu-west-1.amazonaws.com",
|
|
13
|
+
"sa-east-1": "storagegateway.sa-east-1.amazonaws.com",
|
|
14
|
+
"us-east-1": "storagegateway.us-east-1.amazonaws.com",
|
|
15
|
+
"us-west-1": "storagegateway.us-west-1.amazonaws.com",
|
|
16
|
+
"us-west-2": "storagegateway.us-west-2.amazonaws.com"
|
|
16
17
|
},
|
|
17
18
|
"service_class_name": "StorageGateway",
|
|
18
19
|
"service_full_name": "AWS Storage Gateway"
|
|
@@ -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::JsonProtocol",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"create_cached_iscsi_volume": {
|
|
213
213
|
"name": "CreateCachediSCSIVolume",
|
|
214
214
|
"http_method": "POST",
|
|
215
215
|
"http_path": "/",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
|
-
"
|
|
334
|
+
"create_stored_iscsi_volume": {
|
|
335
335
|
"name": "CreateStorediSCSIVolume",
|
|
336
336
|
"http_method": "POST",
|
|
337
337
|
"http_path": "/",
|
|
@@ -609,14 +609,14 @@
|
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
|
-
"
|
|
612
|
+
"describe_cached_iscsi_volumes": {
|
|
613
613
|
"name": "DescribeCachediSCSIVolumes",
|
|
614
614
|
"http_method": "POST",
|
|
615
615
|
"http_path": "/",
|
|
616
616
|
"input": {
|
|
617
617
|
"type": "input",
|
|
618
618
|
"members": {
|
|
619
|
-
"
|
|
619
|
+
"volume_arns": {
|
|
620
620
|
"type": "list",
|
|
621
621
|
"required": true,
|
|
622
622
|
"serialized_name": "VolumeARNs",
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"output": {
|
|
630
630
|
"type": "output",
|
|
631
631
|
"members": {
|
|
632
|
-
"
|
|
632
|
+
"cached_iscsi_volumes": {
|
|
633
633
|
"type": "list",
|
|
634
634
|
"serialized_name": "CachediSCSIVolumes",
|
|
635
635
|
"members": {
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
"type": "string",
|
|
680
680
|
"serialized_name": "SourceSnapshotId"
|
|
681
681
|
},
|
|
682
|
-
"
|
|
682
|
+
"volume_iscsi_attributes": {
|
|
683
683
|
"type": "structure",
|
|
684
684
|
"serialized_name": "VolumeiSCSIAttributes",
|
|
685
685
|
"members": {
|
|
@@ -1008,14 +1008,14 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
},
|
|
1011
|
-
"
|
|
1011
|
+
"describe_stored_iscsi_volumes": {
|
|
1012
1012
|
"name": "DescribeStorediSCSIVolumes",
|
|
1013
1013
|
"http_method": "POST",
|
|
1014
1014
|
"http_path": "/",
|
|
1015
1015
|
"input": {
|
|
1016
1016
|
"type": "input",
|
|
1017
1017
|
"members": {
|
|
1018
|
-
"
|
|
1018
|
+
"volume_arns": {
|
|
1019
1019
|
"type": "list",
|
|
1020
1020
|
"required": true,
|
|
1021
1021
|
"serialized_name": "VolumeARNs",
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
"output": {
|
|
1029
1029
|
"type": "output",
|
|
1030
1030
|
"members": {
|
|
1031
|
-
"
|
|
1031
|
+
"stored_iscsi_volumes": {
|
|
1032
1032
|
"type": "list",
|
|
1033
1033
|
"serialized_name": "StorediSCSIVolumes",
|
|
1034
1034
|
"members": {
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"type": "boolean",
|
|
1087
1087
|
"serialized_name": "PreservedExistingData"
|
|
1088
1088
|
},
|
|
1089
|
-
"
|
|
1089
|
+
"volume_iscsi_attributes": {
|
|
1090
1090
|
"type": "structure",
|
|
1091
1091
|
"serialized_name": "VolumeiSCSIAttributes",
|
|
1092
1092
|
"members": {
|
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
"json_target_prefix": "StorageGateway_20130630",
|
|
6
6
|
"json_version": 1.1,
|
|
7
7
|
"regional_endpoints": {
|
|
8
|
-
"us-east-1": "storagegateway.us-east-1.amazonaws.com",
|
|
9
|
-
"us-west-1": "storagegateway.us-west-1.amazonaws.com",
|
|
10
|
-
"us-west-2": "storagegateway.us-west-2.amazonaws.com",
|
|
11
|
-
"eu-west-1": "storagegateway.eu-west-1.amazonaws.com",
|
|
12
8
|
"ap-northeast-1": "storagegateway.ap-northeast-1.amazonaws.com",
|
|
13
9
|
"ap-southeast-1": "storagegateway.ap-southeast-1.amazonaws.com",
|
|
14
10
|
"ap-southeast-2": "storagegateway.ap-southeast-2.amazonaws.com",
|
|
15
|
-
"
|
|
11
|
+
"cn-north-1": "storagegateway.cn-north-1.amazonaws.com.cn",
|
|
12
|
+
"eu-west-1": "storagegateway.eu-west-1.amazonaws.com",
|
|
13
|
+
"sa-east-1": "storagegateway.sa-east-1.amazonaws.com",
|
|
14
|
+
"us-east-1": "storagegateway.us-east-1.amazonaws.com",
|
|
15
|
+
"us-west-1": "storagegateway.us-west-1.amazonaws.com",
|
|
16
|
+
"us-west-2": "storagegateway.us-west-2.amazonaws.com"
|
|
16
17
|
},
|
|
17
18
|
"service_class_name": "StorageGateway",
|
|
18
19
|
"service_full_name": "AWS Storage Gateway"
|
|
@@ -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::JsonProtocol",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"create_cached_iscsi_volume": {
|
|
234
234
|
"name": "CreateCachediSCSIVolume",
|
|
235
235
|
"http_method": "POST",
|
|
236
236
|
"http_path": "/",
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
}
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
|
-
"
|
|
355
|
+
"create_stored_iscsi_volume": {
|
|
356
356
|
"name": "CreateStorediSCSIVolume",
|
|
357
357
|
"http_method": "POST",
|
|
358
358
|
"http_path": "/",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"output": {
|
|
446
446
|
"type": "output",
|
|
447
447
|
"members": {
|
|
448
|
-
"
|
|
448
|
+
"tape_arns": {
|
|
449
449
|
"type": "list",
|
|
450
450
|
"serialized_name": "TapeARNs",
|
|
451
451
|
"members": {
|
|
@@ -725,14 +725,14 @@
|
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
},
|
|
728
|
-
"
|
|
728
|
+
"describe_cached_iscsi_volumes": {
|
|
729
729
|
"name": "DescribeCachediSCSIVolumes",
|
|
730
730
|
"http_method": "POST",
|
|
731
731
|
"http_path": "/",
|
|
732
732
|
"input": {
|
|
733
733
|
"type": "input",
|
|
734
734
|
"members": {
|
|
735
|
-
"
|
|
735
|
+
"volume_arns": {
|
|
736
736
|
"type": "list",
|
|
737
737
|
"required": true,
|
|
738
738
|
"serialized_name": "VolumeARNs",
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
"output": {
|
|
746
746
|
"type": "output",
|
|
747
747
|
"members": {
|
|
748
|
-
"
|
|
748
|
+
"cached_iscsi_volumes": {
|
|
749
749
|
"type": "list",
|
|
750
750
|
"serialized_name": "CachediSCSIVolumes",
|
|
751
751
|
"members": {
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"type": "string",
|
|
780
780
|
"serialized_name": "SourceSnapshotId"
|
|
781
781
|
},
|
|
782
|
-
"
|
|
782
|
+
"volume_iscsi_attributes": {
|
|
783
783
|
"type": "structure",
|
|
784
784
|
"serialized_name": "VolumeiSCSIAttributes",
|
|
785
785
|
"members": {
|
|
@@ -1001,14 +1001,14 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
1003
|
},
|
|
1004
|
-
"
|
|
1004
|
+
"describe_stored_iscsi_volumes": {
|
|
1005
1005
|
"name": "DescribeStorediSCSIVolumes",
|
|
1006
1006
|
"http_method": "POST",
|
|
1007
1007
|
"http_path": "/",
|
|
1008
1008
|
"input": {
|
|
1009
1009
|
"type": "input",
|
|
1010
1010
|
"members": {
|
|
1011
|
-
"
|
|
1011
|
+
"volume_arns": {
|
|
1012
1012
|
"type": "list",
|
|
1013
1013
|
"required": true,
|
|
1014
1014
|
"serialized_name": "VolumeARNs",
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"output": {
|
|
1022
1022
|
"type": "output",
|
|
1023
1023
|
"members": {
|
|
1024
|
-
"
|
|
1024
|
+
"stored_iscsi_volumes": {
|
|
1025
1025
|
"type": "list",
|
|
1026
1026
|
"serialized_name": "StorediSCSIVolumes",
|
|
1027
1027
|
"members": {
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
"type": "boolean",
|
|
1064
1064
|
"serialized_name": "PreservedExistingData"
|
|
1065
1065
|
},
|
|
1066
|
-
"
|
|
1066
|
+
"volume_iscsi_attributes": {
|
|
1067
1067
|
"type": "structure",
|
|
1068
1068
|
"serialized_name": "VolumeiSCSIAttributes",
|
|
1069
1069
|
"members": {
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
"input": {
|
|
1110
1110
|
"type": "input",
|
|
1111
1111
|
"members": {
|
|
1112
|
-
"
|
|
1112
|
+
"tape_arns": {
|
|
1113
1113
|
"type": "list",
|
|
1114
1114
|
"serialized_name": "TapeARNs",
|
|
1115
1115
|
"members": {
|
|
@@ -1252,7 +1252,7 @@
|
|
|
1252
1252
|
"required": true,
|
|
1253
1253
|
"serialized_name": "GatewayARN"
|
|
1254
1254
|
},
|
|
1255
|
-
"
|
|
1255
|
+
"tape_arns": {
|
|
1256
1256
|
"type": "list",
|
|
1257
1257
|
"serialized_name": "TapeARNs",
|
|
1258
1258
|
"members": {
|
|
@@ -1370,7 +1370,7 @@
|
|
|
1370
1370
|
"required": true,
|
|
1371
1371
|
"serialized_name": "GatewayARN"
|
|
1372
1372
|
},
|
|
1373
|
-
"
|
|
1373
|
+
"vtl_device_arns": {
|
|
1374
1374
|
"type": "list",
|
|
1375
1375
|
"serialized_name": "VTLDeviceARNs",
|
|
1376
1376
|
"members": {
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"type": "string",
|
|
1405
1405
|
"serialized_name": "VTLDeviceARN"
|
|
1406
1406
|
},
|
|
1407
|
-
"
|
|
1407
|
+
"device_iscsi_attributes": {
|
|
1408
1408
|
"type": "structure",
|
|
1409
1409
|
"serialized_name": "DeviceiSCSIAttributes",
|
|
1410
1410
|
"members": {
|