aws-sdk-core 2.11.77 → 2.11.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +2 -1
- data/apis/elasticbeanstalk/2010-12-01/examples-1.json +687 -687
- data/apis/elasticbeanstalk/2010-12-01/smoke.json +18 -0
- data/apis/lambda/2015-03-31/api-2.json +14 -4
- data/apis/lambda/2015-03-31/smoke.json +18 -0
- data/apis/storagegateway/2013-06-30/api-2.json +268 -1
- data/apis/storagegateway/2013-06-30/examples-1.json +857 -857
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ac813a7c0c6c4a1f44ca939d1c4583644424612
|
|
4
|
+
data.tar.gz: c56a4bd24c730eee9d48d3ad49e3388a869f16ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30186de75e6242bd57fd8fb98af9150f2b54b17a1285c8ef95ffb7635625b9421ae2b6b6b487f0362edc833c9cc84019e9f32370fadd53a2da85e97571f75457
|
|
7
|
+
data.tar.gz: 16b3c08a28b9ecc4a31d8894fdae0e38a8b05db380a7f1ccc1130f6f150b1e7134cac11e0b22c1d7f69f3515274202ab8572dad735dee201d2fbde9e41caa087
|
|
@@ -1,695 +1,695 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version":
|
|
3
|
-
"examples":
|
|
4
|
-
"AbortEnvironmentUpdate":
|
|
2
|
+
"version":"1.0",
|
|
3
|
+
"examples":{
|
|
4
|
+
"AbortEnvironmentUpdate":[
|
|
5
5
|
{
|
|
6
|
-
"input":
|
|
7
|
-
"EnvironmentName":
|
|
6
|
+
"input":{
|
|
7
|
+
"EnvironmentName":"my-env"
|
|
8
8
|
},
|
|
9
|
-
"comments":
|
|
10
|
-
"input":
|
|
9
|
+
"comments":{
|
|
10
|
+
"input":{
|
|
11
11
|
},
|
|
12
|
-
"output":
|
|
12
|
+
"output":{
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"description":
|
|
16
|
-
"id":
|
|
17
|
-
"title":
|
|
15
|
+
"description":"The following code aborts a running application version deployment for an environment named my-env:",
|
|
16
|
+
"id":"to-abort-a-deployment-1456267848227",
|
|
17
|
+
"title":"To abort a deployment"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"CheckDNSAvailability":
|
|
20
|
+
"CheckDNSAvailability":[
|
|
21
21
|
{
|
|
22
|
-
"input":
|
|
23
|
-
"CNAMEPrefix":
|
|
22
|
+
"input":{
|
|
23
|
+
"CNAMEPrefix":"my-cname"
|
|
24
24
|
},
|
|
25
|
-
"output":
|
|
26
|
-
"Available":
|
|
27
|
-
"FullyQualifiedCNAME":
|
|
25
|
+
"output":{
|
|
26
|
+
"Available":true,
|
|
27
|
+
"FullyQualifiedCNAME":"my-cname.us-west-2.elasticbeanstalk.com"
|
|
28
28
|
},
|
|
29
|
-
"comments":
|
|
30
|
-
"input":
|
|
29
|
+
"comments":{
|
|
30
|
+
"input":{
|
|
31
31
|
},
|
|
32
|
-
"output":
|
|
32
|
+
"output":{
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"description":
|
|
36
|
-
"id":
|
|
37
|
-
"title":
|
|
35
|
+
"description":"The following operation checks the availability of the subdomain my-cname:",
|
|
36
|
+
"id":"to-check-the-availability-of-a-cname-1456268589537",
|
|
37
|
+
"title":"To check the availability of a CNAME"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
|
-
"CreateApplication":
|
|
40
|
+
"CreateApplication":[
|
|
41
41
|
{
|
|
42
|
-
"input":
|
|
43
|
-
"ApplicationName":
|
|
44
|
-
"Description":
|
|
45
|
-
},
|
|
46
|
-
"output":
|
|
47
|
-
"Application":
|
|
48
|
-
"ApplicationName":
|
|
49
|
-
"ConfigurationTemplates":
|
|
42
|
+
"input":{
|
|
43
|
+
"ApplicationName":"my-app",
|
|
44
|
+
"Description":"my application"
|
|
45
|
+
},
|
|
46
|
+
"output":{
|
|
47
|
+
"Application":{
|
|
48
|
+
"ApplicationName":"my-app",
|
|
49
|
+
"ConfigurationTemplates":[
|
|
50
50
|
|
|
51
51
|
],
|
|
52
|
-
"DateCreated":
|
|
53
|
-
"DateUpdated":
|
|
54
|
-
"Description":
|
|
52
|
+
"DateCreated":"2015-02-12T18:32:21.181Z",
|
|
53
|
+
"DateUpdated":"2015-02-12T18:32:21.181Z",
|
|
54
|
+
"Description":"my application"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"comments":
|
|
58
|
-
"input":
|
|
57
|
+
"comments":{
|
|
58
|
+
"input":{
|
|
59
59
|
},
|
|
60
|
-
"output":
|
|
60
|
+
"output":{
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"description":
|
|
64
|
-
"id":
|
|
65
|
-
"title":
|
|
63
|
+
"description":"The following operation creates a new application named my-app:",
|
|
64
|
+
"id":"to-create-a-new-application-1456268895683",
|
|
65
|
+
"title":"To create a new application"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
|
-
"CreateApplicationVersion":
|
|
68
|
+
"CreateApplicationVersion":[
|
|
69
69
|
{
|
|
70
|
-
"input":
|
|
71
|
-
"ApplicationName":
|
|
72
|
-
"AutoCreateApplication":
|
|
73
|
-
"Description":
|
|
74
|
-
"Process":
|
|
75
|
-
"SourceBundle":
|
|
76
|
-
"S3Bucket":
|
|
77
|
-
"S3Key":
|
|
70
|
+
"input":{
|
|
71
|
+
"ApplicationName":"my-app",
|
|
72
|
+
"AutoCreateApplication":true,
|
|
73
|
+
"Description":"my-app-v1",
|
|
74
|
+
"Process":true,
|
|
75
|
+
"SourceBundle":{
|
|
76
|
+
"S3Bucket":"my-bucket",
|
|
77
|
+
"S3Key":"sample.war"
|
|
78
78
|
},
|
|
79
|
-
"VersionLabel":
|
|
80
|
-
},
|
|
81
|
-
"output":
|
|
82
|
-
"ApplicationVersion":
|
|
83
|
-
"ApplicationName":
|
|
84
|
-
"DateCreated":
|
|
85
|
-
"DateUpdated":
|
|
86
|
-
"Description":
|
|
87
|
-
"SourceBundle":
|
|
88
|
-
"S3Bucket":
|
|
89
|
-
"S3Key":
|
|
79
|
+
"VersionLabel":"v1"
|
|
80
|
+
},
|
|
81
|
+
"output":{
|
|
82
|
+
"ApplicationVersion":{
|
|
83
|
+
"ApplicationName":"my-app",
|
|
84
|
+
"DateCreated":"2015-02-03T23:01:25.412Z",
|
|
85
|
+
"DateUpdated":"2015-02-03T23:01:25.412Z",
|
|
86
|
+
"Description":"my-app-v1",
|
|
87
|
+
"SourceBundle":{
|
|
88
|
+
"S3Bucket":"my-bucket",
|
|
89
|
+
"S3Key":"sample.war"
|
|
90
90
|
},
|
|
91
|
-
"VersionLabel":
|
|
91
|
+
"VersionLabel":"v1"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"comments":
|
|
95
|
-
"input":
|
|
94
|
+
"comments":{
|
|
95
|
+
"input":{
|
|
96
96
|
},
|
|
97
|
-
"output":
|
|
97
|
+
"output":{
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"description":
|
|
101
|
-
"id":
|
|
102
|
-
"title":
|
|
100
|
+
"description":"The following operation creates a new version (v1) of an application named my-app:",
|
|
101
|
+
"id":"to-create-a-new-application-1456268895683",
|
|
102
|
+
"title":"To create a new application"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
|
-
"CreateConfigurationTemplate":
|
|
105
|
+
"CreateConfigurationTemplate":[
|
|
106
106
|
{
|
|
107
|
-
"input":
|
|
108
|
-
"ApplicationName":
|
|
109
|
-
"EnvironmentId":
|
|
110
|
-
"TemplateName":
|
|
111
|
-
},
|
|
112
|
-
"output":
|
|
113
|
-
"ApplicationName":
|
|
114
|
-
"DateCreated":
|
|
115
|
-
"DateUpdated":
|
|
116
|
-
"SolutionStackName":
|
|
117
|
-
"TemplateName":
|
|
118
|
-
},
|
|
119
|
-
"comments":
|
|
120
|
-
"input":
|
|
107
|
+
"input":{
|
|
108
|
+
"ApplicationName":"my-app",
|
|
109
|
+
"EnvironmentId":"e-rpqsewtp2j",
|
|
110
|
+
"TemplateName":"my-app-v1"
|
|
111
|
+
},
|
|
112
|
+
"output":{
|
|
113
|
+
"ApplicationName":"my-app",
|
|
114
|
+
"DateCreated":"2015-08-12T18:40:39Z",
|
|
115
|
+
"DateUpdated":"2015-08-12T18:40:39Z",
|
|
116
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
117
|
+
"TemplateName":"my-app-v1"
|
|
118
|
+
},
|
|
119
|
+
"comments":{
|
|
120
|
+
"input":{
|
|
121
121
|
},
|
|
122
|
-
"output":
|
|
122
|
+
"output":{
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
|
-
"description":
|
|
126
|
-
"id":
|
|
127
|
-
"title":
|
|
125
|
+
"description":"The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:",
|
|
126
|
+
"id":"to-create-a-configuration-template-1456269283586",
|
|
127
|
+
"title":"To create a configuration template"
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
|
-
"CreateEnvironment":
|
|
130
|
+
"CreateEnvironment":[
|
|
131
131
|
{
|
|
132
|
-
"input":
|
|
133
|
-
"ApplicationName":
|
|
134
|
-
"CNAMEPrefix":
|
|
135
|
-
"EnvironmentName":
|
|
136
|
-
"SolutionStackName":
|
|
137
|
-
"VersionLabel":
|
|
138
|
-
},
|
|
139
|
-
"output":
|
|
140
|
-
"ApplicationName":
|
|
141
|
-
"CNAME":
|
|
142
|
-
"DateCreated":
|
|
143
|
-
"DateUpdated":
|
|
144
|
-
"EnvironmentId":
|
|
145
|
-
"EnvironmentName":
|
|
146
|
-
"Health":
|
|
147
|
-
"SolutionStackName":
|
|
148
|
-
"Status":
|
|
149
|
-
"Tier":
|
|
150
|
-
"Name":
|
|
151
|
-
"Type":
|
|
152
|
-
"Version":
|
|
132
|
+
"input":{
|
|
133
|
+
"ApplicationName":"my-app",
|
|
134
|
+
"CNAMEPrefix":"my-app",
|
|
135
|
+
"EnvironmentName":"my-env",
|
|
136
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
137
|
+
"VersionLabel":"v1"
|
|
138
|
+
},
|
|
139
|
+
"output":{
|
|
140
|
+
"ApplicationName":"my-app",
|
|
141
|
+
"CNAME":"my-app.elasticbeanstalk.com",
|
|
142
|
+
"DateCreated":"2015-02-03T23:04:54.479Z",
|
|
143
|
+
"DateUpdated":"2015-02-03T23:04:54.479Z",
|
|
144
|
+
"EnvironmentId":"e-izqpassy4h",
|
|
145
|
+
"EnvironmentName":"my-env",
|
|
146
|
+
"Health":"Grey",
|
|
147
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
148
|
+
"Status":"Launching",
|
|
149
|
+
"Tier":{
|
|
150
|
+
"Name":"WebServer",
|
|
151
|
+
"Type":"Standard",
|
|
152
|
+
"Version":" "
|
|
153
153
|
},
|
|
154
|
-
"VersionLabel":
|
|
154
|
+
"VersionLabel":"v1"
|
|
155
155
|
},
|
|
156
|
-
"comments":
|
|
157
|
-
"input":
|
|
156
|
+
"comments":{
|
|
157
|
+
"input":{
|
|
158
158
|
},
|
|
159
|
-
"output":
|
|
159
|
+
"output":{
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
-
"description":
|
|
163
|
-
"id":
|
|
164
|
-
"title":
|
|
162
|
+
"description":"The following operation creates a new environment for version v1 of a java application named my-app:",
|
|
163
|
+
"id":"to-create-a-new-environment-for-an-application-1456269380396",
|
|
164
|
+
"title":"To create a new environment for an application"
|
|
165
165
|
}
|
|
166
166
|
],
|
|
167
|
-
"CreateStorageLocation":
|
|
167
|
+
"CreateStorageLocation":[
|
|
168
168
|
{
|
|
169
|
-
"output":
|
|
170
|
-
"S3Bucket":
|
|
169
|
+
"output":{
|
|
170
|
+
"S3Bucket":"elasticbeanstalk-us-west-2-0123456789012"
|
|
171
171
|
},
|
|
172
|
-
"comments":
|
|
173
|
-
"input":
|
|
172
|
+
"comments":{
|
|
173
|
+
"input":{
|
|
174
174
|
},
|
|
175
|
-
"output":
|
|
175
|
+
"output":{
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
-
"description":
|
|
179
|
-
"id":
|
|
180
|
-
"title":
|
|
178
|
+
"description":"The following operation creates a new environment for version v1 of a java application named my-app:",
|
|
179
|
+
"id":"to-create-a-new-environment-for-an-application-1456269380396",
|
|
180
|
+
"title":"To create a new environment for an application"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
-
"DeleteApplication":
|
|
183
|
+
"DeleteApplication":[
|
|
184
184
|
{
|
|
185
|
-
"input":
|
|
186
|
-
"ApplicationName":
|
|
185
|
+
"input":{
|
|
186
|
+
"ApplicationName":"my-app"
|
|
187
187
|
},
|
|
188
|
-
"comments":
|
|
189
|
-
"input":
|
|
188
|
+
"comments":{
|
|
189
|
+
"input":{
|
|
190
190
|
},
|
|
191
|
-
"output":
|
|
191
|
+
"output":{
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
|
-
"description":
|
|
195
|
-
"id":
|
|
196
|
-
"title":
|
|
194
|
+
"description":"The following operation deletes an application named my-app:",
|
|
195
|
+
"id":"to-delete-an-application-1456269699366",
|
|
196
|
+
"title":"To delete an application"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"DeleteApplicationVersion":
|
|
199
|
+
"DeleteApplicationVersion":[
|
|
200
200
|
{
|
|
201
|
-
"input":
|
|
202
|
-
"ApplicationName":
|
|
203
|
-
"DeleteSourceBundle":
|
|
204
|
-
"VersionLabel":
|
|
201
|
+
"input":{
|
|
202
|
+
"ApplicationName":"my-app",
|
|
203
|
+
"DeleteSourceBundle":true,
|
|
204
|
+
"VersionLabel":"22a0-stage-150819_182129"
|
|
205
205
|
},
|
|
206
|
-
"comments":
|
|
207
|
-
"input":
|
|
206
|
+
"comments":{
|
|
207
|
+
"input":{
|
|
208
208
|
},
|
|
209
|
-
"output":
|
|
209
|
+
"output":{
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"description":
|
|
213
|
-
"id":
|
|
214
|
-
"title":
|
|
212
|
+
"description":"The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:",
|
|
213
|
+
"id":"to-delete-an-application-version-1456269792956",
|
|
214
|
+
"title":"To delete an application version"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
217
|
-
"DeleteConfigurationTemplate":
|
|
217
|
+
"DeleteConfigurationTemplate":[
|
|
218
218
|
{
|
|
219
|
-
"input":
|
|
220
|
-
"ApplicationName":
|
|
221
|
-
"TemplateName":
|
|
219
|
+
"input":{
|
|
220
|
+
"ApplicationName":"my-app",
|
|
221
|
+
"TemplateName":"my-template"
|
|
222
222
|
},
|
|
223
|
-
"comments":
|
|
224
|
-
"input":
|
|
223
|
+
"comments":{
|
|
224
|
+
"input":{
|
|
225
225
|
},
|
|
226
|
-
"output":
|
|
226
|
+
"output":{
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
|
-
"description":
|
|
230
|
-
"id":
|
|
231
|
-
"title":
|
|
229
|
+
"description":"The following operation deletes a configuration template named my-template for an application named my-app:",
|
|
230
|
+
"id":"to-delete-a-configuration-template-1456269836701",
|
|
231
|
+
"title":"To delete a configuration template"
|
|
232
232
|
}
|
|
233
233
|
],
|
|
234
|
-
"DeleteEnvironmentConfiguration":
|
|
234
|
+
"DeleteEnvironmentConfiguration":[
|
|
235
235
|
{
|
|
236
|
-
"input":
|
|
237
|
-
"ApplicationName":
|
|
238
|
-
"EnvironmentName":
|
|
236
|
+
"input":{
|
|
237
|
+
"ApplicationName":"my-app",
|
|
238
|
+
"EnvironmentName":"my-env"
|
|
239
239
|
},
|
|
240
|
-
"comments":
|
|
241
|
-
"input":
|
|
240
|
+
"comments":{
|
|
241
|
+
"input":{
|
|
242
242
|
},
|
|
243
|
-
"output":
|
|
243
|
+
"output":{
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
"description":
|
|
247
|
-
"id":
|
|
248
|
-
"title":
|
|
246
|
+
"description":"The following operation deletes a draft configuration for an environment named my-env:",
|
|
247
|
+
"id":"to-delete-a-draft-configuration-1456269886654",
|
|
248
|
+
"title":"To delete a draft configuration"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
|
-
"DescribeApplicationVersions":
|
|
251
|
+
"DescribeApplicationVersions":[
|
|
252
252
|
{
|
|
253
|
-
"input":
|
|
254
|
-
"ApplicationName":
|
|
255
|
-
"VersionLabels":
|
|
253
|
+
"input":{
|
|
254
|
+
"ApplicationName":"my-app",
|
|
255
|
+
"VersionLabels":[
|
|
256
256
|
"v2"
|
|
257
257
|
]
|
|
258
258
|
},
|
|
259
|
-
"output":
|
|
260
|
-
"ApplicationVersions":
|
|
259
|
+
"output":{
|
|
260
|
+
"ApplicationVersions":[
|
|
261
261
|
{
|
|
262
|
-
"ApplicationName":
|
|
263
|
-
"DateCreated":
|
|
264
|
-
"DateUpdated":
|
|
265
|
-
"Description":
|
|
266
|
-
"SourceBundle":
|
|
267
|
-
"S3Bucket":
|
|
268
|
-
"S3Key":
|
|
262
|
+
"ApplicationName":"my-app",
|
|
263
|
+
"DateCreated":"2015-07-23T01:32:26.079Z",
|
|
264
|
+
"DateUpdated":"2015-07-23T01:32:26.079Z",
|
|
265
|
+
"Description":"update cover page",
|
|
266
|
+
"SourceBundle":{
|
|
267
|
+
"S3Bucket":"elasticbeanstalk-us-west-2-015321684451",
|
|
268
|
+
"S3Key":"my-app/5026-stage-150723_224258.war"
|
|
269
269
|
},
|
|
270
|
-
"VersionLabel":
|
|
270
|
+
"VersionLabel":"v2"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
"ApplicationName":
|
|
274
|
-
"DateCreated":
|
|
275
|
-
"DateUpdated":
|
|
276
|
-
"Description":
|
|
277
|
-
"SourceBundle":
|
|
278
|
-
"S3Bucket":
|
|
279
|
-
"S3Key":
|
|
273
|
+
"ApplicationName":"my-app",
|
|
274
|
+
"DateCreated":"2015-07-23T22:26:10.816Z",
|
|
275
|
+
"DateUpdated":"2015-07-23T22:26:10.816Z",
|
|
276
|
+
"Description":"initial version",
|
|
277
|
+
"SourceBundle":{
|
|
278
|
+
"S3Bucket":"elasticbeanstalk-us-west-2-015321684451",
|
|
279
|
+
"S3Key":"my-app/5026-stage-150723_222618.war"
|
|
280
280
|
},
|
|
281
|
-
"VersionLabel":
|
|
281
|
+
"VersionLabel":"v1"
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
},
|
|
285
|
-
"comments":
|
|
286
|
-
"input":
|
|
285
|
+
"comments":{
|
|
286
|
+
"input":{
|
|
287
287
|
},
|
|
288
|
-
"output":
|
|
288
|
+
"output":{
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
|
-
"description":
|
|
292
|
-
"id":
|
|
293
|
-
"title":
|
|
291
|
+
"description":"The following operation retrieves information about an application version labeled v2:",
|
|
292
|
+
"id":"to-view-information-about-an-application-version-1456269947428",
|
|
293
|
+
"title":"To view information about an application version"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
296
|
-
"DescribeApplications":
|
|
296
|
+
"DescribeApplications":[
|
|
297
297
|
{
|
|
298
|
-
"input":
|
|
298
|
+
"input":{
|
|
299
299
|
},
|
|
300
|
-
"output":
|
|
301
|
-
"Applications":
|
|
300
|
+
"output":{
|
|
301
|
+
"Applications":[
|
|
302
302
|
{
|
|
303
|
-
"ApplicationName":
|
|
304
|
-
"ConfigurationTemplates":
|
|
303
|
+
"ApplicationName":"ruby",
|
|
304
|
+
"ConfigurationTemplates":[
|
|
305
305
|
|
|
306
306
|
],
|
|
307
|
-
"DateCreated":
|
|
308
|
-
"DateUpdated":
|
|
309
|
-
"Versions":
|
|
307
|
+
"DateCreated":"2015-08-13T21:05:44.376Z",
|
|
308
|
+
"DateUpdated":"2015-08-13T21:05:44.376Z",
|
|
309
|
+
"Versions":[
|
|
310
310
|
"Sample Application"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
|
-
"ApplicationName":
|
|
315
|
-
"ConfigurationTemplates":
|
|
314
|
+
"ApplicationName":"pythonsample",
|
|
315
|
+
"ConfigurationTemplates":[
|
|
316
316
|
|
|
317
317
|
],
|
|
318
|
-
"DateCreated":
|
|
319
|
-
"DateUpdated":
|
|
320
|
-
"Description":
|
|
321
|
-
"Versions":
|
|
318
|
+
"DateCreated":"2015-08-13T19:05:43.637Z",
|
|
319
|
+
"DateUpdated":"2015-08-13T19:05:43.637Z",
|
|
320
|
+
"Description":"Application created from the EB CLI using \"eb init\"",
|
|
321
|
+
"Versions":[
|
|
322
322
|
"Sample Application"
|
|
323
323
|
]
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
"ApplicationName":
|
|
327
|
-
"ConfigurationTemplates":
|
|
326
|
+
"ApplicationName":"nodejs-example",
|
|
327
|
+
"ConfigurationTemplates":[
|
|
328
328
|
|
|
329
329
|
],
|
|
330
|
-
"DateCreated":
|
|
331
|
-
"DateUpdated":
|
|
332
|
-
"Versions":
|
|
330
|
+
"DateCreated":"2015-08-06T17:50:02.486Z",
|
|
331
|
+
"DateUpdated":"2015-08-06T17:50:02.486Z",
|
|
332
|
+
"Versions":[
|
|
333
333
|
"add elasticache",
|
|
334
334
|
"First Release"
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
},
|
|
339
|
-
"comments":
|
|
340
|
-
"input":
|
|
339
|
+
"comments":{
|
|
340
|
+
"input":{
|
|
341
341
|
},
|
|
342
|
-
"output":
|
|
342
|
+
"output":{
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
|
-
"description":
|
|
346
|
-
"id":
|
|
347
|
-
"title":
|
|
345
|
+
"description":"The following operation retrieves information about applications in the current region:",
|
|
346
|
+
"id":"to-view-a-list-of-applications-1456270027373",
|
|
347
|
+
"title":"To view a list of applications"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
-
"DescribeConfigurationOptions":
|
|
350
|
+
"DescribeConfigurationOptions":[
|
|
351
351
|
{
|
|
352
|
-
"input":
|
|
353
|
-
"ApplicationName":
|
|
354
|
-
"EnvironmentName":
|
|
352
|
+
"input":{
|
|
353
|
+
"ApplicationName":"my-app",
|
|
354
|
+
"EnvironmentName":"my-env"
|
|
355
355
|
},
|
|
356
|
-
"output":
|
|
357
|
-
"Options":
|
|
356
|
+
"output":{
|
|
357
|
+
"Options":[
|
|
358
358
|
{
|
|
359
|
-
"ChangeSeverity":
|
|
360
|
-
"DefaultValue":
|
|
361
|
-
"MaxValue":
|
|
362
|
-
"MinValue":
|
|
363
|
-
"Name":
|
|
364
|
-
"Namespace":
|
|
365
|
-
"UserDefined":
|
|
366
|
-
"ValueType":
|
|
359
|
+
"ChangeSeverity":"NoInterruption",
|
|
360
|
+
"DefaultValue":"30",
|
|
361
|
+
"MaxValue":300,
|
|
362
|
+
"MinValue":5,
|
|
363
|
+
"Name":"Interval",
|
|
364
|
+
"Namespace":"aws:elb:healthcheck",
|
|
365
|
+
"UserDefined":false,
|
|
366
|
+
"ValueType":"Scalar"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
-
"ChangeSeverity":
|
|
370
|
-
"DefaultValue":
|
|
371
|
-
"MinValue":
|
|
372
|
-
"Name":
|
|
373
|
-
"Namespace":
|
|
374
|
-
"UserDefined":
|
|
375
|
-
"ValueType":
|
|
369
|
+
"ChangeSeverity":"NoInterruption",
|
|
370
|
+
"DefaultValue":"2000000",
|
|
371
|
+
"MinValue":0,
|
|
372
|
+
"Name":"LowerThreshold",
|
|
373
|
+
"Namespace":"aws:autoscaling:trigger",
|
|
374
|
+
"UserDefined":false,
|
|
375
|
+
"ValueType":"Scalar"
|
|
376
376
|
}
|
|
377
377
|
]
|
|
378
378
|
},
|
|
379
|
-
"comments":
|
|
380
|
-
"input":
|
|
379
|
+
"comments":{
|
|
380
|
+
"input":{
|
|
381
381
|
},
|
|
382
|
-
"output":
|
|
382
|
+
"output":{
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
-
"description":
|
|
386
|
-
"id":
|
|
387
|
-
"title":
|
|
385
|
+
"description":"The following operation retrieves descriptions of all available configuration options for an environment named my-env:",
|
|
386
|
+
"id":"to-view-configuration-options-for-an-environment-1456276763917",
|
|
387
|
+
"title":"To view configuration options for an environment"
|
|
388
388
|
}
|
|
389
389
|
],
|
|
390
|
-
"DescribeConfigurationSettings":
|
|
390
|
+
"DescribeConfigurationSettings":[
|
|
391
391
|
{
|
|
392
|
-
"input":
|
|
393
|
-
"ApplicationName":
|
|
394
|
-
"EnvironmentName":
|
|
392
|
+
"input":{
|
|
393
|
+
"ApplicationName":"my-app",
|
|
394
|
+
"EnvironmentName":"my-env"
|
|
395
395
|
},
|
|
396
|
-
"output":
|
|
397
|
-
"ConfigurationSettings":
|
|
396
|
+
"output":{
|
|
397
|
+
"ConfigurationSettings":[
|
|
398
398
|
{
|
|
399
|
-
"ApplicationName":
|
|
400
|
-
"DateCreated":
|
|
401
|
-
"DateUpdated":
|
|
402
|
-
"DeploymentStatus":
|
|
403
|
-
"Description":
|
|
404
|
-
"EnvironmentName":
|
|
405
|
-
"OptionSettings":
|
|
399
|
+
"ApplicationName":"my-app",
|
|
400
|
+
"DateCreated":"2015-08-13T19:16:25Z",
|
|
401
|
+
"DateUpdated":"2015-08-13T23:30:07Z",
|
|
402
|
+
"DeploymentStatus":"deployed",
|
|
403
|
+
"Description":"Environment created from the EB CLI using \"eb create\"",
|
|
404
|
+
"EnvironmentName":"my-env",
|
|
405
|
+
"OptionSettings":[
|
|
406
406
|
{
|
|
407
|
-
"Namespace":
|
|
408
|
-
"OptionName":
|
|
409
|
-
"ResourceName":
|
|
410
|
-
"Value":
|
|
407
|
+
"Namespace":"aws:autoscaling:asg",
|
|
408
|
+
"OptionName":"Availability Zones",
|
|
409
|
+
"ResourceName":"AWSEBAutoScalingGroup",
|
|
410
|
+
"Value":"Any"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
|
-
"Namespace":
|
|
414
|
-
"OptionName":
|
|
415
|
-
"ResourceName":
|
|
416
|
-
"Value":
|
|
413
|
+
"Namespace":"aws:autoscaling:asg",
|
|
414
|
+
"OptionName":"Cooldown",
|
|
415
|
+
"ResourceName":"AWSEBAutoScalingGroup",
|
|
416
|
+
"Value":"360"
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
|
-
"Namespace":
|
|
420
|
-
"OptionName":
|
|
421
|
-
"ResourceName":
|
|
422
|
-
"Value":
|
|
419
|
+
"Namespace":"aws:elb:policies",
|
|
420
|
+
"OptionName":"ConnectionDrainingTimeout",
|
|
421
|
+
"ResourceName":"AWSEBLoadBalancer",
|
|
422
|
+
"Value":"20"
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
|
-
"Namespace":
|
|
426
|
-
"OptionName":
|
|
427
|
-
"ResourceName":
|
|
428
|
-
"Value":
|
|
425
|
+
"Namespace":"aws:elb:policies",
|
|
426
|
+
"OptionName":"ConnectionSettingIdleTimeout",
|
|
427
|
+
"ResourceName":"AWSEBLoadBalancer",
|
|
428
|
+
"Value":"60"
|
|
429
429
|
}
|
|
430
430
|
],
|
|
431
|
-
"SolutionStackName":
|
|
431
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
|
|
432
432
|
}
|
|
433
433
|
]
|
|
434
434
|
},
|
|
435
|
-
"comments":
|
|
436
|
-
"input":
|
|
435
|
+
"comments":{
|
|
436
|
+
"input":{
|
|
437
437
|
},
|
|
438
|
-
"output":
|
|
439
|
-
"abbreviated":
|
|
438
|
+
"output":{
|
|
439
|
+
"abbreviated":"Output is abbreviated"
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
|
-
"description":
|
|
443
|
-
"id":
|
|
444
|
-
"title":
|
|
442
|
+
"description":"The following operation retrieves configuration settings for an environment named my-env:",
|
|
443
|
+
"id":"to-view-configurations-settings-for-an-environment-1456276924537",
|
|
444
|
+
"title":"To view configurations settings for an environment"
|
|
445
445
|
}
|
|
446
446
|
],
|
|
447
|
-
"DescribeEnvironmentHealth":
|
|
447
|
+
"DescribeEnvironmentHealth":[
|
|
448
448
|
{
|
|
449
|
-
"input":
|
|
450
|
-
"AttributeNames":
|
|
449
|
+
"input":{
|
|
450
|
+
"AttributeNames":[
|
|
451
451
|
"All"
|
|
452
452
|
],
|
|
453
|
-
"EnvironmentName":
|
|
454
|
-
},
|
|
455
|
-
"output":
|
|
456
|
-
"ApplicationMetrics":
|
|
457
|
-
"Duration":
|
|
458
|
-
"Latency":
|
|
459
|
-
"P10":
|
|
460
|
-
"P50":
|
|
461
|
-
"P75":
|
|
462
|
-
"P85":
|
|
463
|
-
"P90":
|
|
464
|
-
"P95":
|
|
465
|
-
"P99":
|
|
466
|
-
"P999":
|
|
453
|
+
"EnvironmentName":"my-env"
|
|
454
|
+
},
|
|
455
|
+
"output":{
|
|
456
|
+
"ApplicationMetrics":{
|
|
457
|
+
"Duration":10,
|
|
458
|
+
"Latency":{
|
|
459
|
+
"P10":0.001,
|
|
460
|
+
"P50":0.001,
|
|
461
|
+
"P75":0.002,
|
|
462
|
+
"P85":0.003,
|
|
463
|
+
"P90":0.003,
|
|
464
|
+
"P95":0.004,
|
|
465
|
+
"P99":0.004,
|
|
466
|
+
"P999":0.004
|
|
467
467
|
},
|
|
468
|
-
"RequestCount":
|
|
469
|
-
"StatusCodes":
|
|
470
|
-
"Status2xx":
|
|
471
|
-
"Status3xx":
|
|
472
|
-
"Status4xx":
|
|
473
|
-
"Status5xx":
|
|
468
|
+
"RequestCount":45,
|
|
469
|
+
"StatusCodes":{
|
|
470
|
+
"Status2xx":45,
|
|
471
|
+
"Status3xx":0,
|
|
472
|
+
"Status4xx":0,
|
|
473
|
+
"Status5xx":0
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
"Causes":
|
|
476
|
+
"Causes":[
|
|
477
477
|
|
|
478
478
|
],
|
|
479
|
-
"Color":
|
|
480
|
-
"EnvironmentName":
|
|
481
|
-
"HealthStatus":
|
|
482
|
-
"InstancesHealth":
|
|
483
|
-
"Degraded":
|
|
484
|
-
"Info":
|
|
485
|
-
"NoData":
|
|
486
|
-
"Ok":
|
|
487
|
-
"Pending":
|
|
488
|
-
"Severe":
|
|
489
|
-
"Unknown":
|
|
490
|
-
"Warning":
|
|
479
|
+
"Color":"Green",
|
|
480
|
+
"EnvironmentName":"my-env",
|
|
481
|
+
"HealthStatus":"Ok",
|
|
482
|
+
"InstancesHealth":{
|
|
483
|
+
"Degraded":0,
|
|
484
|
+
"Info":0,
|
|
485
|
+
"NoData":0,
|
|
486
|
+
"Ok":1,
|
|
487
|
+
"Pending":0,
|
|
488
|
+
"Severe":0,
|
|
489
|
+
"Unknown":0,
|
|
490
|
+
"Warning":0
|
|
491
491
|
},
|
|
492
|
-
"RefreshedAt":
|
|
492
|
+
"RefreshedAt":"2015-08-20T21:09:18Z"
|
|
493
493
|
},
|
|
494
|
-
"comments":
|
|
495
|
-
"input":
|
|
494
|
+
"comments":{
|
|
495
|
+
"input":{
|
|
496
496
|
},
|
|
497
|
-
"output":
|
|
497
|
+
"output":{
|
|
498
498
|
}
|
|
499
499
|
},
|
|
500
|
-
"description":
|
|
501
|
-
"id":
|
|
502
|
-
"title":
|
|
500
|
+
"description":"The following operation retrieves overall health information for an environment named my-env:",
|
|
501
|
+
"id":"to-view-environment-health-1456277109510",
|
|
502
|
+
"title":"To view environment health"
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
|
-
"DescribeEnvironmentResources":
|
|
505
|
+
"DescribeEnvironmentResources":[
|
|
506
506
|
{
|
|
507
|
-
"input":
|
|
508
|
-
"EnvironmentName":
|
|
507
|
+
"input":{
|
|
508
|
+
"EnvironmentName":"my-env"
|
|
509
509
|
},
|
|
510
|
-
"output":
|
|
511
|
-
"EnvironmentResources":
|
|
512
|
-
"AutoScalingGroups":
|
|
510
|
+
"output":{
|
|
511
|
+
"EnvironmentResources":{
|
|
512
|
+
"AutoScalingGroups":[
|
|
513
513
|
{
|
|
514
|
-
"Name":
|
|
514
|
+
"Name":"awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingGroup-QSB2ZO88SXZT"
|
|
515
515
|
}
|
|
516
516
|
],
|
|
517
|
-
"EnvironmentName":
|
|
518
|
-
"Instances":
|
|
517
|
+
"EnvironmentName":"my-env",
|
|
518
|
+
"Instances":[
|
|
519
519
|
{
|
|
520
|
-
"Id":
|
|
520
|
+
"Id":"i-0c91c786"
|
|
521
521
|
}
|
|
522
522
|
],
|
|
523
|
-
"LaunchConfigurations":
|
|
523
|
+
"LaunchConfigurations":[
|
|
524
524
|
{
|
|
525
|
-
"Name":
|
|
525
|
+
"Name":"awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingLaunchConfiguration-1UUVQIBC96TQ2"
|
|
526
526
|
}
|
|
527
527
|
],
|
|
528
|
-
"LoadBalancers":
|
|
528
|
+
"LoadBalancers":[
|
|
529
529
|
{
|
|
530
|
-
"Name":
|
|
530
|
+
"Name":"awseb-e-q-AWSEBLoa-1EEPZ0K98BIF0"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
|
-
"Queues":
|
|
533
|
+
"Queues":[
|
|
534
534
|
|
|
535
535
|
],
|
|
536
|
-
"Triggers":
|
|
536
|
+
"Triggers":[
|
|
537
537
|
|
|
538
538
|
]
|
|
539
539
|
}
|
|
540
540
|
},
|
|
541
|
-
"comments":
|
|
542
|
-
"input":
|
|
541
|
+
"comments":{
|
|
542
|
+
"input":{
|
|
543
543
|
},
|
|
544
|
-
"output":
|
|
544
|
+
"output":{
|
|
545
545
|
}
|
|
546
546
|
},
|
|
547
|
-
"description":
|
|
548
|
-
"id":
|
|
549
|
-
"title":
|
|
547
|
+
"description":"The following operation retrieves information about resources in an environment named my-env:",
|
|
548
|
+
"id":"to-view-information-about-the-aws-resources-in-your-environment-1456277206232",
|
|
549
|
+
"title":"To view information about the AWS resources in your environment"
|
|
550
550
|
}
|
|
551
551
|
],
|
|
552
|
-
"DescribeEnvironments":
|
|
552
|
+
"DescribeEnvironments":[
|
|
553
553
|
{
|
|
554
|
-
"input":
|
|
555
|
-
"EnvironmentNames":
|
|
554
|
+
"input":{
|
|
555
|
+
"EnvironmentNames":[
|
|
556
556
|
"my-env"
|
|
557
557
|
]
|
|
558
558
|
},
|
|
559
|
-
"output":
|
|
560
|
-
"Environments":
|
|
559
|
+
"output":{
|
|
560
|
+
"Environments":[
|
|
561
561
|
{
|
|
562
|
-
"AbortableOperationInProgress":
|
|
563
|
-
"ApplicationName":
|
|
564
|
-
"CNAME":
|
|
565
|
-
"DateCreated":
|
|
566
|
-
"DateUpdated":
|
|
567
|
-
"EndpointURL":
|
|
568
|
-
"EnvironmentId":
|
|
569
|
-
"EnvironmentName":
|
|
570
|
-
"Health":
|
|
571
|
-
"SolutionStackName":
|
|
572
|
-
"Status":
|
|
573
|
-
"Tier":
|
|
574
|
-
"Name":
|
|
575
|
-
"Type":
|
|
576
|
-
"Version":
|
|
562
|
+
"AbortableOperationInProgress":false,
|
|
563
|
+
"ApplicationName":"my-app",
|
|
564
|
+
"CNAME":"my-env.elasticbeanstalk.com",
|
|
565
|
+
"DateCreated":"2015-08-07T20:48:49.599Z",
|
|
566
|
+
"DateUpdated":"2015-08-12T18:16:55.019Z",
|
|
567
|
+
"EndpointURL":"awseb-e-w-AWSEBLoa-1483140XB0Q4L-109QXY8121.us-west-2.elb.amazonaws.com",
|
|
568
|
+
"EnvironmentId":"e-rpqsewtp2j",
|
|
569
|
+
"EnvironmentName":"my-env",
|
|
570
|
+
"Health":"Green",
|
|
571
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
572
|
+
"Status":"Ready",
|
|
573
|
+
"Tier":{
|
|
574
|
+
"Name":"WebServer",
|
|
575
|
+
"Type":"Standard",
|
|
576
|
+
"Version":" "
|
|
577
577
|
},
|
|
578
|
-
"VersionLabel":
|
|
578
|
+
"VersionLabel":"7f58-stage-150812_025409"
|
|
579
579
|
}
|
|
580
580
|
]
|
|
581
581
|
},
|
|
582
|
-
"comments":
|
|
583
|
-
"input":
|
|
582
|
+
"comments":{
|
|
583
|
+
"input":{
|
|
584
584
|
},
|
|
585
|
-
"output":
|
|
585
|
+
"output":{
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
|
-
"description":
|
|
589
|
-
"id":
|
|
590
|
-
"title":
|
|
588
|
+
"description":"The following operation retrieves information about an environment named my-env:",
|
|
589
|
+
"id":"to-view-information-about-an-environment-1456277288662",
|
|
590
|
+
"title":"To view information about an environment"
|
|
591
591
|
}
|
|
592
592
|
],
|
|
593
|
-
"DescribeEvents":
|
|
593
|
+
"DescribeEvents":[
|
|
594
594
|
{
|
|
595
|
-
"input":
|
|
596
|
-
"EnvironmentName":
|
|
595
|
+
"input":{
|
|
596
|
+
"EnvironmentName":"my-env"
|
|
597
597
|
},
|
|
598
|
-
"output":
|
|
599
|
-
"Events":
|
|
598
|
+
"output":{
|
|
599
|
+
"Events":[
|
|
600
600
|
{
|
|
601
|
-
"ApplicationName":
|
|
602
|
-
"EnvironmentName":
|
|
603
|
-
"EventDate":
|
|
604
|
-
"Message":
|
|
605
|
-
"Severity":
|
|
601
|
+
"ApplicationName":"my-app",
|
|
602
|
+
"EnvironmentName":"my-env",
|
|
603
|
+
"EventDate":"2015-08-20T07:06:53.535Z",
|
|
604
|
+
"Message":"Environment health has transitioned from Info to Ok.",
|
|
605
|
+
"Severity":"INFO"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"ApplicationName":
|
|
609
|
-
"EnvironmentName":
|
|
610
|
-
"EventDate":
|
|
611
|
-
"Message":
|
|
612
|
-
"RequestId":
|
|
613
|
-
"Severity":
|
|
608
|
+
"ApplicationName":"my-app",
|
|
609
|
+
"EnvironmentName":"my-env",
|
|
610
|
+
"EventDate":"2015-08-20T07:06:02.049Z",
|
|
611
|
+
"Message":"Environment update completed successfully.",
|
|
612
|
+
"RequestId":"b7f3960b-4709-11e5-ba1e-07e16200da41",
|
|
613
|
+
"Severity":"INFO"
|
|
614
614
|
},
|
|
615
615
|
{
|
|
616
|
-
"ApplicationName":
|
|
617
|
-
"EnvironmentName":
|
|
618
|
-
"EventDate":
|
|
619
|
-
"Message":
|
|
620
|
-
"RequestId":
|
|
621
|
-
"Severity":
|
|
616
|
+
"ApplicationName":"my-app",
|
|
617
|
+
"EnvironmentName":"my-env",
|
|
618
|
+
"EventDate":"2015-08-13T19:16:27.561Z",
|
|
619
|
+
"Message":"Using elasticbeanstalk-us-west-2-012445113685 as Amazon S3 storage bucket for environment data.",
|
|
620
|
+
"RequestId":"ca8dfbf6-41ef-11e5-988b-651aa638f46b",
|
|
621
|
+
"Severity":"INFO"
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
|
-
"ApplicationName":
|
|
625
|
-
"EnvironmentName":
|
|
626
|
-
"EventDate":
|
|
627
|
-
"Message":
|
|
628
|
-
"RequestId":
|
|
629
|
-
"Severity":
|
|
624
|
+
"ApplicationName":"my-app",
|
|
625
|
+
"EnvironmentName":"my-env",
|
|
626
|
+
"EventDate":"2015-08-13T19:16:26.581Z",
|
|
627
|
+
"Message":"createEnvironment is starting.",
|
|
628
|
+
"RequestId":"cdfba8f6-41ef-11e5-988b-65638f41aa6b",
|
|
629
|
+
"Severity":"INFO"
|
|
630
630
|
}
|
|
631
631
|
]
|
|
632
632
|
},
|
|
633
|
-
"comments":
|
|
634
|
-
"input":
|
|
633
|
+
"comments":{
|
|
634
|
+
"input":{
|
|
635
635
|
},
|
|
636
|
-
"output":
|
|
636
|
+
"output":{
|
|
637
637
|
}
|
|
638
638
|
},
|
|
639
|
-
"description":
|
|
640
|
-
"id":
|
|
641
|
-
"title":
|
|
639
|
+
"description":"The following operation retrieves events for an environment named my-env:",
|
|
640
|
+
"id":"to-view-events-for-an-environment-1456277367589",
|
|
641
|
+
"title":"To view events for an environment"
|
|
642
642
|
}
|
|
643
643
|
],
|
|
644
|
-
"DescribeInstancesHealth":
|
|
644
|
+
"DescribeInstancesHealth":[
|
|
645
645
|
{
|
|
646
|
-
"input":
|
|
647
|
-
"AttributeNames":
|
|
646
|
+
"input":{
|
|
647
|
+
"AttributeNames":[
|
|
648
648
|
"All"
|
|
649
649
|
],
|
|
650
|
-
"EnvironmentName":
|
|
650
|
+
"EnvironmentName":"my-env"
|
|
651
651
|
},
|
|
652
|
-
"output":
|
|
653
|
-
"InstanceHealthList":
|
|
652
|
+
"output":{
|
|
653
|
+
"InstanceHealthList":[
|
|
654
654
|
{
|
|
655
|
-
"ApplicationMetrics":
|
|
656
|
-
"Duration":
|
|
657
|
-
"Latency":
|
|
658
|
-
"P10":
|
|
659
|
-
"P50":
|
|
660
|
-
"P75":
|
|
661
|
-
"P85":
|
|
662
|
-
"P90":
|
|
663
|
-
"P95":
|
|
664
|
-
"P99":
|
|
665
|
-
"P999":
|
|
655
|
+
"ApplicationMetrics":{
|
|
656
|
+
"Duration":10,
|
|
657
|
+
"Latency":{
|
|
658
|
+
"P10":0,
|
|
659
|
+
"P50":0.001,
|
|
660
|
+
"P75":0.002,
|
|
661
|
+
"P85":0.003,
|
|
662
|
+
"P90":0.004,
|
|
663
|
+
"P95":0.005,
|
|
664
|
+
"P99":0.006,
|
|
665
|
+
"P999":0.006
|
|
666
666
|
},
|
|
667
|
-
"RequestCount":
|
|
668
|
-
"StatusCodes":
|
|
669
|
-
"Status2xx":
|
|
670
|
-
"Status3xx":
|
|
671
|
-
"Status4xx":
|
|
672
|
-
"Status5xx":
|
|
667
|
+
"RequestCount":48,
|
|
668
|
+
"StatusCodes":{
|
|
669
|
+
"Status2xx":47,
|
|
670
|
+
"Status3xx":0,
|
|
671
|
+
"Status4xx":1,
|
|
672
|
+
"Status5xx":0
|
|
673
673
|
}
|
|
674
674
|
},
|
|
675
|
-
"Causes":
|
|
675
|
+
"Causes":[
|
|
676
676
|
|
|
677
677
|
],
|
|
678
|
-
"Color":
|
|
679
|
-
"HealthStatus":
|
|
680
|
-
"InstanceId":
|
|
681
|
-
"LaunchedAt":
|
|
682
|
-
"System":
|
|
683
|
-
"CPUUtilization":
|
|
684
|
-
"IOWait":
|
|
685
|
-
"IRQ":
|
|
686
|
-
"Idle":
|
|
687
|
-
"Nice":
|
|
688
|
-
"SoftIRQ":
|
|
689
|
-
"System":
|
|
690
|
-
"User":
|
|
678
|
+
"Color":"Green",
|
|
679
|
+
"HealthStatus":"Ok",
|
|
680
|
+
"InstanceId":"i-08691cc7",
|
|
681
|
+
"LaunchedAt":"2015-08-13T19:17:09Z",
|
|
682
|
+
"System":{
|
|
683
|
+
"CPUUtilization":{
|
|
684
|
+
"IOWait":0.2,
|
|
685
|
+
"IRQ":0,
|
|
686
|
+
"Idle":97.8,
|
|
687
|
+
"Nice":0.1,
|
|
688
|
+
"SoftIRQ":0.1,
|
|
689
|
+
"System":0.3,
|
|
690
|
+
"User":1.5
|
|
691
691
|
},
|
|
692
|
-
"LoadAverage":
|
|
692
|
+
"LoadAverage":[
|
|
693
693
|
0,
|
|
694
694
|
0.02,
|
|
695
695
|
0.05
|
|
@@ -697,31 +697,31 @@
|
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
699
|
],
|
|
700
|
-
"RefreshedAt":
|
|
700
|
+
"RefreshedAt":"2015-08-20T21:09:08Z"
|
|
701
701
|
},
|
|
702
|
-
"comments":
|
|
703
|
-
"input":
|
|
702
|
+
"comments":{
|
|
703
|
+
"input":{
|
|
704
704
|
},
|
|
705
|
-
"output":
|
|
705
|
+
"output":{
|
|
706
706
|
}
|
|
707
707
|
},
|
|
708
|
-
"description":
|
|
709
|
-
"id":
|
|
710
|
-
"title":
|
|
708
|
+
"description":"The following operation retrieves health information for instances in an environment named my-env:",
|
|
709
|
+
"id":"to-view-environment-health-1456277424757",
|
|
710
|
+
"title":"To view environment health"
|
|
711
711
|
}
|
|
712
712
|
],
|
|
713
|
-
"ListAvailableSolutionStacks":
|
|
713
|
+
"ListAvailableSolutionStacks":[
|
|
714
714
|
{
|
|
715
|
-
"output":
|
|
716
|
-
"SolutionStackDetails":
|
|
715
|
+
"output":{
|
|
716
|
+
"SolutionStackDetails":[
|
|
717
717
|
{
|
|
718
|
-
"PermittedFileTypes":
|
|
718
|
+
"PermittedFileTypes":[
|
|
719
719
|
"zip"
|
|
720
720
|
],
|
|
721
|
-
"SolutionStackName":
|
|
721
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
|
|
722
722
|
}
|
|
723
723
|
],
|
|
724
|
-
"SolutionStacks":
|
|
724
|
+
"SolutionStacks":[
|
|
725
725
|
"64bit Amazon Linux 2015.03 v2.0.0 running Node.js",
|
|
726
726
|
"64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.6",
|
|
727
727
|
"64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.5",
|
|
@@ -752,160 +752,160 @@
|
|
|
752
752
|
"64bit Debian jessie v2.0.0 running Python 3.4 (Preconfigured - Docker)"
|
|
753
753
|
]
|
|
754
754
|
},
|
|
755
|
-
"comments":
|
|
756
|
-
"input":
|
|
755
|
+
"comments":{
|
|
756
|
+
"input":{
|
|
757
757
|
},
|
|
758
|
-
"output":
|
|
758
|
+
"output":{
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
|
-
"description":
|
|
762
|
-
"id":
|
|
763
|
-
"title":
|
|
761
|
+
"description":"The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:",
|
|
762
|
+
"id":"to-view-solution-stacks-1456277504811",
|
|
763
|
+
"title":"To view solution stacks"
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
|
-
"RebuildEnvironment":
|
|
766
|
+
"RebuildEnvironment":[
|
|
767
767
|
{
|
|
768
|
-
"input":
|
|
769
|
-
"EnvironmentName":
|
|
768
|
+
"input":{
|
|
769
|
+
"EnvironmentName":"my-env"
|
|
770
770
|
},
|
|
771
|
-
"comments":
|
|
772
|
-
"input":
|
|
771
|
+
"comments":{
|
|
772
|
+
"input":{
|
|
773
773
|
},
|
|
774
|
-
"output":
|
|
774
|
+
"output":{
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
|
-
"description":
|
|
778
|
-
"id":
|
|
779
|
-
"title":
|
|
777
|
+
"description":"The following operation terminates and recreates the resources in an environment named my-env:",
|
|
778
|
+
"id":"to-rebuild-an-environment-1456277600918",
|
|
779
|
+
"title":"To rebuild an environment"
|
|
780
780
|
}
|
|
781
781
|
],
|
|
782
|
-
"RequestEnvironmentInfo":
|
|
782
|
+
"RequestEnvironmentInfo":[
|
|
783
783
|
{
|
|
784
|
-
"input":
|
|
785
|
-
"EnvironmentName":
|
|
786
|
-
"InfoType":
|
|
784
|
+
"input":{
|
|
785
|
+
"EnvironmentName":"my-env",
|
|
786
|
+
"InfoType":"tail"
|
|
787
787
|
},
|
|
788
|
-
"comments":
|
|
789
|
-
"input":
|
|
788
|
+
"comments":{
|
|
789
|
+
"input":{
|
|
790
790
|
},
|
|
791
|
-
"output":
|
|
791
|
+
"output":{
|
|
792
792
|
}
|
|
793
793
|
},
|
|
794
|
-
"description":
|
|
795
|
-
"id":
|
|
796
|
-
"title":
|
|
794
|
+
"description":"The following operation requests logs from an environment named my-env:",
|
|
795
|
+
"id":"to-request-tailed-logs-1456277657045",
|
|
796
|
+
"title":"To request tailed logs"
|
|
797
797
|
}
|
|
798
798
|
],
|
|
799
|
-
"RestartAppServer":
|
|
799
|
+
"RestartAppServer":[
|
|
800
800
|
{
|
|
801
|
-
"input":
|
|
802
|
-
"EnvironmentName":
|
|
801
|
+
"input":{
|
|
802
|
+
"EnvironmentName":"my-env"
|
|
803
803
|
},
|
|
804
|
-
"comments":
|
|
805
|
-
"input":
|
|
804
|
+
"comments":{
|
|
805
|
+
"input":{
|
|
806
806
|
},
|
|
807
|
-
"output":
|
|
807
|
+
"output":{
|
|
808
808
|
}
|
|
809
809
|
},
|
|
810
|
-
"description":
|
|
811
|
-
"id":
|
|
812
|
-
"title":
|
|
810
|
+
"description":"The following operation restarts application servers on all instances in an environment named my-env:",
|
|
811
|
+
"id":"to-restart-application-servers-1456277739302",
|
|
812
|
+
"title":"To restart application servers"
|
|
813
813
|
}
|
|
814
814
|
],
|
|
815
|
-
"RetrieveEnvironmentInfo":
|
|
815
|
+
"RetrieveEnvironmentInfo":[
|
|
816
816
|
{
|
|
817
|
-
"input":
|
|
818
|
-
"EnvironmentName":
|
|
819
|
-
"InfoType":
|
|
817
|
+
"input":{
|
|
818
|
+
"EnvironmentName":"my-env",
|
|
819
|
+
"InfoType":"tail"
|
|
820
820
|
},
|
|
821
|
-
"output":
|
|
822
|
-
"EnvironmentInfo":
|
|
821
|
+
"output":{
|
|
822
|
+
"EnvironmentInfo":[
|
|
823
823
|
{
|
|
824
|
-
"Ec2InstanceId":
|
|
825
|
-
"InfoType":
|
|
826
|
-
"Message":
|
|
827
|
-
"SampleTimestamp":
|
|
824
|
+
"Ec2InstanceId":"i-09c1c867",
|
|
825
|
+
"InfoType":"tail",
|
|
826
|
+
"Message":"https://elasticbeanstalk-us-west-2-0123456789012.s3.amazonaws.com/resources/environments/logs/tail/e-fyqyju3yjs/i-09c1c867/TailLogs-1440109397703.out?AWSAccessKeyId=AKGPT4J56IAJ2EUBL5CQ&Expires=1440195891&Signature=n%2BEalOV6A2HIOx4Rcfb7LT16bBM%3D",
|
|
827
|
+
"SampleTimestamp":"2015-08-20T22:23:17.703Z"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
},
|
|
831
|
-
"comments":
|
|
832
|
-
"input":
|
|
831
|
+
"comments":{
|
|
832
|
+
"input":{
|
|
833
833
|
},
|
|
834
|
-
"output":
|
|
834
|
+
"output":{
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
|
-
"description":
|
|
838
|
-
"id":
|
|
839
|
-
"title":
|
|
837
|
+
"description":"The following operation retrieves a link to logs from an environment named my-env:",
|
|
838
|
+
"id":"to-retrieve-tailed-logs-1456277792734",
|
|
839
|
+
"title":"To retrieve tailed logs"
|
|
840
840
|
}
|
|
841
841
|
],
|
|
842
|
-
"SwapEnvironmentCNAMEs":
|
|
842
|
+
"SwapEnvironmentCNAMEs":[
|
|
843
843
|
{
|
|
844
|
-
"input":
|
|
845
|
-
"DestinationEnvironmentName":
|
|
846
|
-
"SourceEnvironmentName":
|
|
844
|
+
"input":{
|
|
845
|
+
"DestinationEnvironmentName":"my-env-green",
|
|
846
|
+
"SourceEnvironmentName":"my-env-blue"
|
|
847
847
|
},
|
|
848
|
-
"comments":
|
|
849
|
-
"input":
|
|
848
|
+
"comments":{
|
|
849
|
+
"input":{
|
|
850
850
|
},
|
|
851
|
-
"output":
|
|
851
|
+
"output":{
|
|
852
852
|
}
|
|
853
853
|
},
|
|
854
|
-
"description":
|
|
855
|
-
"id":
|
|
856
|
-
"title":
|
|
854
|
+
"description":"The following operation swaps the assigned subdomains of two environments:",
|
|
855
|
+
"id":"to-swap-environment-cnames-1456277839438",
|
|
856
|
+
"title":"To swap environment CNAMES"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
|
-
"TerminateEnvironment":
|
|
859
|
+
"TerminateEnvironment":[
|
|
860
860
|
{
|
|
861
|
-
"input":
|
|
862
|
-
"EnvironmentName":
|
|
863
|
-
},
|
|
864
|
-
"output":
|
|
865
|
-
"AbortableOperationInProgress":
|
|
866
|
-
"ApplicationName":
|
|
867
|
-
"CNAME":
|
|
868
|
-
"DateCreated":
|
|
869
|
-
"DateUpdated":
|
|
870
|
-
"EndpointURL":
|
|
871
|
-
"EnvironmentId":
|
|
872
|
-
"EnvironmentName":
|
|
873
|
-
"Health":
|
|
874
|
-
"SolutionStackName":
|
|
875
|
-
"Status":
|
|
876
|
-
"Tier":
|
|
877
|
-
"Name":
|
|
878
|
-
"Type":
|
|
879
|
-
"Version":
|
|
861
|
+
"input":{
|
|
862
|
+
"EnvironmentName":"my-env"
|
|
863
|
+
},
|
|
864
|
+
"output":{
|
|
865
|
+
"AbortableOperationInProgress":false,
|
|
866
|
+
"ApplicationName":"my-app",
|
|
867
|
+
"CNAME":"my-env.elasticbeanstalk.com",
|
|
868
|
+
"DateCreated":"2015-08-12T18:52:53.622Z",
|
|
869
|
+
"DateUpdated":"2015-08-12T19:05:54.744Z",
|
|
870
|
+
"EndpointURL":"awseb-e-f-AWSEBLoa-1I9XUMP4-8492WNUP202574.us-west-2.elb.amazonaws.com",
|
|
871
|
+
"EnvironmentId":"e-fh2eravpns",
|
|
872
|
+
"EnvironmentName":"my-env",
|
|
873
|
+
"Health":"Grey",
|
|
874
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
875
|
+
"Status":"Terminating",
|
|
876
|
+
"Tier":{
|
|
877
|
+
"Name":"WebServer",
|
|
878
|
+
"Type":"Standard",
|
|
879
|
+
"Version":" "
|
|
880
880
|
}
|
|
881
881
|
},
|
|
882
|
-
"comments":
|
|
883
|
-
"input":
|
|
882
|
+
"comments":{
|
|
883
|
+
"input":{
|
|
884
884
|
},
|
|
885
|
-
"output":
|
|
885
|
+
"output":{
|
|
886
886
|
}
|
|
887
887
|
},
|
|
888
|
-
"description":
|
|
889
|
-
"id":
|
|
890
|
-
"title":
|
|
888
|
+
"description":"The following operation terminates an Elastic Beanstalk environment named my-env:",
|
|
889
|
+
"id":"to-terminate-an-environment-1456277888556",
|
|
890
|
+
"title":"To terminate an environment"
|
|
891
891
|
}
|
|
892
892
|
],
|
|
893
|
-
"UpdateApplication":
|
|
893
|
+
"UpdateApplication":[
|
|
894
894
|
{
|
|
895
|
-
"input":
|
|
896
|
-
"ApplicationName":
|
|
897
|
-
"Description":
|
|
898
|
-
},
|
|
899
|
-
"output":
|
|
900
|
-
"Application":
|
|
901
|
-
"ApplicationName":
|
|
902
|
-
"ConfigurationTemplates":
|
|
895
|
+
"input":{
|
|
896
|
+
"ApplicationName":"my-app",
|
|
897
|
+
"Description":"my Elastic Beanstalk application"
|
|
898
|
+
},
|
|
899
|
+
"output":{
|
|
900
|
+
"Application":{
|
|
901
|
+
"ApplicationName":"my-app",
|
|
902
|
+
"ConfigurationTemplates":[
|
|
903
903
|
|
|
904
904
|
],
|
|
905
|
-
"DateCreated":
|
|
906
|
-
"DateUpdated":
|
|
907
|
-
"Description":
|
|
908
|
-
"Versions":
|
|
905
|
+
"DateCreated":"2015-08-13T19:15:50.449Z",
|
|
906
|
+
"DateUpdated":"2015-08-20T22:34:56.195Z",
|
|
907
|
+
"Description":"my Elastic Beanstalk application",
|
|
908
|
+
"Versions":[
|
|
909
909
|
"2fba-stage-150819_234450",
|
|
910
910
|
"bf07-stage-150820_214945",
|
|
911
911
|
"93f8",
|
|
@@ -914,195 +914,195 @@
|
|
|
914
914
|
]
|
|
915
915
|
}
|
|
916
916
|
},
|
|
917
|
-
"comments":
|
|
918
|
-
"input":
|
|
917
|
+
"comments":{
|
|
918
|
+
"input":{
|
|
919
919
|
},
|
|
920
|
-
"output":
|
|
920
|
+
"output":{
|
|
921
921
|
}
|
|
922
922
|
},
|
|
923
|
-
"description":
|
|
924
|
-
"id":
|
|
925
|
-
"title":
|
|
923
|
+
"description":"The following operation updates the description of an application named my-app:",
|
|
924
|
+
"id":"to-change-an-applications-description-1456277957075",
|
|
925
|
+
"title":"To change an application's description"
|
|
926
926
|
}
|
|
927
927
|
],
|
|
928
|
-
"UpdateApplicationVersion":
|
|
928
|
+
"UpdateApplicationVersion":[
|
|
929
929
|
{
|
|
930
|
-
"input":
|
|
931
|
-
"ApplicationName":
|
|
932
|
-
"Description":
|
|
933
|
-
"VersionLabel":
|
|
934
|
-
},
|
|
935
|
-
"output":
|
|
936
|
-
"ApplicationVersion":
|
|
937
|
-
"ApplicationName":
|
|
938
|
-
"DateCreated":
|
|
939
|
-
"DateUpdated":
|
|
940
|
-
"Description":
|
|
941
|
-
"SourceBundle":
|
|
942
|
-
"S3Bucket":
|
|
943
|
-
"S3Key":
|
|
930
|
+
"input":{
|
|
931
|
+
"ApplicationName":"my-app",
|
|
932
|
+
"Description":"new description",
|
|
933
|
+
"VersionLabel":"22a0-stage-150819_185942"
|
|
934
|
+
},
|
|
935
|
+
"output":{
|
|
936
|
+
"ApplicationVersion":{
|
|
937
|
+
"ApplicationName":"my-app",
|
|
938
|
+
"DateCreated":"2015-08-19T18:59:17.646Z",
|
|
939
|
+
"DateUpdated":"2015-08-20T22:53:28.871Z",
|
|
940
|
+
"Description":"new description",
|
|
941
|
+
"SourceBundle":{
|
|
942
|
+
"S3Bucket":"elasticbeanstalk-us-west-2-0123456789012",
|
|
943
|
+
"S3Key":"my-app/22a0-stage-150819_185942.war"
|
|
944
944
|
},
|
|
945
|
-
"VersionLabel":
|
|
945
|
+
"VersionLabel":"22a0-stage-150819_185942"
|
|
946
946
|
}
|
|
947
947
|
},
|
|
948
|
-
"comments":
|
|
949
|
-
"input":
|
|
948
|
+
"comments":{
|
|
949
|
+
"input":{
|
|
950
950
|
},
|
|
951
|
-
"output":
|
|
951
|
+
"output":{
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
|
-
"description":
|
|
955
|
-
"id":
|
|
956
|
-
"title":
|
|
954
|
+
"description":"The following operation updates the description of an application version named 22a0-stage-150819_185942:",
|
|
955
|
+
"id":"to-change-an-application-versions-description-1456278019237",
|
|
956
|
+
"title":"To change an application version's description"
|
|
957
957
|
}
|
|
958
958
|
],
|
|
959
|
-
"UpdateConfigurationTemplate":
|
|
959
|
+
"UpdateConfigurationTemplate":[
|
|
960
960
|
{
|
|
961
|
-
"input":
|
|
962
|
-
"ApplicationName":
|
|
963
|
-
"OptionsToRemove":
|
|
961
|
+
"input":{
|
|
962
|
+
"ApplicationName":"my-app",
|
|
963
|
+
"OptionsToRemove":[
|
|
964
964
|
{
|
|
965
|
-
"Namespace":
|
|
966
|
-
"OptionName":
|
|
965
|
+
"Namespace":"aws:elasticbeanstalk:healthreporting:system",
|
|
966
|
+
"OptionName":"ConfigDocument"
|
|
967
967
|
}
|
|
968
968
|
],
|
|
969
|
-
"TemplateName":
|
|
969
|
+
"TemplateName":"my-template"
|
|
970
970
|
},
|
|
971
|
-
"output":
|
|
972
|
-
"ApplicationName":
|
|
973
|
-
"DateCreated":
|
|
974
|
-
"DateUpdated":
|
|
975
|
-
"SolutionStackName":
|
|
976
|
-
"TemplateName":
|
|
971
|
+
"output":{
|
|
972
|
+
"ApplicationName":"my-app",
|
|
973
|
+
"DateCreated":"2015-08-20T22:39:31Z",
|
|
974
|
+
"DateUpdated":"2015-08-20T22:43:11Z",
|
|
975
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
976
|
+
"TemplateName":"my-template"
|
|
977
977
|
},
|
|
978
|
-
"comments":
|
|
979
|
-
"input":
|
|
978
|
+
"comments":{
|
|
979
|
+
"input":{
|
|
980
980
|
},
|
|
981
|
-
"output":
|
|
981
|
+
"output":{
|
|
982
982
|
}
|
|
983
983
|
},
|
|
984
|
-
"description":
|
|
985
|
-
"id":
|
|
986
|
-
"title":
|
|
984
|
+
"description":"The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:",
|
|
985
|
+
"id":"to-update-a-configuration-template-1456278075300",
|
|
986
|
+
"title":"To update a configuration template"
|
|
987
987
|
}
|
|
988
988
|
],
|
|
989
|
-
"UpdateEnvironment":
|
|
989
|
+
"UpdateEnvironment":[
|
|
990
990
|
{
|
|
991
|
-
"input":
|
|
992
|
-
"EnvironmentName":
|
|
993
|
-
"VersionLabel":
|
|
994
|
-
},
|
|
995
|
-
"output":
|
|
996
|
-
"ApplicationName":
|
|
997
|
-
"CNAME":
|
|
998
|
-
"DateCreated":
|
|
999
|
-
"DateUpdated":
|
|
1000
|
-
"EndpointURL":
|
|
1001
|
-
"EnvironmentId":
|
|
1002
|
-
"EnvironmentName":
|
|
1003
|
-
"Health":
|
|
1004
|
-
"SolutionStackName":
|
|
1005
|
-
"Status":
|
|
1006
|
-
"Tier":
|
|
1007
|
-
"Name":
|
|
1008
|
-
"Type":
|
|
1009
|
-
"Version":
|
|
991
|
+
"input":{
|
|
992
|
+
"EnvironmentName":"my-env",
|
|
993
|
+
"VersionLabel":"v2"
|
|
994
|
+
},
|
|
995
|
+
"output":{
|
|
996
|
+
"ApplicationName":"my-app",
|
|
997
|
+
"CNAME":"my-env.elasticbeanstalk.com",
|
|
998
|
+
"DateCreated":"2015-02-03T23:04:54.453Z",
|
|
999
|
+
"DateUpdated":"2015-02-03T23:12:29.119Z",
|
|
1000
|
+
"EndpointURL":"awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com",
|
|
1001
|
+
"EnvironmentId":"e-szqipays4h",
|
|
1002
|
+
"EnvironmentName":"my-env",
|
|
1003
|
+
"Health":"Grey",
|
|
1004
|
+
"SolutionStackName":"64bit Amazon Linux running Tomcat 7",
|
|
1005
|
+
"Status":"Updating",
|
|
1006
|
+
"Tier":{
|
|
1007
|
+
"Name":"WebServer",
|
|
1008
|
+
"Type":"Standard",
|
|
1009
|
+
"Version":" "
|
|
1010
1010
|
},
|
|
1011
|
-
"VersionLabel":
|
|
1011
|
+
"VersionLabel":"v2"
|
|
1012
1012
|
},
|
|
1013
|
-
"comments":
|
|
1014
|
-
"input":
|
|
1013
|
+
"comments":{
|
|
1014
|
+
"input":{
|
|
1015
1015
|
},
|
|
1016
|
-
"output":
|
|
1016
|
+
"output":{
|
|
1017
1017
|
}
|
|
1018
1018
|
},
|
|
1019
|
-
"description":
|
|
1020
|
-
"id":
|
|
1021
|
-
"title":
|
|
1019
|
+
"description":"The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:",
|
|
1020
|
+
"id":"to-update-an-environment-to-a-new-version-1456278210718",
|
|
1021
|
+
"title":"To update an environment to a new version"
|
|
1022
1022
|
},
|
|
1023
1023
|
{
|
|
1024
|
-
"input":
|
|
1025
|
-
"EnvironmentName":
|
|
1026
|
-
"OptionSettings":
|
|
1024
|
+
"input":{
|
|
1025
|
+
"EnvironmentName":"my-env",
|
|
1026
|
+
"OptionSettings":[
|
|
1027
1027
|
{
|
|
1028
|
-
"Namespace":
|
|
1029
|
-
"OptionName":
|
|
1030
|
-
"Value":
|
|
1028
|
+
"Namespace":"aws:elb:healthcheck",
|
|
1029
|
+
"OptionName":"Interval",
|
|
1030
|
+
"Value":"15"
|
|
1031
1031
|
},
|
|
1032
1032
|
{
|
|
1033
|
-
"Namespace":
|
|
1034
|
-
"OptionName":
|
|
1035
|
-
"Value":
|
|
1033
|
+
"Namespace":"aws:elb:healthcheck",
|
|
1034
|
+
"OptionName":"Timeout",
|
|
1035
|
+
"Value":"8"
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
|
-
"Namespace":
|
|
1039
|
-
"OptionName":
|
|
1040
|
-
"Value":
|
|
1038
|
+
"Namespace":"aws:elb:healthcheck",
|
|
1039
|
+
"OptionName":"HealthyThreshold",
|
|
1040
|
+
"Value":"2"
|
|
1041
1041
|
},
|
|
1042
1042
|
{
|
|
1043
|
-
"Namespace":
|
|
1044
|
-
"OptionName":
|
|
1045
|
-
"Value":
|
|
1043
|
+
"Namespace":"aws:elb:healthcheck",
|
|
1044
|
+
"OptionName":"UnhealthyThreshold",
|
|
1045
|
+
"Value":"3"
|
|
1046
1046
|
}
|
|
1047
1047
|
]
|
|
1048
1048
|
},
|
|
1049
|
-
"output":
|
|
1050
|
-
"AbortableOperationInProgress":
|
|
1051
|
-
"ApplicationName":
|
|
1052
|
-
"CNAME":
|
|
1053
|
-
"DateCreated":
|
|
1054
|
-
"DateUpdated":
|
|
1055
|
-
"EndpointURL":
|
|
1056
|
-
"EnvironmentId":
|
|
1057
|
-
"EnvironmentName":
|
|
1058
|
-
"Health":
|
|
1059
|
-
"SolutionStackName":
|
|
1060
|
-
"Status":
|
|
1061
|
-
"Tier":
|
|
1062
|
-
"Name":
|
|
1063
|
-
"Type":
|
|
1064
|
-
"Version":
|
|
1049
|
+
"output":{
|
|
1050
|
+
"AbortableOperationInProgress":true,
|
|
1051
|
+
"ApplicationName":"my-app",
|
|
1052
|
+
"CNAME":"my-env.elasticbeanstalk.com",
|
|
1053
|
+
"DateCreated":"2015-08-07T20:48:49.599Z",
|
|
1054
|
+
"DateUpdated":"2015-08-12T18:15:23.804Z",
|
|
1055
|
+
"EndpointURL":"awseb-e-w-AWSEBLoa-14XB83101Q4L-104QXY80921.sa-east-1.elb.amazonaws.com",
|
|
1056
|
+
"EnvironmentId":"e-wtp2rpqsej",
|
|
1057
|
+
"EnvironmentName":"my-env",
|
|
1058
|
+
"Health":"Grey",
|
|
1059
|
+
"SolutionStackName":"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
|
|
1060
|
+
"Status":"Updating",
|
|
1061
|
+
"Tier":{
|
|
1062
|
+
"Name":"WebServer",
|
|
1063
|
+
"Type":"Standard",
|
|
1064
|
+
"Version":" "
|
|
1065
1065
|
},
|
|
1066
|
-
"VersionLabel":
|
|
1066
|
+
"VersionLabel":"7f58-stage-150812_025409"
|
|
1067
1067
|
},
|
|
1068
|
-
"comments":
|
|
1069
|
-
"input":
|
|
1068
|
+
"comments":{
|
|
1069
|
+
"input":{
|
|
1070
1070
|
},
|
|
1071
|
-
"output":
|
|
1071
|
+
"output":{
|
|
1072
1072
|
}
|
|
1073
1073
|
},
|
|
1074
|
-
"description":
|
|
1075
|
-
"id":
|
|
1076
|
-
"title":
|
|
1074
|
+
"description":"The following operation configures several options in the aws:elb:loadbalancer namespace:",
|
|
1075
|
+
"id":"to-configure-option-settings-1456278286349",
|
|
1076
|
+
"title":"To configure option settings"
|
|
1077
1077
|
}
|
|
1078
1078
|
],
|
|
1079
|
-
"ValidateConfigurationSettings":
|
|
1079
|
+
"ValidateConfigurationSettings":[
|
|
1080
1080
|
{
|
|
1081
|
-
"input":
|
|
1082
|
-
"ApplicationName":
|
|
1083
|
-
"EnvironmentName":
|
|
1084
|
-
"OptionSettings":
|
|
1081
|
+
"input":{
|
|
1082
|
+
"ApplicationName":"my-app",
|
|
1083
|
+
"EnvironmentName":"my-env",
|
|
1084
|
+
"OptionSettings":[
|
|
1085
1085
|
{
|
|
1086
|
-
"Namespace":
|
|
1087
|
-
"OptionName":
|
|
1088
|
-
"Value":
|
|
1086
|
+
"Namespace":"aws:elasticbeanstalk:healthreporting:system",
|
|
1087
|
+
"OptionName":"ConfigDocument",
|
|
1088
|
+
"Value":"{\"CloudWatchMetrics\": {\"Environment\": {\"ApplicationLatencyP99.9\": null,\"InstancesSevere\": 60,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": 60,\"InstancesUnknown\": 60,\"ApplicationLatencyP85\": 60,\"InstancesInfo\": null,\"ApplicationRequests2xx\": null,\"InstancesDegraded\": null,\"InstancesWarning\": 60,\"ApplicationLatencyP50\": 60,\"ApplicationRequestsTotal\": null,\"InstancesNoData\": null,\"InstancesPending\": 60,\"ApplicationLatencyP10\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": null,\"InstancesOk\": 60,\"ApplicationRequests3xx\": null,\"ApplicationRequests4xx\": null},\"Instance\": {\"ApplicationLatencyP99.9\": null,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": null,\"ApplicationLatencyP85\": null,\"CPUUser\": 60,\"ApplicationRequests2xx\": null,\"CPUIdle\": null,\"ApplicationLatencyP50\": null,\"ApplicationRequestsTotal\": 60,\"RootFilesystemUtil\": null,\"LoadAverage1min\": null,\"CPUIrq\": null,\"CPUNice\": 60,\"CPUIowait\": 60,\"ApplicationLatencyP10\": null,\"LoadAverage5min\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": 60,\"CPUSystem\": 60,\"ApplicationRequests3xx\": 60,\"ApplicationRequests4xx\": null,\"InstanceHealth\": null,\"CPUSoftirq\": 60}},\"Version\": 1}"
|
|
1089
1089
|
}
|
|
1090
1090
|
]
|
|
1091
1091
|
},
|
|
1092
|
-
"output":
|
|
1093
|
-
"Messages":
|
|
1092
|
+
"output":{
|
|
1093
|
+
"Messages":[
|
|
1094
1094
|
|
|
1095
1095
|
]
|
|
1096
1096
|
},
|
|
1097
|
-
"comments":
|
|
1098
|
-
"input":
|
|
1097
|
+
"comments":{
|
|
1098
|
+
"input":{
|
|
1099
1099
|
},
|
|
1100
|
-
"output":
|
|
1100
|
+
"output":{
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
|
-
"description":
|
|
1104
|
-
"id":
|
|
1105
|
-
"title":
|
|
1103
|
+
"description":"The following operation validates a CloudWatch custom metrics config document:",
|
|
1104
|
+
"id":"to-validate-configuration-settings-1456278393654",
|
|
1105
|
+
"title":"To validate configuration settings"
|
|
1106
1106
|
}
|
|
1107
1107
|
]
|
|
1108
1108
|
}
|