aws-sdk-core 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -3,11 +3,11 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2010-12-01",
5
5
  "endpointPrefix":"elasticbeanstalk",
6
+ "protocol":"query",
6
7
  "serviceAbbreviation":"Elastic Beanstalk",
7
8
  "serviceFullName":"AWS Elastic Beanstalk",
8
9
  "signatureVersion":"v4",
9
- "xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
10
- "protocol":"query"
10
+ "xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
11
11
  },
12
12
  "operations":{
13
13
  "AbortEnvironmentUpdate":{
@@ -18,15 +18,7 @@
18
18
  },
19
19
  "input":{"shape":"AbortEnvironmentUpdateMessage"},
20
20
  "errors":[
21
- {
22
- "shape":"InsufficientPrivilegesException",
23
- "error":{
24
- "code":"InsufficientPrivilegesException",
25
- "httpStatusCode":403,
26
- "senderFault":true
27
- },
28
- "exception":true
29
- }
21
+ {"shape":"InsufficientPrivilegesException"}
30
22
  ]
31
23
  },
32
24
  "CheckDNSAvailability":{
@@ -41,6 +33,22 @@
41
33
  "resultWrapper":"CheckDNSAvailabilityResult"
42
34
  }
43
35
  },
36
+ "ComposeEnvironments":{
37
+ "name":"ComposeEnvironments",
38
+ "http":{
39
+ "method":"POST",
40
+ "requestUri":"/"
41
+ },
42
+ "input":{"shape":"ComposeEnvironmentsMessage"},
43
+ "output":{
44
+ "shape":"EnvironmentDescriptionsMessage",
45
+ "resultWrapper":"ComposeEnvironmentsResult"
46
+ },
47
+ "errors":[
48
+ {"shape":"TooManyEnvironmentsException"},
49
+ {"shape":"InsufficientPrivilegesException"}
50
+ ]
51
+ },
44
52
  "CreateApplication":{
45
53
  "name":"CreateApplication",
46
54
  "http":{
@@ -53,15 +61,7 @@
53
61
  "resultWrapper":"CreateApplicationResult"
54
62
  },
55
63
  "errors":[
56
- {
57
- "shape":"TooManyApplicationsException",
58
- "error":{
59
- "code":"TooManyApplicationsException",
60
- "httpStatusCode":400,
61
- "senderFault":true
62
- },
63
- "exception":true
64
- }
64
+ {"shape":"TooManyApplicationsException"}
65
65
  ]
66
66
  },
67
67
  "CreateApplicationVersion":{
@@ -76,37 +76,10 @@
76
76
  "resultWrapper":"CreateApplicationVersionResult"
77
77
  },
78
78
  "errors":[
79
- {
80
- "shape":"TooManyApplicationsException",
81
- "error":{
82
- "code":"TooManyApplicationsException",
83
- "httpStatusCode":400,
84
- "senderFault":true
85
- },
86
- "exception":true
87
- },
88
- {
89
- "shape":"TooManyApplicationVersionsException",
90
- "exception":true
91
- },
92
- {
93
- "shape":"InsufficientPrivilegesException",
94
- "error":{
95
- "code":"InsufficientPrivilegesException",
96
- "httpStatusCode":403,
97
- "senderFault":true
98
- },
99
- "exception":true
100
- },
101
- {
102
- "shape":"S3LocationNotInServiceRegionException",
103
- "error":{
104
- "code":"S3LocationNotInServiceRegionException",
105
- "httpStatusCode":400,
106
- "senderFault":true
107
- },
108
- "exception":true
109
- }
79
+ {"shape":"TooManyApplicationsException"},
80
+ {"shape":"TooManyApplicationVersionsException"},
81
+ {"shape":"InsufficientPrivilegesException"},
82
+ {"shape":"S3LocationNotInServiceRegionException"}
110
83
  ]
111
84
  },
112
85
  "CreateConfigurationTemplate":{
@@ -121,24 +94,8 @@
121
94
  "resultWrapper":"CreateConfigurationTemplateResult"
122
95
  },
123
96
  "errors":[
124
- {
125
- "shape":"InsufficientPrivilegesException",
126
- "error":{
127
- "code":"InsufficientPrivilegesException",
128
- "httpStatusCode":403,
129
- "senderFault":true
130
- },
131
- "exception":true
132
- },
133
- {
134
- "shape":"TooManyConfigurationTemplatesException",
135
- "error":{
136
- "code":"TooManyConfigurationTemplatesException",
137
- "httpStatusCode":400,
138
- "senderFault":true
139
- },
140
- "exception":true
141
- }
97
+ {"shape":"InsufficientPrivilegesException"},
98
+ {"shape":"TooManyConfigurationTemplatesException"}
142
99
  ]
143
100
  },
144
101
  "CreateEnvironment":{
@@ -153,24 +110,8 @@
153
110
  "resultWrapper":"CreateEnvironmentResult"
154
111
  },
155
112
  "errors":[
156
- {
157
- "shape":"TooManyEnvironmentsException",
158
- "error":{
159
- "code":"TooManyEnvironmentsException",
160
- "httpStatusCode":400,
161
- "senderFault":true
162
- },
163
- "exception":true
164
- },
165
- {
166
- "shape":"InsufficientPrivilegesException",
167
- "error":{
168
- "code":"InsufficientPrivilegesException",
169
- "httpStatusCode":403,
170
- "senderFault":true
171
- },
172
- "exception":true
173
- }
113
+ {"shape":"TooManyEnvironmentsException"},
114
+ {"shape":"InsufficientPrivilegesException"}
174
115
  ]
175
116
  },
176
117
  "CreateStorageLocation":{
@@ -184,33 +125,9 @@
184
125
  "resultWrapper":"CreateStorageLocationResult"
185
126
  },
186
127
  "errors":[
187
- {
188
- "shape":"TooManyBucketsException",
189
- "error":{
190
- "code":"TooManyBucketsException",
191
- "httpStatusCode":400,
192
- "senderFault":true
193
- },
194
- "exception":true
195
- },
196
- {
197
- "shape":"S3SubscriptionRequiredException",
198
- "error":{
199
- "code":"S3SubscriptionRequiredException",
200
- "httpStatusCode":400,
201
- "senderFault":true
202
- },
203
- "exception":true
204
- },
205
- {
206
- "shape":"InsufficientPrivilegesException",
207
- "error":{
208
- "code":"InsufficientPrivilegesException",
209
- "httpStatusCode":403,
210
- "senderFault":true
211
- },
212
- "exception":true
213
- }
128
+ {"shape":"TooManyBucketsException"},
129
+ {"shape":"S3SubscriptionRequiredException"},
130
+ {"shape":"InsufficientPrivilegesException"}
214
131
  ]
215
132
  },
216
133
  "DeleteApplication":{
@@ -221,15 +138,7 @@
221
138
  },
222
139
  "input":{"shape":"DeleteApplicationMessage"},
223
140
  "errors":[
224
- {
225
- "shape":"OperationInProgressException",
226
- "error":{
227
- "code":"OperationInProgressFailure",
228
- "httpStatusCode":400,
229
- "senderFault":true
230
- },
231
- "exception":true
232
- }
141
+ {"shape":"OperationInProgressException"}
233
142
  ]
234
143
  },
235
144
  "DeleteApplicationVersion":{
@@ -240,42 +149,10 @@
240
149
  },
241
150
  "input":{"shape":"DeleteApplicationVersionMessage"},
242
151
  "errors":[
243
- {
244
- "shape":"SourceBundleDeletionException",
245
- "error":{
246
- "code":"SourceBundleDeletionFailure",
247
- "httpStatusCode":400,
248
- "senderFault":true
249
- },
250
- "exception":true
251
- },
252
- {
253
- "shape":"InsufficientPrivilegesException",
254
- "error":{
255
- "code":"InsufficientPrivilegesException",
256
- "httpStatusCode":403,
257
- "senderFault":true
258
- },
259
- "exception":true
260
- },
261
- {
262
- "shape":"OperationInProgressException",
263
- "error":{
264
- "code":"OperationInProgressFailure",
265
- "httpStatusCode":400,
266
- "senderFault":true
267
- },
268
- "exception":true
269
- },
270
- {
271
- "shape":"S3LocationNotInServiceRegionException",
272
- "error":{
273
- "code":"S3LocationNotInServiceRegionException",
274
- "httpStatusCode":400,
275
- "senderFault":true
276
- },
277
- "exception":true
278
- }
152
+ {"shape":"SourceBundleDeletionException"},
153
+ {"shape":"InsufficientPrivilegesException"},
154
+ {"shape":"OperationInProgressException"},
155
+ {"shape":"S3LocationNotInServiceRegionException"}
279
156
  ]
280
157
  },
281
158
  "DeleteConfigurationTemplate":{
@@ -286,15 +163,7 @@
286
163
  },
287
164
  "input":{"shape":"DeleteConfigurationTemplateMessage"},
288
165
  "errors":[
289
- {
290
- "shape":"OperationInProgressException",
291
- "error":{
292
- "code":"OperationInProgressFailure",
293
- "httpStatusCode":400,
294
- "senderFault":true
295
- },
296
- "exception":true
297
- }
166
+ {"shape":"OperationInProgressException"}
298
167
  ]
299
168
  },
300
169
  "DeleteEnvironmentConfiguration":{
@@ -365,19 +234,8 @@
365
234
  "resultWrapper":"DescribeEnvironmentHealthResult"
366
235
  },
367
236
  "errors":[
368
- {
369
- "shape":"InvalidRequestException",
370
- "error":{
371
- "code":"InvalidRequestException",
372
- "httpStatusCode":400,
373
- "senderFault":true
374
- },
375
- "exception":true
376
- },
377
- {
378
- "shape":"ElasticBeanstalkServiceException",
379
- "exception":true
380
- }
237
+ {"shape":"InvalidRequestException"},
238
+ {"shape":"ElasticBeanstalkServiceException"}
381
239
  ]
382
240
  },
383
241
  "DescribeEnvironmentResources":{
@@ -392,15 +250,7 @@
392
250
  "resultWrapper":"DescribeEnvironmentResourcesResult"
393
251
  },
394
252
  "errors":[
395
- {
396
- "shape":"InsufficientPrivilegesException",
397
- "error":{
398
- "code":"InsufficientPrivilegesException",
399
- "httpStatusCode":403,
400
- "senderFault":true
401
- },
402
- "exception":true
403
- }
253
+ {"shape":"InsufficientPrivilegesException"}
404
254
  ]
405
255
  },
406
256
  "DescribeEnvironments":{
@@ -439,19 +289,8 @@
439
289
  "resultWrapper":"DescribeInstancesHealthResult"
440
290
  },
441
291
  "errors":[
442
- {
443
- "shape":"InvalidRequestException",
444
- "error":{
445
- "code":"InvalidRequestException",
446
- "httpStatusCode":400,
447
- "senderFault":true
448
- },
449
- "exception":true
450
- },
451
- {
452
- "shape":"ElasticBeanstalkServiceException",
453
- "exception":true
454
- }
292
+ {"shape":"InvalidRequestException"},
293
+ {"shape":"ElasticBeanstalkServiceException"}
455
294
  ]
456
295
  },
457
296
  "ListAvailableSolutionStacks":{
@@ -473,15 +312,7 @@
473
312
  },
474
313
  "input":{"shape":"RebuildEnvironmentMessage"},
475
314
  "errors":[
476
- {
477
- "shape":"InsufficientPrivilegesException",
478
- "error":{
479
- "code":"InsufficientPrivilegesException",
480
- "httpStatusCode":403,
481
- "senderFault":true
482
- },
483
- "exception":true
484
- }
315
+ {"shape":"InsufficientPrivilegesException"}
485
316
  ]
486
317
  },
487
318
  "RequestEnvironmentInfo":{
@@ -532,15 +363,7 @@
532
363
  "resultWrapper":"TerminateEnvironmentResult"
533
364
  },
534
365
  "errors":[
535
- {
536
- "shape":"InsufficientPrivilegesException",
537
- "error":{
538
- "code":"InsufficientPrivilegesException",
539
- "httpStatusCode":403,
540
- "senderFault":true
541
- },
542
- "exception":true
543
- }
366
+ {"shape":"InsufficientPrivilegesException"}
544
367
  ]
545
368
  },
546
369
  "UpdateApplication":{
@@ -579,15 +402,7 @@
579
402
  "resultWrapper":"UpdateConfigurationTemplateResult"
580
403
  },
581
404
  "errors":[
582
- {
583
- "shape":"InsufficientPrivilegesException",
584
- "error":{
585
- "code":"InsufficientPrivilegesException",
586
- "httpStatusCode":403,
587
- "senderFault":true
588
- },
589
- "exception":true
590
- }
405
+ {"shape":"InsufficientPrivilegesException"}
591
406
  ]
592
407
  },
593
408
  "UpdateEnvironment":{
@@ -602,15 +417,7 @@
602
417
  "resultWrapper":"UpdateEnvironmentResult"
603
418
  },
604
419
  "errors":[
605
- {
606
- "shape":"InsufficientPrivilegesException",
607
- "error":{
608
- "code":"InsufficientPrivilegesException",
609
- "httpStatusCode":403,
610
- "senderFault":true
611
- },
612
- "exception":true
613
- }
420
+ {"shape":"InsufficientPrivilegesException"}
614
421
  ]
615
422
  },
616
423
  "ValidateConfigurationSettings":{
@@ -625,15 +432,7 @@
625
432
  "resultWrapper":"ValidateConfigurationSettingsResult"
626
433
  },
627
434
  "errors":[
628
- {
629
- "shape":"InsufficientPrivilegesException",
630
- "error":{
631
- "code":"InsufficientPrivilegesException",
632
- "httpStatusCode":403,
633
- "senderFault":true
634
- },
635
- "exception":true
636
- }
435
+ {"shape":"InsufficientPrivilegesException"}
637
436
  ]
638
437
  }
639
438
  },
@@ -684,8 +483,8 @@
684
483
  },
685
484
  "ApplicationName":{
686
485
  "type":"string",
687
- "min":1,
688
- "max":100
486
+ "max":100,
487
+ "min":1
689
488
  },
690
489
  "ApplicationNamesList":{
691
490
  "type":"list",
@@ -699,7 +498,8 @@
699
498
  "VersionLabel":{"shape":"VersionLabel"},
700
499
  "SourceBundle":{"shape":"S3Location"},
701
500
  "DateCreated":{"shape":"CreationDate"},
702
- "DateUpdated":{"shape":"UpdateDate"}
501
+ "DateUpdated":{"shape":"UpdateDate"},
502
+ "Status":{"shape":"ApplicationVersionStatus"}
703
503
  }
704
504
  },
705
505
  "ApplicationVersionDescriptionList":{
@@ -718,6 +518,16 @@
718
518
  "ApplicationVersions":{"shape":"ApplicationVersionDescriptionList"}
719
519
  }
720
520
  },
521
+ "ApplicationVersionProccess":{"type":"boolean"},
522
+ "ApplicationVersionStatus":{
523
+ "type":"string",
524
+ "enum":[
525
+ "Processed",
526
+ "Unprocessed",
527
+ "Failed",
528
+ "Processing"
529
+ ]
530
+ },
721
531
  "AutoCreateApplication":{"type":"boolean"},
722
532
  "AutoScalingGroup":{
723
533
  "type":"structure",
@@ -751,8 +561,8 @@
751
561
  },
752
562
  "Cause":{
753
563
  "type":"string",
754
- "min":1,
755
- "max":255
564
+ "max":255,
565
+ "min":1
756
566
  },
757
567
  "Causes":{
758
568
  "type":"list",
@@ -773,6 +583,14 @@
773
583
  }
774
584
  },
775
585
  "CnameAvailability":{"type":"boolean"},
586
+ "ComposeEnvironmentsMessage":{
587
+ "type":"structure",
588
+ "members":{
589
+ "ApplicationName":{"shape":"ApplicationName"},
590
+ "GroupName":{"shape":"GroupName"},
591
+ "VersionLabels":{"shape":"VersionLabels"}
592
+ }
593
+ },
776
594
  "ConfigurationDeploymentStatus":{
777
595
  "type":"string",
778
596
  "enum":[
@@ -869,8 +687,8 @@
869
687
  },
870
688
  "ConfigurationTemplateName":{
871
689
  "type":"string",
872
- "min":1,
873
- "max":100
690
+ "max":100,
691
+ "min":1
874
692
  },
875
693
  "ConfigurationTemplateNamesList":{
876
694
  "type":"list",
@@ -895,7 +713,8 @@
895
713
  "VersionLabel":{"shape":"VersionLabel"},
896
714
  "Description":{"shape":"Description"},
897
715
  "SourceBundle":{"shape":"S3Location"},
898
- "AutoCreateApplication":{"shape":"AutoCreateApplication"}
716
+ "AutoCreateApplication":{"shape":"AutoCreateApplication"},
717
+ "Process":{"shape":"ApplicationVersionProccess"}
899
718
  }
900
719
  },
901
720
  "CreateConfigurationTemplateMessage":{
@@ -916,13 +735,11 @@
916
735
  },
917
736
  "CreateEnvironmentMessage":{
918
737
  "type":"structure",
919
- "required":[
920
- "ApplicationName",
921
- "EnvironmentName"
922
- ],
738
+ "required":["ApplicationName"],
923
739
  "members":{
924
740
  "ApplicationName":{"shape":"ApplicationName"},
925
741
  "EnvironmentName":{"shape":"EnvironmentName"},
742
+ "GroupName":{"shape":"GroupName"},
926
743
  "Description":{"shape":"Description"},
927
744
  "CNAMEPrefix":{"shape":"DNSCnamePrefix"},
928
745
  "Tier":{"shape":"EnvironmentTier"},
@@ -943,13 +760,13 @@
943
760
  "CreationDate":{"type":"timestamp"},
944
761
  "DNSCname":{
945
762
  "type":"string",
946
- "min":1,
947
- "max":255
763
+ "max":255,
764
+ "min":1
948
765
  },
949
766
  "DNSCnamePrefix":{
950
767
  "type":"string",
951
- "min":4,
952
- "max":63
768
+ "max":63,
769
+ "min":4
953
770
  },
954
771
  "DeleteApplicationMessage":{
955
772
  "type":"structure",
@@ -1130,7 +947,8 @@
1130
947
  "Health":{"shape":"EnvironmentHealth"},
1131
948
  "HealthStatus":{"shape":"EnvironmentHealthStatus"},
1132
949
  "Resources":{"shape":"EnvironmentResourcesDescription"},
1133
- "Tier":{"shape":"EnvironmentTier"}
950
+ "Tier":{"shape":"EnvironmentTier"},
951
+ "EnvironmentLinks":{"shape":"EnvironmentLinks"}
1134
952
  }
1135
953
  },
1136
954
  "EnvironmentDescriptionsList":{
@@ -1207,10 +1025,21 @@
1207
1025
  "bundle"
1208
1026
  ]
1209
1027
  },
1028
+ "EnvironmentLink":{
1029
+ "type":"structure",
1030
+ "members":{
1031
+ "LinkName":{"shape":"String"},
1032
+ "EnvironmentName":{"shape":"String"}
1033
+ }
1034
+ },
1035
+ "EnvironmentLinks":{
1036
+ "type":"list",
1037
+ "member":{"shape":"EnvironmentLink"}
1038
+ },
1210
1039
  "EnvironmentName":{
1211
1040
  "type":"string",
1212
- "min":4,
1213
- "max":23
1041
+ "max":23,
1042
+ "min":4
1214
1043
  },
1215
1044
  "EnvironmentNamesList":{
1216
1045
  "type":"list",
@@ -1298,8 +1127,14 @@
1298
1127
  "ExceptionMessage":{"type":"string"},
1299
1128
  "FileTypeExtension":{
1300
1129
  "type":"string",
1301
- "min":1,
1302
- "max":100
1130
+ "max":100,
1131
+ "min":1
1132
+ },
1133
+ "ForceTerminate":{"type":"boolean"},
1134
+ "GroupName":{
1135
+ "type":"string",
1136
+ "max":19,
1137
+ "min":1
1303
1138
  },
1304
1139
  "IncludeDeleted":{"type":"boolean"},
1305
1140
  "IncludeDeletedBackTo":{"type":"timestamp"},
@@ -1328,8 +1163,8 @@
1328
1163
  },
1329
1164
  "InstanceId":{
1330
1165
  "type":"string",
1331
- "min":1,
1332
- "max":255
1166
+ "max":255,
1167
+ "min":1
1333
1168
  },
1334
1169
  "InstanceList":{
1335
1170
  "type":"list",
@@ -1442,14 +1277,14 @@
1442
1277
  },
1443
1278
  "MaxRecords":{
1444
1279
  "type":"integer",
1445
- "min":1,
1446
- "max":1000
1280
+ "max":1000,
1281
+ "min":1
1447
1282
  },
1448
1283
  "Message":{"type":"string"},
1449
1284
  "NextToken":{
1450
1285
  "type":"string",
1451
- "min":1,
1452
- "max":100
1286
+ "max":100,
1287
+ "min":1
1453
1288
  },
1454
1289
  "NullableDouble":{"type":"double"},
1455
1290
  "NullableInteger":{"type":"integer"},
@@ -1522,8 +1357,8 @@
1522
1357
  "ResourceId":{"type":"string"},
1523
1358
  "ResourceName":{
1524
1359
  "type":"string",
1525
- "min":1,
1526
- "max":256
1360
+ "max":256,
1361
+ "min":1
1527
1362
  },
1528
1363
  "RestartAppServerMessage":{
1529
1364
  "type":"structure",
@@ -1665,13 +1500,13 @@
1665
1500
  },
1666
1501
  "TagKey":{
1667
1502
  "type":"string",
1668
- "min":1,
1669
- "max":128
1503
+ "max":128,
1504
+ "min":1
1670
1505
  },
1671
1506
  "TagValue":{
1672
1507
  "type":"string",
1673
- "min":1,
1674
- "max":256
1508
+ "max":256,
1509
+ "min":1
1675
1510
  },
1676
1511
  "Tags":{
1677
1512
  "type":"list",
@@ -1683,7 +1518,8 @@
1683
1518
  "members":{
1684
1519
  "EnvironmentId":{"shape":"EnvironmentId"},
1685
1520
  "EnvironmentName":{"shape":"EnvironmentName"},
1686
- "TerminateResources":{"shape":"TerminateEnvironmentResources"}
1521
+ "TerminateResources":{"shape":"TerminateEnvironmentResources"},
1522
+ "ForceTerminate":{"shape":"ForceTerminate"}
1687
1523
  }
1688
1524
  },
1689
1525
  "TerminateEnvironmentResources":{"type":"boolean"},
@@ -1788,8 +1624,10 @@
1788
1624
  "UpdateEnvironmentMessage":{
1789
1625
  "type":"structure",
1790
1626
  "members":{
1627
+ "ApplicationName":{"shape":"ApplicationName"},
1791
1628
  "EnvironmentId":{"shape":"EnvironmentId"},
1792
1629
  "EnvironmentName":{"shape":"EnvironmentName"},
1630
+ "GroupName":{"shape":"GroupName"},
1793
1631
  "Description":{"shape":"Description"},
1794
1632
  "Tier":{"shape":"EnvironmentTier"},
1795
1633
  "VersionLabel":{"shape":"VersionLabel"},
@@ -1836,8 +1674,12 @@
1836
1674
  },
1837
1675
  "VersionLabel":{
1838
1676
  "type":"string",
1839
- "min":1,
1840
- "max":100
1677
+ "max":100,
1678
+ "min":1
1679
+ },
1680
+ "VersionLabels":{
1681
+ "type":"list",
1682
+ "member":{"shape":"VersionLabel"}
1841
1683
  },
1842
1684
  "VersionLabelsList":{
1843
1685
  "type":"list",