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
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListCloudFrontOriginAccessIdentities": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"output_token": "NextMarker",
|
6
|
+
"limit_key": "MaxItems",
|
7
|
+
"more_results": "IsTruncated",
|
8
|
+
"result_key": "Items"
|
9
|
+
},
|
10
|
+
"ListDistributions": {
|
11
|
+
"input_token": "Marker",
|
12
|
+
"output_token": "NextMarker",
|
13
|
+
"limit_key": "MaxItems",
|
14
|
+
"more_results": "IsTruncated",
|
15
|
+
"result_key": "Items"
|
16
|
+
},
|
17
|
+
"ListInvalidations": {
|
18
|
+
"input_token": "Marker",
|
19
|
+
"output_token": "NextMarker",
|
20
|
+
"limit_key": "MaxItems",
|
21
|
+
"more_results": "IsTruncated",
|
22
|
+
"result_key": "Items"
|
23
|
+
},
|
24
|
+
"ListStreamingDistributions": {
|
25
|
+
"input_token": "Marker",
|
26
|
+
"output_token": "NextMarker",
|
27
|
+
"limit_key": "MaxItems",
|
28
|
+
"more_results": "IsTruncated",
|
29
|
+
"result_key": "Items"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"waiters": {
|
3
|
+
"__default__": {
|
4
|
+
"success_type": "output",
|
5
|
+
"success_path": "Status"
|
6
|
+
},
|
7
|
+
"StreamingDistributionDeployed": {
|
8
|
+
"operation": "GetStreamingDistribution",
|
9
|
+
"description": "Wait until a streaming distribution is deployed.",
|
10
|
+
"interval": 60,
|
11
|
+
"max_attempts": 25,
|
12
|
+
"success_value": "Deployed"
|
13
|
+
},
|
14
|
+
"DistributionDeployed": {
|
15
|
+
"operation": "GetDistribution",
|
16
|
+
"description": "Wait until a distribution is deployed.",
|
17
|
+
"interval": 60,
|
18
|
+
"max_attempts": 25,
|
19
|
+
"success_value": "Deployed"
|
20
|
+
},
|
21
|
+
"InvalidationCompleted": {
|
22
|
+
"operation": "GetInvalidation",
|
23
|
+
"description": "Wait until an invalidation has completed.",
|
24
|
+
"interval": 20,
|
25
|
+
"max_attempts": 30,
|
26
|
+
"success_value": "Completed"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
@@ -5,8 +5,8 @@
|
|
5
5
|
"signature_version": "v4",
|
6
6
|
"service_full_name": "Amazon CloudSearch",
|
7
7
|
"endpoint_prefix": "cloudsearch",
|
8
|
-
"xmlnamespace": "http://cloudsearch.amazonaws.com/doc/2011-02-01",
|
9
|
-
"documentation": "\n <fullname>Amazon CloudSearch Configuration Service</fullname>\n <p>You use the
|
8
|
+
"xmlnamespace": "http://cloudsearch.amazonaws.com/doc/2011-02-01/",
|
9
|
+
"documentation": "\n <fullname>Amazon CloudSearch Configuration Service</fullname>\n <p>You use the configuration service to create, configure, and manage search domains. \n Configuration service requests are submitted using the AWS Query protocol. AWS Query requests\n are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>\n <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.\n For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,\n see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region\">Regions and Endpoints</a>.</p>\n ",
|
10
10
|
"operations": {
|
11
11
|
"CreateDomain": {
|
12
12
|
"name": "CreateDomain",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"documentation": "\n <p>True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when <a>DeleteDomain</a> is called. Newly deleted search domains are returned from <a>DescribeDomains</a> with a true value for IsDeleted for several minutes until resource cleanup is complete.</p>\n "
|
63
63
|
},
|
64
64
|
"NumSearchableDocs": {
|
65
|
-
"shape_name": "
|
65
|
+
"shape_name": "DocumentCount",
|
66
66
|
"type": "integer",
|
67
67
|
"min_length": 0,
|
68
68
|
"documentation": "\n <p>The number of documents that have been submitted to the domain and indexed.</p>\n "
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"Arn": {
|
75
75
|
"shape_name": "Arn",
|
76
76
|
"type": "string",
|
77
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
77
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
78
78
|
},
|
79
79
|
"Endpoint": {
|
80
80
|
"shape_name": "ServiceUrl",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"Arn": {
|
92
92
|
"shape_name": "Arn",
|
93
93
|
"type": "string",
|
94
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
94
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
95
95
|
},
|
96
96
|
"Endpoint": {
|
97
97
|
"shape_name": "ServiceUrl",
|
@@ -160,13 +160,6 @@
|
|
160
160
|
},
|
161
161
|
"documentation": "\n <p>An internal error occurred while processing the request. If this problem persists,\n report an issue from the <a href=\"http://status.aws.amazon.com/\">Service Health Dashboard</a>.</p>\n "
|
162
162
|
},
|
163
|
-
{
|
164
|
-
"shape_name": "InternalException",
|
165
|
-
"type": "structure",
|
166
|
-
"members": {
|
167
|
-
},
|
168
|
-
"documentation": "\n <p>An internal error occurred while processing the request. If this problem persists,\n report an issue from the <a href=\"http://status.aws.amazon.com/\">Service Health Dashboard</a>.</p>\n "
|
169
|
-
},
|
170
163
|
{
|
171
164
|
"shape_name": "LimitExceededException",
|
172
165
|
"type": "structure",
|
@@ -977,7 +970,7 @@
|
|
977
970
|
"documentation": "\n <p>True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when <a>DeleteDomain</a> is called. Newly deleted search domains are returned from <a>DescribeDomains</a> with a true value for IsDeleted for several minutes until resource cleanup is complete.</p>\n "
|
978
971
|
},
|
979
972
|
"NumSearchableDocs": {
|
980
|
-
"shape_name": "
|
973
|
+
"shape_name": "DocumentCount",
|
981
974
|
"type": "integer",
|
982
975
|
"min_length": 0,
|
983
976
|
"documentation": "\n <p>The number of documents that have been submitted to the domain and indexed.</p>\n "
|
@@ -989,7 +982,7 @@
|
|
989
982
|
"Arn": {
|
990
983
|
"shape_name": "Arn",
|
991
984
|
"type": "string",
|
992
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
985
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
993
986
|
},
|
994
987
|
"Endpoint": {
|
995
988
|
"shape_name": "ServiceUrl",
|
@@ -1006,7 +999,7 @@
|
|
1006
999
|
"Arn": {
|
1007
1000
|
"shape_name": "Arn",
|
1008
1001
|
"type": "string",
|
1009
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
1002
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
1010
1003
|
},
|
1011
1004
|
"Endpoint": {
|
1012
1005
|
"shape_name": "ServiceUrl",
|
@@ -1759,7 +1752,7 @@
|
|
1759
1752
|
"documentation": "\n <p>True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when <a>DeleteDomain</a> is called. Newly deleted search domains are returned from <a>DescribeDomains</a> with a true value for IsDeleted for several minutes until resource cleanup is complete.</p>\n "
|
1760
1753
|
},
|
1761
1754
|
"NumSearchableDocs": {
|
1762
|
-
"shape_name": "
|
1755
|
+
"shape_name": "DocumentCount",
|
1763
1756
|
"type": "integer",
|
1764
1757
|
"min_length": 0,
|
1765
1758
|
"documentation": "\n <p>The number of documents that have been submitted to the domain and indexed.</p>\n "
|
@@ -1771,7 +1764,7 @@
|
|
1771
1764
|
"Arn": {
|
1772
1765
|
"shape_name": "Arn",
|
1773
1766
|
"type": "string",
|
1774
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
1767
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
1775
1768
|
},
|
1776
1769
|
"Endpoint": {
|
1777
1770
|
"shape_name": "ServiceUrl",
|
@@ -1788,7 +1781,7 @@
|
|
1788
1781
|
"Arn": {
|
1789
1782
|
"shape_name": "Arn",
|
1790
1783
|
"type": "string",
|
1791
|
-
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.
|
1784
|
+
"documentation": "\n <p>An Amazon Resource Name (ARN). See <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html\" target=\"_blank\">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>\n "
|
1792
1785
|
},
|
1793
1786
|
"Endpoint": {
|
1794
1787
|
"shape_name": "ServiceUrl",
|
@@ -2397,7 +2390,7 @@
|
|
2397
2390
|
"Options": {
|
2398
2391
|
"shape_name": "PolicyDocument",
|
2399
2392
|
"type": "string",
|
2400
|
-
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.
|
2393
|
+
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?AccessPolicyLanguage.html\" target=\"_blank\">The Access Policy Language</a> in <i>Using AWS Identity and Access Management</i>. The maximum size of an access policy document is 100 KB.</p>\n <p>Example: <code>{\"Statement\": [{\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:search/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }},\n {\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:documents/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }}\n ]\n}</code></p>\n ",
|
2401
2394
|
"required": true
|
2402
2395
|
},
|
2403
2396
|
"Status": {
|
@@ -2923,7 +2916,7 @@
|
|
2923
2916
|
"DefaultSearchField": {
|
2924
2917
|
"shape_name": "String",
|
2925
2918
|
"type": "string",
|
2926
|
-
"documentation": "\n <p>The <code>
|
2919
|
+
"documentation": "\n <p>The text field to search if the search request does not specify which field to search. The default search field is used when search terms are specified with the <code>q</code> parameter, or if a match expression specified with the <code>bq</code> parameter does not contstrain the search to a particular field. The default is an empty string, which automatically searches all text fields.</p>\n ",
|
2927
2920
|
"required": true
|
2928
2921
|
}
|
2929
2922
|
},
|
@@ -3035,7 +3028,7 @@
|
|
3035
3028
|
"documentation": "\n <p>The request was rejected because it attempted to reference a resource that does not exist.</p>\n "
|
3036
3029
|
}
|
3037
3030
|
],
|
3038
|
-
"documentation": "\n
|
3031
|
+
"documentation": "\n <p>Configures the default search field for the search domain. The default search field is the text field that is searched when a search request does not specify which fields to search. By default, it is configured to include the contents of all of the domain's text fields. </p>\n "
|
3039
3032
|
},
|
3040
3033
|
"UpdateServiceAccessPolicies": {
|
3041
3034
|
"name": "UpdateServiceAccessPolicies",
|
@@ -3055,7 +3048,7 @@
|
|
3055
3048
|
"AccessPolicies": {
|
3056
3049
|
"shape_name": "PolicyDocument",
|
3057
3050
|
"type": "string",
|
3058
|
-
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.
|
3051
|
+
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?AccessPolicyLanguage.html\" target=\"_blank\">The Access Policy Language</a> in <i>Using AWS Identity and Access Management</i>. The maximum size of an access policy document is 100 KB.</p>\n <p>Example: <code>{\"Statement\": [{\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:search/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }},\n {\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:documents/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }}\n ]\n}</code></p>\n ",
|
3059
3052
|
"required": true
|
3060
3053
|
}
|
3061
3054
|
},
|
@@ -3072,7 +3065,7 @@
|
|
3072
3065
|
"Options": {
|
3073
3066
|
"shape_name": "PolicyDocument",
|
3074
3067
|
"type": "string",
|
3075
|
-
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.
|
3068
|
+
"documentation": "\n <p>An IAM access policy as described in <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?AccessPolicyLanguage.html\" target=\"_blank\">The Access Policy Language</a> in <i>Using AWS Identity and Access Management</i>. The maximum size of an access policy document is 100 KB.</p>\n <p>Example: <code>{\"Statement\": [{\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:search/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }},\n {\"Effect\":\"Allow\",\n \"Action\": \"*\",\n \"Resource\":\n \"arn:aws:cs:us-east-1:1234567890:documents/movies\",\n \"Condition\": \n { \"IpAddress\": { \"aws:SourceIp\": [\"203.0.113.1/32\"] }\n }}\n ]\n}</code></p>\n ",
|
3076
3069
|
"required": true
|
3077
3070
|
},
|
3078
3071
|
"Status": {
|
@@ -4,16 +4,17 @@
|
|
4
4
|
"input_token": "marker",
|
5
5
|
"output_token": "marker",
|
6
6
|
"more_results": "hasMoreResults",
|
7
|
-
"limit_key": "limit",
|
8
7
|
"result_key": "pipelineIdList"
|
9
8
|
},
|
10
9
|
"DescribeObjects": {
|
11
10
|
"input_token": "marker",
|
12
11
|
"output_token": "marker",
|
13
12
|
"more_results": "hasMoreResults",
|
14
|
-
"limit_key": "limit",
|
15
13
|
"result_key": "pipelineObjects"
|
16
14
|
},
|
15
|
+
"DescribePipelines": {
|
16
|
+
"result_key": "pipelineDescriptionList"
|
17
|
+
},
|
17
18
|
"QueryObjects": {
|
18
19
|
"input_token": "marker",
|
19
20
|
"output_token": "marker",
|
@@ -7,66 +7,108 @@
|
|
7
7
|
"service_full_name": "AWS Direct Connect",
|
8
8
|
"endpoint_prefix": "directconnect",
|
9
9
|
"xmlnamespace": "http://directconnect.amazonaws.com/doc/2012-10-25/",
|
10
|
-
"documentation":
|
10
|
+
"documentation": "\n <p>AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to Amazon Web Services (AWS). Using AWS Direct Connect, you can establish private connectivity between AWS and your data center, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections.</p>\n\n <p>The AWS Direct Connect API Reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Direct Connect. Use the following links to get started using the <i>AWS Direct Connect API Reference</i>:</p>\n <ul>\n <li>\n<a href=\"http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Operations.html\">Actions</a>: An alphabetical list of all AWS Direct Connect actions.</li>\n <li>\n<a href=\"http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Types.html\">Data Types</a>: An alphabetical list of all AWS Direct Connect data types.</li>\n <li>\n<a href=\"http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonParameters.html\">Common Query Parameters</a>: Parameters that all Query actions can use.</li>\n <li>\n<a href=\"http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonErrors.html\">Common Errors</a>: Client and server errors that all actions can return.</li>\n </ul>\n ",
|
11
11
|
"operations": {
|
12
|
-
"
|
13
|
-
"name": "
|
12
|
+
"AllocateConnectionOnInterconnect": {
|
13
|
+
"name": "AllocateConnectionOnInterconnect",
|
14
14
|
"input": {
|
15
|
-
"shape_name": "
|
15
|
+
"shape_name": "AllocateConnectionOnInterconnectRequest",
|
16
16
|
"type": "structure",
|
17
17
|
"members": {
|
18
|
-
"
|
19
|
-
"shape_name": "
|
18
|
+
"bandwidth": {
|
19
|
+
"shape_name": "Bandwidth",
|
20
20
|
"type": "string",
|
21
|
-
"documentation":
|
21
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: \"<i>500Mbps</i>\"</p>\n <p>Default: None</p>\n ",
|
22
|
+
"required": true
|
22
23
|
},
|
23
24
|
"connectionName": {
|
24
25
|
"shape_name": "ConnectionName",
|
25
26
|
"type": "string",
|
26
|
-
"documentation":
|
27
|
+
"documentation": "\n <p>Name of the provisioned connection.</p>\n <p>Example: \"<i>500M Connection to AWS</i>\"</p>\n <p>Default: None</p>\n ",
|
28
|
+
"required": true
|
29
|
+
},
|
30
|
+
"ownerAccount": {
|
31
|
+
"shape_name": "OwnerAccount",
|
32
|
+
"type": "string",
|
33
|
+
"documentation": "\n <p>Numeric account Id of the customer for whom the connection will be provisioned.</p>\n <p>Example: 123443215678</p>\n <p>Default: None</p>\n ",
|
34
|
+
"required": true
|
35
|
+
},
|
36
|
+
"interconnectId": {
|
37
|
+
"shape_name": "InterconnectId",
|
38
|
+
"type": "string",
|
39
|
+
"documentation": "\n <p>ID of the interconnect on which the connection will be provisioned.</p>\n <p>Example: dxcon-456abc78</p>\n <p>Default: None</p>\n ",
|
40
|
+
"required": true
|
41
|
+
},
|
42
|
+
"vlan": {
|
43
|
+
"shape_name": "VLAN",
|
44
|
+
"type": "integer",
|
45
|
+
"documentation": "\n <p>The dedicated VLAN provisioned to the connection.</p>\n <p>Example: 101</p>\n <p>Default: None</p>\n ",
|
27
46
|
"required": true
|
28
47
|
}
|
29
48
|
},
|
30
|
-
"documentation":
|
49
|
+
"documentation": "\n <p>Container for the parameters to the AllocateConnectionOnInterconnect operation.</p>\n "
|
31
50
|
},
|
32
51
|
"output": {
|
33
52
|
"shape_name": "Connection",
|
34
53
|
"type": "structure",
|
35
54
|
"members": {
|
55
|
+
"ownerAccount": {
|
56
|
+
"shape_name": "OwnerAccount",
|
57
|
+
"type": "string",
|
58
|
+
"documentation": null
|
59
|
+
},
|
36
60
|
"connectionId": {
|
37
61
|
"shape_name": "ConnectionId",
|
38
62
|
"type": "string",
|
39
|
-
"documentation":
|
63
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
40
64
|
},
|
41
65
|
"connectionName": {
|
42
66
|
"shape_name": "ConnectionName",
|
43
67
|
"type": "string",
|
44
|
-
"documentation":
|
68
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n "
|
45
69
|
},
|
46
70
|
"connectionState": {
|
47
71
|
"shape_name": "ConnectionState",
|
48
72
|
"type": "string",
|
49
73
|
"enum": [
|
74
|
+
"ordering",
|
50
75
|
"requested",
|
51
76
|
"pending",
|
52
77
|
"available",
|
53
78
|
"down",
|
54
|
-
"
|
79
|
+
"deleting",
|
80
|
+
"deleted",
|
81
|
+
"rejected"
|
55
82
|
],
|
56
|
-
"documentation":
|
83
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
57
84
|
},
|
58
85
|
"region": {
|
59
86
|
"shape_name": "Region",
|
60
87
|
"type": "string",
|
61
|
-
"documentation":
|
88
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
62
89
|
},
|
63
90
|
"location": {
|
64
|
-
"shape_name": "
|
91
|
+
"shape_name": "LocationCode",
|
92
|
+
"type": "string",
|
93
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
94
|
+
},
|
95
|
+
"bandwidth": {
|
96
|
+
"shape_name": "Bandwidth",
|
97
|
+
"type": "string",
|
98
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)</p>\n <p>Default: None</p>\n "
|
99
|
+
},
|
100
|
+
"vlan": {
|
101
|
+
"shape_name": "VLAN",
|
102
|
+
"type": "integer",
|
103
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
104
|
+
},
|
105
|
+
"partnerName": {
|
106
|
+
"shape_name": "PartnerName",
|
65
107
|
"type": "string",
|
66
108
|
"documentation": null
|
67
109
|
}
|
68
110
|
},
|
69
|
-
"documentation":
|
111
|
+
"documentation": "\n <p>A connection represents the physical network connection between the AWS Direct Connect location and the customer.</p>\n "
|
70
112
|
},
|
71
113
|
"errors": [
|
72
114
|
{
|
@@ -79,7 +121,7 @@
|
|
79
121
|
"documentation": null
|
80
122
|
}
|
81
123
|
},
|
82
|
-
"documentation":
|
124
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
83
125
|
},
|
84
126
|
{
|
85
127
|
"shape_name": "DirectConnectClientException",
|
@@ -91,142 +133,155 @@
|
|
91
133
|
"documentation": null
|
92
134
|
}
|
93
135
|
},
|
94
|
-
"documentation":
|
136
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
95
137
|
}
|
96
138
|
],
|
97
|
-
"documentation":
|
139
|
+
"documentation": "\n <p>Creates a hosted connection on an interconnect.</p>\n <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect.</p>\n "
|
98
140
|
},
|
99
|
-
"
|
100
|
-
"name": "
|
141
|
+
"AllocatePrivateVirtualInterface": {
|
142
|
+
"name": "AllocatePrivateVirtualInterface",
|
101
143
|
"input": {
|
102
|
-
"shape_name": "
|
144
|
+
"shape_name": "AllocatePrivateVirtualInterfaceRequest",
|
103
145
|
"type": "structure",
|
104
146
|
"members": {
|
105
147
|
"connectionId": {
|
106
148
|
"shape_name": "ConnectionId",
|
107
149
|
"type": "string",
|
108
|
-
"documentation":
|
150
|
+
"documentation": "\n <p>The connection ID on which the private virtual interface is provisioned.</p>\n <p>Default: None</p>\n ",
|
151
|
+
"required": true
|
109
152
|
},
|
110
|
-
"
|
111
|
-
"shape_name": "
|
153
|
+
"ownerAccount": {
|
154
|
+
"shape_name": "OwnerAccount",
|
155
|
+
"type": "string",
|
156
|
+
"documentation": "\n <p>The AWS account that will own the new private virtual interface.</p>\n <p>Default: None</p>\n ",
|
157
|
+
"required": true
|
158
|
+
},
|
159
|
+
"newPrivateVirtualInterfaceAllocation": {
|
160
|
+
"shape_name": "NewPrivateVirtualInterfaceAllocation",
|
112
161
|
"type": "structure",
|
113
162
|
"members": {
|
114
163
|
"virtualInterfaceName": {
|
115
164
|
"shape_name": "VirtualInterfaceName",
|
116
165
|
"type": "string",
|
117
|
-
"documentation":
|
166
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n ",
|
167
|
+
"required": true
|
118
168
|
},
|
119
169
|
"vlan": {
|
120
170
|
"shape_name": "VLAN",
|
121
171
|
"type": "integer",
|
122
|
-
"documentation":
|
172
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n ",
|
173
|
+
"required": true
|
123
174
|
},
|
124
175
|
"asn": {
|
125
176
|
"shape_name": "ASN",
|
126
177
|
"type": "integer",
|
127
|
-
"documentation":
|
178
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n ",
|
179
|
+
"required": true
|
128
180
|
},
|
129
181
|
"authKey": {
|
130
182
|
"shape_name": "BGPAuthKey",
|
131
183
|
"type": "string",
|
132
|
-
"documentation":
|
184
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
133
185
|
},
|
134
186
|
"amazonAddress": {
|
135
187
|
"shape_name": "AmazonAddress",
|
136
188
|
"type": "string",
|
137
|
-
"documentation":
|
189
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
138
190
|
},
|
139
191
|
"customerAddress": {
|
140
192
|
"shape_name": "CustomerAddress",
|
141
193
|
"type": "string",
|
142
|
-
"documentation":
|
143
|
-
},
|
144
|
-
"virtualGatewayId": {
|
145
|
-
"shape_name": "VirtualGatewayId",
|
146
|
-
"type": "string",
|
147
|
-
"documentation": null
|
194
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
148
195
|
}
|
149
196
|
},
|
150
|
-
"documentation":
|
197
|
+
"documentation": "\n <p>Detailed information for the private virtual interface to be provisioned.</p>\n <p>Default: None</p>\n ",
|
198
|
+
"required": true
|
151
199
|
}
|
152
200
|
},
|
153
|
-
"documentation":
|
201
|
+
"documentation": "\n <p>Container for the parameters to the AllocatePrivateVirtualInterface operation.</p>\n "
|
154
202
|
},
|
155
203
|
"output": {
|
156
204
|
"shape_name": "VirtualInterface",
|
157
205
|
"type": "structure",
|
158
206
|
"members": {
|
207
|
+
"ownerAccount": {
|
208
|
+
"shape_name": "OwnerAccount",
|
209
|
+
"type": "string",
|
210
|
+
"documentation": null
|
211
|
+
},
|
159
212
|
"virtualInterfaceId": {
|
160
213
|
"shape_name": "VirtualInterfaceId",
|
161
214
|
"type": "string",
|
162
|
-
"documentation":
|
215
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
163
216
|
},
|
164
217
|
"location": {
|
165
|
-
"shape_name": "
|
218
|
+
"shape_name": "LocationCode",
|
166
219
|
"type": "string",
|
167
|
-
"documentation":
|
220
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
168
221
|
},
|
169
222
|
"connectionId": {
|
170
223
|
"shape_name": "ConnectionId",
|
171
224
|
"type": "string",
|
172
|
-
"documentation":
|
225
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
173
226
|
},
|
174
227
|
"virtualInterfaceType": {
|
175
228
|
"shape_name": "VirtualInterfaceType",
|
176
229
|
"type": "string",
|
177
|
-
"documentation":
|
230
|
+
"documentation": "\n <p>The type of virtual interface.</p>\n <p>Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)</p>\n "
|
178
231
|
},
|
179
232
|
"virtualInterfaceName": {
|
180
233
|
"shape_name": "VirtualInterfaceName",
|
181
234
|
"type": "string",
|
182
|
-
"documentation":
|
235
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n "
|
183
236
|
},
|
184
237
|
"vlan": {
|
185
238
|
"shape_name": "VLAN",
|
186
239
|
"type": "integer",
|
187
|
-
"documentation":
|
240
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
188
241
|
},
|
189
242
|
"asn": {
|
190
243
|
"shape_name": "ASN",
|
191
244
|
"type": "integer",
|
192
|
-
"documentation":
|
245
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n "
|
193
246
|
},
|
194
247
|
"authKey": {
|
195
248
|
"shape_name": "BGPAuthKey",
|
196
249
|
"type": "string",
|
197
|
-
"documentation":
|
250
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
198
251
|
},
|
199
252
|
"amazonAddress": {
|
200
253
|
"shape_name": "AmazonAddress",
|
201
254
|
"type": "string",
|
202
|
-
"documentation":
|
255
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
203
256
|
},
|
204
257
|
"customerAddress": {
|
205
258
|
"shape_name": "CustomerAddress",
|
206
259
|
"type": "string",
|
207
|
-
"documentation":
|
260
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
208
261
|
},
|
209
262
|
"virtualInterfaceState": {
|
210
263
|
"shape_name": "VirtualInterfaceState",
|
211
264
|
"type": "string",
|
212
265
|
"enum": [
|
266
|
+
"confirming",
|
213
267
|
"verifying",
|
214
268
|
"pending",
|
215
269
|
"available",
|
216
270
|
"deleting",
|
217
|
-
"deleted"
|
271
|
+
"deleted",
|
272
|
+
"rejected"
|
218
273
|
],
|
219
|
-
"documentation":
|
274
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
220
275
|
},
|
221
276
|
"customerRouterConfig": {
|
222
277
|
"shape_name": "RouterConfig",
|
223
278
|
"type": "string",
|
224
|
-
"documentation":
|
279
|
+
"documentation": "\n <p>Information for generating the customer router configuration.</p>\n "
|
225
280
|
},
|
226
281
|
"virtualGatewayId": {
|
227
282
|
"shape_name": "VirtualGatewayId",
|
228
283
|
"type": "string",
|
229
|
-
"documentation":
|
284
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
230
285
|
},
|
231
286
|
"routeFilterPrefixes": {
|
232
287
|
"shape_name": "RouteFilterPrefixList",
|
@@ -238,15 +293,15 @@
|
|
238
293
|
"cidr": {
|
239
294
|
"shape_name": "CIDR",
|
240
295
|
"type": "string",
|
241
|
-
"documentation":
|
296
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
242
297
|
}
|
243
298
|
},
|
244
|
-
"documentation":
|
299
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
245
300
|
},
|
246
|
-
"documentation":
|
301
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n "
|
247
302
|
}
|
248
303
|
},
|
249
|
-
"documentation":
|
304
|
+
"documentation": "\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n "
|
250
305
|
},
|
251
306
|
"errors": [
|
252
307
|
{
|
@@ -259,7 +314,7 @@
|
|
259
314
|
"documentation": null
|
260
315
|
}
|
261
316
|
},
|
262
|
-
"documentation":
|
317
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
263
318
|
},
|
264
319
|
{
|
265
320
|
"shape_name": "DirectConnectClientException",
|
@@ -271,55 +326,67 @@
|
|
271
326
|
"documentation": null
|
272
327
|
}
|
273
328
|
},
|
274
|
-
"documentation":
|
329
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
275
330
|
}
|
276
331
|
],
|
277
|
-
"documentation":
|
332
|
+
"documentation": "\n <p>Provisions a private virtual interface to be owned by a different customer.</p>\n <p>The owner of a connection calls this function to provision a private virtual interface which will be owned by another AWS customer.</p>\n <p>Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.</p>\n "
|
278
333
|
},
|
279
|
-
"
|
280
|
-
"name": "
|
334
|
+
"AllocatePublicVirtualInterface": {
|
335
|
+
"name": "AllocatePublicVirtualInterface",
|
281
336
|
"input": {
|
282
|
-
"shape_name": "
|
337
|
+
"shape_name": "AllocatePublicVirtualInterfaceRequest",
|
283
338
|
"type": "structure",
|
284
339
|
"members": {
|
285
340
|
"connectionId": {
|
286
341
|
"shape_name": "ConnectionId",
|
287
342
|
"type": "string",
|
288
|
-
"documentation":
|
343
|
+
"documentation": "\n <p>The connection ID on which the public virtual interface is provisioned.</p>\n <p>Default: None</p>\n ",
|
344
|
+
"required": true
|
289
345
|
},
|
290
|
-
"
|
291
|
-
"shape_name": "
|
346
|
+
"ownerAccount": {
|
347
|
+
"shape_name": "OwnerAccount",
|
348
|
+
"type": "string",
|
349
|
+
"documentation": "\n <p>The AWS account that will own the new public virtual interface.</p>\n <p>Default: None</p>\n ",
|
350
|
+
"required": true
|
351
|
+
},
|
352
|
+
"newPublicVirtualInterfaceAllocation": {
|
353
|
+
"shape_name": "NewPublicVirtualInterfaceAllocation",
|
292
354
|
"type": "structure",
|
293
355
|
"members": {
|
294
356
|
"virtualInterfaceName": {
|
295
357
|
"shape_name": "VirtualInterfaceName",
|
296
358
|
"type": "string",
|
297
|
-
"documentation":
|
359
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n ",
|
360
|
+
"required": true
|
298
361
|
},
|
299
362
|
"vlan": {
|
300
363
|
"shape_name": "VLAN",
|
301
364
|
"type": "integer",
|
302
|
-
"documentation":
|
365
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n ",
|
366
|
+
"required": true
|
303
367
|
},
|
304
368
|
"asn": {
|
305
369
|
"shape_name": "ASN",
|
306
370
|
"type": "integer",
|
307
|
-
"documentation":
|
371
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n ",
|
372
|
+
"required": true
|
308
373
|
},
|
309
374
|
"authKey": {
|
310
375
|
"shape_name": "BGPAuthKey",
|
311
376
|
"type": "string",
|
312
|
-
"documentation":
|
377
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
313
378
|
},
|
314
379
|
"amazonAddress": {
|
315
380
|
"shape_name": "AmazonAddress",
|
316
381
|
"type": "string",
|
317
|
-
"documentation":
|
382
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n ",
|
383
|
+
"required": true
|
318
384
|
},
|
319
385
|
"customerAddress": {
|
320
386
|
"shape_name": "CustomerAddress",
|
321
387
|
"type": "string",
|
322
|
-
"documentation":
|
388
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n ",
|
389
|
+
"required": true
|
323
390
|
},
|
324
391
|
"routeFilterPrefixes": {
|
325
392
|
"shape_name": "RouteFilterPrefixList",
|
@@ -331,94 +398,103 @@
|
|
331
398
|
"cidr": {
|
332
399
|
"shape_name": "CIDR",
|
333
400
|
"type": "string",
|
334
|
-
"documentation":
|
401
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
335
402
|
}
|
336
403
|
},
|
337
|
-
"documentation":
|
404
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
338
405
|
},
|
339
|
-
"documentation":
|
406
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n ",
|
407
|
+
"required": true
|
340
408
|
}
|
341
409
|
},
|
342
|
-
"documentation":
|
410
|
+
"documentation": "\n <p>Detailed information for the public virtual interface to be provisioned.</p>\n <p>Default: None</p>\n ",
|
411
|
+
"required": true
|
343
412
|
}
|
344
413
|
},
|
345
|
-
"documentation":
|
414
|
+
"documentation": "\n <p>Container for the parameters to the AllocatePublicVirtualInterface operation.</p>\n "
|
346
415
|
},
|
347
416
|
"output": {
|
348
417
|
"shape_name": "VirtualInterface",
|
349
418
|
"type": "structure",
|
350
419
|
"members": {
|
420
|
+
"ownerAccount": {
|
421
|
+
"shape_name": "OwnerAccount",
|
422
|
+
"type": "string",
|
423
|
+
"documentation": null
|
424
|
+
},
|
351
425
|
"virtualInterfaceId": {
|
352
426
|
"shape_name": "VirtualInterfaceId",
|
353
427
|
"type": "string",
|
354
|
-
"documentation":
|
428
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
355
429
|
},
|
356
430
|
"location": {
|
357
|
-
"shape_name": "
|
431
|
+
"shape_name": "LocationCode",
|
358
432
|
"type": "string",
|
359
|
-
"documentation":
|
433
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
360
434
|
},
|
361
435
|
"connectionId": {
|
362
436
|
"shape_name": "ConnectionId",
|
363
437
|
"type": "string",
|
364
|
-
"documentation":
|
438
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
365
439
|
},
|
366
440
|
"virtualInterfaceType": {
|
367
441
|
"shape_name": "VirtualInterfaceType",
|
368
442
|
"type": "string",
|
369
|
-
"documentation":
|
443
|
+
"documentation": "\n <p>The type of virtual interface.</p>\n <p>Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)</p>\n "
|
370
444
|
},
|
371
445
|
"virtualInterfaceName": {
|
372
446
|
"shape_name": "VirtualInterfaceName",
|
373
447
|
"type": "string",
|
374
|
-
"documentation":
|
448
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n "
|
375
449
|
},
|
376
450
|
"vlan": {
|
377
451
|
"shape_name": "VLAN",
|
378
452
|
"type": "integer",
|
379
|
-
"documentation":
|
453
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
380
454
|
},
|
381
455
|
"asn": {
|
382
456
|
"shape_name": "ASN",
|
383
457
|
"type": "integer",
|
384
|
-
"documentation":
|
458
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n "
|
385
459
|
},
|
386
460
|
"authKey": {
|
387
461
|
"shape_name": "BGPAuthKey",
|
388
462
|
"type": "string",
|
389
|
-
"documentation":
|
463
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
390
464
|
},
|
391
465
|
"amazonAddress": {
|
392
466
|
"shape_name": "AmazonAddress",
|
393
467
|
"type": "string",
|
394
|
-
"documentation":
|
468
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
395
469
|
},
|
396
470
|
"customerAddress": {
|
397
471
|
"shape_name": "CustomerAddress",
|
398
472
|
"type": "string",
|
399
|
-
"documentation":
|
473
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
400
474
|
},
|
401
475
|
"virtualInterfaceState": {
|
402
476
|
"shape_name": "VirtualInterfaceState",
|
403
477
|
"type": "string",
|
404
478
|
"enum": [
|
479
|
+
"confirming",
|
405
480
|
"verifying",
|
406
481
|
"pending",
|
407
482
|
"available",
|
408
483
|
"deleting",
|
409
|
-
"deleted"
|
484
|
+
"deleted",
|
485
|
+
"rejected"
|
410
486
|
],
|
411
|
-
"documentation":
|
487
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
412
488
|
},
|
413
489
|
"customerRouterConfig": {
|
414
490
|
"shape_name": "RouterConfig",
|
415
491
|
"type": "string",
|
416
|
-
"documentation":
|
492
|
+
"documentation": "\n <p>Information for generating the customer router configuration.</p>\n "
|
417
493
|
},
|
418
494
|
"virtualGatewayId": {
|
419
495
|
"shape_name": "VirtualGatewayId",
|
420
496
|
"type": "string",
|
421
|
-
"documentation":
|
497
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
422
498
|
},
|
423
499
|
"routeFilterPrefixes": {
|
424
500
|
"shape_name": "RouteFilterPrefixList",
|
@@ -430,15 +506,15 @@
|
|
430
506
|
"cidr": {
|
431
507
|
"shape_name": "CIDR",
|
432
508
|
"type": "string",
|
433
|
-
"documentation":
|
509
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
434
510
|
}
|
435
511
|
},
|
436
|
-
"documentation":
|
512
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
437
513
|
},
|
438
|
-
"documentation":
|
514
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n "
|
439
515
|
}
|
440
516
|
},
|
441
|
-
"documentation":
|
517
|
+
"documentation": "\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n "
|
442
518
|
},
|
443
519
|
"errors": [
|
444
520
|
{
|
@@ -451,7 +527,7 @@
|
|
451
527
|
"documentation": null
|
452
528
|
}
|
453
529
|
},
|
454
|
-
"documentation":
|
530
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
455
531
|
},
|
456
532
|
{
|
457
533
|
"shape_name": "DirectConnectClientException",
|
@@ -463,64 +539,117 @@
|
|
463
539
|
"documentation": null
|
464
540
|
}
|
465
541
|
},
|
466
|
-
"documentation":
|
542
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
467
543
|
}
|
468
544
|
],
|
469
|
-
"documentation":
|
545
|
+
"documentation": "\n <p>Provisions a public virtual interface to be owned by a different customer.</p>\n <p>The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer.</p>\n <p>Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.</p>\n "
|
470
546
|
},
|
471
|
-
"
|
472
|
-
"name": "
|
547
|
+
"ConfirmConnection": {
|
548
|
+
"name": "ConfirmConnection",
|
473
549
|
"input": {
|
474
|
-
"shape_name": "
|
550
|
+
"shape_name": "ConfirmConnectionRequest",
|
475
551
|
"type": "structure",
|
476
552
|
"members": {
|
477
553
|
"connectionId": {
|
478
554
|
"shape_name": "ConnectionId",
|
479
555
|
"type": "string",
|
480
|
-
"documentation":
|
556
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n ",
|
481
557
|
"required": true
|
482
558
|
}
|
483
559
|
},
|
484
|
-
"documentation":
|
560
|
+
"documentation": "\n <p>Container for the parameters to the ConfirmConnection operation.</p>\n "
|
485
561
|
},
|
486
562
|
"output": {
|
487
|
-
"shape_name": "
|
563
|
+
"shape_name": "ConfirmConnectionResponse",
|
488
564
|
"type": "structure",
|
489
565
|
"members": {
|
490
|
-
"connectionId": {
|
491
|
-
"shape_name": "ConnectionId",
|
492
|
-
"type": "string",
|
493
|
-
"documentation": null
|
494
|
-
},
|
495
|
-
"connectionName": {
|
496
|
-
"shape_name": "ConnectionName",
|
497
|
-
"type": "string",
|
498
|
-
"documentation": null
|
499
|
-
},
|
500
566
|
"connectionState": {
|
501
567
|
"shape_name": "ConnectionState",
|
502
568
|
"type": "string",
|
503
569
|
"enum": [
|
570
|
+
"ordering",
|
504
571
|
"requested",
|
505
572
|
"pending",
|
506
573
|
"available",
|
507
574
|
"down",
|
508
|
-
"
|
575
|
+
"deleting",
|
576
|
+
"deleted",
|
577
|
+
"rejected"
|
509
578
|
],
|
510
|
-
"documentation":
|
579
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
580
|
+
}
|
581
|
+
},
|
582
|
+
"documentation": "\n <p>The response received when ConfirmConnection is called.</p>\n "
|
583
|
+
},
|
584
|
+
"errors": [
|
585
|
+
{
|
586
|
+
"shape_name": "DirectConnectServerException",
|
587
|
+
"type": "structure",
|
588
|
+
"members": {
|
589
|
+
"message": {
|
590
|
+
"shape_name": "ErrorMessage",
|
591
|
+
"type": "string",
|
592
|
+
"documentation": null
|
593
|
+
}
|
511
594
|
},
|
512
|
-
"
|
513
|
-
|
595
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"shape_name": "DirectConnectClientException",
|
599
|
+
"type": "structure",
|
600
|
+
"members": {
|
601
|
+
"message": {
|
602
|
+
"shape_name": "ErrorMessage",
|
603
|
+
"type": "string",
|
604
|
+
"documentation": null
|
605
|
+
}
|
606
|
+
},
|
607
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
608
|
+
}
|
609
|
+
],
|
610
|
+
"documentation": "\n <p>Confirm the creation of a hosted connection on an interconnect.</p>\n <p>Upon creation, the hosted connection is initially in the 'Ordering' state, and will remain in this state until the owner calls ConfirmConnection to confirm creation of the hosted connection.</p>\n "
|
611
|
+
},
|
612
|
+
"ConfirmPrivateVirtualInterface": {
|
613
|
+
"name": "ConfirmPrivateVirtualInterface",
|
614
|
+
"input": {
|
615
|
+
"shape_name": "ConfirmPrivateVirtualInterfaceRequest",
|
616
|
+
"type": "structure",
|
617
|
+
"members": {
|
618
|
+
"virtualInterfaceId": {
|
619
|
+
"shape_name": "VirtualInterfaceId",
|
514
620
|
"type": "string",
|
515
|
-
"documentation":
|
621
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n ",
|
622
|
+
"required": true
|
516
623
|
},
|
517
|
-
"
|
518
|
-
"shape_name": "
|
624
|
+
"virtualGatewayId": {
|
625
|
+
"shape_name": "VirtualGatewayId",
|
519
626
|
"type": "string",
|
520
|
-
"documentation":
|
627
|
+
"documentation": "\n <p>ID of the virtual private gateway that will be attached to the virtual interface.</p>\n <p> A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html\">EC2 CreateVpnGateway</a> action.</p>\n <p>Default: None</p>\n ",
|
628
|
+
"required": true
|
521
629
|
}
|
522
630
|
},
|
523
|
-
"documentation":
|
631
|
+
"documentation": "\n <p>Container for the parameters to the ConfirmPrivateVirtualInterface operation.</p>\n "
|
632
|
+
},
|
633
|
+
"output": {
|
634
|
+
"shape_name": "ConfirmPrivateVirtualInterfaceResponse",
|
635
|
+
"type": "structure",
|
636
|
+
"members": {
|
637
|
+
"virtualInterfaceState": {
|
638
|
+
"shape_name": "VirtualInterfaceState",
|
639
|
+
"type": "string",
|
640
|
+
"enum": [
|
641
|
+
"confirming",
|
642
|
+
"verifying",
|
643
|
+
"pending",
|
644
|
+
"available",
|
645
|
+
"deleting",
|
646
|
+
"deleted",
|
647
|
+
"rejected"
|
648
|
+
],
|
649
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
650
|
+
}
|
651
|
+
},
|
652
|
+
"documentation": "\n <p>The response received when ConfirmPrivateVirtualInterface is called.</p>\n "
|
524
653
|
},
|
525
654
|
"errors": [
|
526
655
|
{
|
@@ -533,7 +662,7 @@
|
|
533
662
|
"documentation": null
|
534
663
|
}
|
535
664
|
},
|
536
|
-
"documentation":
|
665
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
537
666
|
},
|
538
667
|
{
|
539
668
|
"shape_name": "DirectConnectClientException",
|
@@ -545,43 +674,46 @@
|
|
545
674
|
"documentation": null
|
546
675
|
}
|
547
676
|
},
|
548
|
-
"documentation":
|
677
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
549
678
|
}
|
550
679
|
],
|
551
|
-
"documentation":
|
680
|
+
"documentation": "\n <p>Accept ownership of a private virtual interface created by another customer.</p>\n <p>After the virtual interface owner calls this function, the virtual interface will be created and attached to the given virtual private gateway, and will be available for handling traffic.</p>\n "
|
552
681
|
},
|
553
|
-
"
|
554
|
-
"name": "
|
682
|
+
"ConfirmPublicVirtualInterface": {
|
683
|
+
"name": "ConfirmPublicVirtualInterface",
|
555
684
|
"input": {
|
556
|
-
"shape_name": "
|
685
|
+
"shape_name": "ConfirmPublicVirtualInterfaceRequest",
|
557
686
|
"type": "structure",
|
558
687
|
"members": {
|
559
688
|
"virtualInterfaceId": {
|
560
689
|
"shape_name": "VirtualInterfaceId",
|
561
690
|
"type": "string",
|
562
|
-
"documentation":
|
691
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n ",
|
692
|
+
"required": true
|
563
693
|
}
|
564
694
|
},
|
565
|
-
"documentation":
|
695
|
+
"documentation": "\n <p>Container for the parameters to the ConfirmPublicVirtualInterface operation.</p>\n "
|
566
696
|
},
|
567
697
|
"output": {
|
568
|
-
"shape_name": "
|
698
|
+
"shape_name": "ConfirmPublicVirtualInterfaceResponse",
|
569
699
|
"type": "structure",
|
570
700
|
"members": {
|
571
701
|
"virtualInterfaceState": {
|
572
702
|
"shape_name": "VirtualInterfaceState",
|
573
703
|
"type": "string",
|
574
704
|
"enum": [
|
705
|
+
"confirming",
|
575
706
|
"verifying",
|
576
707
|
"pending",
|
577
708
|
"available",
|
578
709
|
"deleting",
|
579
|
-
"deleted"
|
710
|
+
"deleted",
|
711
|
+
"rejected"
|
580
712
|
],
|
581
|
-
"documentation":
|
713
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
582
714
|
}
|
583
715
|
},
|
584
|
-
"documentation":
|
716
|
+
"documentation": "\n <p>The response received when ConfirmPublicVirtualInterface is called.</p>\n "
|
585
717
|
},
|
586
718
|
"errors": [
|
587
719
|
{
|
@@ -594,7 +726,7 @@
|
|
594
726
|
"documentation": null
|
595
727
|
}
|
596
728
|
},
|
597
|
-
"documentation":
|
729
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
598
730
|
},
|
599
731
|
{
|
600
732
|
"shape_name": "DirectConnectClientException",
|
@@ -606,69 +738,99 @@
|
|
606
738
|
"documentation": null
|
607
739
|
}
|
608
740
|
},
|
609
|
-
"documentation":
|
741
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
610
742
|
}
|
611
743
|
],
|
612
|
-
"documentation":
|
744
|
+
"documentation": "\n <p>Accept ownership of a public virtual interface created by another customer.</p>\n <p>After the virtual interface owner calls this function, the specified virtual interface will be created and made available for handling traffic.</p>\n "
|
613
745
|
},
|
614
|
-
"
|
615
|
-
"name": "
|
746
|
+
"CreateConnection": {
|
747
|
+
"name": "CreateConnection",
|
616
748
|
"input": {
|
617
|
-
"shape_name": "
|
749
|
+
"shape_name": "CreateConnectionRequest",
|
618
750
|
"type": "structure",
|
619
751
|
"members": {
|
620
|
-
"
|
621
|
-
"shape_name": "
|
752
|
+
"location": {
|
753
|
+
"shape_name": "LocationCode",
|
754
|
+
"type": "string",
|
755
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n ",
|
756
|
+
"required": true
|
757
|
+
},
|
758
|
+
"bandwidth": {
|
759
|
+
"shape_name": "Bandwidth",
|
622
760
|
"type": "string",
|
623
|
-
"documentation":
|
761
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps</p>\n <p>Default: None</p>\n ",
|
762
|
+
"required": true
|
763
|
+
},
|
764
|
+
"connectionName": {
|
765
|
+
"shape_name": "ConnectionName",
|
766
|
+
"type": "string",
|
767
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n ",
|
624
768
|
"required": true
|
625
769
|
}
|
626
770
|
},
|
627
|
-
"documentation":
|
771
|
+
"documentation": "\n <p>Container for the parameters to the CreateConnection operation.</p>\n "
|
628
772
|
},
|
629
773
|
"output": {
|
630
|
-
"shape_name": "
|
774
|
+
"shape_name": "Connection",
|
631
775
|
"type": "structure",
|
632
776
|
"members": {
|
777
|
+
"ownerAccount": {
|
778
|
+
"shape_name": "OwnerAccount",
|
779
|
+
"type": "string",
|
780
|
+
"documentation": null
|
781
|
+
},
|
633
782
|
"connectionId": {
|
634
783
|
"shape_name": "ConnectionId",
|
635
784
|
"type": "string",
|
636
|
-
"documentation":
|
785
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
637
786
|
},
|
638
787
|
"connectionName": {
|
639
788
|
"shape_name": "ConnectionName",
|
640
789
|
"type": "string",
|
641
|
-
"documentation":
|
790
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n "
|
642
791
|
},
|
643
792
|
"connectionState": {
|
644
793
|
"shape_name": "ConnectionState",
|
645
794
|
"type": "string",
|
646
795
|
"enum": [
|
796
|
+
"ordering",
|
647
797
|
"requested",
|
648
798
|
"pending",
|
649
799
|
"available",
|
650
800
|
"down",
|
651
|
-
"
|
801
|
+
"deleting",
|
802
|
+
"deleted",
|
803
|
+
"rejected"
|
652
804
|
],
|
653
|
-
"documentation":
|
805
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
654
806
|
},
|
655
807
|
"region": {
|
656
808
|
"shape_name": "Region",
|
657
809
|
"type": "string",
|
658
|
-
"documentation":
|
810
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
659
811
|
},
|
660
812
|
"location": {
|
661
|
-
"shape_name": "
|
813
|
+
"shape_name": "LocationCode",
|
662
814
|
"type": "string",
|
663
|
-
"documentation":
|
815
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
664
816
|
},
|
665
817
|
"bandwidth": {
|
666
818
|
"shape_name": "Bandwidth",
|
667
819
|
"type": "string",
|
820
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)</p>\n <p>Default: None</p>\n "
|
821
|
+
},
|
822
|
+
"vlan": {
|
823
|
+
"shape_name": "VLAN",
|
824
|
+
"type": "integer",
|
825
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
826
|
+
},
|
827
|
+
"partnerName": {
|
828
|
+
"shape_name": "PartnerName",
|
829
|
+
"type": "string",
|
668
830
|
"documentation": null
|
669
831
|
}
|
670
832
|
},
|
671
|
-
"documentation":
|
833
|
+
"documentation": "\n <p>A connection represents the physical network connection between the AWS Direct Connect location and the customer.</p>\n "
|
672
834
|
},
|
673
835
|
"errors": [
|
674
836
|
{
|
@@ -681,7 +843,7 @@
|
|
681
843
|
"documentation": null
|
682
844
|
}
|
683
845
|
},
|
684
|
-
"documentation":
|
846
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
685
847
|
},
|
686
848
|
{
|
687
849
|
"shape_name": "DirectConnectClientException",
|
@@ -693,75 +855,830 @@
|
|
693
855
|
"documentation": null
|
694
856
|
}
|
695
857
|
},
|
696
|
-
"documentation":
|
858
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
697
859
|
}
|
698
860
|
],
|
699
|
-
"documentation":
|
861
|
+
"documentation": "\n <p>Creates a new connection between the customer network and a specific AWS Direct Connect location.</p>\n\n <p>A connection links your internal network to an AWS Direct Connect location over a standard 1\n gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your\n router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.</p>\n "
|
700
862
|
},
|
701
|
-
"
|
702
|
-
"name": "
|
863
|
+
"CreateInterconnect": {
|
864
|
+
"name": "CreateInterconnect",
|
703
865
|
"input": {
|
704
|
-
"shape_name": "
|
866
|
+
"shape_name": "CreateInterconnectRequest",
|
705
867
|
"type": "structure",
|
706
868
|
"members": {
|
707
|
-
"
|
708
|
-
"shape_name": "
|
869
|
+
"interconnectName": {
|
870
|
+
"shape_name": "InterconnectName",
|
709
871
|
"type": "string",
|
710
|
-
"documentation":
|
872
|
+
"documentation": "\n <p>The name of the interconnect.</p>\n <p>Example: \"<i>1G Interconnect to AWS</i>\"</p>\n <p>Default: None</p>\n ",
|
873
|
+
"required": true
|
874
|
+
},
|
875
|
+
"bandwidth": {
|
876
|
+
"shape_name": "Bandwidth",
|
877
|
+
"type": "string",
|
878
|
+
"documentation": "\n <p>The port bandwidth</p>\n <p>Example: 1Gbps</p>\n <p>Default: None</p>\n <p>Available values: 1Gbps,10Gbps</p>\n ",
|
879
|
+
"required": true
|
880
|
+
},
|
881
|
+
"location": {
|
882
|
+
"shape_name": "LocationCode",
|
883
|
+
"type": "string",
|
884
|
+
"documentation": "\n <p>Where the interconnect is located</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n ",
|
885
|
+
"required": true
|
711
886
|
}
|
712
887
|
},
|
713
|
-
"documentation":
|
888
|
+
"documentation": "\n <p>Container for the parameters to the CreateInterconnect operation.</p>\n "
|
714
889
|
},
|
715
890
|
"output": {
|
716
|
-
"shape_name": "
|
891
|
+
"shape_name": "Interconnect",
|
717
892
|
"type": "structure",
|
718
893
|
"members": {
|
719
|
-
"
|
720
|
-
"shape_name": "
|
721
|
-
"type": "
|
722
|
-
"
|
723
|
-
|
724
|
-
|
894
|
+
"interconnectId": {
|
895
|
+
"shape_name": "InterconnectId",
|
896
|
+
"type": "string",
|
897
|
+
"documentation": "\n <p>The ID of the interconnect.</p>\n <p>Example: dxcon-abc123</p>\n "
|
898
|
+
},
|
899
|
+
"interconnectName": {
|
900
|
+
"shape_name": "InterconnectName",
|
901
|
+
"type": "string",
|
902
|
+
"documentation": "\n <p>The name of the interconnect.</p>\n <p>Example: \"<i>1G Interconnect to AWS</i>\"</p>\n "
|
903
|
+
},
|
904
|
+
"interconnectState": {
|
905
|
+
"shape_name": "InterconnectState",
|
906
|
+
"type": "string",
|
907
|
+
"enum": [
|
908
|
+
"requested",
|
909
|
+
"pending",
|
910
|
+
"available",
|
911
|
+
"down",
|
912
|
+
"deleting",
|
913
|
+
"deleted"
|
914
|
+
],
|
915
|
+
"documentation": "\n State of the interconnect.\n <ul>\n <li>\n<b>Requested</b>: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The interconnect has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the interconnect is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The interconnect has been deleted.</li>\n </ul>\n "
|
916
|
+
},
|
917
|
+
"region": {
|
918
|
+
"shape_name": "Region",
|
919
|
+
"type": "string",
|
920
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
921
|
+
},
|
922
|
+
"location": {
|
923
|
+
"shape_name": "LocationCode",
|
924
|
+
"type": "string",
|
925
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
926
|
+
},
|
927
|
+
"bandwidth": {
|
928
|
+
"shape_name": "Bandwidth",
|
929
|
+
"type": "string",
|
930
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps</p>\n <p>Default: None</p>\n "
|
931
|
+
}
|
932
|
+
},
|
933
|
+
"documentation": "\n <p>An interconnect is a connection that can host other connections.</p>\n <p>Like a standard AWS Direct Connect connection, an interconnect represents the physical\n connection between an AWS Direct Connect partner's network and a specific Direct Connect\n location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.</p>\n <p>The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.</p>\n "
|
934
|
+
},
|
935
|
+
"errors": [
|
936
|
+
{
|
937
|
+
"shape_name": "DirectConnectServerException",
|
938
|
+
"type": "structure",
|
939
|
+
"members": {
|
940
|
+
"message": {
|
941
|
+
"shape_name": "ErrorMessage",
|
942
|
+
"type": "string",
|
943
|
+
"documentation": null
|
944
|
+
}
|
945
|
+
},
|
946
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
947
|
+
},
|
948
|
+
{
|
949
|
+
"shape_name": "DirectConnectClientException",
|
950
|
+
"type": "structure",
|
951
|
+
"members": {
|
952
|
+
"message": {
|
953
|
+
"shape_name": "ErrorMessage",
|
954
|
+
"type": "string",
|
955
|
+
"documentation": null
|
956
|
+
}
|
957
|
+
},
|
958
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
959
|
+
}
|
960
|
+
],
|
961
|
+
"documentation": "\n <p>Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location.</p>\n <p>An interconnect is a connection which is capable of hosting other connections. The AWS\n Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service\n to tier 2 customers who do not have their own connections. Like a standard connection, an\n interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.</p>\n <p>For each end customer, the AWS Direct Connect partner provisions a connection on their\n interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect\n to AWS resources by creating a virtual interface on their connection, using the VLAN assigned\n to them by the AWS Direct Connect partner.</p>\n "
|
962
|
+
},
|
963
|
+
"CreatePrivateVirtualInterface": {
|
964
|
+
"name": "CreatePrivateVirtualInterface",
|
965
|
+
"input": {
|
966
|
+
"shape_name": "CreatePrivateVirtualInterfaceRequest",
|
967
|
+
"type": "structure",
|
968
|
+
"members": {
|
969
|
+
"connectionId": {
|
970
|
+
"shape_name": "ConnectionId",
|
971
|
+
"type": "string",
|
972
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n ",
|
973
|
+
"required": true
|
974
|
+
},
|
975
|
+
"newPrivateVirtualInterface": {
|
976
|
+
"shape_name": "NewPrivateVirtualInterface",
|
977
|
+
"type": "structure",
|
978
|
+
"members": {
|
979
|
+
"virtualInterfaceName": {
|
980
|
+
"shape_name": "VirtualInterfaceName",
|
981
|
+
"type": "string",
|
982
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n ",
|
983
|
+
"required": true
|
984
|
+
},
|
985
|
+
"vlan": {
|
986
|
+
"shape_name": "VLAN",
|
987
|
+
"type": "integer",
|
988
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n ",
|
989
|
+
"required": true
|
990
|
+
},
|
991
|
+
"asn": {
|
992
|
+
"shape_name": "ASN",
|
993
|
+
"type": "integer",
|
994
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n ",
|
995
|
+
"required": true
|
996
|
+
},
|
997
|
+
"authKey": {
|
998
|
+
"shape_name": "BGPAuthKey",
|
999
|
+
"type": "string",
|
1000
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
1001
|
+
},
|
1002
|
+
"amazonAddress": {
|
1003
|
+
"shape_name": "AmazonAddress",
|
1004
|
+
"type": "string",
|
1005
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
1006
|
+
},
|
1007
|
+
"customerAddress": {
|
1008
|
+
"shape_name": "CustomerAddress",
|
1009
|
+
"type": "string",
|
1010
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
1011
|
+
},
|
1012
|
+
"virtualGatewayId": {
|
1013
|
+
"shape_name": "VirtualGatewayId",
|
1014
|
+
"type": "string",
|
1015
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n ",
|
1016
|
+
"required": true
|
1017
|
+
}
|
1018
|
+
},
|
1019
|
+
"documentation": "\n <p>Detailed information for the private virtual interface to be created.</p>\n <p>Default: None</p>\n ",
|
1020
|
+
"required": true
|
1021
|
+
}
|
1022
|
+
},
|
1023
|
+
"documentation": "\n <p>Container for the parameters to the CreatePrivateVirtualInterface operation.</p>\n "
|
1024
|
+
},
|
1025
|
+
"output": {
|
1026
|
+
"shape_name": "VirtualInterface",
|
1027
|
+
"type": "structure",
|
1028
|
+
"members": {
|
1029
|
+
"ownerAccount": {
|
1030
|
+
"shape_name": "OwnerAccount",
|
1031
|
+
"type": "string",
|
1032
|
+
"documentation": null
|
1033
|
+
},
|
1034
|
+
"virtualInterfaceId": {
|
1035
|
+
"shape_name": "VirtualInterfaceId",
|
1036
|
+
"type": "string",
|
1037
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
1038
|
+
},
|
1039
|
+
"location": {
|
1040
|
+
"shape_name": "LocationCode",
|
1041
|
+
"type": "string",
|
1042
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
1043
|
+
},
|
1044
|
+
"connectionId": {
|
1045
|
+
"shape_name": "ConnectionId",
|
1046
|
+
"type": "string",
|
1047
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1048
|
+
},
|
1049
|
+
"virtualInterfaceType": {
|
1050
|
+
"shape_name": "VirtualInterfaceType",
|
1051
|
+
"type": "string",
|
1052
|
+
"documentation": "\n <p>The type of virtual interface.</p>\n <p>Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)</p>\n "
|
1053
|
+
},
|
1054
|
+
"virtualInterfaceName": {
|
1055
|
+
"shape_name": "VirtualInterfaceName",
|
1056
|
+
"type": "string",
|
1057
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n "
|
1058
|
+
},
|
1059
|
+
"vlan": {
|
1060
|
+
"shape_name": "VLAN",
|
1061
|
+
"type": "integer",
|
1062
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1063
|
+
},
|
1064
|
+
"asn": {
|
1065
|
+
"shape_name": "ASN",
|
1066
|
+
"type": "integer",
|
1067
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n "
|
1068
|
+
},
|
1069
|
+
"authKey": {
|
1070
|
+
"shape_name": "BGPAuthKey",
|
1071
|
+
"type": "string",
|
1072
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
1073
|
+
},
|
1074
|
+
"amazonAddress": {
|
1075
|
+
"shape_name": "AmazonAddress",
|
1076
|
+
"type": "string",
|
1077
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
1078
|
+
},
|
1079
|
+
"customerAddress": {
|
1080
|
+
"shape_name": "CustomerAddress",
|
1081
|
+
"type": "string",
|
1082
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
1083
|
+
},
|
1084
|
+
"virtualInterfaceState": {
|
1085
|
+
"shape_name": "VirtualInterfaceState",
|
1086
|
+
"type": "string",
|
1087
|
+
"enum": [
|
1088
|
+
"confirming",
|
1089
|
+
"verifying",
|
1090
|
+
"pending",
|
1091
|
+
"available",
|
1092
|
+
"deleting",
|
1093
|
+
"deleted",
|
1094
|
+
"rejected"
|
1095
|
+
],
|
1096
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
1097
|
+
},
|
1098
|
+
"customerRouterConfig": {
|
1099
|
+
"shape_name": "RouterConfig",
|
1100
|
+
"type": "string",
|
1101
|
+
"documentation": "\n <p>Information for generating the customer router configuration.</p>\n "
|
1102
|
+
},
|
1103
|
+
"virtualGatewayId": {
|
1104
|
+
"shape_name": "VirtualGatewayId",
|
1105
|
+
"type": "string",
|
1106
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
1107
|
+
},
|
1108
|
+
"routeFilterPrefixes": {
|
1109
|
+
"shape_name": "RouteFilterPrefixList",
|
1110
|
+
"type": "list",
|
1111
|
+
"members": {
|
1112
|
+
"shape_name": "RouteFilterPrefix",
|
1113
|
+
"type": "structure",
|
1114
|
+
"members": {
|
1115
|
+
"cidr": {
|
1116
|
+
"shape_name": "CIDR",
|
1117
|
+
"type": "string",
|
1118
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
1119
|
+
}
|
1120
|
+
},
|
1121
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
1122
|
+
},
|
1123
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n "
|
1124
|
+
}
|
1125
|
+
},
|
1126
|
+
"documentation": "\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n "
|
1127
|
+
},
|
1128
|
+
"errors": [
|
1129
|
+
{
|
1130
|
+
"shape_name": "DirectConnectServerException",
|
1131
|
+
"type": "structure",
|
1132
|
+
"members": {
|
1133
|
+
"message": {
|
1134
|
+
"shape_name": "ErrorMessage",
|
1135
|
+
"type": "string",
|
1136
|
+
"documentation": null
|
1137
|
+
}
|
1138
|
+
},
|
1139
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"shape_name": "DirectConnectClientException",
|
1143
|
+
"type": "structure",
|
1144
|
+
"members": {
|
1145
|
+
"message": {
|
1146
|
+
"shape_name": "ErrorMessage",
|
1147
|
+
"type": "string",
|
1148
|
+
"documentation": null
|
1149
|
+
}
|
1150
|
+
},
|
1151
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1152
|
+
}
|
1153
|
+
],
|
1154
|
+
"documentation": "\n <p>Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS\n Direct Connect traffic. A private virtual interface supports sending traffic to a single\n virtual private cloud (VPC).</p>\n "
|
1155
|
+
},
|
1156
|
+
"CreatePublicVirtualInterface": {
|
1157
|
+
"name": "CreatePublicVirtualInterface",
|
1158
|
+
"input": {
|
1159
|
+
"shape_name": "CreatePublicVirtualInterfaceRequest",
|
1160
|
+
"type": "structure",
|
1161
|
+
"members": {
|
1162
|
+
"connectionId": {
|
1163
|
+
"shape_name": "ConnectionId",
|
1164
|
+
"type": "string",
|
1165
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n ",
|
1166
|
+
"required": true
|
1167
|
+
},
|
1168
|
+
"newPublicVirtualInterface": {
|
1169
|
+
"shape_name": "NewPublicVirtualInterface",
|
1170
|
+
"type": "structure",
|
1171
|
+
"members": {
|
1172
|
+
"virtualInterfaceName": {
|
1173
|
+
"shape_name": "VirtualInterfaceName",
|
1174
|
+
"type": "string",
|
1175
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n ",
|
1176
|
+
"required": true
|
1177
|
+
},
|
1178
|
+
"vlan": {
|
1179
|
+
"shape_name": "VLAN",
|
1180
|
+
"type": "integer",
|
1181
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n ",
|
1182
|
+
"required": true
|
1183
|
+
},
|
1184
|
+
"asn": {
|
1185
|
+
"shape_name": "ASN",
|
1186
|
+
"type": "integer",
|
1187
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n ",
|
1188
|
+
"required": true
|
1189
|
+
},
|
1190
|
+
"authKey": {
|
1191
|
+
"shape_name": "BGPAuthKey",
|
1192
|
+
"type": "string",
|
1193
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
1194
|
+
},
|
1195
|
+
"amazonAddress": {
|
1196
|
+
"shape_name": "AmazonAddress",
|
1197
|
+
"type": "string",
|
1198
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n ",
|
1199
|
+
"required": true
|
1200
|
+
},
|
1201
|
+
"customerAddress": {
|
1202
|
+
"shape_name": "CustomerAddress",
|
1203
|
+
"type": "string",
|
1204
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n ",
|
1205
|
+
"required": true
|
1206
|
+
},
|
1207
|
+
"routeFilterPrefixes": {
|
1208
|
+
"shape_name": "RouteFilterPrefixList",
|
1209
|
+
"type": "list",
|
1210
|
+
"members": {
|
1211
|
+
"shape_name": "RouteFilterPrefix",
|
1212
|
+
"type": "structure",
|
1213
|
+
"members": {
|
1214
|
+
"cidr": {
|
1215
|
+
"shape_name": "CIDR",
|
1216
|
+
"type": "string",
|
1217
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
1218
|
+
}
|
1219
|
+
},
|
1220
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
1221
|
+
},
|
1222
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n ",
|
1223
|
+
"required": true
|
1224
|
+
}
|
1225
|
+
},
|
1226
|
+
"documentation": "\n <p>Detailed information for the public virtual interface to be created.</p>\n <p>Default: None</p>\n ",
|
1227
|
+
"required": true
|
1228
|
+
}
|
1229
|
+
},
|
1230
|
+
"documentation": "\n <p>Container for the parameters to the CreatePublicVirtualInterface operation.</p>\n "
|
1231
|
+
},
|
1232
|
+
"output": {
|
1233
|
+
"shape_name": "VirtualInterface",
|
1234
|
+
"type": "structure",
|
1235
|
+
"members": {
|
1236
|
+
"ownerAccount": {
|
1237
|
+
"shape_name": "OwnerAccount",
|
1238
|
+
"type": "string",
|
1239
|
+
"documentation": null
|
1240
|
+
},
|
1241
|
+
"virtualInterfaceId": {
|
1242
|
+
"shape_name": "VirtualInterfaceId",
|
1243
|
+
"type": "string",
|
1244
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
1245
|
+
},
|
1246
|
+
"location": {
|
1247
|
+
"shape_name": "LocationCode",
|
1248
|
+
"type": "string",
|
1249
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
1250
|
+
},
|
1251
|
+
"connectionId": {
|
1252
|
+
"shape_name": "ConnectionId",
|
1253
|
+
"type": "string",
|
1254
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1255
|
+
},
|
1256
|
+
"virtualInterfaceType": {
|
1257
|
+
"shape_name": "VirtualInterfaceType",
|
1258
|
+
"type": "string",
|
1259
|
+
"documentation": "\n <p>The type of virtual interface.</p>\n <p>Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)</p>\n "
|
1260
|
+
},
|
1261
|
+
"virtualInterfaceName": {
|
1262
|
+
"shape_name": "VirtualInterfaceName",
|
1263
|
+
"type": "string",
|
1264
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n "
|
1265
|
+
},
|
1266
|
+
"vlan": {
|
1267
|
+
"shape_name": "VLAN",
|
1268
|
+
"type": "integer",
|
1269
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1270
|
+
},
|
1271
|
+
"asn": {
|
1272
|
+
"shape_name": "ASN",
|
1273
|
+
"type": "integer",
|
1274
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n "
|
1275
|
+
},
|
1276
|
+
"authKey": {
|
1277
|
+
"shape_name": "BGPAuthKey",
|
1278
|
+
"type": "string",
|
1279
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
1280
|
+
},
|
1281
|
+
"amazonAddress": {
|
1282
|
+
"shape_name": "AmazonAddress",
|
1283
|
+
"type": "string",
|
1284
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
1285
|
+
},
|
1286
|
+
"customerAddress": {
|
1287
|
+
"shape_name": "CustomerAddress",
|
1288
|
+
"type": "string",
|
1289
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
1290
|
+
},
|
1291
|
+
"virtualInterfaceState": {
|
1292
|
+
"shape_name": "VirtualInterfaceState",
|
1293
|
+
"type": "string",
|
1294
|
+
"enum": [
|
1295
|
+
"confirming",
|
1296
|
+
"verifying",
|
1297
|
+
"pending",
|
1298
|
+
"available",
|
1299
|
+
"deleting",
|
1300
|
+
"deleted",
|
1301
|
+
"rejected"
|
1302
|
+
],
|
1303
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
1304
|
+
},
|
1305
|
+
"customerRouterConfig": {
|
1306
|
+
"shape_name": "RouterConfig",
|
1307
|
+
"type": "string",
|
1308
|
+
"documentation": "\n <p>Information for generating the customer router configuration.</p>\n "
|
1309
|
+
},
|
1310
|
+
"virtualGatewayId": {
|
1311
|
+
"shape_name": "VirtualGatewayId",
|
1312
|
+
"type": "string",
|
1313
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
1314
|
+
},
|
1315
|
+
"routeFilterPrefixes": {
|
1316
|
+
"shape_name": "RouteFilterPrefixList",
|
1317
|
+
"type": "list",
|
1318
|
+
"members": {
|
1319
|
+
"shape_name": "RouteFilterPrefix",
|
1320
|
+
"type": "structure",
|
1321
|
+
"members": {
|
1322
|
+
"cidr": {
|
1323
|
+
"shape_name": "CIDR",
|
1324
|
+
"type": "string",
|
1325
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
1326
|
+
}
|
1327
|
+
},
|
1328
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
1329
|
+
},
|
1330
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n "
|
1331
|
+
}
|
1332
|
+
},
|
1333
|
+
"documentation": "\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n "
|
1334
|
+
},
|
1335
|
+
"errors": [
|
1336
|
+
{
|
1337
|
+
"shape_name": "DirectConnectServerException",
|
1338
|
+
"type": "structure",
|
1339
|
+
"members": {
|
1340
|
+
"message": {
|
1341
|
+
"shape_name": "ErrorMessage",
|
1342
|
+
"type": "string",
|
1343
|
+
"documentation": null
|
1344
|
+
}
|
1345
|
+
},
|
1346
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1347
|
+
},
|
1348
|
+
{
|
1349
|
+
"shape_name": "DirectConnectClientException",
|
1350
|
+
"type": "structure",
|
1351
|
+
"members": {
|
1352
|
+
"message": {
|
1353
|
+
"shape_name": "ErrorMessage",
|
1354
|
+
"type": "string",
|
1355
|
+
"documentation": null
|
1356
|
+
}
|
1357
|
+
},
|
1358
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1359
|
+
}
|
1360
|
+
],
|
1361
|
+
"documentation": "\n <p>Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).</p>\n "
|
1362
|
+
},
|
1363
|
+
"DeleteConnection": {
|
1364
|
+
"name": "DeleteConnection",
|
1365
|
+
"input": {
|
1366
|
+
"shape_name": "DeleteConnectionRequest",
|
1367
|
+
"type": "structure",
|
1368
|
+
"members": {
|
1369
|
+
"connectionId": {
|
1370
|
+
"shape_name": "ConnectionId",
|
1371
|
+
"type": "string",
|
1372
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n ",
|
1373
|
+
"required": true
|
1374
|
+
}
|
1375
|
+
},
|
1376
|
+
"documentation": "\n <p>Container for the parameters to the DeleteConnection operation.</p>\n "
|
1377
|
+
},
|
1378
|
+
"output": {
|
1379
|
+
"shape_name": "Connection",
|
1380
|
+
"type": "structure",
|
1381
|
+
"members": {
|
1382
|
+
"ownerAccount": {
|
1383
|
+
"shape_name": "OwnerAccount",
|
1384
|
+
"type": "string",
|
1385
|
+
"documentation": null
|
1386
|
+
},
|
1387
|
+
"connectionId": {
|
1388
|
+
"shape_name": "ConnectionId",
|
1389
|
+
"type": "string",
|
1390
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1391
|
+
},
|
1392
|
+
"connectionName": {
|
1393
|
+
"shape_name": "ConnectionName",
|
1394
|
+
"type": "string",
|
1395
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n "
|
1396
|
+
},
|
1397
|
+
"connectionState": {
|
1398
|
+
"shape_name": "ConnectionState",
|
1399
|
+
"type": "string",
|
1400
|
+
"enum": [
|
1401
|
+
"ordering",
|
1402
|
+
"requested",
|
1403
|
+
"pending",
|
1404
|
+
"available",
|
1405
|
+
"down",
|
1406
|
+
"deleting",
|
1407
|
+
"deleted",
|
1408
|
+
"rejected"
|
1409
|
+
],
|
1410
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
1411
|
+
},
|
1412
|
+
"region": {
|
1413
|
+
"shape_name": "Region",
|
1414
|
+
"type": "string",
|
1415
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
1416
|
+
},
|
1417
|
+
"location": {
|
1418
|
+
"shape_name": "LocationCode",
|
1419
|
+
"type": "string",
|
1420
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
1421
|
+
},
|
1422
|
+
"bandwidth": {
|
1423
|
+
"shape_name": "Bandwidth",
|
1424
|
+
"type": "string",
|
1425
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)</p>\n <p>Default: None</p>\n "
|
1426
|
+
},
|
1427
|
+
"vlan": {
|
1428
|
+
"shape_name": "VLAN",
|
1429
|
+
"type": "integer",
|
1430
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1431
|
+
},
|
1432
|
+
"partnerName": {
|
1433
|
+
"shape_name": "PartnerName",
|
1434
|
+
"type": "string",
|
1435
|
+
"documentation": null
|
1436
|
+
}
|
1437
|
+
},
|
1438
|
+
"documentation": "\n <p>A connection represents the physical network connection between the AWS Direct Connect location and the customer.</p>\n "
|
1439
|
+
},
|
1440
|
+
"errors": [
|
1441
|
+
{
|
1442
|
+
"shape_name": "DirectConnectServerException",
|
1443
|
+
"type": "structure",
|
1444
|
+
"members": {
|
1445
|
+
"message": {
|
1446
|
+
"shape_name": "ErrorMessage",
|
1447
|
+
"type": "string",
|
1448
|
+
"documentation": null
|
1449
|
+
}
|
1450
|
+
},
|
1451
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"shape_name": "DirectConnectClientException",
|
1455
|
+
"type": "structure",
|
1456
|
+
"members": {
|
1457
|
+
"message": {
|
1458
|
+
"shape_name": "ErrorMessage",
|
1459
|
+
"type": "string",
|
1460
|
+
"documentation": null
|
1461
|
+
}
|
1462
|
+
},
|
1463
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1464
|
+
}
|
1465
|
+
],
|
1466
|
+
"documentation": "\n <p>Deletes the connection.</p>\n <p>Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges.\n You need to cancel separately with the providers any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location.</p>\n "
|
1467
|
+
},
|
1468
|
+
"DeleteInterconnect": {
|
1469
|
+
"name": "DeleteInterconnect",
|
1470
|
+
"input": {
|
1471
|
+
"shape_name": "DeleteInterconnectRequest",
|
1472
|
+
"type": "structure",
|
1473
|
+
"members": {
|
1474
|
+
"interconnectId": {
|
1475
|
+
"shape_name": "InterconnectId",
|
1476
|
+
"type": "string",
|
1477
|
+
"documentation": "\n <p>The ID of the interconnect.</p>\n <p>Example: dxcon-abc123</p>\n ",
|
1478
|
+
"required": true
|
1479
|
+
}
|
1480
|
+
},
|
1481
|
+
"documentation": "\n <p>Container for the parameters to the DeleteInterconnect operation.</p>\n "
|
1482
|
+
},
|
1483
|
+
"output": {
|
1484
|
+
"shape_name": "DeleteInterconnectResponse",
|
1485
|
+
"type": "structure",
|
1486
|
+
"members": {
|
1487
|
+
"interconnectState": {
|
1488
|
+
"shape_name": "InterconnectState",
|
1489
|
+
"type": "string",
|
1490
|
+
"enum": [
|
1491
|
+
"requested",
|
1492
|
+
"pending",
|
1493
|
+
"available",
|
1494
|
+
"down",
|
1495
|
+
"deleting",
|
1496
|
+
"deleted"
|
1497
|
+
],
|
1498
|
+
"documentation": "\n State of the interconnect.\n <ul>\n <li>\n<b>Requested</b>: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The interconnect has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the interconnect is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The interconnect has been deleted.</li>\n </ul>\n "
|
1499
|
+
}
|
1500
|
+
},
|
1501
|
+
"documentation": "\n <p>The response received when DeleteInterconnect is called.</p>\n "
|
1502
|
+
},
|
1503
|
+
"errors": [
|
1504
|
+
{
|
1505
|
+
"shape_name": "DirectConnectServerException",
|
1506
|
+
"type": "structure",
|
1507
|
+
"members": {
|
1508
|
+
"message": {
|
1509
|
+
"shape_name": "ErrorMessage",
|
1510
|
+
"type": "string",
|
1511
|
+
"documentation": null
|
1512
|
+
}
|
1513
|
+
},
|
1514
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1515
|
+
},
|
1516
|
+
{
|
1517
|
+
"shape_name": "DirectConnectClientException",
|
1518
|
+
"type": "structure",
|
1519
|
+
"members": {
|
1520
|
+
"message": {
|
1521
|
+
"shape_name": "ErrorMessage",
|
1522
|
+
"type": "string",
|
1523
|
+
"documentation": null
|
1524
|
+
}
|
1525
|
+
},
|
1526
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1527
|
+
}
|
1528
|
+
],
|
1529
|
+
"documentation": "\n <p>Deletes the specified interconnect.</p>\n "
|
1530
|
+
},
|
1531
|
+
"DeleteVirtualInterface": {
|
1532
|
+
"name": "DeleteVirtualInterface",
|
1533
|
+
"input": {
|
1534
|
+
"shape_name": "DeleteVirtualInterfaceRequest",
|
1535
|
+
"type": "structure",
|
1536
|
+
"members": {
|
1537
|
+
"virtualInterfaceId": {
|
1538
|
+
"shape_name": "VirtualInterfaceId",
|
1539
|
+
"type": "string",
|
1540
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n ",
|
1541
|
+
"required": true
|
1542
|
+
}
|
1543
|
+
},
|
1544
|
+
"documentation": "\n <p>Container for the parameters to the DeleteVirtualInterface operation.</p>\n "
|
1545
|
+
},
|
1546
|
+
"output": {
|
1547
|
+
"shape_name": "DeleteVirtualInterfaceResponse",
|
1548
|
+
"type": "structure",
|
1549
|
+
"members": {
|
1550
|
+
"virtualInterfaceState": {
|
1551
|
+
"shape_name": "VirtualInterfaceState",
|
1552
|
+
"type": "string",
|
1553
|
+
"enum": [
|
1554
|
+
"confirming",
|
1555
|
+
"verifying",
|
1556
|
+
"pending",
|
1557
|
+
"available",
|
1558
|
+
"deleting",
|
1559
|
+
"deleted",
|
1560
|
+
"rejected"
|
1561
|
+
],
|
1562
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
1563
|
+
}
|
1564
|
+
},
|
1565
|
+
"documentation": "\n <p>The response received when DeleteVirtualInterface is called.</p>\n "
|
1566
|
+
},
|
1567
|
+
"errors": [
|
1568
|
+
{
|
1569
|
+
"shape_name": "DirectConnectServerException",
|
1570
|
+
"type": "structure",
|
1571
|
+
"members": {
|
1572
|
+
"message": {
|
1573
|
+
"shape_name": "ErrorMessage",
|
1574
|
+
"type": "string",
|
1575
|
+
"documentation": null
|
1576
|
+
}
|
1577
|
+
},
|
1578
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1579
|
+
},
|
1580
|
+
{
|
1581
|
+
"shape_name": "DirectConnectClientException",
|
1582
|
+
"type": "structure",
|
1583
|
+
"members": {
|
1584
|
+
"message": {
|
1585
|
+
"shape_name": "ErrorMessage",
|
1586
|
+
"type": "string",
|
1587
|
+
"documentation": null
|
1588
|
+
}
|
1589
|
+
},
|
1590
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1591
|
+
}
|
1592
|
+
],
|
1593
|
+
"documentation": "\n <p>Deletes a virtual interface.</p>\n "
|
1594
|
+
},
|
1595
|
+
"DescribeConnections": {
|
1596
|
+
"name": "DescribeConnections",
|
1597
|
+
"input": {
|
1598
|
+
"shape_name": "DescribeConnectionsRequest",
|
1599
|
+
"type": "structure",
|
1600
|
+
"members": {
|
1601
|
+
"connectionId": {
|
1602
|
+
"shape_name": "ConnectionId",
|
1603
|
+
"type": "string",
|
1604
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1605
|
+
}
|
1606
|
+
},
|
1607
|
+
"documentation": "\n <p>Container for the parameters to the DescribeConnections operation.</p>\n "
|
1608
|
+
},
|
1609
|
+
"output": {
|
1610
|
+
"shape_name": "Connections",
|
1611
|
+
"type": "structure",
|
1612
|
+
"members": {
|
1613
|
+
"connections": {
|
1614
|
+
"shape_name": "ConnectionList",
|
1615
|
+
"type": "list",
|
1616
|
+
"members": {
|
1617
|
+
"shape_name": "Connection",
|
1618
|
+
"type": "structure",
|
725
1619
|
"members": {
|
1620
|
+
"ownerAccount": {
|
1621
|
+
"shape_name": "OwnerAccount",
|
1622
|
+
"type": "string",
|
1623
|
+
"documentation": null
|
1624
|
+
},
|
726
1625
|
"connectionId": {
|
727
1626
|
"shape_name": "ConnectionId",
|
728
1627
|
"type": "string",
|
729
|
-
"documentation":
|
1628
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
730
1629
|
},
|
731
1630
|
"connectionName": {
|
732
1631
|
"shape_name": "ConnectionName",
|
733
1632
|
"type": "string",
|
734
|
-
"documentation":
|
1633
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n "
|
735
1634
|
},
|
736
1635
|
"connectionState": {
|
737
1636
|
"shape_name": "ConnectionState",
|
738
1637
|
"type": "string",
|
739
1638
|
"enum": [
|
1639
|
+
"ordering",
|
740
1640
|
"requested",
|
741
1641
|
"pending",
|
742
1642
|
"available",
|
743
1643
|
"down",
|
744
|
-
"
|
1644
|
+
"deleting",
|
1645
|
+
"deleted",
|
1646
|
+
"rejected"
|
745
1647
|
],
|
746
|
-
"documentation":
|
1648
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
747
1649
|
},
|
748
1650
|
"region": {
|
749
1651
|
"shape_name": "Region",
|
750
1652
|
"type": "string",
|
751
|
-
"documentation":
|
1653
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
752
1654
|
},
|
753
1655
|
"location": {
|
754
|
-
"shape_name": "
|
1656
|
+
"shape_name": "LocationCode",
|
1657
|
+
"type": "string",
|
1658
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
1659
|
+
},
|
1660
|
+
"bandwidth": {
|
1661
|
+
"shape_name": "Bandwidth",
|
1662
|
+
"type": "string",
|
1663
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)</p>\n <p>Default: None</p>\n "
|
1664
|
+
},
|
1665
|
+
"vlan": {
|
1666
|
+
"shape_name": "VLAN",
|
1667
|
+
"type": "integer",
|
1668
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1669
|
+
},
|
1670
|
+
"partnerName": {
|
1671
|
+
"shape_name": "PartnerName",
|
755
1672
|
"type": "string",
|
756
1673
|
"documentation": null
|
757
1674
|
}
|
758
1675
|
},
|
759
|
-
"documentation":
|
1676
|
+
"documentation": "\n <p>A connection represents the physical network connection between the AWS Direct Connect location and the customer.</p>\n "
|
760
1677
|
},
|
761
|
-
"documentation":
|
1678
|
+
"documentation": "\n <p>A list of connections.</p>\n "
|
762
1679
|
}
|
763
1680
|
},
|
764
|
-
"documentation":
|
1681
|
+
"documentation": "\n <p>A structure containing a list of connections.</p>\n "
|
765
1682
|
},
|
766
1683
|
"errors": [
|
767
1684
|
{
|
@@ -774,7 +1691,7 @@
|
|
774
1691
|
"documentation": null
|
775
1692
|
}
|
776
1693
|
},
|
777
|
-
"documentation":
|
1694
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
778
1695
|
},
|
779
1696
|
{
|
780
1697
|
"shape_name": "DirectConnectClientException",
|
@@ -786,131 +1703,99 @@
|
|
786
1703
|
"documentation": null
|
787
1704
|
}
|
788
1705
|
},
|
789
|
-
"documentation":
|
1706
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
790
1707
|
}
|
791
1708
|
],
|
792
|
-
"documentation":
|
1709
|
+
"documentation": "\n <p>Displays all connections in this region.</p>\n <p>If a connection ID is provided, the call returns only that particular connection.</p>\n "
|
793
1710
|
},
|
794
|
-
"
|
795
|
-
"name": "
|
1711
|
+
"DescribeConnectionsOnInterconnect": {
|
1712
|
+
"name": "DescribeConnectionsOnInterconnect",
|
796
1713
|
"input": {
|
797
|
-
"shape_name": "
|
1714
|
+
"shape_name": "DescribeConnectionsOnInterconnectRequest",
|
798
1715
|
"type": "structure",
|
799
1716
|
"members": {
|
800
|
-
"
|
801
|
-
"shape_name": "
|
1717
|
+
"interconnectId": {
|
1718
|
+
"shape_name": "InterconnectId",
|
802
1719
|
"type": "string",
|
803
|
-
"documentation":
|
1720
|
+
"documentation": "\n <p>ID of the interconnect on which a list of connection is provisioned.</p>\n <p>Example: dxcon-abc123</p>\n <p>Default: None</p>\n ",
|
804
1721
|
"required": true
|
805
1722
|
}
|
806
1723
|
},
|
807
|
-
"documentation":
|
1724
|
+
"documentation": "\n <p>Container for the parameters to the DescribeConnectionsOnInterconnect operation.</p>\n "
|
808
1725
|
},
|
809
1726
|
"output": {
|
810
|
-
"shape_name": "
|
1727
|
+
"shape_name": "Connections",
|
811
1728
|
"type": "structure",
|
812
1729
|
"members": {
|
813
|
-
"
|
814
|
-
"shape_name": "
|
815
|
-
"type": "string",
|
816
|
-
"documentation": null
|
817
|
-
},
|
818
|
-
"region": {
|
819
|
-
"shape_name": "Region",
|
820
|
-
"type": "string",
|
821
|
-
"documentation": null
|
822
|
-
},
|
823
|
-
"location": {
|
824
|
-
"shape_name": "Location",
|
825
|
-
"type": "string",
|
826
|
-
"documentation": null
|
827
|
-
},
|
828
|
-
"offeringName": {
|
829
|
-
"shape_name": "OfferingName",
|
830
|
-
"type": "string",
|
831
|
-
"documentation": null
|
832
|
-
},
|
833
|
-
"description": {
|
834
|
-
"shape_name": "Description",
|
835
|
-
"type": "string",
|
836
|
-
"documentation": null
|
837
|
-
},
|
838
|
-
"bandwidth": {
|
839
|
-
"shape_name": "Bandwidth",
|
840
|
-
"type": "string",
|
841
|
-
"documentation": null
|
842
|
-
},
|
843
|
-
"connectionCosts": {
|
844
|
-
"shape_name": "ConnectionCostList",
|
1730
|
+
"connections": {
|
1731
|
+
"shape_name": "ConnectionList",
|
845
1732
|
"type": "list",
|
846
1733
|
"members": {
|
847
|
-
"shape_name": "
|
1734
|
+
"shape_name": "Connection",
|
848
1735
|
"type": "structure",
|
849
1736
|
"members": {
|
850
|
-
"
|
851
|
-
"shape_name": "
|
1737
|
+
"ownerAccount": {
|
1738
|
+
"shape_name": "OwnerAccount",
|
852
1739
|
"type": "string",
|
853
1740
|
"documentation": null
|
854
1741
|
},
|
855
|
-
"
|
856
|
-
"shape_name": "
|
1742
|
+
"connectionId": {
|
1743
|
+
"shape_name": "ConnectionId",
|
857
1744
|
"type": "string",
|
858
|
-
"documentation":
|
1745
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
859
1746
|
},
|
860
|
-
"
|
861
|
-
"shape_name": "
|
1747
|
+
"connectionName": {
|
1748
|
+
"shape_name": "ConnectionName",
|
862
1749
|
"type": "string",
|
863
|
-
"documentation":
|
1750
|
+
"documentation": "\n <p>The name of the connection.</p>\n <p>Example: \"<i>My Connection to AWS</i>\"</p>\n <p>Default: None</p>\n "
|
864
1751
|
},
|
865
|
-
"
|
866
|
-
"shape_name": "
|
867
|
-
"type": "string",
|
868
|
-
"documentation": null
|
869
|
-
}
|
870
|
-
},
|
871
|
-
"documentation": null
|
872
|
-
},
|
873
|
-
"documentation": null
|
874
|
-
},
|
875
|
-
"orderSteps": {
|
876
|
-
"shape_name": "OfferingOrderSteps",
|
877
|
-
"type": "list",
|
878
|
-
"members": {
|
879
|
-
"shape_name": "OfferingOrderStep",
|
880
|
-
"type": "structure",
|
881
|
-
"members": {
|
882
|
-
"number": {
|
883
|
-
"shape_name": "StepNumber",
|
1752
|
+
"connectionState": {
|
1753
|
+
"shape_name": "ConnectionState",
|
884
1754
|
"type": "string",
|
885
|
-
"
|
1755
|
+
"enum": [
|
1756
|
+
"ordering",
|
1757
|
+
"requested",
|
1758
|
+
"pending",
|
1759
|
+
"available",
|
1760
|
+
"down",
|
1761
|
+
"deleting",
|
1762
|
+
"deleted",
|
1763
|
+
"rejected"
|
1764
|
+
],
|
1765
|
+
"documentation": "\n State of the connection.\n <ul>\n <li>\n<b>Ordering</b>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</li>\n <li>\n<b>Requested</b>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The connection has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the connection is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The connection has been deleted.</li>\n <li>\n<b>Rejected</b>: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.</li>\n </ul>\n "
|
886
1766
|
},
|
887
|
-
"
|
888
|
-
"shape_name": "
|
1767
|
+
"region": {
|
1768
|
+
"shape_name": "Region",
|
889
1769
|
"type": "string",
|
890
|
-
"documentation":
|
1770
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
891
1771
|
},
|
892
|
-
"
|
893
|
-
"shape_name": "
|
1772
|
+
"location": {
|
1773
|
+
"shape_name": "LocationCode",
|
894
1774
|
"type": "string",
|
895
|
-
"documentation":
|
1775
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
896
1776
|
},
|
897
|
-
"
|
898
|
-
"shape_name": "
|
1777
|
+
"bandwidth": {
|
1778
|
+
"shape_name": "Bandwidth",
|
899
1779
|
"type": "string",
|
900
|
-
"documentation":
|
1780
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)</p>\n <p>Default: None</p>\n "
|
901
1781
|
},
|
902
|
-
"
|
903
|
-
"shape_name": "
|
1782
|
+
"vlan": {
|
1783
|
+
"shape_name": "VLAN",
|
904
1784
|
"type": "integer",
|
1785
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1786
|
+
},
|
1787
|
+
"partnerName": {
|
1788
|
+
"shape_name": "PartnerName",
|
1789
|
+
"type": "string",
|
905
1790
|
"documentation": null
|
906
1791
|
}
|
907
1792
|
},
|
908
|
-
"documentation":
|
1793
|
+
"documentation": "\n <p>A connection represents the physical network connection between the AWS Direct Connect location and the customer.</p>\n "
|
909
1794
|
},
|
910
|
-
"documentation":
|
1795
|
+
"documentation": "\n <p>A list of connections.</p>\n "
|
911
1796
|
}
|
912
1797
|
},
|
913
|
-
"documentation":
|
1798
|
+
"documentation": "\n <p>A structure containing a list of connections.</p>\n "
|
914
1799
|
},
|
915
1800
|
"errors": [
|
916
1801
|
{
|
@@ -923,7 +1808,7 @@
|
|
923
1808
|
"documentation": null
|
924
1809
|
}
|
925
1810
|
},
|
926
|
-
"documentation":
|
1811
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
927
1812
|
},
|
928
1813
|
{
|
929
1814
|
"shape_name": "DirectConnectClientException",
|
@@ -935,89 +1820,136 @@
|
|
935
1820
|
"documentation": null
|
936
1821
|
}
|
937
1822
|
},
|
938
|
-
"documentation":
|
1823
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
939
1824
|
}
|
940
1825
|
],
|
941
|
-
"documentation":
|
1826
|
+
"documentation": "\n <p>Return a list of connections that have been provisioned on the given interconnect.</p>\n "
|
942
1827
|
},
|
943
|
-
"
|
944
|
-
"name": "
|
945
|
-
"input":
|
1828
|
+
"DescribeInterconnects": {
|
1829
|
+
"name": "DescribeInterconnects",
|
1830
|
+
"input": {
|
1831
|
+
"shape_name": "DescribeInterconnectsRequest",
|
1832
|
+
"type": "structure",
|
1833
|
+
"members": {
|
1834
|
+
"interconnectId": {
|
1835
|
+
"shape_name": "InterconnectId",
|
1836
|
+
"type": "string",
|
1837
|
+
"documentation": "\n <p>The ID of the interconnect.</p>\n <p>Example: dxcon-abc123</p>\n "
|
1838
|
+
}
|
1839
|
+
},
|
1840
|
+
"documentation": "\n <p>Container for the parameters to the DescribeInterconnects operation.</p>\n "
|
1841
|
+
},
|
946
1842
|
"output": {
|
947
|
-
"shape_name": "
|
1843
|
+
"shape_name": "Interconnects",
|
948
1844
|
"type": "structure",
|
949
1845
|
"members": {
|
950
|
-
"
|
951
|
-
"shape_name": "
|
1846
|
+
"interconnects": {
|
1847
|
+
"shape_name": "InterconnectList",
|
952
1848
|
"type": "list",
|
953
1849
|
"members": {
|
954
|
-
"shape_name": "
|
1850
|
+
"shape_name": "Interconnect",
|
955
1851
|
"type": "structure",
|
956
1852
|
"members": {
|
957
|
-
"
|
958
|
-
"shape_name": "
|
1853
|
+
"interconnectId": {
|
1854
|
+
"shape_name": "InterconnectId",
|
959
1855
|
"type": "string",
|
960
|
-
"documentation":
|
1856
|
+
"documentation": "\n <p>The ID of the interconnect.</p>\n <p>Example: dxcon-abc123</p>\n "
|
961
1857
|
},
|
962
|
-
"
|
963
|
-
"shape_name": "
|
1858
|
+
"interconnectName": {
|
1859
|
+
"shape_name": "InterconnectName",
|
964
1860
|
"type": "string",
|
965
|
-
"documentation":
|
1861
|
+
"documentation": "\n <p>The name of the interconnect.</p>\n <p>Example: \"<i>1G Interconnect to AWS</i>\"</p>\n "
|
966
1862
|
},
|
967
|
-
"
|
968
|
-
"shape_name": "
|
1863
|
+
"interconnectState": {
|
1864
|
+
"shape_name": "InterconnectState",
|
969
1865
|
"type": "string",
|
970
|
-
"
|
1866
|
+
"enum": [
|
1867
|
+
"requested",
|
1868
|
+
"pending",
|
1869
|
+
"available",
|
1870
|
+
"down",
|
1871
|
+
"deleting",
|
1872
|
+
"deleted"
|
1873
|
+
],
|
1874
|
+
"documentation": "\n State of the interconnect.\n <ul>\n <li>\n<b>Requested</b>: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</li>\n <li>\n<b>Pending</b>: The interconnect has been approved, and is being initialized.</li>\n <li>\n<b>Available</b>: The network link is up, and the interconnect is ready for use.</li>\n <li>\n<b>Down</b>: The network link is down.</li>\n <li>\n<b>Deleted</b>: The interconnect has been deleted.</li>\n </ul>\n "
|
971
1875
|
},
|
972
|
-
"
|
973
|
-
"shape_name": "
|
1876
|
+
"region": {
|
1877
|
+
"shape_name": "Region",
|
974
1878
|
"type": "string",
|
975
|
-
"documentation":
|
1879
|
+
"documentation": "\n <p>The AWS region where the connection is located.</p>\n <p>Example: us-east-1</p>\n <p>Default: None</p>\n "
|
976
1880
|
},
|
977
|
-
"
|
978
|
-
"shape_name": "
|
1881
|
+
"location": {
|
1882
|
+
"shape_name": "LocationCode",
|
979
1883
|
"type": "string",
|
980
|
-
"documentation":
|
1884
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
981
1885
|
},
|
982
1886
|
"bandwidth": {
|
983
1887
|
"shape_name": "Bandwidth",
|
984
1888
|
"type": "string",
|
985
|
-
"documentation":
|
986
|
-
},
|
987
|
-
"connectionCosts": {
|
988
|
-
"shape_name": "ConnectionCostList",
|
989
|
-
"type": "list",
|
990
|
-
"members": {
|
991
|
-
"shape_name": "ConnectionCost",
|
992
|
-
"type": "structure",
|
993
|
-
"members": {
|
994
|
-
"name": {
|
995
|
-
"shape_name": "CostName",
|
996
|
-
"type": "string",
|
997
|
-
"documentation": null
|
998
|
-
},
|
999
|
-
"unit": {
|
1000
|
-
"shape_name": "CostUnit",
|
1001
|
-
"type": "string",
|
1002
|
-
"documentation": null
|
1003
|
-
},
|
1004
|
-
"currencyCode": {
|
1005
|
-
"shape_name": "CostCurrencyCode",
|
1006
|
-
"type": "string",
|
1007
|
-
"documentation": null
|
1008
|
-
},
|
1009
|
-
"amount": {
|
1010
|
-
"shape_name": "CostAmount",
|
1011
|
-
"type": "string",
|
1012
|
-
"documentation": null
|
1013
|
-
}
|
1014
|
-
},
|
1015
|
-
"documentation": null
|
1016
|
-
},
|
1017
|
-
"documentation": null
|
1889
|
+
"documentation": "\n <p>Bandwidth of the connection.</p>\n <p>Example: 1Gbps</p>\n <p>Default: None</p>\n "
|
1018
1890
|
}
|
1019
1891
|
},
|
1892
|
+
"documentation": "\n <p>An interconnect is a connection that can host other connections.</p>\n <p>Like a standard AWS Direct Connect connection, an interconnect represents the physical\n connection between an AWS Direct Connect partner's network and a specific Direct Connect\n location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.</p>\n <p>The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.</p>\n "
|
1893
|
+
},
|
1894
|
+
"documentation": "\n <p>A list of interconnects.</p>\n "
|
1895
|
+
}
|
1896
|
+
},
|
1897
|
+
"documentation": "\n <p>A structure containing a list of interconnects.</p>\n "
|
1898
|
+
},
|
1899
|
+
"errors": [
|
1900
|
+
{
|
1901
|
+
"shape_name": "DirectConnectServerException",
|
1902
|
+
"type": "structure",
|
1903
|
+
"members": {
|
1904
|
+
"message": {
|
1905
|
+
"shape_name": "ErrorMessage",
|
1906
|
+
"type": "string",
|
1907
|
+
"documentation": null
|
1908
|
+
}
|
1909
|
+
},
|
1910
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1911
|
+
},
|
1912
|
+
{
|
1913
|
+
"shape_name": "DirectConnectClientException",
|
1914
|
+
"type": "structure",
|
1915
|
+
"members": {
|
1916
|
+
"message": {
|
1917
|
+
"shape_name": "ErrorMessage",
|
1918
|
+
"type": "string",
|
1020
1919
|
"documentation": null
|
1920
|
+
}
|
1921
|
+
},
|
1922
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1923
|
+
}
|
1924
|
+
],
|
1925
|
+
"documentation": "\n <p>Returns a list of interconnects owned by the AWS account.</p>\n <p>If an interconnect ID is provided, it will only return this particular interconnect.</p>\n "
|
1926
|
+
},
|
1927
|
+
"DescribeLocations": {
|
1928
|
+
"name": "DescribeLocations",
|
1929
|
+
"input": null,
|
1930
|
+
"output": {
|
1931
|
+
"shape_name": "Locations",
|
1932
|
+
"type": "structure",
|
1933
|
+
"members": {
|
1934
|
+
"locations": {
|
1935
|
+
"shape_name": "LocationList",
|
1936
|
+
"type": "list",
|
1937
|
+
"members": {
|
1938
|
+
"shape_name": "Location",
|
1939
|
+
"type": "structure",
|
1940
|
+
"members": {
|
1941
|
+
"locationCode": {
|
1942
|
+
"shape_name": "LocationCode",
|
1943
|
+
"type": "string",
|
1944
|
+
"documentation": "\n <p>The code used to indicate the AWS Direct Connect location.</p>\n "
|
1945
|
+
},
|
1946
|
+
"locationName": {
|
1947
|
+
"shape_name": "LocationName",
|
1948
|
+
"type": "string",
|
1949
|
+
"documentation": "\n <p>The name of the AWS Direct Connect location. The name includes the colocation partner name\n and the physical site of the lit building.</p>\n "
|
1950
|
+
}
|
1951
|
+
},
|
1952
|
+
"documentation": "\n <p>An AWS Direct Connect location where connections and interconnects can be requested.</p>\n "
|
1021
1953
|
},
|
1022
1954
|
"documentation": null
|
1023
1955
|
}
|
@@ -1035,7 +1967,7 @@
|
|
1035
1967
|
"documentation": null
|
1036
1968
|
}
|
1037
1969
|
},
|
1038
|
-
"documentation":
|
1970
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1039
1971
|
},
|
1040
1972
|
{
|
1041
1973
|
"shape_name": "DirectConnectClientException",
|
@@ -1047,10 +1979,10 @@
|
|
1047
1979
|
"documentation": null
|
1048
1980
|
}
|
1049
1981
|
},
|
1050
|
-
"documentation":
|
1982
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1051
1983
|
}
|
1052
1984
|
],
|
1053
|
-
"documentation":
|
1985
|
+
"documentation": "\n <p>Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may be selected when calling CreateConnection or CreateInterconnect.</p>\n "
|
1054
1986
|
},
|
1055
1987
|
"DescribeVirtualGateways": {
|
1056
1988
|
"name": "DescribeVirtualGateways",
|
@@ -1069,20 +2001,20 @@
|
|
1069
2001
|
"virtualGatewayId": {
|
1070
2002
|
"shape_name": "VirtualGatewayId",
|
1071
2003
|
"type": "string",
|
1072
|
-
"documentation":
|
2004
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
1073
2005
|
},
|
1074
2006
|
"virtualGatewayState": {
|
1075
2007
|
"shape_name": "VirtualGatewayState",
|
1076
2008
|
"type": "string",
|
1077
|
-
"documentation":
|
2009
|
+
"documentation": "\n State of the virtual private gateway.\n <ul>\n <li>\n<b>Pending</b>: This is the initial state after calling <i>CreateVpnGateway</i>.</li>\n <li>\n<b>Available</b>: Ready for use by a private virtual interface.</li>\n <li>\n<b>Deleting</b>: This is the initial state after calling <i>DeleteVpnGateway</i>.</li>\n <li>\n<b>Deleted</b>: In this state, a private virtual interface is unable to send traffic over this gateway.</li>\n </ul>\n "
|
1078
2010
|
}
|
1079
2011
|
},
|
1080
|
-
"documentation":
|
2012
|
+
"documentation": "\n <p>You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway.</p>\n <p>Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC)\n console or the <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html\">Amazon\n EC2 CreateVpnGateway action</a>.</p>\n "
|
1081
2013
|
},
|
1082
|
-
"documentation":
|
2014
|
+
"documentation": "\n <p>A list of virtual private gateways.</p>\n "
|
1083
2015
|
}
|
1084
2016
|
},
|
1085
|
-
"documentation":
|
2017
|
+
"documentation": "\n <p>A structure containing a list of virtual private gateways.</p>\n "
|
1086
2018
|
},
|
1087
2019
|
"errors": [
|
1088
2020
|
{
|
@@ -1095,7 +2027,7 @@
|
|
1095
2027
|
"documentation": null
|
1096
2028
|
}
|
1097
2029
|
},
|
1098
|
-
"documentation":
|
2030
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1099
2031
|
},
|
1100
2032
|
{
|
1101
2033
|
"shape_name": "DirectConnectClientException",
|
@@ -1107,10 +2039,10 @@
|
|
1107
2039
|
"documentation": null
|
1108
2040
|
}
|
1109
2041
|
},
|
1110
|
-
"documentation":
|
2042
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1111
2043
|
}
|
1112
2044
|
],
|
1113
|
-
"documentation":
|
2045
|
+
"documentation": "\n <p>Returns a list of virtual private gateways owned by the AWS account.</p>\n <p>You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html\">EC2 CreateVpnGateway</a> action.</p>\n "
|
1114
2046
|
},
|
1115
2047
|
"DescribeVirtualInterfaces": {
|
1116
2048
|
"name": "DescribeVirtualInterfaces",
|
@@ -1121,15 +2053,15 @@
|
|
1121
2053
|
"connectionId": {
|
1122
2054
|
"shape_name": "ConnectionId",
|
1123
2055
|
"type": "string",
|
1124
|
-
"documentation":
|
2056
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1125
2057
|
},
|
1126
2058
|
"virtualInterfaceId": {
|
1127
2059
|
"shape_name": "VirtualInterfaceId",
|
1128
2060
|
"type": "string",
|
1129
|
-
"documentation":
|
2061
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
1130
2062
|
}
|
1131
2063
|
},
|
1132
|
-
"documentation":
|
2064
|
+
"documentation": "\n <p>Container for the parameters to the DescribeVirtualInterfaces operation.</p>\n "
|
1133
2065
|
},
|
1134
2066
|
"output": {
|
1135
2067
|
"shape_name": "VirtualInterfaces",
|
@@ -1142,77 +2074,84 @@
|
|
1142
2074
|
"shape_name": "VirtualInterface",
|
1143
2075
|
"type": "structure",
|
1144
2076
|
"members": {
|
2077
|
+
"ownerAccount": {
|
2078
|
+
"shape_name": "OwnerAccount",
|
2079
|
+
"type": "string",
|
2080
|
+
"documentation": null
|
2081
|
+
},
|
1145
2082
|
"virtualInterfaceId": {
|
1146
2083
|
"shape_name": "VirtualInterfaceId",
|
1147
2084
|
"type": "string",
|
1148
|
-
"documentation":
|
2085
|
+
"documentation": "\n <p>ID of the virtual interface.</p>\n <p>Example: dxvif-123dfg56</p>\n <p>Default: None</p>\n "
|
1149
2086
|
},
|
1150
2087
|
"location": {
|
1151
|
-
"shape_name": "
|
2088
|
+
"shape_name": "LocationCode",
|
1152
2089
|
"type": "string",
|
1153
|
-
"documentation":
|
2090
|
+
"documentation": "\n <p>Where the connection is located.</p>\n <p>Example: EqSV5</p>\n <p>Default: None</p>\n "
|
1154
2091
|
},
|
1155
2092
|
"connectionId": {
|
1156
2093
|
"shape_name": "ConnectionId",
|
1157
2094
|
"type": "string",
|
1158
|
-
"documentation":
|
2095
|
+
"documentation": "\n <p>ID of the connection.</p>\n <p>Example: dxcon-fg5678gh</p>\n <p>Default: None</p>\n "
|
1159
2096
|
},
|
1160
2097
|
"virtualInterfaceType": {
|
1161
2098
|
"shape_name": "VirtualInterfaceType",
|
1162
2099
|
"type": "string",
|
1163
|
-
"documentation":
|
2100
|
+
"documentation": "\n <p>The type of virtual interface.</p>\n <p>Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)</p>\n "
|
1164
2101
|
},
|
1165
2102
|
"virtualInterfaceName": {
|
1166
2103
|
"shape_name": "VirtualInterfaceName",
|
1167
2104
|
"type": "string",
|
1168
|
-
"documentation":
|
2105
|
+
"documentation": "\n <p>The name of the virtual interface assigned by the customer.</p>\n <p>Example: \"My VPC\"</p>\n "
|
1169
2106
|
},
|
1170
2107
|
"vlan": {
|
1171
2108
|
"shape_name": "VLAN",
|
1172
2109
|
"type": "integer",
|
1173
|
-
"documentation":
|
2110
|
+
"documentation": "\n <p>The VLAN ID.</p>\n <p>Example: 101</p>\n "
|
1174
2111
|
},
|
1175
2112
|
"asn": {
|
1176
2113
|
"shape_name": "ASN",
|
1177
2114
|
"type": "integer",
|
1178
|
-
"documentation":
|
2115
|
+
"documentation": "\n <p>Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>\n <p>Example: 65000</p>\n "
|
1179
2116
|
},
|
1180
2117
|
"authKey": {
|
1181
2118
|
"shape_name": "BGPAuthKey",
|
1182
2119
|
"type": "string",
|
1183
|
-
"documentation":
|
2120
|
+
"documentation": "\n <p>Authentication key for BGP configuration.</p>\n <p>Example: asdf34example</p>\n "
|
1184
2121
|
},
|
1185
2122
|
"amazonAddress": {
|
1186
2123
|
"shape_name": "AmazonAddress",
|
1187
2124
|
"type": "string",
|
1188
|
-
"documentation":
|
2125
|
+
"documentation": "\n <p>IP address assigned to the Amazon interface.</p>\n <p>Example: 192.168.1.1/30</p>\n "
|
1189
2126
|
},
|
1190
2127
|
"customerAddress": {
|
1191
2128
|
"shape_name": "CustomerAddress",
|
1192
2129
|
"type": "string",
|
1193
|
-
"documentation":
|
2130
|
+
"documentation": "\n <p>IP address assigned to the customer interface.</p>\n <p>Example: 192.168.1.2/30</p>\n "
|
1194
2131
|
},
|
1195
2132
|
"virtualInterfaceState": {
|
1196
2133
|
"shape_name": "VirtualInterfaceState",
|
1197
2134
|
"type": "string",
|
1198
2135
|
"enum": [
|
2136
|
+
"confirming",
|
1199
2137
|
"verifying",
|
1200
2138
|
"pending",
|
1201
2139
|
"available",
|
1202
2140
|
"deleting",
|
1203
|
-
"deleted"
|
2141
|
+
"deleted",
|
2142
|
+
"rejected"
|
1204
2143
|
],
|
1205
|
-
"documentation":
|
2144
|
+
"documentation": "\n State of the virtual interface.\n <ul>\n <li>\n<b>Confirming</b>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</li>\n <li>\n<b>Verifying</b>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</li>\n <li>\n<b>Pending</b>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</li>\n <li>\n<b>Available</b>: A virtual interface that is able to forward traffic.</li>\n <li>\n<b>Deleting</b>: A virtual interface is in this state immediately after calling <i>DeleteVirtualInterface</i> until it can no longer forward traffic.</li>\n <li>\n<b>Deleted</b>: A virtual interface that cannot forward traffic.</li>\n <li>\n<b>Rejected</b>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.</li>\n </ul>\n "
|
1206
2145
|
},
|
1207
2146
|
"customerRouterConfig": {
|
1208
2147
|
"shape_name": "RouterConfig",
|
1209
2148
|
"type": "string",
|
1210
|
-
"documentation":
|
2149
|
+
"documentation": "\n <p>Information for generating the customer router configuration.</p>\n "
|
1211
2150
|
},
|
1212
2151
|
"virtualGatewayId": {
|
1213
2152
|
"shape_name": "VirtualGatewayId",
|
1214
2153
|
"type": "string",
|
1215
|
-
"documentation":
|
2154
|
+
"documentation": "\n <p>The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.</p>\n <p>Example: vgw-123er56</p>\n "
|
1216
2155
|
},
|
1217
2156
|
"routeFilterPrefixes": {
|
1218
2157
|
"shape_name": "RouteFilterPrefixList",
|
@@ -1224,20 +2163,20 @@
|
|
1224
2163
|
"cidr": {
|
1225
2164
|
"shape_name": "CIDR",
|
1226
2165
|
"type": "string",
|
1227
|
-
"documentation":
|
2166
|
+
"documentation": "\n <p>CIDR notation for the advertised route. Multiple routes are separated by commas.</p>\n <p>Example: 10.10.10.0/24,10.10.11.0/24</p>\n "
|
1228
2167
|
}
|
1229
2168
|
},
|
1230
|
-
"documentation":
|
2169
|
+
"documentation": "\n <p>A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.</p>\n "
|
1231
2170
|
},
|
1232
|
-
"documentation":
|
2171
|
+
"documentation": "\n <p>A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).</p>\n "
|
1233
2172
|
}
|
1234
2173
|
},
|
1235
|
-
"documentation":
|
2174
|
+
"documentation": "\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n "
|
1236
2175
|
},
|
1237
|
-
"documentation":
|
2176
|
+
"documentation": "\n <p>A list of virtual interfaces.</p>\n "
|
1238
2177
|
}
|
1239
2178
|
},
|
1240
|
-
"documentation":
|
2179
|
+
"documentation": "\n <p>A structure containing a list of virtual interfaces.</p>\n "
|
1241
2180
|
},
|
1242
2181
|
"errors": [
|
1243
2182
|
{
|
@@ -1250,7 +2189,7 @@
|
|
1250
2189
|
"documentation": null
|
1251
2190
|
}
|
1252
2191
|
},
|
1253
|
-
"documentation":
|
2192
|
+
"documentation": "\n <p>A server-side error occurred during the API call. The error message will contain additional details about the cause.</p>\n "
|
1254
2193
|
},
|
1255
2194
|
{
|
1256
2195
|
"shape_name": "DirectConnectClientException",
|
@@ -1262,10 +2201,10 @@
|
|
1262
2201
|
"documentation": null
|
1263
2202
|
}
|
1264
2203
|
},
|
1265
|
-
"documentation":
|
2204
|
+
"documentation": "\n <p>The API was called with invalid parameters. The error message will contain additional details about the cause.</p>\n "
|
1266
2205
|
}
|
1267
2206
|
],
|
1268
|
-
"documentation":
|
2207
|
+
"documentation": "\n <p>Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a connection ID is included then only virtual interfaces associated with this connection will be returned. If a virtual interface ID is included then only a single virtual interface will be returned.</p>\n <p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>\n <p>If a connection ID is provided, only virtual interfaces provisioned on the specified connection will be returned. If a virtual interface ID is provided, only this particular virtual interface will be returned.</p>\n "
|
1269
2208
|
}
|
1270
2209
|
}
|
1271
2210
|
}
|