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
@@ -29,7 +29,7 @@
|
|
29
29
|
"Aws::Plugins::ResponsePaging",
|
30
30
|
"Aws::Plugins::Credentials",
|
31
31
|
"Aws::Plugins::QueryProtocol",
|
32
|
-
"Aws::Plugins::
|
32
|
+
"Aws::Plugins::SignatureV4"
|
33
33
|
],
|
34
34
|
"operations": {
|
35
35
|
"delete_alarms": {
|
@@ -838,6 +838,56 @@
|
|
838
838
|
}
|
839
839
|
}
|
840
840
|
},
|
841
|
+
"list_host_info": {
|
842
|
+
"name": "ListHostInfo",
|
843
|
+
"http_method": "POST",
|
844
|
+
"http_path": "/",
|
845
|
+
"output": {
|
846
|
+
"type": "output",
|
847
|
+
"metadata": {
|
848
|
+
"wrapper": "ListHostInfoResult"
|
849
|
+
},
|
850
|
+
"members": {
|
851
|
+
"host_name": {
|
852
|
+
"type": "string",
|
853
|
+
"serialized_name": "HostName"
|
854
|
+
},
|
855
|
+
"stack_name": {
|
856
|
+
"type": "string",
|
857
|
+
"serialized_name": "StackName"
|
858
|
+
},
|
859
|
+
"marketplace": {
|
860
|
+
"type": "string",
|
861
|
+
"serialized_name": "Marketplace"
|
862
|
+
},
|
863
|
+
"region": {
|
864
|
+
"type": "string",
|
865
|
+
"serialized_name": "Region"
|
866
|
+
},
|
867
|
+
"sdb_datastore_endpoints": {
|
868
|
+
"type": "list",
|
869
|
+
"serialized_name": "SdbDatastoreEndpoints",
|
870
|
+
"members": {
|
871
|
+
"type": "string"
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"datastore_endpoints": {
|
875
|
+
"type": "list",
|
876
|
+
"serialized_name": "DatastoreEndpoints",
|
877
|
+
"members": {
|
878
|
+
"type": "string"
|
879
|
+
}
|
880
|
+
},
|
881
|
+
"amp_queues": {
|
882
|
+
"type": "list",
|
883
|
+
"serialized_name": "AmpQueues",
|
884
|
+
"members": {
|
885
|
+
"type": "string"
|
886
|
+
}
|
887
|
+
}
|
888
|
+
}
|
889
|
+
}
|
890
|
+
},
|
841
891
|
"list_metrics": {
|
842
892
|
"name": "ListMetrics",
|
843
893
|
"http_method": "POST",
|
@@ -1191,6 +1241,141 @@
|
|
1191
1241
|
}
|
1192
1242
|
}
|
1193
1243
|
},
|
1244
|
+
"put_metric_data_batch": {
|
1245
|
+
"name": "PutMetricDataBatch",
|
1246
|
+
"http_method": "POST",
|
1247
|
+
"http_path": "/",
|
1248
|
+
"input": {
|
1249
|
+
"type": "input",
|
1250
|
+
"members": {
|
1251
|
+
"metric_data_batches": {
|
1252
|
+
"type": "list",
|
1253
|
+
"required": true,
|
1254
|
+
"serialized_name": "MetricDataBatches",
|
1255
|
+
"members": {
|
1256
|
+
"type": "structure",
|
1257
|
+
"members": {
|
1258
|
+
"account_id": {
|
1259
|
+
"type": "string",
|
1260
|
+
"required": true,
|
1261
|
+
"serialized_name": "AccountId"
|
1262
|
+
},
|
1263
|
+
"namespace": {
|
1264
|
+
"type": "string",
|
1265
|
+
"required": true,
|
1266
|
+
"serialized_name": "Namespace"
|
1267
|
+
},
|
1268
|
+
"metric_data": {
|
1269
|
+
"type": "list",
|
1270
|
+
"required": true,
|
1271
|
+
"serialized_name": "MetricData",
|
1272
|
+
"members": {
|
1273
|
+
"type": "structure",
|
1274
|
+
"members": {
|
1275
|
+
"metric_name": {
|
1276
|
+
"type": "string",
|
1277
|
+
"required": true,
|
1278
|
+
"serialized_name": "MetricName"
|
1279
|
+
},
|
1280
|
+
"dimensions": {
|
1281
|
+
"type": "list",
|
1282
|
+
"serialized_name": "Dimensions",
|
1283
|
+
"members": {
|
1284
|
+
"type": "structure",
|
1285
|
+
"members": {
|
1286
|
+
"name": {
|
1287
|
+
"type": "string",
|
1288
|
+
"required": true,
|
1289
|
+
"serialized_name": "Name"
|
1290
|
+
},
|
1291
|
+
"value": {
|
1292
|
+
"type": "string",
|
1293
|
+
"required": true,
|
1294
|
+
"serialized_name": "Value"
|
1295
|
+
}
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
},
|
1299
|
+
"timestamp": {
|
1300
|
+
"type": "iso8601_timestamp",
|
1301
|
+
"serialized_name": "Timestamp"
|
1302
|
+
},
|
1303
|
+
"value": {
|
1304
|
+
"type": "float",
|
1305
|
+
"serialized_name": "Value"
|
1306
|
+
},
|
1307
|
+
"statistic_values": {
|
1308
|
+
"type": "structure",
|
1309
|
+
"serialized_name": "StatisticValues",
|
1310
|
+
"members": {
|
1311
|
+
"sample_count": {
|
1312
|
+
"type": "float",
|
1313
|
+
"required": true,
|
1314
|
+
"serialized_name": "SampleCount"
|
1315
|
+
},
|
1316
|
+
"sum": {
|
1317
|
+
"type": "float",
|
1318
|
+
"required": true,
|
1319
|
+
"serialized_name": "Sum"
|
1320
|
+
},
|
1321
|
+
"minimum": {
|
1322
|
+
"type": "float",
|
1323
|
+
"required": true,
|
1324
|
+
"serialized_name": "Minimum"
|
1325
|
+
},
|
1326
|
+
"maximum": {
|
1327
|
+
"type": "float",
|
1328
|
+
"required": true,
|
1329
|
+
"serialized_name": "Maximum"
|
1330
|
+
}
|
1331
|
+
}
|
1332
|
+
},
|
1333
|
+
"unit": {
|
1334
|
+
"type": "string",
|
1335
|
+
"serialized_name": "Unit",
|
1336
|
+
"enum": [
|
1337
|
+
"Seconds",
|
1338
|
+
"Microseconds",
|
1339
|
+
"Milliseconds",
|
1340
|
+
"Bytes",
|
1341
|
+
"Kilobytes",
|
1342
|
+
"Megabytes",
|
1343
|
+
"Gigabytes",
|
1344
|
+
"Terabytes",
|
1345
|
+
"Bits",
|
1346
|
+
"Kilobits",
|
1347
|
+
"Megabits",
|
1348
|
+
"Gigabits",
|
1349
|
+
"Terabits",
|
1350
|
+
"Percent",
|
1351
|
+
"Count",
|
1352
|
+
"Bytes/Second",
|
1353
|
+
"Kilobytes/Second",
|
1354
|
+
"Megabytes/Second",
|
1355
|
+
"Gigabytes/Second",
|
1356
|
+
"Terabytes/Second",
|
1357
|
+
"Bits/Second",
|
1358
|
+
"Kilobits/Second",
|
1359
|
+
"Megabits/Second",
|
1360
|
+
"Gigabits/Second",
|
1361
|
+
"Terabits/Second",
|
1362
|
+
"Count/Second",
|
1363
|
+
"None"
|
1364
|
+
]
|
1365
|
+
}
|
1366
|
+
}
|
1367
|
+
}
|
1368
|
+
},
|
1369
|
+
"auto_decompose": {
|
1370
|
+
"type": "boolean",
|
1371
|
+
"serialized_name": "AutoDecompose"
|
1372
|
+
}
|
1373
|
+
}
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
}
|
1377
|
+
}
|
1378
|
+
},
|
1194
1379
|
"set_alarm_state": {
|
1195
1380
|
"name": "SetAlarmState",
|
1196
1381
|
"http_method": "POST",
|
@@ -33,6 +33,487 @@
|
|
33
33
|
"Aws::Plugins::SignatureV4"
|
34
34
|
],
|
35
35
|
"operations": {
|
36
|
+
"allocate_connection_on_interconnect": {
|
37
|
+
"name": "AllocateConnectionOnInterconnect",
|
38
|
+
"http_method": "POST",
|
39
|
+
"http_path": "/",
|
40
|
+
"input": {
|
41
|
+
"type": "input",
|
42
|
+
"members": {
|
43
|
+
"bandwidth": {
|
44
|
+
"type": "string",
|
45
|
+
"required": true,
|
46
|
+
"serialized_name": "bandwidth"
|
47
|
+
},
|
48
|
+
"connection_name": {
|
49
|
+
"type": "string",
|
50
|
+
"required": true,
|
51
|
+
"serialized_name": "connectionName"
|
52
|
+
},
|
53
|
+
"owner_account": {
|
54
|
+
"type": "string",
|
55
|
+
"required": true,
|
56
|
+
"serialized_name": "ownerAccount"
|
57
|
+
},
|
58
|
+
"interconnect_id": {
|
59
|
+
"type": "string",
|
60
|
+
"required": true,
|
61
|
+
"serialized_name": "interconnectId"
|
62
|
+
},
|
63
|
+
"vlan": {
|
64
|
+
"type": "integer",
|
65
|
+
"required": true,
|
66
|
+
"serialized_name": "vlan"
|
67
|
+
}
|
68
|
+
}
|
69
|
+
},
|
70
|
+
"output": {
|
71
|
+
"type": "output",
|
72
|
+
"members": {
|
73
|
+
"owner_account": {
|
74
|
+
"type": "string",
|
75
|
+
"serialized_name": "ownerAccount"
|
76
|
+
},
|
77
|
+
"connection_id": {
|
78
|
+
"type": "string",
|
79
|
+
"serialized_name": "connectionId"
|
80
|
+
},
|
81
|
+
"connection_name": {
|
82
|
+
"type": "string",
|
83
|
+
"serialized_name": "connectionName"
|
84
|
+
},
|
85
|
+
"connection_state": {
|
86
|
+
"type": "string",
|
87
|
+
"serialized_name": "connectionState",
|
88
|
+
"enum": [
|
89
|
+
"ordering",
|
90
|
+
"requested",
|
91
|
+
"pending",
|
92
|
+
"available",
|
93
|
+
"down",
|
94
|
+
"deleting",
|
95
|
+
"deleted",
|
96
|
+
"rejected"
|
97
|
+
]
|
98
|
+
},
|
99
|
+
"region": {
|
100
|
+
"type": "string",
|
101
|
+
"serialized_name": "region"
|
102
|
+
},
|
103
|
+
"location": {
|
104
|
+
"type": "string",
|
105
|
+
"serialized_name": "location"
|
106
|
+
},
|
107
|
+
"bandwidth": {
|
108
|
+
"type": "string",
|
109
|
+
"serialized_name": "bandwidth"
|
110
|
+
},
|
111
|
+
"vlan": {
|
112
|
+
"type": "integer",
|
113
|
+
"serialized_name": "vlan"
|
114
|
+
},
|
115
|
+
"partner_name": {
|
116
|
+
"type": "string",
|
117
|
+
"serialized_name": "partnerName"
|
118
|
+
}
|
119
|
+
}
|
120
|
+
}
|
121
|
+
},
|
122
|
+
"allocate_private_virtual_interface": {
|
123
|
+
"name": "AllocatePrivateVirtualInterface",
|
124
|
+
"http_method": "POST",
|
125
|
+
"http_path": "/",
|
126
|
+
"input": {
|
127
|
+
"type": "input",
|
128
|
+
"members": {
|
129
|
+
"connection_id": {
|
130
|
+
"type": "string",
|
131
|
+
"required": true,
|
132
|
+
"serialized_name": "connectionId"
|
133
|
+
},
|
134
|
+
"owner_account": {
|
135
|
+
"type": "string",
|
136
|
+
"required": true,
|
137
|
+
"serialized_name": "ownerAccount"
|
138
|
+
},
|
139
|
+
"new_private_virtual_interface_allocation": {
|
140
|
+
"type": "structure",
|
141
|
+
"required": true,
|
142
|
+
"serialized_name": "newPrivateVirtualInterfaceAllocation",
|
143
|
+
"members": {
|
144
|
+
"virtual_interface_name": {
|
145
|
+
"type": "string",
|
146
|
+
"required": true,
|
147
|
+
"serialized_name": "virtualInterfaceName"
|
148
|
+
},
|
149
|
+
"vlan": {
|
150
|
+
"type": "integer",
|
151
|
+
"required": true,
|
152
|
+
"serialized_name": "vlan"
|
153
|
+
},
|
154
|
+
"asn": {
|
155
|
+
"type": "integer",
|
156
|
+
"required": true,
|
157
|
+
"serialized_name": "asn"
|
158
|
+
},
|
159
|
+
"auth_key": {
|
160
|
+
"type": "string",
|
161
|
+
"serialized_name": "authKey"
|
162
|
+
},
|
163
|
+
"amazon_address": {
|
164
|
+
"type": "string",
|
165
|
+
"serialized_name": "amazonAddress"
|
166
|
+
},
|
167
|
+
"customer_address": {
|
168
|
+
"type": "string",
|
169
|
+
"serialized_name": "customerAddress"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
}
|
173
|
+
}
|
174
|
+
},
|
175
|
+
"output": {
|
176
|
+
"type": "output",
|
177
|
+
"members": {
|
178
|
+
"owner_account": {
|
179
|
+
"type": "string",
|
180
|
+
"serialized_name": "ownerAccount"
|
181
|
+
},
|
182
|
+
"virtual_interface_id": {
|
183
|
+
"type": "string",
|
184
|
+
"serialized_name": "virtualInterfaceId"
|
185
|
+
},
|
186
|
+
"location": {
|
187
|
+
"type": "string",
|
188
|
+
"serialized_name": "location"
|
189
|
+
},
|
190
|
+
"connection_id": {
|
191
|
+
"type": "string",
|
192
|
+
"serialized_name": "connectionId"
|
193
|
+
},
|
194
|
+
"virtual_interface_type": {
|
195
|
+
"type": "string",
|
196
|
+
"serialized_name": "virtualInterfaceType"
|
197
|
+
},
|
198
|
+
"virtual_interface_name": {
|
199
|
+
"type": "string",
|
200
|
+
"serialized_name": "virtualInterfaceName"
|
201
|
+
},
|
202
|
+
"vlan": {
|
203
|
+
"type": "integer",
|
204
|
+
"serialized_name": "vlan"
|
205
|
+
},
|
206
|
+
"asn": {
|
207
|
+
"type": "integer",
|
208
|
+
"serialized_name": "asn"
|
209
|
+
},
|
210
|
+
"auth_key": {
|
211
|
+
"type": "string",
|
212
|
+
"serialized_name": "authKey"
|
213
|
+
},
|
214
|
+
"amazon_address": {
|
215
|
+
"type": "string",
|
216
|
+
"serialized_name": "amazonAddress"
|
217
|
+
},
|
218
|
+
"customer_address": {
|
219
|
+
"type": "string",
|
220
|
+
"serialized_name": "customerAddress"
|
221
|
+
},
|
222
|
+
"virtual_interface_state": {
|
223
|
+
"type": "string",
|
224
|
+
"serialized_name": "virtualInterfaceState",
|
225
|
+
"enum": [
|
226
|
+
"confirming",
|
227
|
+
"verifying",
|
228
|
+
"pending",
|
229
|
+
"available",
|
230
|
+
"deleting",
|
231
|
+
"deleted",
|
232
|
+
"rejected"
|
233
|
+
]
|
234
|
+
},
|
235
|
+
"customer_router_config": {
|
236
|
+
"type": "string",
|
237
|
+
"serialized_name": "customerRouterConfig"
|
238
|
+
},
|
239
|
+
"virtual_gateway_id": {
|
240
|
+
"type": "string",
|
241
|
+
"serialized_name": "virtualGatewayId"
|
242
|
+
},
|
243
|
+
"route_filter_prefixes": {
|
244
|
+
"type": "list",
|
245
|
+
"serialized_name": "routeFilterPrefixes",
|
246
|
+
"members": {
|
247
|
+
"type": "structure",
|
248
|
+
"members": {
|
249
|
+
"cidr": {
|
250
|
+
"type": "string",
|
251
|
+
"serialized_name": "cidr"
|
252
|
+
}
|
253
|
+
}
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
}
|
258
|
+
},
|
259
|
+
"allocate_public_virtual_interface": {
|
260
|
+
"name": "AllocatePublicVirtualInterface",
|
261
|
+
"http_method": "POST",
|
262
|
+
"http_path": "/",
|
263
|
+
"input": {
|
264
|
+
"type": "input",
|
265
|
+
"members": {
|
266
|
+
"connection_id": {
|
267
|
+
"type": "string",
|
268
|
+
"required": true,
|
269
|
+
"serialized_name": "connectionId"
|
270
|
+
},
|
271
|
+
"owner_account": {
|
272
|
+
"type": "string",
|
273
|
+
"required": true,
|
274
|
+
"serialized_name": "ownerAccount"
|
275
|
+
},
|
276
|
+
"new_public_virtual_interface_allocation": {
|
277
|
+
"type": "structure",
|
278
|
+
"required": true,
|
279
|
+
"serialized_name": "newPublicVirtualInterfaceAllocation",
|
280
|
+
"members": {
|
281
|
+
"virtual_interface_name": {
|
282
|
+
"type": "string",
|
283
|
+
"required": true,
|
284
|
+
"serialized_name": "virtualInterfaceName"
|
285
|
+
},
|
286
|
+
"vlan": {
|
287
|
+
"type": "integer",
|
288
|
+
"required": true,
|
289
|
+
"serialized_name": "vlan"
|
290
|
+
},
|
291
|
+
"asn": {
|
292
|
+
"type": "integer",
|
293
|
+
"required": true,
|
294
|
+
"serialized_name": "asn"
|
295
|
+
},
|
296
|
+
"auth_key": {
|
297
|
+
"type": "string",
|
298
|
+
"serialized_name": "authKey"
|
299
|
+
},
|
300
|
+
"amazon_address": {
|
301
|
+
"type": "string",
|
302
|
+
"required": true,
|
303
|
+
"serialized_name": "amazonAddress"
|
304
|
+
},
|
305
|
+
"customer_address": {
|
306
|
+
"type": "string",
|
307
|
+
"required": true,
|
308
|
+
"serialized_name": "customerAddress"
|
309
|
+
},
|
310
|
+
"route_filter_prefixes": {
|
311
|
+
"type": "list",
|
312
|
+
"required": true,
|
313
|
+
"serialized_name": "routeFilterPrefixes",
|
314
|
+
"members": {
|
315
|
+
"type": "structure",
|
316
|
+
"members": {
|
317
|
+
"cidr": {
|
318
|
+
"type": "string",
|
319
|
+
"serialized_name": "cidr"
|
320
|
+
}
|
321
|
+
}
|
322
|
+
}
|
323
|
+
}
|
324
|
+
}
|
325
|
+
}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"output": {
|
329
|
+
"type": "output",
|
330
|
+
"members": {
|
331
|
+
"owner_account": {
|
332
|
+
"type": "string",
|
333
|
+
"serialized_name": "ownerAccount"
|
334
|
+
},
|
335
|
+
"virtual_interface_id": {
|
336
|
+
"type": "string",
|
337
|
+
"serialized_name": "virtualInterfaceId"
|
338
|
+
},
|
339
|
+
"location": {
|
340
|
+
"type": "string",
|
341
|
+
"serialized_name": "location"
|
342
|
+
},
|
343
|
+
"connection_id": {
|
344
|
+
"type": "string",
|
345
|
+
"serialized_name": "connectionId"
|
346
|
+
},
|
347
|
+
"virtual_interface_type": {
|
348
|
+
"type": "string",
|
349
|
+
"serialized_name": "virtualInterfaceType"
|
350
|
+
},
|
351
|
+
"virtual_interface_name": {
|
352
|
+
"type": "string",
|
353
|
+
"serialized_name": "virtualInterfaceName"
|
354
|
+
},
|
355
|
+
"vlan": {
|
356
|
+
"type": "integer",
|
357
|
+
"serialized_name": "vlan"
|
358
|
+
},
|
359
|
+
"asn": {
|
360
|
+
"type": "integer",
|
361
|
+
"serialized_name": "asn"
|
362
|
+
},
|
363
|
+
"auth_key": {
|
364
|
+
"type": "string",
|
365
|
+
"serialized_name": "authKey"
|
366
|
+
},
|
367
|
+
"amazon_address": {
|
368
|
+
"type": "string",
|
369
|
+
"serialized_name": "amazonAddress"
|
370
|
+
},
|
371
|
+
"customer_address": {
|
372
|
+
"type": "string",
|
373
|
+
"serialized_name": "customerAddress"
|
374
|
+
},
|
375
|
+
"virtual_interface_state": {
|
376
|
+
"type": "string",
|
377
|
+
"serialized_name": "virtualInterfaceState",
|
378
|
+
"enum": [
|
379
|
+
"confirming",
|
380
|
+
"verifying",
|
381
|
+
"pending",
|
382
|
+
"available",
|
383
|
+
"deleting",
|
384
|
+
"deleted",
|
385
|
+
"rejected"
|
386
|
+
]
|
387
|
+
},
|
388
|
+
"customer_router_config": {
|
389
|
+
"type": "string",
|
390
|
+
"serialized_name": "customerRouterConfig"
|
391
|
+
},
|
392
|
+
"virtual_gateway_id": {
|
393
|
+
"type": "string",
|
394
|
+
"serialized_name": "virtualGatewayId"
|
395
|
+
},
|
396
|
+
"route_filter_prefixes": {
|
397
|
+
"type": "list",
|
398
|
+
"serialized_name": "routeFilterPrefixes",
|
399
|
+
"members": {
|
400
|
+
"type": "structure",
|
401
|
+
"members": {
|
402
|
+
"cidr": {
|
403
|
+
"type": "string",
|
404
|
+
"serialized_name": "cidr"
|
405
|
+
}
|
406
|
+
}
|
407
|
+
}
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}
|
411
|
+
},
|
412
|
+
"confirm_connection": {
|
413
|
+
"name": "ConfirmConnection",
|
414
|
+
"http_method": "POST",
|
415
|
+
"http_path": "/",
|
416
|
+
"input": {
|
417
|
+
"type": "input",
|
418
|
+
"members": {
|
419
|
+
"connection_id": {
|
420
|
+
"type": "string",
|
421
|
+
"required": true,
|
422
|
+
"serialized_name": "connectionId"
|
423
|
+
}
|
424
|
+
}
|
425
|
+
},
|
426
|
+
"output": {
|
427
|
+
"type": "output",
|
428
|
+
"members": {
|
429
|
+
"connection_state": {
|
430
|
+
"type": "string",
|
431
|
+
"serialized_name": "connectionState",
|
432
|
+
"enum": [
|
433
|
+
"ordering",
|
434
|
+
"requested",
|
435
|
+
"pending",
|
436
|
+
"available",
|
437
|
+
"down",
|
438
|
+
"deleting",
|
439
|
+
"deleted",
|
440
|
+
"rejected"
|
441
|
+
]
|
442
|
+
}
|
443
|
+
}
|
444
|
+
}
|
445
|
+
},
|
446
|
+
"confirm_private_virtual_interface": {
|
447
|
+
"name": "ConfirmPrivateVirtualInterface",
|
448
|
+
"http_method": "POST",
|
449
|
+
"http_path": "/",
|
450
|
+
"input": {
|
451
|
+
"type": "input",
|
452
|
+
"members": {
|
453
|
+
"virtual_interface_id": {
|
454
|
+
"type": "string",
|
455
|
+
"required": true,
|
456
|
+
"serialized_name": "virtualInterfaceId"
|
457
|
+
},
|
458
|
+
"virtual_gateway_id": {
|
459
|
+
"type": "string",
|
460
|
+
"required": true,
|
461
|
+
"serialized_name": "virtualGatewayId"
|
462
|
+
}
|
463
|
+
}
|
464
|
+
},
|
465
|
+
"output": {
|
466
|
+
"type": "output",
|
467
|
+
"members": {
|
468
|
+
"virtual_interface_state": {
|
469
|
+
"type": "string",
|
470
|
+
"serialized_name": "virtualInterfaceState",
|
471
|
+
"enum": [
|
472
|
+
"confirming",
|
473
|
+
"verifying",
|
474
|
+
"pending",
|
475
|
+
"available",
|
476
|
+
"deleting",
|
477
|
+
"deleted",
|
478
|
+
"rejected"
|
479
|
+
]
|
480
|
+
}
|
481
|
+
}
|
482
|
+
}
|
483
|
+
},
|
484
|
+
"confirm_public_virtual_interface": {
|
485
|
+
"name": "ConfirmPublicVirtualInterface",
|
486
|
+
"http_method": "POST",
|
487
|
+
"http_path": "/",
|
488
|
+
"input": {
|
489
|
+
"type": "input",
|
490
|
+
"members": {
|
491
|
+
"virtual_interface_id": {
|
492
|
+
"type": "string",
|
493
|
+
"required": true,
|
494
|
+
"serialized_name": "virtualInterfaceId"
|
495
|
+
}
|
496
|
+
}
|
497
|
+
},
|
498
|
+
"output": {
|
499
|
+
"type": "output",
|
500
|
+
"members": {
|
501
|
+
"virtual_interface_state": {
|
502
|
+
"type": "string",
|
503
|
+
"serialized_name": "virtualInterfaceState",
|
504
|
+
"enum": [
|
505
|
+
"confirming",
|
506
|
+
"verifying",
|
507
|
+
"pending",
|
508
|
+
"available",
|
509
|
+
"deleting",
|
510
|
+
"deleted",
|
511
|
+
"rejected"
|
512
|
+
]
|
513
|
+
}
|
514
|
+
}
|
515
|
+
}
|
516
|
+
},
|
36
517
|
"create_connection": {
|
37
518
|
"name": "CreateConnection",
|
38
519
|
"http_method": "POST",
|
@@ -40,9 +521,15 @@
|
|
40
521
|
"input": {
|
41
522
|
"type": "input",
|
42
523
|
"members": {
|
43
|
-
"
|
524
|
+
"location": {
|
525
|
+
"type": "string",
|
526
|
+
"required": true,
|
527
|
+
"serialized_name": "location"
|
528
|
+
},
|
529
|
+
"bandwidth": {
|
44
530
|
"type": "string",
|
45
|
-
"
|
531
|
+
"required": true,
|
532
|
+
"serialized_name": "bandwidth"
|
46
533
|
},
|
47
534
|
"connection_name": {
|
48
535
|
"type": "string",
|
@@ -54,6 +541,10 @@
|
|
54
541
|
"output": {
|
55
542
|
"type": "output",
|
56
543
|
"members": {
|
544
|
+
"owner_account": {
|
545
|
+
"type": "string",
|
546
|
+
"serialized_name": "ownerAccount"
|
547
|
+
},
|
57
548
|
"connection_id": {
|
58
549
|
"type": "string",
|
59
550
|
"serialized_name": "connectionId"
|
@@ -65,11 +556,84 @@
|
|
65
556
|
"connection_state": {
|
66
557
|
"type": "string",
|
67
558
|
"serialized_name": "connectionState",
|
559
|
+
"enum": [
|
560
|
+
"ordering",
|
561
|
+
"requested",
|
562
|
+
"pending",
|
563
|
+
"available",
|
564
|
+
"down",
|
565
|
+
"deleting",
|
566
|
+
"deleted",
|
567
|
+
"rejected"
|
568
|
+
]
|
569
|
+
},
|
570
|
+
"region": {
|
571
|
+
"type": "string",
|
572
|
+
"serialized_name": "region"
|
573
|
+
},
|
574
|
+
"location": {
|
575
|
+
"type": "string",
|
576
|
+
"serialized_name": "location"
|
577
|
+
},
|
578
|
+
"bandwidth": {
|
579
|
+
"type": "string",
|
580
|
+
"serialized_name": "bandwidth"
|
581
|
+
},
|
582
|
+
"vlan": {
|
583
|
+
"type": "integer",
|
584
|
+
"serialized_name": "vlan"
|
585
|
+
},
|
586
|
+
"partner_name": {
|
587
|
+
"type": "string",
|
588
|
+
"serialized_name": "partnerName"
|
589
|
+
}
|
590
|
+
}
|
591
|
+
}
|
592
|
+
},
|
593
|
+
"create_interconnect": {
|
594
|
+
"name": "CreateInterconnect",
|
595
|
+
"http_method": "POST",
|
596
|
+
"http_path": "/",
|
597
|
+
"input": {
|
598
|
+
"type": "input",
|
599
|
+
"members": {
|
600
|
+
"interconnect_name": {
|
601
|
+
"type": "string",
|
602
|
+
"required": true,
|
603
|
+
"serialized_name": "interconnectName"
|
604
|
+
},
|
605
|
+
"bandwidth": {
|
606
|
+
"type": "string",
|
607
|
+
"required": true,
|
608
|
+
"serialized_name": "bandwidth"
|
609
|
+
},
|
610
|
+
"location": {
|
611
|
+
"type": "string",
|
612
|
+
"required": true,
|
613
|
+
"serialized_name": "location"
|
614
|
+
}
|
615
|
+
}
|
616
|
+
},
|
617
|
+
"output": {
|
618
|
+
"type": "output",
|
619
|
+
"members": {
|
620
|
+
"interconnect_id": {
|
621
|
+
"type": "string",
|
622
|
+
"serialized_name": "interconnectId"
|
623
|
+
},
|
624
|
+
"interconnect_name": {
|
625
|
+
"type": "string",
|
626
|
+
"serialized_name": "interconnectName"
|
627
|
+
},
|
628
|
+
"interconnect_state": {
|
629
|
+
"type": "string",
|
630
|
+
"serialized_name": "interconnectState",
|
68
631
|
"enum": [
|
69
632
|
"requested",
|
70
633
|
"pending",
|
71
634
|
"available",
|
72
635
|
"down",
|
636
|
+
"deleting",
|
73
637
|
"deleted"
|
74
638
|
]
|
75
639
|
},
|
@@ -80,6 +644,10 @@
|
|
80
644
|
"location": {
|
81
645
|
"type": "string",
|
82
646
|
"serialized_name": "location"
|
647
|
+
},
|
648
|
+
"bandwidth": {
|
649
|
+
"type": "string",
|
650
|
+
"serialized_name": "bandwidth"
|
83
651
|
}
|
84
652
|
}
|
85
653
|
}
|
@@ -93,22 +661,27 @@
|
|
93
661
|
"members": {
|
94
662
|
"connection_id": {
|
95
663
|
"type": "string",
|
664
|
+
"required": true,
|
96
665
|
"serialized_name": "connectionId"
|
97
666
|
},
|
98
667
|
"new_private_virtual_interface": {
|
99
668
|
"type": "structure",
|
669
|
+
"required": true,
|
100
670
|
"serialized_name": "newPrivateVirtualInterface",
|
101
671
|
"members": {
|
102
672
|
"virtual_interface_name": {
|
103
673
|
"type": "string",
|
674
|
+
"required": true,
|
104
675
|
"serialized_name": "virtualInterfaceName"
|
105
676
|
},
|
106
677
|
"vlan": {
|
107
678
|
"type": "integer",
|
679
|
+
"required": true,
|
108
680
|
"serialized_name": "vlan"
|
109
681
|
},
|
110
682
|
"asn": {
|
111
683
|
"type": "integer",
|
684
|
+
"required": true,
|
112
685
|
"serialized_name": "asn"
|
113
686
|
},
|
114
687
|
"auth_key": {
|
@@ -125,6 +698,7 @@
|
|
125
698
|
},
|
126
699
|
"virtual_gateway_id": {
|
127
700
|
"type": "string",
|
701
|
+
"required": true,
|
128
702
|
"serialized_name": "virtualGatewayId"
|
129
703
|
}
|
130
704
|
}
|
@@ -134,6 +708,10 @@
|
|
134
708
|
"output": {
|
135
709
|
"type": "output",
|
136
710
|
"members": {
|
711
|
+
"owner_account": {
|
712
|
+
"type": "string",
|
713
|
+
"serialized_name": "ownerAccount"
|
714
|
+
},
|
137
715
|
"virtual_interface_id": {
|
138
716
|
"type": "string",
|
139
717
|
"serialized_name": "virtualInterfaceId"
|
@@ -178,11 +756,13 @@
|
|
178
756
|
"type": "string",
|
179
757
|
"serialized_name": "virtualInterfaceState",
|
180
758
|
"enum": [
|
759
|
+
"confirming",
|
181
760
|
"verifying",
|
182
761
|
"pending",
|
183
762
|
"available",
|
184
763
|
"deleting",
|
185
|
-
"deleted"
|
764
|
+
"deleted",
|
765
|
+
"rejected"
|
186
766
|
]
|
187
767
|
},
|
188
768
|
"customer_router_config": {
|
@@ -218,22 +798,27 @@
|
|
218
798
|
"members": {
|
219
799
|
"connection_id": {
|
220
800
|
"type": "string",
|
801
|
+
"required": true,
|
221
802
|
"serialized_name": "connectionId"
|
222
803
|
},
|
223
804
|
"new_public_virtual_interface": {
|
224
805
|
"type": "structure",
|
806
|
+
"required": true,
|
225
807
|
"serialized_name": "newPublicVirtualInterface",
|
226
808
|
"members": {
|
227
809
|
"virtual_interface_name": {
|
228
810
|
"type": "string",
|
811
|
+
"required": true,
|
229
812
|
"serialized_name": "virtualInterfaceName"
|
230
813
|
},
|
231
814
|
"vlan": {
|
232
815
|
"type": "integer",
|
816
|
+
"required": true,
|
233
817
|
"serialized_name": "vlan"
|
234
818
|
},
|
235
819
|
"asn": {
|
236
820
|
"type": "integer",
|
821
|
+
"required": true,
|
237
822
|
"serialized_name": "asn"
|
238
823
|
},
|
239
824
|
"auth_key": {
|
@@ -242,14 +827,17 @@
|
|
242
827
|
},
|
243
828
|
"amazon_address": {
|
244
829
|
"type": "string",
|
830
|
+
"required": true,
|
245
831
|
"serialized_name": "amazonAddress"
|
246
832
|
},
|
247
833
|
"customer_address": {
|
248
834
|
"type": "string",
|
835
|
+
"required": true,
|
249
836
|
"serialized_name": "customerAddress"
|
250
837
|
},
|
251
838
|
"route_filter_prefixes": {
|
252
839
|
"type": "list",
|
840
|
+
"required": true,
|
253
841
|
"serialized_name": "routeFilterPrefixes",
|
254
842
|
"members": {
|
255
843
|
"type": "structure",
|
@@ -268,6 +856,10 @@
|
|
268
856
|
"output": {
|
269
857
|
"type": "output",
|
270
858
|
"members": {
|
859
|
+
"owner_account": {
|
860
|
+
"type": "string",
|
861
|
+
"serialized_name": "ownerAccount"
|
862
|
+
},
|
271
863
|
"virtual_interface_id": {
|
272
864
|
"type": "string",
|
273
865
|
"serialized_name": "virtualInterfaceId"
|
@@ -312,11 +904,13 @@
|
|
312
904
|
"type": "string",
|
313
905
|
"serialized_name": "virtualInterfaceState",
|
314
906
|
"enum": [
|
907
|
+
"confirming",
|
315
908
|
"verifying",
|
316
909
|
"pending",
|
317
910
|
"available",
|
318
911
|
"deleting",
|
319
|
-
"deleted"
|
912
|
+
"deleted",
|
913
|
+
"rejected"
|
320
914
|
]
|
321
915
|
},
|
322
916
|
"customer_router_config": {
|
@@ -360,6 +954,10 @@
|
|
360
954
|
"output": {
|
361
955
|
"type": "output",
|
362
956
|
"members": {
|
957
|
+
"owner_account": {
|
958
|
+
"type": "string",
|
959
|
+
"serialized_name": "ownerAccount"
|
960
|
+
},
|
363
961
|
"connection_id": {
|
364
962
|
"type": "string",
|
365
963
|
"serialized_name": "connectionId"
|
@@ -372,11 +970,14 @@
|
|
372
970
|
"type": "string",
|
373
971
|
"serialized_name": "connectionState",
|
374
972
|
"enum": [
|
973
|
+
"ordering",
|
375
974
|
"requested",
|
376
975
|
"pending",
|
377
976
|
"available",
|
378
977
|
"down",
|
379
|
-
"
|
978
|
+
"deleting",
|
979
|
+
"deleted",
|
980
|
+
"rejected"
|
380
981
|
]
|
381
982
|
},
|
382
983
|
"region": {
|
@@ -386,33 +987,47 @@
|
|
386
987
|
"location": {
|
387
988
|
"type": "string",
|
388
989
|
"serialized_name": "location"
|
990
|
+
},
|
991
|
+
"bandwidth": {
|
992
|
+
"type": "string",
|
993
|
+
"serialized_name": "bandwidth"
|
994
|
+
},
|
995
|
+
"vlan": {
|
996
|
+
"type": "integer",
|
997
|
+
"serialized_name": "vlan"
|
998
|
+
},
|
999
|
+
"partner_name": {
|
1000
|
+
"type": "string",
|
1001
|
+
"serialized_name": "partnerName"
|
389
1002
|
}
|
390
1003
|
}
|
391
1004
|
}
|
392
1005
|
},
|
393
|
-
"
|
394
|
-
"name": "
|
1006
|
+
"delete_interconnect": {
|
1007
|
+
"name": "DeleteInterconnect",
|
395
1008
|
"http_method": "POST",
|
396
1009
|
"http_path": "/",
|
397
1010
|
"input": {
|
398
1011
|
"type": "input",
|
399
1012
|
"members": {
|
400
|
-
"
|
1013
|
+
"interconnect_id": {
|
401
1014
|
"type": "string",
|
402
|
-
"
|
1015
|
+
"required": true,
|
1016
|
+
"serialized_name": "interconnectId"
|
403
1017
|
}
|
404
1018
|
}
|
405
1019
|
},
|
406
1020
|
"output": {
|
407
1021
|
"type": "output",
|
408
1022
|
"members": {
|
409
|
-
"
|
1023
|
+
"interconnect_state": {
|
410
1024
|
"type": "string",
|
411
|
-
"serialized_name": "
|
1025
|
+
"serialized_name": "interconnectState",
|
412
1026
|
"enum": [
|
413
|
-
"
|
1027
|
+
"requested",
|
414
1028
|
"pending",
|
415
1029
|
"available",
|
1030
|
+
"down",
|
416
1031
|
"deleting",
|
417
1032
|
"deleted"
|
418
1033
|
]
|
@@ -420,53 +1035,35 @@
|
|
420
1035
|
}
|
421
1036
|
}
|
422
1037
|
},
|
423
|
-
"
|
424
|
-
"name": "
|
1038
|
+
"delete_virtual_interface": {
|
1039
|
+
"name": "DeleteVirtualInterface",
|
425
1040
|
"http_method": "POST",
|
426
1041
|
"http_path": "/",
|
427
1042
|
"input": {
|
428
1043
|
"type": "input",
|
429
1044
|
"members": {
|
430
|
-
"
|
1045
|
+
"virtual_interface_id": {
|
431
1046
|
"type": "string",
|
432
1047
|
"required": true,
|
433
|
-
"serialized_name": "
|
1048
|
+
"serialized_name": "virtualInterfaceId"
|
434
1049
|
}
|
435
1050
|
}
|
436
1051
|
},
|
437
1052
|
"output": {
|
438
1053
|
"type": "output",
|
439
1054
|
"members": {
|
440
|
-
"
|
441
|
-
"type": "string",
|
442
|
-
"serialized_name": "connectionId"
|
443
|
-
},
|
444
|
-
"connection_name": {
|
445
|
-
"type": "string",
|
446
|
-
"serialized_name": "connectionName"
|
447
|
-
},
|
448
|
-
"connection_state": {
|
1055
|
+
"virtual_interface_state": {
|
449
1056
|
"type": "string",
|
450
|
-
"serialized_name": "
|
1057
|
+
"serialized_name": "virtualInterfaceState",
|
451
1058
|
"enum": [
|
452
|
-
"
|
1059
|
+
"confirming",
|
1060
|
+
"verifying",
|
453
1061
|
"pending",
|
454
1062
|
"available",
|
455
|
-
"
|
456
|
-
"deleted"
|
1063
|
+
"deleting",
|
1064
|
+
"deleted",
|
1065
|
+
"rejected"
|
457
1066
|
]
|
458
|
-
},
|
459
|
-
"region": {
|
460
|
-
"type": "string",
|
461
|
-
"serialized_name": "region"
|
462
|
-
},
|
463
|
-
"location": {
|
464
|
-
"type": "string",
|
465
|
-
"serialized_name": "location"
|
466
|
-
},
|
467
|
-
"bandwidth": {
|
468
|
-
"type": "string",
|
469
|
-
"serialized_name": "bandwidth"
|
470
1067
|
}
|
471
1068
|
}
|
472
1069
|
}
|
@@ -493,6 +1090,10 @@
|
|
493
1090
|
"members": {
|
494
1091
|
"type": "structure",
|
495
1092
|
"members": {
|
1093
|
+
"owner_account": {
|
1094
|
+
"type": "string",
|
1095
|
+
"serialized_name": "ownerAccount"
|
1096
|
+
},
|
496
1097
|
"connection_id": {
|
497
1098
|
"type": "string",
|
498
1099
|
"serialized_name": "connectionId"
|
@@ -505,11 +1106,14 @@
|
|
505
1106
|
"type": "string",
|
506
1107
|
"serialized_name": "connectionState",
|
507
1108
|
"enum": [
|
1109
|
+
"ordering",
|
508
1110
|
"requested",
|
509
1111
|
"pending",
|
510
1112
|
"available",
|
511
1113
|
"down",
|
512
|
-
"
|
1114
|
+
"deleting",
|
1115
|
+
"deleted",
|
1116
|
+
"rejected"
|
513
1117
|
]
|
514
1118
|
},
|
515
1119
|
"region": {
|
@@ -519,6 +1123,18 @@
|
|
519
1123
|
"location": {
|
520
1124
|
"type": "string",
|
521
1125
|
"serialized_name": "location"
|
1126
|
+
},
|
1127
|
+
"bandwidth": {
|
1128
|
+
"type": "string",
|
1129
|
+
"serialized_name": "bandwidth"
|
1130
|
+
},
|
1131
|
+
"vlan": {
|
1132
|
+
"type": "integer",
|
1133
|
+
"serialized_name": "vlan"
|
1134
|
+
},
|
1135
|
+
"partner_name": {
|
1136
|
+
"type": "string",
|
1137
|
+
"serialized_name": "partnerName"
|
522
1138
|
}
|
523
1139
|
}
|
524
1140
|
}
|
@@ -526,97 +1142,74 @@
|
|
526
1142
|
}
|
527
1143
|
}
|
528
1144
|
},
|
529
|
-
"
|
530
|
-
"name": "
|
1145
|
+
"describe_connections_on_interconnect": {
|
1146
|
+
"name": "DescribeConnectionsOnInterconnect",
|
531
1147
|
"http_method": "POST",
|
532
1148
|
"http_path": "/",
|
533
1149
|
"input": {
|
534
1150
|
"type": "input",
|
535
1151
|
"members": {
|
536
|
-
"
|
1152
|
+
"interconnect_id": {
|
537
1153
|
"type": "string",
|
538
1154
|
"required": true,
|
539
|
-
"serialized_name": "
|
1155
|
+
"serialized_name": "interconnectId"
|
540
1156
|
}
|
541
1157
|
}
|
542
1158
|
},
|
543
1159
|
"output": {
|
544
1160
|
"type": "output",
|
545
1161
|
"members": {
|
546
|
-
"
|
547
|
-
"type": "string",
|
548
|
-
"serialized_name": "offeringId"
|
549
|
-
},
|
550
|
-
"region": {
|
551
|
-
"type": "string",
|
552
|
-
"serialized_name": "region"
|
553
|
-
},
|
554
|
-
"location": {
|
555
|
-
"type": "string",
|
556
|
-
"serialized_name": "location"
|
557
|
-
},
|
558
|
-
"offering_name": {
|
559
|
-
"type": "string",
|
560
|
-
"serialized_name": "offeringName"
|
561
|
-
},
|
562
|
-
"description": {
|
563
|
-
"type": "string",
|
564
|
-
"serialized_name": "description"
|
565
|
-
},
|
566
|
-
"bandwidth": {
|
567
|
-
"type": "string",
|
568
|
-
"serialized_name": "bandwidth"
|
569
|
-
},
|
570
|
-
"connection_costs": {
|
1162
|
+
"connections": {
|
571
1163
|
"type": "list",
|
572
|
-
"serialized_name": "
|
1164
|
+
"serialized_name": "connections",
|
573
1165
|
"members": {
|
574
1166
|
"type": "structure",
|
575
1167
|
"members": {
|
576
|
-
"
|
1168
|
+
"owner_account": {
|
577
1169
|
"type": "string",
|
578
|
-
"serialized_name": "
|
1170
|
+
"serialized_name": "ownerAccount"
|
579
1171
|
},
|
580
|
-
"
|
1172
|
+
"connection_id": {
|
581
1173
|
"type": "string",
|
582
|
-
"serialized_name": "
|
1174
|
+
"serialized_name": "connectionId"
|
583
1175
|
},
|
584
|
-
"
|
1176
|
+
"connection_name": {
|
585
1177
|
"type": "string",
|
586
|
-
"serialized_name": "
|
1178
|
+
"serialized_name": "connectionName"
|
587
1179
|
},
|
588
|
-
"
|
589
|
-
"type": "string",
|
590
|
-
"serialized_name": "amount"
|
591
|
-
}
|
592
|
-
}
|
593
|
-
}
|
594
|
-
},
|
595
|
-
"order_steps": {
|
596
|
-
"type": "list",
|
597
|
-
"serialized_name": "orderSteps",
|
598
|
-
"members": {
|
599
|
-
"type": "structure",
|
600
|
-
"members": {
|
601
|
-
"number": {
|
1180
|
+
"connection_state": {
|
602
1181
|
"type": "string",
|
603
|
-
"serialized_name": "
|
1182
|
+
"serialized_name": "connectionState",
|
1183
|
+
"enum": [
|
1184
|
+
"ordering",
|
1185
|
+
"requested",
|
1186
|
+
"pending",
|
1187
|
+
"available",
|
1188
|
+
"down",
|
1189
|
+
"deleting",
|
1190
|
+
"deleted",
|
1191
|
+
"rejected"
|
1192
|
+
]
|
604
1193
|
},
|
605
|
-
"
|
1194
|
+
"region": {
|
606
1195
|
"type": "string",
|
607
|
-
"serialized_name": "
|
1196
|
+
"serialized_name": "region"
|
608
1197
|
},
|
609
|
-
"
|
1198
|
+
"location": {
|
610
1199
|
"type": "string",
|
611
|
-
"serialized_name": "
|
1200
|
+
"serialized_name": "location"
|
612
1201
|
},
|
613
|
-
"
|
1202
|
+
"bandwidth": {
|
614
1203
|
"type": "string",
|
615
|
-
"serialized_name": "
|
1204
|
+
"serialized_name": "bandwidth"
|
616
1205
|
},
|
617
|
-
"
|
1206
|
+
"vlan": {
|
618
1207
|
"type": "integer",
|
619
|
-
"serialized_name": "
|
1208
|
+
"serialized_name": "vlan"
|
1209
|
+
},
|
1210
|
+
"partner_name": {
|
1211
|
+
"type": "string",
|
1212
|
+
"serialized_name": "partnerName"
|
620
1213
|
}
|
621
1214
|
}
|
622
1215
|
}
|
@@ -624,67 +1217,86 @@
|
|
624
1217
|
}
|
625
1218
|
}
|
626
1219
|
},
|
627
|
-
"
|
628
|
-
"name": "
|
1220
|
+
"describe_interconnects": {
|
1221
|
+
"name": "DescribeInterconnects",
|
629
1222
|
"http_method": "POST",
|
630
1223
|
"http_path": "/",
|
1224
|
+
"input": {
|
1225
|
+
"type": "input",
|
1226
|
+
"members": {
|
1227
|
+
"interconnect_id": {
|
1228
|
+
"type": "string",
|
1229
|
+
"serialized_name": "interconnectId"
|
1230
|
+
}
|
1231
|
+
}
|
1232
|
+
},
|
631
1233
|
"output": {
|
632
1234
|
"type": "output",
|
633
1235
|
"members": {
|
634
|
-
"
|
1236
|
+
"interconnects": {
|
635
1237
|
"type": "list",
|
636
|
-
"serialized_name": "
|
1238
|
+
"serialized_name": "interconnects",
|
637
1239
|
"members": {
|
638
1240
|
"type": "structure",
|
639
1241
|
"members": {
|
640
|
-
"
|
1242
|
+
"interconnect_id": {
|
641
1243
|
"type": "string",
|
642
|
-
"serialized_name": "
|
1244
|
+
"serialized_name": "interconnectId"
|
643
1245
|
},
|
644
|
-
"
|
1246
|
+
"interconnect_name": {
|
645
1247
|
"type": "string",
|
646
|
-
"serialized_name": "
|
1248
|
+
"serialized_name": "interconnectName"
|
647
1249
|
},
|
648
|
-
"
|
1250
|
+
"interconnect_state": {
|
649
1251
|
"type": "string",
|
650
|
-
"serialized_name": "
|
1252
|
+
"serialized_name": "interconnectState",
|
1253
|
+
"enum": [
|
1254
|
+
"requested",
|
1255
|
+
"pending",
|
1256
|
+
"available",
|
1257
|
+
"down",
|
1258
|
+
"deleting",
|
1259
|
+
"deleted"
|
1260
|
+
]
|
651
1261
|
},
|
652
|
-
"
|
1262
|
+
"region": {
|
653
1263
|
"type": "string",
|
654
|
-
"serialized_name": "
|
1264
|
+
"serialized_name": "region"
|
655
1265
|
},
|
656
|
-
"
|
1266
|
+
"location": {
|
657
1267
|
"type": "string",
|
658
|
-
"serialized_name": "
|
1268
|
+
"serialized_name": "location"
|
659
1269
|
},
|
660
1270
|
"bandwidth": {
|
661
1271
|
"type": "string",
|
662
1272
|
"serialized_name": "bandwidth"
|
1273
|
+
}
|
1274
|
+
}
|
1275
|
+
}
|
1276
|
+
}
|
1277
|
+
}
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"describe_locations": {
|
1281
|
+
"name": "DescribeLocations",
|
1282
|
+
"http_method": "POST",
|
1283
|
+
"http_path": "/",
|
1284
|
+
"output": {
|
1285
|
+
"type": "output",
|
1286
|
+
"members": {
|
1287
|
+
"locations": {
|
1288
|
+
"type": "list",
|
1289
|
+
"serialized_name": "locations",
|
1290
|
+
"members": {
|
1291
|
+
"type": "structure",
|
1292
|
+
"members": {
|
1293
|
+
"location_code": {
|
1294
|
+
"type": "string",
|
1295
|
+
"serialized_name": "locationCode"
|
663
1296
|
},
|
664
|
-
"
|
665
|
-
"type": "
|
666
|
-
"serialized_name": "
|
667
|
-
"members": {
|
668
|
-
"type": "structure",
|
669
|
-
"members": {
|
670
|
-
"name": {
|
671
|
-
"type": "string",
|
672
|
-
"serialized_name": "name"
|
673
|
-
},
|
674
|
-
"unit": {
|
675
|
-
"type": "string",
|
676
|
-
"serialized_name": "unit"
|
677
|
-
},
|
678
|
-
"currency_code": {
|
679
|
-
"type": "string",
|
680
|
-
"serialized_name": "currencyCode"
|
681
|
-
},
|
682
|
-
"amount": {
|
683
|
-
"type": "string",
|
684
|
-
"serialized_name": "amount"
|
685
|
-
}
|
686
|
-
}
|
687
|
-
}
|
1297
|
+
"location_name": {
|
1298
|
+
"type": "string",
|
1299
|
+
"serialized_name": "locationName"
|
688
1300
|
}
|
689
1301
|
}
|
690
1302
|
}
|
@@ -745,6 +1357,10 @@
|
|
745
1357
|
"members": {
|
746
1358
|
"type": "structure",
|
747
1359
|
"members": {
|
1360
|
+
"owner_account": {
|
1361
|
+
"type": "string",
|
1362
|
+
"serialized_name": "ownerAccount"
|
1363
|
+
},
|
748
1364
|
"virtual_interface_id": {
|
749
1365
|
"type": "string",
|
750
1366
|
"serialized_name": "virtualInterfaceId"
|
@@ -789,11 +1405,13 @@
|
|
789
1405
|
"type": "string",
|
790
1406
|
"serialized_name": "virtualInterfaceState",
|
791
1407
|
"enum": [
|
1408
|
+
"confirming",
|
792
1409
|
"verifying",
|
793
1410
|
"pending",
|
794
1411
|
"available",
|
795
1412
|
"deleting",
|
796
|
-
"deleted"
|
1413
|
+
"deleted",
|
1414
|
+
"rejected"
|
797
1415
|
]
|
798
1416
|
},
|
799
1417
|
"customer_router_config": {
|