aws-sdk-core 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/CloudFront-2013-11-11.json +5502 -0
- data/apis/CloudWatch-2010-08-01.json +186 -1
- data/apis/DirectConnect-2012-10-25.json +758 -140
- data/apis/DynamoDB-2012-08-10.json +860 -2
- data/apis/EC2-2013-10-15.json +14698 -0
- data/apis/EMR-2009-03-31.json +86 -0
- data/apis/ElastiCache-2013-06-15.json +13 -5
- data/apis/ElasticBeanstalk-2010-12-01.json +141 -16
- data/apis/ElasticLoadBalancing-2012-06-01.json +0 -72
- data/apis/IAM-2010-05-08.json +156 -0
- data/apis/Kinesis-2013-12-02.json +9 -1
- data/apis/OpsWorks-2013-02-18.json +180 -6
- data/apis/RDS-2013-02-12.json +2 -1
- data/apis/RDS-2013-09-09.json +7963 -0
- data/apis/Redshift-2012-12-01.json +3273 -702
- data/apis/Route53-2012-12-12.json +2 -2
- data/apis/S3-2006-03-01.json +579 -538
- data/apis/SNS-2010-03-31.json +14 -0
- data/apis/SQS-2012-11-05.json +43 -6
- data/apis/STS-2011-06-15.json +81 -0
- data/apis/StorageGateway-2013-06-30.json +28 -28
- data/apis/source/cloudformation-2010-05-15.json +199 -199
- data/apis/source/cloudfront-2013-11-11.json +8828 -0
- data/apis/source/cloudfront-2013-11-11.paginators.json +32 -0
- data/apis/source/cloudfront-2013-11-11.waiters.json +29 -0
- data/apis/source/cloudsearch-2011-02-01.json +16 -23
- data/apis/source/datapipeline-2012-10-29.paginators.json +3 -2
- data/apis/source/directconnect-2012-10-25.json +1302 -363
- data/apis/source/dynamodb-2011-12-05.paginators.json +4 -1
- data/apis/source/dynamodb-2011-12-05.waiters.json +27 -0
- data/apis/source/dynamodb-2012-08-10.json +1634 -417
- data/apis/source/dynamodb-2012-08-10.paginators.json +4 -1
- data/apis/source/dynamodb-2012-08-10.waiters.json +25 -0
- data/apis/source/ec2-2013-10-15.json +19911 -0
- data/apis/source/ec2-2013-10-15.paginators.json +126 -0
- data/apis/source/ec2-2013-10-15.waiters.json +146 -0
- data/apis/source/elasticache-2013-06-15.json +10 -8
- data/apis/source/elasticache-2013-06-15.paginators.json +8 -2
- data/apis/source/elasticbeanstalk-2010-12-01.json +186 -32
- data/apis/source/elasticloadbalancing-2012-06-01.json +166 -293
- data/apis/source/elasticmapreduce-2009-03-31.json +229 -134
- data/apis/source/elastictranscoder-2012-09-25.json +1 -1
- data/apis/source/glacier-2012-06-01.paginators.json +3 -3
- data/apis/source/glacier-2012-06-01.waiters.json +23 -0
- data/apis/source/iam-2010-05-08.json +1306 -626
- data/apis/source/iam-2010-05-08.paginators.json +3 -0
- data/apis/source/kinesis-2013-12-02.json +4 -4
- data/apis/source/kinesis-2013-12-02.paginators.json +10 -4
- data/apis/source/monitoring-2010-08-01.json +336 -28
- data/apis/source/opsworks-2013-02-18.json +385 -102
- data/apis/source/rds-2013-01-10.paginators.json +6 -2
- data/apis/source/rds-2013-02-12.paginators.json +6 -2
- data/apis/source/rds-2013-09-09.json +10658 -0
- data/apis/source/rds-2013-09-09.paginators.json +110 -0
- data/apis/source/rds-2013-09-09.waiters.json +36 -0
- data/apis/source/redshift-2012-12-01.json +4759 -1237
- data/apis/source/redshift-2012-12-01.paginators.json +20 -1
- data/apis/source/redshift-2012-12-01.waiters.json +43 -0
- data/apis/source/route53-2012-12-12.paginators.json +2 -2
- data/apis/source/s3-2006-03-01.json +1032 -985
- data/apis/source/s3-2006-03-01.paginators.json +14 -3
- data/apis/source/s3-2006-03-01.waiters.json +27 -0
- data/apis/source/sns-2010-03-31.paginators.json +10 -0
- data/apis/source/sqs-2012-11-05.json +153 -101
- data/apis/source/storagegateway-2013-06-30.json +403 -442
- data/apis/source/storagegateway-2013-06-30.paginators.json +24 -0
- data/apis/source/sts-2011-06-15.json +258 -75
- data/apis/source/support-2013-04-15.paginators.json +0 -6
- data/apis/source/swf-2012-01-25.paginators.json +7 -7
- data/features/autoscaling/client.feature +6 -10
- data/features/autoscaling/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudformation/client.feature +5 -6
- data/features/cloudformation/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudfront/client.feature +5 -9
- data/features/cloudfront/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudsearch/client.feature +4 -6
- data/features/cloudsearch/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudwatch/client.feature +7 -9
- data/features/cloudwatch/{setup.rb → step_definitions.rb} +1 -1
- data/features/datapipeline/client.feature +5 -7
- data/features/datapipeline/{setup.rb → step_definitions.rb} +1 -1
- data/features/directconnect/client.feature +5 -7
- data/features/directconnect/{setup.rb → step_definitions.rb} +1 -1
- data/features/dynamodb/client.feature +6 -10
- data/features/dynamodb/simplified.feature +5 -9
- data/features/dynamodb/step_definitions.rb +9 -1
- data/features/ec2/client.feature +4 -9
- data/features/ec2/step_definitions.rb +3 -16
- data/features/elasticache/client.feature +4 -6
- data/features/elasticache/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticbeanstalk/client.feature +4 -6
- data/features/elasticbeanstalk/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticloadbalancing/client.feature +4 -6
- data/features/elasticloadbalancing/{setup.rb → step_definitions.rb} +1 -1
- data/features/elastictranscoder/client.feature +4 -6
- data/features/elastictranscoder/{setup.rb → step_definitions.rb} +1 -1
- data/features/emr/client.feature +4 -6
- data/features/emr/{setup.rb → step_definitions.rb} +1 -1
- data/features/env.rb +0 -2
- data/features/glacier/client.feature +10 -34
- data/features/glacier/step_definitions.rb +25 -8
- data/features/glacier/upload.feature +27 -0
- data/features/iam/client.feature +4 -6
- data/features/iam/{setup.rb → step_definitions.rb} +1 -1
- data/features/importexport/client.feature +4 -6
- data/features/importexport/{setup.rb → step_definitions.rb} +1 -1
- data/features/kinesis/client.feature +4 -6
- data/features/kinesis/{setup.rb → step_definitions.rb} +1 -1
- data/features/opsworks/client.feature +4 -6
- data/features/opsworks/{setup.rb → step_definitions.rb} +1 -1
- data/features/rds/client.feature +4 -6
- data/features/rds/{setup.rb → step_definitions.rb} +1 -1
- data/features/redshift/client.feature +4 -6
- data/features/redshift/{setup.rb → step_definitions.rb} +1 -1
- data/features/route53/client.feature +4 -6
- data/features/route53/{setup.rb → step_definitions.rb} +1 -1
- data/features/s3/buckets.feature +8 -0
- data/features/s3/step_definitions.rb +42 -3
- data/features/sdb/client.feature +4 -6
- data/features/sdb/{setup.rb → step_definitions.rb} +1 -1
- data/features/ses/client.feature +4 -6
- data/features/ses/{setup.rb → step_definitions.rb} +1 -1
- data/features/sns/client.feature +5 -6
- data/features/sns/{setup.rb → step_definitions.rb} +1 -1
- data/features/sqs/client.feature +5 -7
- data/features/sqs/step_definitions.rb +11 -0
- data/features/step_definitions.rb +88 -0
- data/features/storagegateway/client.feature +4 -6
- data/features/storagegateway/{setup.rb → step_definitions.rb} +1 -1
- data/features/sts/client.feature +5 -6
- data/features/sts/{setup.rb → step_definitions.rb} +1 -1
- data/features/swf/client.feature +5 -9
- data/features/swf/{setup.rb → step_definitions.rb} +1 -1
- data/lib/aws/api/shape_translator.rb +1 -0
- data/lib/aws/errors.rb +35 -11
- data/lib/aws/plugins/credentials.rb +11 -5
- data/lib/aws/plugins/regional_endpoint.rb +7 -3
- data/lib/aws/plugins/s3_regional_endpoint.rb +0 -2
- data/lib/aws/request_handler.rb +8 -3
- data/lib/aws/signers/s3.rb +14 -18
- data/lib/aws/version.rb +1 -1
- data/spec/aws/errors_spec.rb +39 -0
- data/spec/aws/plugins/credentials_spec.rb +12 -0
- data/spec/aws/plugins/region_endpoint_spec.rb +16 -4
- data/spec/aws/plugins/retry_errors_spec.rb +26 -26
- data/spec/aws/service_spec.rb +1 -1
- data/spec/fixtures/operations/route53/change_resource_record_sets.yml +18 -0
- data/tasks/test.rake +6 -18
- data/vendor/seahorse/lib/seahorse/client/http/headers.rb +20 -0
- data/vendor/seahorse/tasks/test.rake +2 -15
- metadata +77 -64
- data/features/common/step_definitions.rb +0 -63
- data/features/dynamodb/setup.rb +0 -8
- data/features/ec2/setup.rb +0 -6
- data/features/glacier/setup.rb +0 -16
- data/features/s3/setup.rb +0 -17
- data/features/sqs/setup.rb +0 -10
data/apis/SNS-2010-03-31.json
CHANGED
@@ -401,6 +401,13 @@
|
|
401
401
|
"name": "ListEndpointsByPlatformApplication",
|
402
402
|
"http_method": "POST",
|
403
403
|
"http_path": "/",
|
404
|
+
"metadata": {
|
405
|
+
"paging": {
|
406
|
+
"tokens": {
|
407
|
+
"next_token": "next_token"
|
408
|
+
}
|
409
|
+
}
|
410
|
+
},
|
404
411
|
"input": {
|
405
412
|
"type": "input",
|
406
413
|
"members": {
|
@@ -455,6 +462,13 @@
|
|
455
462
|
"name": "ListPlatformApplications",
|
456
463
|
"http_method": "POST",
|
457
464
|
"http_path": "/",
|
465
|
+
"metadata": {
|
466
|
+
"paging": {
|
467
|
+
"tokens": {
|
468
|
+
"next_token": "next_token"
|
469
|
+
}
|
470
|
+
}
|
471
|
+
},
|
458
472
|
"input": {
|
459
473
|
"type": "input",
|
460
474
|
"members": {
|
data/apis/SQS-2012-11-05.json
CHANGED
@@ -215,7 +215,8 @@
|
|
215
215
|
"QueueArn",
|
216
216
|
"ApproximateNumberOfMessagesDelayed",
|
217
217
|
"DelaySeconds",
|
218
|
-
"ReceiveMessageWaitTimeSeconds"
|
218
|
+
"ReceiveMessageWaitTimeSeconds",
|
219
|
+
"RedrivePolicy"
|
219
220
|
]
|
220
221
|
},
|
221
222
|
"members": {
|
@@ -387,7 +388,8 @@
|
|
387
388
|
"QueueArn",
|
388
389
|
"ApproximateNumberOfMessagesDelayed",
|
389
390
|
"DelaySeconds",
|
390
|
-
"ReceiveMessageWaitTimeSeconds"
|
391
|
+
"ReceiveMessageWaitTimeSeconds",
|
392
|
+
"RedrivePolicy"
|
391
393
|
]
|
392
394
|
}
|
393
395
|
}
|
@@ -417,7 +419,8 @@
|
|
417
419
|
"QueueArn",
|
418
420
|
"ApproximateNumberOfMessagesDelayed",
|
419
421
|
"DelaySeconds",
|
420
|
-
"ReceiveMessageWaitTimeSeconds"
|
422
|
+
"ReceiveMessageWaitTimeSeconds",
|
423
|
+
"RedrivePolicy"
|
421
424
|
]
|
422
425
|
},
|
423
426
|
"members": {
|
@@ -459,6 +462,37 @@
|
|
459
462
|
}
|
460
463
|
}
|
461
464
|
},
|
465
|
+
"list_dead_letter_source_queues": {
|
466
|
+
"name": "ListDeadLetterSourceQueues",
|
467
|
+
"http_method": "POST",
|
468
|
+
"http_path": "/",
|
469
|
+
"input": {
|
470
|
+
"type": "input",
|
471
|
+
"members": {
|
472
|
+
"queue_url": {
|
473
|
+
"type": "string",
|
474
|
+
"required": true,
|
475
|
+
"serialized_name": "QueueUrl"
|
476
|
+
}
|
477
|
+
}
|
478
|
+
},
|
479
|
+
"output": {
|
480
|
+
"type": "output",
|
481
|
+
"metadata": {
|
482
|
+
"wrapper": "ListDeadLetterSourceQueuesResult"
|
483
|
+
},
|
484
|
+
"members": {
|
485
|
+
"queue_urls": {
|
486
|
+
"type": "flat_list",
|
487
|
+
"serialized_name": "queueUrls",
|
488
|
+
"members": {
|
489
|
+
"type": "string",
|
490
|
+
"serialized_name": "QueueUrl"
|
491
|
+
}
|
492
|
+
}
|
493
|
+
}
|
494
|
+
}
|
495
|
+
},
|
462
496
|
"list_queues": {
|
463
497
|
"name": "ListQueues",
|
464
498
|
"http_method": "POST",
|
@@ -519,7 +553,8 @@
|
|
519
553
|
"QueueArn",
|
520
554
|
"ApproximateNumberOfMessagesDelayed",
|
521
555
|
"DelaySeconds",
|
522
|
-
"ReceiveMessageWaitTimeSeconds"
|
556
|
+
"ReceiveMessageWaitTimeSeconds",
|
557
|
+
"RedrivePolicy"
|
523
558
|
]
|
524
559
|
}
|
525
560
|
},
|
@@ -584,7 +619,8 @@
|
|
584
619
|
"QueueArn",
|
585
620
|
"ApproximateNumberOfMessagesDelayed",
|
586
621
|
"DelaySeconds",
|
587
|
-
"ReceiveMessageWaitTimeSeconds"
|
622
|
+
"ReceiveMessageWaitTimeSeconds",
|
623
|
+
"RedrivePolicy"
|
588
624
|
]
|
589
625
|
},
|
590
626
|
"members": {
|
@@ -785,7 +821,8 @@
|
|
785
821
|
"QueueArn",
|
786
822
|
"ApproximateNumberOfMessagesDelayed",
|
787
823
|
"DelaySeconds",
|
788
|
-
"ReceiveMessageWaitTimeSeconds"
|
824
|
+
"ReceiveMessageWaitTimeSeconds",
|
825
|
+
"RedrivePolicy"
|
789
826
|
]
|
790
827
|
},
|
791
828
|
"members": {
|
data/apis/STS-2011-06-15.json
CHANGED
@@ -112,6 +112,87 @@
|
|
112
112
|
}
|
113
113
|
}
|
114
114
|
},
|
115
|
+
"assume_role_with_saml": {
|
116
|
+
"name": "AssumeRoleWithSAML",
|
117
|
+
"http_method": "POST",
|
118
|
+
"http_path": "/",
|
119
|
+
"input": {
|
120
|
+
"type": "input",
|
121
|
+
"members": {
|
122
|
+
"role_arn": {
|
123
|
+
"type": "string",
|
124
|
+
"required": true,
|
125
|
+
"serialized_name": "RoleArn"
|
126
|
+
},
|
127
|
+
"principal_arn": {
|
128
|
+
"type": "string",
|
129
|
+
"required": true,
|
130
|
+
"serialized_name": "PrincipalArn"
|
131
|
+
},
|
132
|
+
"saml_assertion": {
|
133
|
+
"type": "string",
|
134
|
+
"required": true,
|
135
|
+
"serialized_name": "SAMLAssertion"
|
136
|
+
},
|
137
|
+
"policy": {
|
138
|
+
"type": "string",
|
139
|
+
"serialized_name": "Policy"
|
140
|
+
},
|
141
|
+
"duration_seconds": {
|
142
|
+
"type": "integer",
|
143
|
+
"serialized_name": "DurationSeconds"
|
144
|
+
}
|
145
|
+
}
|
146
|
+
},
|
147
|
+
"output": {
|
148
|
+
"type": "output",
|
149
|
+
"metadata": {
|
150
|
+
"wrapper": "AssumeRoleWithSAMLResult"
|
151
|
+
},
|
152
|
+
"members": {
|
153
|
+
"credentials": {
|
154
|
+
"type": "structure",
|
155
|
+
"serialized_name": "Credentials",
|
156
|
+
"members": {
|
157
|
+
"access_key_id": {
|
158
|
+
"type": "string",
|
159
|
+
"serialized_name": "AccessKeyId"
|
160
|
+
},
|
161
|
+
"secret_access_key": {
|
162
|
+
"type": "string",
|
163
|
+
"serialized_name": "SecretAccessKey"
|
164
|
+
},
|
165
|
+
"session_token": {
|
166
|
+
"type": "string",
|
167
|
+
"serialized_name": "SessionToken"
|
168
|
+
},
|
169
|
+
"expiration": {
|
170
|
+
"type": "iso8601_timestamp",
|
171
|
+
"serialized_name": "Expiration"
|
172
|
+
}
|
173
|
+
}
|
174
|
+
},
|
175
|
+
"assumed_role_user": {
|
176
|
+
"type": "structure",
|
177
|
+
"serialized_name": "AssumedRoleUser",
|
178
|
+
"members": {
|
179
|
+
"assumed_role_id": {
|
180
|
+
"type": "string",
|
181
|
+
"serialized_name": "AssumedRoleId"
|
182
|
+
},
|
183
|
+
"arn": {
|
184
|
+
"type": "string",
|
185
|
+
"serialized_name": "Arn"
|
186
|
+
}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"packed_policy_size": {
|
190
|
+
"type": "integer",
|
191
|
+
"serialized_name": "PackedPolicySize"
|
192
|
+
}
|
193
|
+
}
|
194
|
+
}
|
195
|
+
},
|
115
196
|
"assume_role_with_web_identity": {
|
116
197
|
"name": "AssumeRoleWithWebIdentity",
|
117
198
|
"http_method": "POST",
|
@@ -63,14 +63,6 @@
|
|
63
63
|
"gateway_type": {
|
64
64
|
"type": "string",
|
65
65
|
"serialized_name": "GatewayType"
|
66
|
-
},
|
67
|
-
"tape_drive_type": {
|
68
|
-
"type": "string",
|
69
|
-
"serialized_name": "TapeDriveType"
|
70
|
-
},
|
71
|
-
"medium_changer_type": {
|
72
|
-
"type": "string",
|
73
|
-
"serialized_name": "MediumChangerType"
|
74
66
|
}
|
75
67
|
}
|
76
68
|
},
|
@@ -1107,6 +1099,13 @@
|
|
1107
1099
|
"name": "DescribeTapeArchives",
|
1108
1100
|
"http_method": "POST",
|
1109
1101
|
"http_path": "/",
|
1102
|
+
"metadata": {
|
1103
|
+
"paging": {
|
1104
|
+
"tokens": {
|
1105
|
+
"marker": "marker"
|
1106
|
+
}
|
1107
|
+
}
|
1108
|
+
},
|
1110
1109
|
"input": {
|
1111
1110
|
"type": "input",
|
1112
1111
|
"members": {
|
@@ -1174,6 +1173,13 @@
|
|
1174
1173
|
"name": "DescribeTapeRecoveryPoints",
|
1175
1174
|
"http_method": "POST",
|
1176
1175
|
"http_path": "/",
|
1176
|
+
"metadata": {
|
1177
|
+
"paging": {
|
1178
|
+
"tokens": {
|
1179
|
+
"marker": "marker"
|
1180
|
+
}
|
1181
|
+
}
|
1182
|
+
},
|
1177
1183
|
"input": {
|
1178
1184
|
"type": "input",
|
1179
1185
|
"members": {
|
@@ -1216,10 +1222,6 @@
|
|
1216
1222
|
"tape_size_in_bytes": {
|
1217
1223
|
"type": "integer",
|
1218
1224
|
"serialized_name": "TapeSizeInBytes"
|
1219
|
-
},
|
1220
|
-
"tape_status": {
|
1221
|
-
"type": "string",
|
1222
|
-
"serialized_name": "TapeStatus"
|
1223
1225
|
}
|
1224
1226
|
}
|
1225
1227
|
}
|
@@ -1235,6 +1237,13 @@
|
|
1235
1237
|
"name": "DescribeTapes",
|
1236
1238
|
"http_method": "POST",
|
1237
1239
|
"http_path": "/",
|
1240
|
+
"metadata": {
|
1241
|
+
"paging": {
|
1242
|
+
"tokens": {
|
1243
|
+
"marker": "marker"
|
1244
|
+
}
|
1245
|
+
}
|
1246
|
+
},
|
1238
1247
|
"input": {
|
1239
1248
|
"type": "input",
|
1240
1249
|
"members": {
|
@@ -1346,6 +1355,13 @@
|
|
1346
1355
|
"name": "DescribeVTLDevices",
|
1347
1356
|
"http_method": "POST",
|
1348
1357
|
"http_path": "/",
|
1358
|
+
"metadata": {
|
1359
|
+
"paging": {
|
1360
|
+
"tokens": {
|
1361
|
+
"marker": "marker"
|
1362
|
+
}
|
1363
|
+
}
|
1364
|
+
},
|
1349
1365
|
"input": {
|
1350
1366
|
"type": "input",
|
1351
1367
|
"members": {
|
@@ -1388,18 +1404,6 @@
|
|
1388
1404
|
"type": "string",
|
1389
1405
|
"serialized_name": "VTLDeviceARN"
|
1390
1406
|
},
|
1391
|
-
"vtl_device_type": {
|
1392
|
-
"type": "string",
|
1393
|
-
"serialized_name": "VTLDeviceType"
|
1394
|
-
},
|
1395
|
-
"vtl_device_vendor": {
|
1396
|
-
"type": "string",
|
1397
|
-
"serialized_name": "VTLDeviceVendor"
|
1398
|
-
},
|
1399
|
-
"vtl_device_product_identifier": {
|
1400
|
-
"type": "string",
|
1401
|
-
"serialized_name": "VTLDeviceProductIdentifier"
|
1402
|
-
},
|
1403
1407
|
"devicei_scsi_attributes": {
|
1404
1408
|
"type": "structure",
|
1405
1409
|
"serialized_name": "DeviceiSCSIAttributes",
|
@@ -1535,10 +1539,6 @@
|
|
1535
1539
|
"gateway_type": {
|
1536
1540
|
"type": "string",
|
1537
1541
|
"serialized_name": "GatewayType"
|
1538
|
-
},
|
1539
|
-
"gateway_operational_state": {
|
1540
|
-
"type": "string",
|
1541
|
-
"serialized_name": "GatewayOperationalState"
|
1542
1542
|
}
|
1543
1543
|
}
|
1544
1544
|
}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"service_full_name": "AWS CloudFormation",
|
7
7
|
"endpoint_prefix": "cloudformation",
|
8
8
|
"xmlnamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/",
|
9
|
-
"documentation":
|
9
|
+
"documentation": null,
|
10
10
|
"operations": {
|
11
11
|
"CancelUpdateStack": {
|
12
12
|
"name": "CancelUpdateStack",
|
@@ -17,17 +17,17 @@
|
|
17
17
|
"StackName": {
|
18
18
|
"shape_name": "StackName",
|
19
19
|
"type": "string",
|
20
|
-
"documentation":
|
20
|
+
"documentation": null,
|
21
21
|
"required": true
|
22
22
|
}
|
23
23
|
},
|
24
|
-
"documentation":
|
24
|
+
"documentation": null
|
25
25
|
},
|
26
26
|
"output": null,
|
27
27
|
"errors": [
|
28
28
|
|
29
29
|
],
|
30
|
-
"documentation":
|
30
|
+
"documentation": null
|
31
31
|
},
|
32
32
|
"CreateStack": {
|
33
33
|
"name": "CreateStack",
|
@@ -38,21 +38,21 @@
|
|
38
38
|
"StackName": {
|
39
39
|
"shape_name": "StackName",
|
40
40
|
"type": "string",
|
41
|
-
"documentation":
|
41
|
+
"documentation": null,
|
42
42
|
"required": true
|
43
43
|
},
|
44
44
|
"TemplateBody": {
|
45
45
|
"shape_name": "TemplateBody",
|
46
46
|
"type": "string",
|
47
47
|
"min_length": 1,
|
48
|
-
"documentation":
|
48
|
+
"documentation": null
|
49
49
|
},
|
50
50
|
"TemplateURL": {
|
51
51
|
"shape_name": "TemplateURL",
|
52
52
|
"type": "string",
|
53
53
|
"min_length": 1,
|
54
54
|
"max_length": 1024,
|
55
|
-
"documentation":
|
55
|
+
"documentation": null
|
56
56
|
},
|
57
57
|
"Parameters": {
|
58
58
|
"shape_name": "Parameters",
|
@@ -64,28 +64,28 @@
|
|
64
64
|
"ParameterKey": {
|
65
65
|
"shape_name": "ParameterKey",
|
66
66
|
"type": "string",
|
67
|
-
"documentation":
|
67
|
+
"documentation": null
|
68
68
|
},
|
69
69
|
"ParameterValue": {
|
70
70
|
"shape_name": "ParameterValue",
|
71
71
|
"type": "string",
|
72
|
-
"documentation":
|
72
|
+
"documentation": null
|
73
73
|
}
|
74
74
|
},
|
75
|
-
"documentation":
|
75
|
+
"documentation": null
|
76
76
|
},
|
77
|
-
"documentation":
|
77
|
+
"documentation": null
|
78
78
|
},
|
79
79
|
"DisableRollback": {
|
80
80
|
"shape_name": "DisableRollback",
|
81
81
|
"type": "boolean",
|
82
|
-
"documentation":
|
82
|
+
"documentation": null
|
83
83
|
},
|
84
84
|
"TimeoutInMinutes": {
|
85
85
|
"shape_name": "TimeoutMinutes",
|
86
86
|
"type": "integer",
|
87
87
|
"min_length": 1,
|
88
|
-
"documentation":
|
88
|
+
"documentation": null
|
89
89
|
},
|
90
90
|
"NotificationARNs": {
|
91
91
|
"shape_name": "NotificationARNs",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"documentation": null
|
97
97
|
},
|
98
98
|
"max_length": 5,
|
99
|
-
"documentation":
|
99
|
+
"documentation": null
|
100
100
|
},
|
101
101
|
"Capabilities": {
|
102
102
|
"shape_name": "Capabilities",
|
@@ -109,7 +109,7 @@
|
|
109
109
|
],
|
110
110
|
"documentation": null
|
111
111
|
},
|
112
|
-
"documentation":
|
112
|
+
"documentation": null
|
113
113
|
},
|
114
114
|
"OnFailure": {
|
115
115
|
"shape_name": "OnFailure",
|
@@ -119,21 +119,21 @@
|
|
119
119
|
"ROLLBACK",
|
120
120
|
"DELETE"
|
121
121
|
],
|
122
|
-
"documentation":
|
122
|
+
"documentation": null
|
123
123
|
},
|
124
124
|
"StackPolicyBody": {
|
125
125
|
"shape_name": "StackPolicyBody",
|
126
126
|
"type": "string",
|
127
127
|
"min_length": 1,
|
128
128
|
"max_length": 16384,
|
129
|
-
"documentation":
|
129
|
+
"documentation": null
|
130
130
|
},
|
131
131
|
"StackPolicyURL": {
|
132
132
|
"shape_name": "StackPolicyURL",
|
133
133
|
"type": "string",
|
134
134
|
"min_length": 1,
|
135
135
|
"max_length": 1350,
|
136
|
-
"documentation":
|
136
|
+
"documentation": null
|
137
137
|
},
|
138
138
|
"Tags": {
|
139
139
|
"shape_name": "Tags",
|
@@ -145,20 +145,20 @@
|
|
145
145
|
"Key": {
|
146
146
|
"shape_name": "TagKey",
|
147
147
|
"type": "string",
|
148
|
-
"documentation":
|
148
|
+
"documentation": null
|
149
149
|
},
|
150
150
|
"Value": {
|
151
151
|
"shape_name": "TagValue",
|
152
152
|
"type": "string",
|
153
|
-
"documentation":
|
153
|
+
"documentation": null
|
154
154
|
}
|
155
155
|
},
|
156
|
-
"documentation":
|
156
|
+
"documentation": null
|
157
157
|
},
|
158
|
-
"documentation":
|
158
|
+
"documentation": null
|
159
159
|
}
|
160
160
|
},
|
161
|
-
"documentation":
|
161
|
+
"documentation": null
|
162
162
|
},
|
163
163
|
"output": {
|
164
164
|
"shape_name": "CreateStackOutput",
|
@@ -167,10 +167,10 @@
|
|
167
167
|
"StackId": {
|
168
168
|
"shape_name": "StackId",
|
169
169
|
"type": "string",
|
170
|
-
"documentation":
|
170
|
+
"documentation": null
|
171
171
|
}
|
172
172
|
},
|
173
|
-
"documentation":
|
173
|
+
"documentation": null
|
174
174
|
},
|
175
175
|
"errors": [
|
176
176
|
{
|
@@ -178,24 +178,24 @@
|
|
178
178
|
"type": "structure",
|
179
179
|
"members": {
|
180
180
|
},
|
181
|
-
"documentation":
|
181
|
+
"documentation": null
|
182
182
|
},
|
183
183
|
{
|
184
184
|
"shape_name": "AlreadyExistsException",
|
185
185
|
"type": "structure",
|
186
186
|
"members": {
|
187
187
|
},
|
188
|
-
"documentation":
|
188
|
+
"documentation": null
|
189
189
|
},
|
190
190
|
{
|
191
191
|
"shape_name": "InsufficientCapabilitiesException",
|
192
192
|
"type": "structure",
|
193
193
|
"members": {
|
194
194
|
},
|
195
|
-
"documentation":
|
195
|
+
"documentation": null
|
196
196
|
}
|
197
197
|
],
|
198
|
-
"documentation":
|
198
|
+
"documentation": null
|
199
199
|
},
|
200
200
|
"DeleteStack": {
|
201
201
|
"name": "DeleteStack",
|
@@ -206,17 +206,17 @@
|
|
206
206
|
"StackName": {
|
207
207
|
"shape_name": "StackName",
|
208
208
|
"type": "string",
|
209
|
-
"documentation":
|
209
|
+
"documentation": null,
|
210
210
|
"required": true
|
211
211
|
}
|
212
212
|
},
|
213
|
-
"documentation":
|
213
|
+
"documentation": null
|
214
214
|
},
|
215
215
|
"output": null,
|
216
216
|
"errors": [
|
217
217
|
|
218
218
|
],
|
219
|
-
"documentation":
|
219
|
+
"documentation": null
|
220
220
|
},
|
221
221
|
"DescribeStackEvents": {
|
222
222
|
"name": "DescribeStackEvents",
|
@@ -227,17 +227,17 @@
|
|
227
227
|
"StackName": {
|
228
228
|
"shape_name": "StackName",
|
229
229
|
"type": "string",
|
230
|
-
"documentation":
|
230
|
+
"documentation": null
|
231
231
|
},
|
232
232
|
"NextToken": {
|
233
233
|
"shape_name": "NextToken",
|
234
234
|
"type": "string",
|
235
235
|
"min_length": 1,
|
236
236
|
"max_length": 1024,
|
237
|
-
"documentation":
|
237
|
+
"documentation": null
|
238
238
|
}
|
239
239
|
},
|
240
|
-
"documentation":
|
240
|
+
"documentation": null
|
241
241
|
},
|
242
242
|
"output": {
|
243
243
|
"shape_name": "DescribeStackEventsOutput",
|
@@ -253,40 +253,40 @@
|
|
253
253
|
"StackId": {
|
254
254
|
"shape_name": "StackId",
|
255
255
|
"type": "string",
|
256
|
-
"documentation":
|
256
|
+
"documentation": null,
|
257
257
|
"required": true
|
258
258
|
},
|
259
259
|
"EventId": {
|
260
260
|
"shape_name": "EventId",
|
261
261
|
"type": "string",
|
262
|
-
"documentation":
|
262
|
+
"documentation": null,
|
263
263
|
"required": true
|
264
264
|
},
|
265
265
|
"StackName": {
|
266
266
|
"shape_name": "StackName",
|
267
267
|
"type": "string",
|
268
|
-
"documentation":
|
268
|
+
"documentation": null,
|
269
269
|
"required": true
|
270
270
|
},
|
271
271
|
"LogicalResourceId": {
|
272
272
|
"shape_name": "LogicalResourceId",
|
273
273
|
"type": "string",
|
274
|
-
"documentation":
|
274
|
+
"documentation": null
|
275
275
|
},
|
276
276
|
"PhysicalResourceId": {
|
277
277
|
"shape_name": "PhysicalResourceId",
|
278
278
|
"type": "string",
|
279
|
-
"documentation":
|
279
|
+
"documentation": null
|
280
280
|
},
|
281
281
|
"ResourceType": {
|
282
282
|
"shape_name": "ResourceType",
|
283
283
|
"type": "string",
|
284
|
-
"documentation":
|
284
|
+
"documentation": null
|
285
285
|
},
|
286
286
|
"Timestamp": {
|
287
287
|
"shape_name": "Timestamp",
|
288
288
|
"type": "timestamp",
|
289
|
-
"documentation":
|
289
|
+
"documentation": null,
|
290
290
|
"required": true
|
291
291
|
},
|
292
292
|
"ResourceStatus": {
|
@@ -303,37 +303,37 @@
|
|
303
303
|
"UPDATE_FAILED",
|
304
304
|
"UPDATE_COMPLETE"
|
305
305
|
],
|
306
|
-
"documentation":
|
306
|
+
"documentation": null
|
307
307
|
},
|
308
308
|
"ResourceStatusReason": {
|
309
309
|
"shape_name": "ResourceStatusReason",
|
310
310
|
"type": "string",
|
311
|
-
"documentation":
|
311
|
+
"documentation": null
|
312
312
|
},
|
313
313
|
"ResourceProperties": {
|
314
314
|
"shape_name": "ResourceProperties",
|
315
315
|
"type": "string",
|
316
|
-
"documentation":
|
316
|
+
"documentation": null
|
317
317
|
}
|
318
318
|
},
|
319
|
-
"documentation":
|
319
|
+
"documentation": null
|
320
320
|
},
|
321
|
-
"documentation":
|
321
|
+
"documentation": null
|
322
322
|
},
|
323
323
|
"NextToken": {
|
324
324
|
"shape_name": "NextToken",
|
325
325
|
"type": "string",
|
326
326
|
"min_length": 1,
|
327
327
|
"max_length": 1024,
|
328
|
-
"documentation":
|
328
|
+
"documentation": null
|
329
329
|
}
|
330
330
|
},
|
331
|
-
"documentation":
|
331
|
+
"documentation": null
|
332
332
|
},
|
333
333
|
"errors": [
|
334
334
|
|
335
335
|
],
|
336
|
-
"documentation":
|
336
|
+
"documentation": null
|
337
337
|
},
|
338
338
|
"DescribeStackResource": {
|
339
339
|
"name": "DescribeStackResource",
|
@@ -344,17 +344,17 @@
|
|
344
344
|
"StackName": {
|
345
345
|
"shape_name": "StackName",
|
346
346
|
"type": "string",
|
347
|
-
"documentation":
|
347
|
+
"documentation": null,
|
348
348
|
"required": true
|
349
349
|
},
|
350
350
|
"LogicalResourceId": {
|
351
351
|
"shape_name": "LogicalResourceId",
|
352
352
|
"type": "string",
|
353
|
-
"documentation":
|
353
|
+
"documentation": null,
|
354
354
|
"required": true
|
355
355
|
}
|
356
356
|
},
|
357
|
-
"documentation":
|
357
|
+
"documentation": null
|
358
358
|
},
|
359
359
|
"output": {
|
360
360
|
"shape_name": "DescribeStackResourceOutput",
|
@@ -367,34 +367,34 @@
|
|
367
367
|
"StackName": {
|
368
368
|
"shape_name": "StackName",
|
369
369
|
"type": "string",
|
370
|
-
"documentation":
|
370
|
+
"documentation": null
|
371
371
|
},
|
372
372
|
"StackId": {
|
373
373
|
"shape_name": "StackId",
|
374
374
|
"type": "string",
|
375
|
-
"documentation":
|
375
|
+
"documentation": null
|
376
376
|
},
|
377
377
|
"LogicalResourceId": {
|
378
378
|
"shape_name": "LogicalResourceId",
|
379
379
|
"type": "string",
|
380
|
-
"documentation":
|
380
|
+
"documentation": null,
|
381
381
|
"required": true
|
382
382
|
},
|
383
383
|
"PhysicalResourceId": {
|
384
384
|
"shape_name": "PhysicalResourceId",
|
385
385
|
"type": "string",
|
386
|
-
"documentation":
|
386
|
+
"documentation": null
|
387
387
|
},
|
388
388
|
"ResourceType": {
|
389
389
|
"shape_name": "ResourceType",
|
390
390
|
"type": "string",
|
391
|
-
"documentation":
|
391
|
+
"documentation": null,
|
392
392
|
"required": true
|
393
393
|
},
|
394
394
|
"LastUpdatedTimestamp": {
|
395
395
|
"shape_name": "Timestamp",
|
396
396
|
"type": "timestamp",
|
397
|
-
"documentation":
|
397
|
+
"documentation": null,
|
398
398
|
"required": true
|
399
399
|
},
|
400
400
|
"ResourceStatus": {
|
@@ -411,34 +411,34 @@
|
|
411
411
|
"UPDATE_FAILED",
|
412
412
|
"UPDATE_COMPLETE"
|
413
413
|
],
|
414
|
-
"documentation":
|
414
|
+
"documentation": null,
|
415
415
|
"required": true
|
416
416
|
},
|
417
417
|
"ResourceStatusReason": {
|
418
418
|
"shape_name": "ResourceStatusReason",
|
419
419
|
"type": "string",
|
420
|
-
"documentation":
|
420
|
+
"documentation": null
|
421
421
|
},
|
422
422
|
"Description": {
|
423
423
|
"shape_name": "Description",
|
424
424
|
"type": "string",
|
425
|
-
"documentation":
|
425
|
+
"documentation": null
|
426
426
|
},
|
427
427
|
"Metadata": {
|
428
428
|
"shape_name": "Metadata",
|
429
429
|
"type": "string",
|
430
|
-
"documentation":
|
430
|
+
"documentation": null
|
431
431
|
}
|
432
432
|
},
|
433
|
-
"documentation":
|
433
|
+
"documentation": null
|
434
434
|
}
|
435
435
|
},
|
436
|
-
"documentation":
|
436
|
+
"documentation": null
|
437
437
|
},
|
438
438
|
"errors": [
|
439
439
|
|
440
440
|
],
|
441
|
-
"documentation":
|
441
|
+
"documentation": null
|
442
442
|
},
|
443
443
|
"DescribeStackResources": {
|
444
444
|
"name": "DescribeStackResources",
|
@@ -449,20 +449,20 @@
|
|
449
449
|
"StackName": {
|
450
450
|
"shape_name": "StackName",
|
451
451
|
"type": "string",
|
452
|
-
"documentation":
|
452
|
+
"documentation": null
|
453
453
|
},
|
454
454
|
"LogicalResourceId": {
|
455
455
|
"shape_name": "LogicalResourceId",
|
456
456
|
"type": "string",
|
457
|
-
"documentation":
|
457
|
+
"documentation": null
|
458
458
|
},
|
459
459
|
"PhysicalResourceId": {
|
460
460
|
"shape_name": "PhysicalResourceId",
|
461
461
|
"type": "string",
|
462
|
-
"documentation":
|
462
|
+
"documentation": null
|
463
463
|
}
|
464
464
|
},
|
465
|
-
"documentation":
|
465
|
+
"documentation": null
|
466
466
|
},
|
467
467
|
"output": {
|
468
468
|
"shape_name": "DescribeStackResourcesOutput",
|
@@ -478,34 +478,34 @@
|
|
478
478
|
"StackName": {
|
479
479
|
"shape_name": "StackName",
|
480
480
|
"type": "string",
|
481
|
-
"documentation":
|
481
|
+
"documentation": null
|
482
482
|
},
|
483
483
|
"StackId": {
|
484
484
|
"shape_name": "StackId",
|
485
485
|
"type": "string",
|
486
|
-
"documentation":
|
486
|
+
"documentation": null
|
487
487
|
},
|
488
488
|
"LogicalResourceId": {
|
489
489
|
"shape_name": "LogicalResourceId",
|
490
490
|
"type": "string",
|
491
|
-
"documentation":
|
491
|
+
"documentation": null,
|
492
492
|
"required": true
|
493
493
|
},
|
494
494
|
"PhysicalResourceId": {
|
495
495
|
"shape_name": "PhysicalResourceId",
|
496
496
|
"type": "string",
|
497
|
-
"documentation":
|
497
|
+
"documentation": null
|
498
498
|
},
|
499
499
|
"ResourceType": {
|
500
500
|
"shape_name": "ResourceType",
|
501
501
|
"type": "string",
|
502
|
-
"documentation":
|
502
|
+
"documentation": null,
|
503
503
|
"required": true
|
504
504
|
},
|
505
505
|
"Timestamp": {
|
506
506
|
"shape_name": "Timestamp",
|
507
507
|
"type": "timestamp",
|
508
|
-
"documentation":
|
508
|
+
"documentation": null,
|
509
509
|
"required": true
|
510
510
|
},
|
511
511
|
"ResourceStatus": {
|
@@ -522,31 +522,31 @@
|
|
522
522
|
"UPDATE_FAILED",
|
523
523
|
"UPDATE_COMPLETE"
|
524
524
|
],
|
525
|
-
"documentation":
|
525
|
+
"documentation": null,
|
526
526
|
"required": true
|
527
527
|
},
|
528
528
|
"ResourceStatusReason": {
|
529
529
|
"shape_name": "ResourceStatusReason",
|
530
530
|
"type": "string",
|
531
|
-
"documentation":
|
531
|
+
"documentation": null
|
532
532
|
},
|
533
533
|
"Description": {
|
534
534
|
"shape_name": "Description",
|
535
535
|
"type": "string",
|
536
|
-
"documentation":
|
536
|
+
"documentation": null
|
537
537
|
}
|
538
538
|
},
|
539
|
-
"documentation":
|
539
|
+
"documentation": null
|
540
540
|
},
|
541
|
-
"documentation":
|
541
|
+
"documentation": null
|
542
542
|
}
|
543
543
|
},
|
544
|
-
"documentation":
|
544
|
+
"documentation": null
|
545
545
|
},
|
546
546
|
"errors": [
|
547
547
|
|
548
548
|
],
|
549
|
-
"documentation":
|
549
|
+
"documentation": null
|
550
550
|
},
|
551
551
|
"DescribeStacks": {
|
552
552
|
"name": "DescribeStacks",
|
@@ -557,7 +557,7 @@
|
|
557
557
|
"StackName": {
|
558
558
|
"shape_name": "StackName",
|
559
559
|
"type": "string",
|
560
|
-
"documentation":
|
560
|
+
"documentation": null
|
561
561
|
},
|
562
562
|
"NextToken": {
|
563
563
|
"shape_name": "NextToken",
|
@@ -567,7 +567,7 @@
|
|
567
567
|
"documentation": null
|
568
568
|
}
|
569
569
|
},
|
570
|
-
"documentation":
|
570
|
+
"documentation": null
|
571
571
|
},
|
572
572
|
"output": {
|
573
573
|
"shape_name": "DescribeStacksOutput",
|
@@ -583,18 +583,18 @@
|
|
583
583
|
"StackId": {
|
584
584
|
"shape_name": "StackId",
|
585
585
|
"type": "string",
|
586
|
-
"documentation":
|
586
|
+
"documentation": null
|
587
587
|
},
|
588
588
|
"StackName": {
|
589
589
|
"shape_name": "StackName",
|
590
590
|
"type": "string",
|
591
|
-
"documentation":
|
591
|
+
"documentation": null,
|
592
592
|
"required": true
|
593
593
|
},
|
594
594
|
"Description": {
|
595
595
|
"shape_name": "Description",
|
596
596
|
"type": "string",
|
597
|
-
"documentation":
|
597
|
+
"documentation": null
|
598
598
|
},
|
599
599
|
"Parameters": {
|
600
600
|
"shape_name": "Parameters",
|
@@ -606,28 +606,28 @@
|
|
606
606
|
"ParameterKey": {
|
607
607
|
"shape_name": "ParameterKey",
|
608
608
|
"type": "string",
|
609
|
-
"documentation":
|
609
|
+
"documentation": null
|
610
610
|
},
|
611
611
|
"ParameterValue": {
|
612
612
|
"shape_name": "ParameterValue",
|
613
613
|
"type": "string",
|
614
|
-
"documentation":
|
614
|
+
"documentation": null
|
615
615
|
}
|
616
616
|
},
|
617
|
-
"documentation":
|
617
|
+
"documentation": null
|
618
618
|
},
|
619
|
-
"documentation":
|
619
|
+
"documentation": null
|
620
620
|
},
|
621
621
|
"CreationTime": {
|
622
622
|
"shape_name": "CreationTime",
|
623
623
|
"type": "timestamp",
|
624
|
-
"documentation":
|
624
|
+
"documentation": null,
|
625
625
|
"required": true
|
626
626
|
},
|
627
627
|
"LastUpdatedTime": {
|
628
628
|
"shape_name": "LastUpdatedTime",
|
629
629
|
"type": "timestamp",
|
630
|
-
"documentation":
|
630
|
+
"documentation": null
|
631
631
|
},
|
632
632
|
"StackStatus": {
|
633
633
|
"shape_name": "StackStatus",
|
@@ -650,18 +650,18 @@
|
|
650
650
|
"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
651
651
|
"UPDATE_ROLLBACK_COMPLETE"
|
652
652
|
],
|
653
|
-
"documentation":
|
653
|
+
"documentation": null,
|
654
654
|
"required": true
|
655
655
|
},
|
656
656
|
"StackStatusReason": {
|
657
657
|
"shape_name": "StackStatusReason",
|
658
658
|
"type": "string",
|
659
|
-
"documentation":
|
659
|
+
"documentation": null
|
660
660
|
},
|
661
661
|
"DisableRollback": {
|
662
662
|
"shape_name": "DisableRollback",
|
663
663
|
"type": "boolean",
|
664
|
-
"documentation":
|
664
|
+
"documentation": null
|
665
665
|
},
|
666
666
|
"NotificationARNs": {
|
667
667
|
"shape_name": "NotificationARNs",
|
@@ -672,13 +672,13 @@
|
|
672
672
|
"documentation": null
|
673
673
|
},
|
674
674
|
"max_length": 5,
|
675
|
-
"documentation":
|
675
|
+
"documentation": null
|
676
676
|
},
|
677
677
|
"TimeoutInMinutes": {
|
678
678
|
"shape_name": "TimeoutMinutes",
|
679
679
|
"type": "integer",
|
680
680
|
"min_length": 1,
|
681
|
-
"documentation":
|
681
|
+
"documentation": null
|
682
682
|
},
|
683
683
|
"Capabilities": {
|
684
684
|
"shape_name": "Capabilities",
|
@@ -691,7 +691,7 @@
|
|
691
691
|
],
|
692
692
|
"documentation": null
|
693
693
|
},
|
694
|
-
"documentation":
|
694
|
+
"documentation": null
|
695
695
|
},
|
696
696
|
"Outputs": {
|
697
697
|
"shape_name": "Outputs",
|
@@ -703,22 +703,22 @@
|
|
703
703
|
"OutputKey": {
|
704
704
|
"shape_name": "OutputKey",
|
705
705
|
"type": "string",
|
706
|
-
"documentation":
|
706
|
+
"documentation": null
|
707
707
|
},
|
708
708
|
"OutputValue": {
|
709
709
|
"shape_name": "OutputValue",
|
710
710
|
"type": "string",
|
711
|
-
"documentation":
|
711
|
+
"documentation": null
|
712
712
|
},
|
713
713
|
"Description": {
|
714
714
|
"shape_name": "Description",
|
715
715
|
"type": "string",
|
716
|
-
"documentation":
|
716
|
+
"documentation": null
|
717
717
|
}
|
718
718
|
},
|
719
|
-
"documentation":
|
719
|
+
"documentation": null
|
720
720
|
},
|
721
|
-
"documentation":
|
721
|
+
"documentation": null
|
722
722
|
},
|
723
723
|
"Tags": {
|
724
724
|
"shape_name": "Tags",
|
@@ -730,22 +730,22 @@
|
|
730
730
|
"Key": {
|
731
731
|
"shape_name": "TagKey",
|
732
732
|
"type": "string",
|
733
|
-
"documentation":
|
733
|
+
"documentation": null
|
734
734
|
},
|
735
735
|
"Value": {
|
736
736
|
"shape_name": "TagValue",
|
737
737
|
"type": "string",
|
738
|
-
"documentation":
|
738
|
+
"documentation": null
|
739
739
|
}
|
740
740
|
},
|
741
|
-
"documentation":
|
741
|
+
"documentation": null
|
742
742
|
},
|
743
|
-
"documentation":
|
743
|
+
"documentation": null
|
744
744
|
}
|
745
745
|
},
|
746
|
-
"documentation":
|
746
|
+
"documentation": null
|
747
747
|
},
|
748
|
-
"documentation":
|
748
|
+
"documentation": null
|
749
749
|
},
|
750
750
|
"NextToken": {
|
751
751
|
"shape_name": "NextToken",
|
@@ -755,12 +755,12 @@
|
|
755
755
|
"documentation": null
|
756
756
|
}
|
757
757
|
},
|
758
|
-
"documentation":
|
758
|
+
"documentation": null
|
759
759
|
},
|
760
760
|
"errors": [
|
761
761
|
|
762
762
|
],
|
763
|
-
"documentation":
|
763
|
+
"documentation": null
|
764
764
|
},
|
765
765
|
"EstimateTemplateCost": {
|
766
766
|
"name": "EstimateTemplateCost",
|
@@ -772,14 +772,14 @@
|
|
772
772
|
"shape_name": "TemplateBody",
|
773
773
|
"type": "string",
|
774
774
|
"min_length": 1,
|
775
|
-
"documentation":
|
775
|
+
"documentation": null
|
776
776
|
},
|
777
777
|
"TemplateURL": {
|
778
778
|
"shape_name": "TemplateURL",
|
779
779
|
"type": "string",
|
780
780
|
"min_length": 1,
|
781
781
|
"max_length": 1024,
|
782
|
-
"documentation":
|
782
|
+
"documentation": null
|
783
783
|
},
|
784
784
|
"Parameters": {
|
785
785
|
"shape_name": "Parameters",
|
@@ -791,20 +791,20 @@
|
|
791
791
|
"ParameterKey": {
|
792
792
|
"shape_name": "ParameterKey",
|
793
793
|
"type": "string",
|
794
|
-
"documentation":
|
794
|
+
"documentation": null
|
795
795
|
},
|
796
796
|
"ParameterValue": {
|
797
797
|
"shape_name": "ParameterValue",
|
798
798
|
"type": "string",
|
799
|
-
"documentation":
|
799
|
+
"documentation": null
|
800
800
|
}
|
801
801
|
},
|
802
|
-
"documentation":
|
802
|
+
"documentation": null
|
803
803
|
},
|
804
|
-
"documentation":
|
804
|
+
"documentation": null
|
805
805
|
}
|
806
806
|
},
|
807
|
-
"documentation":
|
807
|
+
"documentation": null
|
808
808
|
},
|
809
809
|
"output": {
|
810
810
|
"shape_name": "EstimateTemplateCostOutput",
|
@@ -813,15 +813,15 @@
|
|
813
813
|
"Url": {
|
814
814
|
"shape_name": "Url",
|
815
815
|
"type": "string",
|
816
|
-
"documentation":
|
816
|
+
"documentation": null
|
817
817
|
}
|
818
818
|
},
|
819
|
-
"documentation":
|
819
|
+
"documentation": null
|
820
820
|
},
|
821
821
|
"errors": [
|
822
822
|
|
823
823
|
],
|
824
|
-
"documentation":
|
824
|
+
"documentation": null
|
825
825
|
},
|
826
826
|
"GetStackPolicy": {
|
827
827
|
"name": "GetStackPolicy",
|
@@ -832,11 +832,11 @@
|
|
832
832
|
"StackName": {
|
833
833
|
"shape_name": "StackName",
|
834
834
|
"type": "string",
|
835
|
-
"documentation":
|
835
|
+
"documentation": null,
|
836
836
|
"required": true
|
837
837
|
}
|
838
838
|
},
|
839
|
-
"documentation":
|
839
|
+
"documentation": null
|
840
840
|
},
|
841
841
|
"output": {
|
842
842
|
"shape_name": "GetStackPolicyOutput",
|
@@ -847,15 +847,15 @@
|
|
847
847
|
"type": "string",
|
848
848
|
"min_length": 1,
|
849
849
|
"max_length": 16384,
|
850
|
-
"documentation":
|
850
|
+
"documentation": null
|
851
851
|
}
|
852
852
|
},
|
853
|
-
"documentation":
|
853
|
+
"documentation": null
|
854
854
|
},
|
855
855
|
"errors": [
|
856
856
|
|
857
857
|
],
|
858
|
-
"documentation":
|
858
|
+
"documentation": null
|
859
859
|
},
|
860
860
|
"GetTemplate": {
|
861
861
|
"name": "GetTemplate",
|
@@ -866,11 +866,11 @@
|
|
866
866
|
"StackName": {
|
867
867
|
"shape_name": "StackName",
|
868
868
|
"type": "string",
|
869
|
-
"documentation":
|
869
|
+
"documentation": null,
|
870
870
|
"required": true
|
871
871
|
}
|
872
872
|
},
|
873
|
-
"documentation":
|
873
|
+
"documentation": null
|
874
874
|
},
|
875
875
|
"output": {
|
876
876
|
"shape_name": "GetTemplateOutput",
|
@@ -880,15 +880,15 @@
|
|
880
880
|
"shape_name": "TemplateBody",
|
881
881
|
"type": "string",
|
882
882
|
"min_length": 1,
|
883
|
-
"documentation":
|
883
|
+
"documentation": null
|
884
884
|
}
|
885
885
|
},
|
886
|
-
"documentation":
|
886
|
+
"documentation": null
|
887
887
|
},
|
888
888
|
"errors": [
|
889
889
|
|
890
890
|
],
|
891
|
-
"documentation":
|
891
|
+
"documentation": null
|
892
892
|
},
|
893
893
|
"ListStackResources": {
|
894
894
|
"name": "ListStackResources",
|
@@ -899,7 +899,7 @@
|
|
899
899
|
"StackName": {
|
900
900
|
"shape_name": "StackName",
|
901
901
|
"type": "string",
|
902
|
-
"documentation":
|
902
|
+
"documentation": null,
|
903
903
|
"required": true
|
904
904
|
},
|
905
905
|
"NextToken": {
|
@@ -907,10 +907,10 @@
|
|
907
907
|
"type": "string",
|
908
908
|
"min_length": 1,
|
909
909
|
"max_length": 1024,
|
910
|
-
"documentation":
|
910
|
+
"documentation": null
|
911
911
|
}
|
912
912
|
},
|
913
|
-
"documentation":
|
913
|
+
"documentation": null
|
914
914
|
},
|
915
915
|
"output": {
|
916
916
|
"shape_name": "ListStackResourcesOutput",
|
@@ -926,24 +926,24 @@
|
|
926
926
|
"LogicalResourceId": {
|
927
927
|
"shape_name": "LogicalResourceId",
|
928
928
|
"type": "string",
|
929
|
-
"documentation":
|
929
|
+
"documentation": null,
|
930
930
|
"required": true
|
931
931
|
},
|
932
932
|
"PhysicalResourceId": {
|
933
933
|
"shape_name": "PhysicalResourceId",
|
934
934
|
"type": "string",
|
935
|
-
"documentation":
|
935
|
+
"documentation": null
|
936
936
|
},
|
937
937
|
"ResourceType": {
|
938
938
|
"shape_name": "ResourceType",
|
939
939
|
"type": "string",
|
940
|
-
"documentation":
|
940
|
+
"documentation": null,
|
941
941
|
"required": true
|
942
942
|
},
|
943
943
|
"LastUpdatedTimestamp": {
|
944
944
|
"shape_name": "Timestamp",
|
945
945
|
"type": "timestamp",
|
946
|
-
"documentation":
|
946
|
+
"documentation": null,
|
947
947
|
"required": true
|
948
948
|
},
|
949
949
|
"ResourceStatus": {
|
@@ -960,33 +960,33 @@
|
|
960
960
|
"UPDATE_FAILED",
|
961
961
|
"UPDATE_COMPLETE"
|
962
962
|
],
|
963
|
-
"documentation":
|
963
|
+
"documentation": null,
|
964
964
|
"required": true
|
965
965
|
},
|
966
966
|
"ResourceStatusReason": {
|
967
967
|
"shape_name": "ResourceStatusReason",
|
968
968
|
"type": "string",
|
969
|
-
"documentation":
|
969
|
+
"documentation": null
|
970
970
|
}
|
971
971
|
},
|
972
|
-
"documentation":
|
972
|
+
"documentation": null
|
973
973
|
},
|
974
|
-
"documentation":
|
974
|
+
"documentation": null
|
975
975
|
},
|
976
976
|
"NextToken": {
|
977
977
|
"shape_name": "NextToken",
|
978
978
|
"type": "string",
|
979
979
|
"min_length": 1,
|
980
980
|
"max_length": 1024,
|
981
|
-
"documentation":
|
981
|
+
"documentation": null
|
982
982
|
}
|
983
983
|
},
|
984
|
-
"documentation":
|
984
|
+
"documentation": null
|
985
985
|
},
|
986
986
|
"errors": [
|
987
987
|
|
988
988
|
],
|
989
|
-
"documentation":
|
989
|
+
"documentation": null
|
990
990
|
},
|
991
991
|
"ListStacks": {
|
992
992
|
"name": "ListStacks",
|
@@ -999,7 +999,7 @@
|
|
999
999
|
"type": "string",
|
1000
1000
|
"min_length": 1,
|
1001
1001
|
"max_length": 1024,
|
1002
|
-
"documentation":
|
1002
|
+
"documentation": null
|
1003
1003
|
},
|
1004
1004
|
"StackStatusFilter": {
|
1005
1005
|
"shape_name": "StackStatusFilter",
|
@@ -1027,10 +1027,10 @@
|
|
1027
1027
|
],
|
1028
1028
|
"documentation": null
|
1029
1029
|
},
|
1030
|
-
"documentation":
|
1030
|
+
"documentation": null
|
1031
1031
|
}
|
1032
1032
|
},
|
1033
|
-
"documentation":
|
1033
|
+
"documentation": null
|
1034
1034
|
},
|
1035
1035
|
"output": {
|
1036
1036
|
"shape_name": "ListStacksOutput",
|
@@ -1046,34 +1046,34 @@
|
|
1046
1046
|
"StackId": {
|
1047
1047
|
"shape_name": "StackId",
|
1048
1048
|
"type": "string",
|
1049
|
-
"documentation":
|
1049
|
+
"documentation": null
|
1050
1050
|
},
|
1051
1051
|
"StackName": {
|
1052
1052
|
"shape_name": "StackName",
|
1053
1053
|
"type": "string",
|
1054
|
-
"documentation":
|
1054
|
+
"documentation": null,
|
1055
1055
|
"required": true
|
1056
1056
|
},
|
1057
1057
|
"TemplateDescription": {
|
1058
1058
|
"shape_name": "TemplateDescription",
|
1059
1059
|
"type": "string",
|
1060
|
-
"documentation":
|
1060
|
+
"documentation": null
|
1061
1061
|
},
|
1062
1062
|
"CreationTime": {
|
1063
1063
|
"shape_name": "CreationTime",
|
1064
1064
|
"type": "timestamp",
|
1065
|
-
"documentation":
|
1065
|
+
"documentation": null,
|
1066
1066
|
"required": true
|
1067
1067
|
},
|
1068
1068
|
"LastUpdatedTime": {
|
1069
1069
|
"shape_name": "LastUpdatedTime",
|
1070
1070
|
"type": "timestamp",
|
1071
|
-
"documentation":
|
1071
|
+
"documentation": null
|
1072
1072
|
},
|
1073
1073
|
"DeletionTime": {
|
1074
1074
|
"shape_name": "DeletionTime",
|
1075
1075
|
"type": "timestamp",
|
1076
|
-
"documentation":
|
1076
|
+
"documentation": null
|
1077
1077
|
},
|
1078
1078
|
"StackStatus": {
|
1079
1079
|
"shape_name": "StackStatus",
|
@@ -1096,33 +1096,33 @@
|
|
1096
1096
|
"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
1097
1097
|
"UPDATE_ROLLBACK_COMPLETE"
|
1098
1098
|
],
|
1099
|
-
"documentation":
|
1099
|
+
"documentation": null,
|
1100
1100
|
"required": true
|
1101
1101
|
},
|
1102
1102
|
"StackStatusReason": {
|
1103
1103
|
"shape_name": "StackStatusReason",
|
1104
1104
|
"type": "string",
|
1105
|
-
"documentation":
|
1105
|
+
"documentation": null
|
1106
1106
|
}
|
1107
1107
|
},
|
1108
|
-
"documentation":
|
1108
|
+
"documentation": null
|
1109
1109
|
},
|
1110
|
-
"documentation":
|
1110
|
+
"documentation": null
|
1111
1111
|
},
|
1112
1112
|
"NextToken": {
|
1113
1113
|
"shape_name": "NextToken",
|
1114
1114
|
"type": "string",
|
1115
1115
|
"min_length": 1,
|
1116
1116
|
"max_length": 1024,
|
1117
|
-
"documentation":
|
1117
|
+
"documentation": null
|
1118
1118
|
}
|
1119
1119
|
},
|
1120
|
-
"documentation":
|
1120
|
+
"documentation": null
|
1121
1121
|
},
|
1122
1122
|
"errors": [
|
1123
1123
|
|
1124
1124
|
],
|
1125
|
-
"documentation":
|
1125
|
+
"documentation": null
|
1126
1126
|
},
|
1127
1127
|
"SetStackPolicy": {
|
1128
1128
|
"name": "SetStackPolicy",
|
@@ -1133,7 +1133,7 @@
|
|
1133
1133
|
"StackName": {
|
1134
1134
|
"shape_name": "StackName",
|
1135
1135
|
"type": "string",
|
1136
|
-
"documentation":
|
1136
|
+
"documentation": null,
|
1137
1137
|
"required": true
|
1138
1138
|
},
|
1139
1139
|
"StackPolicyBody": {
|
@@ -1141,23 +1141,23 @@
|
|
1141
1141
|
"type": "string",
|
1142
1142
|
"min_length": 1,
|
1143
1143
|
"max_length": 16384,
|
1144
|
-
"documentation":
|
1144
|
+
"documentation": null
|
1145
1145
|
},
|
1146
1146
|
"StackPolicyURL": {
|
1147
1147
|
"shape_name": "StackPolicyURL",
|
1148
1148
|
"type": "string",
|
1149
1149
|
"min_length": 1,
|
1150
1150
|
"max_length": 1350,
|
1151
|
-
"documentation":
|
1151
|
+
"documentation": null
|
1152
1152
|
}
|
1153
1153
|
},
|
1154
|
-
"documentation":
|
1154
|
+
"documentation": null
|
1155
1155
|
},
|
1156
1156
|
"output": null,
|
1157
1157
|
"errors": [
|
1158
1158
|
|
1159
1159
|
],
|
1160
|
-
"documentation":
|
1160
|
+
"documentation": null
|
1161
1161
|
},
|
1162
1162
|
"UpdateStack": {
|
1163
1163
|
"name": "UpdateStack",
|
@@ -1168,35 +1168,35 @@
|
|
1168
1168
|
"StackName": {
|
1169
1169
|
"shape_name": "StackName",
|
1170
1170
|
"type": "string",
|
1171
|
-
"documentation":
|
1171
|
+
"documentation": null,
|
1172
1172
|
"required": true
|
1173
1173
|
},
|
1174
1174
|
"TemplateBody": {
|
1175
1175
|
"shape_name": "TemplateBody",
|
1176
1176
|
"type": "string",
|
1177
1177
|
"min_length": 1,
|
1178
|
-
"documentation":
|
1178
|
+
"documentation": null
|
1179
1179
|
},
|
1180
1180
|
"TemplateURL": {
|
1181
1181
|
"shape_name": "TemplateURL",
|
1182
1182
|
"type": "string",
|
1183
1183
|
"min_length": 1,
|
1184
1184
|
"max_length": 1024,
|
1185
|
-
"documentation":
|
1185
|
+
"documentation": null
|
1186
1186
|
},
|
1187
1187
|
"StackPolicyDuringUpdateBody": {
|
1188
1188
|
"shape_name": "StackPolicyDuringUpdateBody",
|
1189
1189
|
"type": "string",
|
1190
1190
|
"min_length": 1,
|
1191
1191
|
"max_length": 16384,
|
1192
|
-
"documentation":
|
1192
|
+
"documentation": null
|
1193
1193
|
},
|
1194
1194
|
"StackPolicyDuringUpdateURL": {
|
1195
1195
|
"shape_name": "StackPolicyDuringUpdateURL",
|
1196
1196
|
"type": "string",
|
1197
1197
|
"min_length": 1,
|
1198
1198
|
"max_length": 1350,
|
1199
|
-
"documentation":
|
1199
|
+
"documentation": null
|
1200
1200
|
},
|
1201
1201
|
"Parameters": {
|
1202
1202
|
"shape_name": "Parameters",
|
@@ -1208,17 +1208,17 @@
|
|
1208
1208
|
"ParameterKey": {
|
1209
1209
|
"shape_name": "ParameterKey",
|
1210
1210
|
"type": "string",
|
1211
|
-
"documentation":
|
1211
|
+
"documentation": null
|
1212
1212
|
},
|
1213
1213
|
"ParameterValue": {
|
1214
1214
|
"shape_name": "ParameterValue",
|
1215
1215
|
"type": "string",
|
1216
|
-
"documentation":
|
1216
|
+
"documentation": null
|
1217
1217
|
}
|
1218
1218
|
},
|
1219
|
-
"documentation":
|
1219
|
+
"documentation": null
|
1220
1220
|
},
|
1221
|
-
"documentation":
|
1221
|
+
"documentation": null
|
1222
1222
|
},
|
1223
1223
|
"Capabilities": {
|
1224
1224
|
"shape_name": "Capabilities",
|
@@ -1231,24 +1231,24 @@
|
|
1231
1231
|
],
|
1232
1232
|
"documentation": null
|
1233
1233
|
},
|
1234
|
-
"documentation":
|
1234
|
+
"documentation": null
|
1235
1235
|
},
|
1236
1236
|
"StackPolicyBody": {
|
1237
1237
|
"shape_name": "StackPolicyBody",
|
1238
1238
|
"type": "string",
|
1239
1239
|
"min_length": 1,
|
1240
1240
|
"max_length": 16384,
|
1241
|
-
"documentation":
|
1241
|
+
"documentation": null
|
1242
1242
|
},
|
1243
1243
|
"StackPolicyURL": {
|
1244
1244
|
"shape_name": "StackPolicyURL",
|
1245
1245
|
"type": "string",
|
1246
1246
|
"min_length": 1,
|
1247
1247
|
"max_length": 1350,
|
1248
|
-
"documentation":
|
1248
|
+
"documentation": null
|
1249
1249
|
}
|
1250
1250
|
},
|
1251
|
-
"documentation":
|
1251
|
+
"documentation": null
|
1252
1252
|
},
|
1253
1253
|
"output": {
|
1254
1254
|
"shape_name": "UpdateStackOutput",
|
@@ -1257,10 +1257,10 @@
|
|
1257
1257
|
"StackId": {
|
1258
1258
|
"shape_name": "StackId",
|
1259
1259
|
"type": "string",
|
1260
|
-
"documentation":
|
1260
|
+
"documentation": null
|
1261
1261
|
}
|
1262
1262
|
},
|
1263
|
-
"documentation":
|
1263
|
+
"documentation": null
|
1264
1264
|
},
|
1265
1265
|
"errors": [
|
1266
1266
|
{
|
@@ -1268,10 +1268,10 @@
|
|
1268
1268
|
"type": "structure",
|
1269
1269
|
"members": {
|
1270
1270
|
},
|
1271
|
-
"documentation":
|
1271
|
+
"documentation": null
|
1272
1272
|
}
|
1273
1273
|
],
|
1274
|
-
"documentation":
|
1274
|
+
"documentation": null
|
1275
1275
|
},
|
1276
1276
|
"ValidateTemplate": {
|
1277
1277
|
"name": "ValidateTemplate",
|
@@ -1283,17 +1283,17 @@
|
|
1283
1283
|
"shape_name": "TemplateBody",
|
1284
1284
|
"type": "string",
|
1285
1285
|
"min_length": 1,
|
1286
|
-
"documentation":
|
1286
|
+
"documentation": null
|
1287
1287
|
},
|
1288
1288
|
"TemplateURL": {
|
1289
1289
|
"shape_name": "TemplateURL",
|
1290
1290
|
"type": "string",
|
1291
1291
|
"min_length": 1,
|
1292
1292
|
"max_length": 1024,
|
1293
|
-
"documentation":
|
1293
|
+
"documentation": null
|
1294
1294
|
}
|
1295
1295
|
},
|
1296
|
-
"documentation":
|
1296
|
+
"documentation": null
|
1297
1297
|
},
|
1298
1298
|
"output": {
|
1299
1299
|
"shape_name": "ValidateTemplateOutput",
|
@@ -1309,32 +1309,32 @@
|
|
1309
1309
|
"ParameterKey": {
|
1310
1310
|
"shape_name": "ParameterKey",
|
1311
1311
|
"type": "string",
|
1312
|
-
"documentation":
|
1312
|
+
"documentation": null
|
1313
1313
|
},
|
1314
1314
|
"DefaultValue": {
|
1315
1315
|
"shape_name": "ParameterValue",
|
1316
1316
|
"type": "string",
|
1317
|
-
"documentation":
|
1317
|
+
"documentation": null
|
1318
1318
|
},
|
1319
1319
|
"NoEcho": {
|
1320
1320
|
"shape_name": "NoEcho",
|
1321
1321
|
"type": "boolean",
|
1322
|
-
"documentation":
|
1322
|
+
"documentation": null
|
1323
1323
|
},
|
1324
1324
|
"Description": {
|
1325
1325
|
"shape_name": "Description",
|
1326
1326
|
"type": "string",
|
1327
|
-
"documentation":
|
1327
|
+
"documentation": null
|
1328
1328
|
}
|
1329
1329
|
},
|
1330
|
-
"documentation":
|
1330
|
+
"documentation": null
|
1331
1331
|
},
|
1332
|
-
"documentation":
|
1332
|
+
"documentation": null
|
1333
1333
|
},
|
1334
1334
|
"Description": {
|
1335
1335
|
"shape_name": "Description",
|
1336
1336
|
"type": "string",
|
1337
|
-
"documentation":
|
1337
|
+
"documentation": null
|
1338
1338
|
},
|
1339
1339
|
"Capabilities": {
|
1340
1340
|
"shape_name": "Capabilities",
|
@@ -1347,20 +1347,20 @@
|
|
1347
1347
|
],
|
1348
1348
|
"documentation": null
|
1349
1349
|
},
|
1350
|
-
"documentation":
|
1350
|
+
"documentation": null
|
1351
1351
|
},
|
1352
1352
|
"CapabilitiesReason": {
|
1353
1353
|
"shape_name": "CapabilitiesReason",
|
1354
1354
|
"type": "string",
|
1355
|
-
"documentation":
|
1355
|
+
"documentation": null
|
1356
1356
|
}
|
1357
1357
|
},
|
1358
|
-
"documentation":
|
1358
|
+
"documentation": null
|
1359
1359
|
},
|
1360
1360
|
"errors": [
|
1361
1361
|
|
1362
1362
|
],
|
1363
|
-
"documentation":
|
1363
|
+
"documentation": null
|
1364
1364
|
}
|
1365
1365
|
}
|
1366
1366
|
}
|