aws-sdk-core 2.11.61 → 2.11.62

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a69d6eb7b1b4f21c47876b3da320698a4a02e6a
4
- data.tar.gz: 21dcaa7bb4abe35bda0422ff382a0008db40f17d
3
+ metadata.gz: 91b036c9dfe6149a31c827feff3366ac258929b0
4
+ data.tar.gz: c4e5b36ee58b257d20346e174436ba2ecae6cb92
5
5
  SHA512:
6
- metadata.gz: aa536ed654294a98e3136f88c5bf392e7d4b765fa78c82f316201d09eae4463d67fd99dfd37075fd7276df45167fc00e39f9ecfdfb6ffc17fbfcd031f062ce41
7
- data.tar.gz: 194c2fc3611bbc54514ebc82e923a875a2c17496fa3f84f3036290b42c6bf0d7f929ea39212ddef808c5c6d74afaf90d52423ee8a9bdc2ce1715a379fc3637a7
6
+ metadata.gz: b82190c9f3f3eddc3aed520f7a2b6be356733d19bd95c2708aecf32ee5b1e1712beeeba435afb1c7802f36923a4efe40577eedfcd724793f7dfe318701fff49a
7
+ data.tar.gz: 817b271c4ce7f3ca4a25608b7071b775d88ed5f10749f48025c692e710d1f97614947fc2c477f1e7bb89cbfecb61a1bafdf4dcb087218cadae28bcff518ccdb3
@@ -925,6 +925,10 @@
925
925
  "type":"string",
926
926
  "max":100
927
927
  },
928
+ "Domain":{
929
+ "type":"string",
930
+ "max":64
931
+ },
928
932
  "DomainJoinInfo":{
929
933
  "type":"structure",
930
934
  "members":{
@@ -932,6 +936,11 @@
932
936
  "OrganizationalUnitDistinguishedName":{"shape":"OrganizationalUnitDistinguishedName"}
933
937
  }
934
938
  },
939
+ "DomainList":{
940
+ "type":"list",
941
+ "member":{"shape":"Domain"},
942
+ "max":10
943
+ },
935
944
  "ErrorMessage":{"type":"string"},
936
945
  "ExpireSessionRequest":{
937
946
  "type":"structure",
@@ -1388,6 +1397,8 @@
1388
1397
  "type":"string",
1389
1398
  "enum":[
1390
1399
  "STORAGE_CONNECTORS",
1400
+ "STORAGE_CONNECTOR_HOMEFOLDERS",
1401
+ "STORAGE_CONNECTOR_GOOGLE_DRIVE",
1391
1402
  "REDIRECT_URL",
1392
1403
  "FEEDBACK_URL",
1393
1404
  "THEME_NAME",
@@ -1476,7 +1487,8 @@
1476
1487
  "required":["ConnectorType"],
1477
1488
  "members":{
1478
1489
  "ConnectorType":{"shape":"StorageConnectorType"},
1479
- "ResourceIdentifier":{"shape":"ResourceIdentifier"}
1490
+ "ResourceIdentifier":{"shape":"ResourceIdentifier"},
1491
+ "Domains":{"shape":"DomainList"}
1480
1492
  }
1481
1493
  },
1482
1494
  "StorageConnectorList":{
@@ -1485,7 +1497,10 @@
1485
1497
  },
1486
1498
  "StorageConnectorType":{
1487
1499
  "type":"string",
1488
- "enum":["HOMEFOLDERS"]
1500
+ "enum":[
1501
+ "HOMEFOLDERS",
1502
+ "GOOGLE_DRIVE"
1503
+ ]
1489
1504
  },
1490
1505
  "StreamingUrlUserId":{
1491
1506
  "type":"string",
@@ -11723,6 +11723,12 @@
11723
11723
  "m5.4xlarge",
11724
11724
  "m5.12xlarge",
11725
11725
  "m5.24xlarge",
11726
+ "m5d.large",
11727
+ "m5d.xlarge",
11728
+ "m5d.2xlarge",
11729
+ "m5d.4xlarge",
11730
+ "m5d.12xlarge",
11731
+ "m5d.24xlarge",
11726
11732
  "h1.2xlarge",
11727
11733
  "h1.4xlarge",
11728
11734
  "h1.8xlarge",
@@ -0,0 +1,301 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-11-01",
5
+ "endpointPrefix":"eks",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon EKS",
9
+ "serviceFullName":"Amazon Elastic Container Service for Kubernetes",
10
+ "serviceId":"EKS",
11
+ "signatureVersion":"v4",
12
+ "signingName":"eks",
13
+ "uid":"eks-2017-11-01"
14
+ },
15
+ "operations":{
16
+ "CreateCluster":{
17
+ "name":"CreateCluster",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/clusters"
21
+ },
22
+ "input":{"shape":"CreateClusterRequest"},
23
+ "output":{"shape":"CreateClusterResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceInUseException"},
26
+ {"shape":"ResourceLimitExceededException"},
27
+ {"shape":"InvalidParameterException"},
28
+ {"shape":"ClientException"},
29
+ {"shape":"ServerException"},
30
+ {"shape":"ServiceUnavailableException"},
31
+ {"shape":"UnsupportedAvailabilityZoneException"}
32
+ ]
33
+ },
34
+ "DeleteCluster":{
35
+ "name":"DeleteCluster",
36
+ "http":{
37
+ "method":"DELETE",
38
+ "requestUri":"/clusters/{name}"
39
+ },
40
+ "input":{"shape":"DeleteClusterRequest"},
41
+ "output":{"shape":"DeleteClusterResponse"},
42
+ "errors":[
43
+ {"shape":"ResourceInUseException"},
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"ClientException"},
46
+ {"shape":"ServerException"},
47
+ {"shape":"ServiceUnavailableException"}
48
+ ]
49
+ },
50
+ "DescribeCluster":{
51
+ "name":"DescribeCluster",
52
+ "http":{
53
+ "method":"GET",
54
+ "requestUri":"/clusters/{name}"
55
+ },
56
+ "input":{"shape":"DescribeClusterRequest"},
57
+ "output":{"shape":"DescribeClusterResponse"},
58
+ "errors":[
59
+ {"shape":"ResourceNotFoundException"},
60
+ {"shape":"ClientException"},
61
+ {"shape":"ServerException"},
62
+ {"shape":"ServiceUnavailableException"}
63
+ ]
64
+ },
65
+ "ListClusters":{
66
+ "name":"ListClusters",
67
+ "http":{
68
+ "method":"GET",
69
+ "requestUri":"/clusters"
70
+ },
71
+ "input":{"shape":"ListClustersRequest"},
72
+ "output":{"shape":"ListClustersResponse"},
73
+ "errors":[
74
+ {"shape":"InvalidParameterException"},
75
+ {"shape":"ClientException"},
76
+ {"shape":"ServerException"},
77
+ {"shape":"ServiceUnavailableException"}
78
+ ]
79
+ }
80
+ },
81
+ "shapes":{
82
+ "Certificate":{
83
+ "type":"structure",
84
+ "members":{
85
+ "data":{"shape":"String"}
86
+ }
87
+ },
88
+ "ClientException":{
89
+ "type":"structure",
90
+ "members":{
91
+ "clusterName":{"shape":"String"},
92
+ "message":{"shape":"String"}
93
+ },
94
+ "error":{"httpStatusCode":400},
95
+ "exception":true
96
+ },
97
+ "Cluster":{
98
+ "type":"structure",
99
+ "members":{
100
+ "name":{"shape":"String"},
101
+ "arn":{"shape":"String"},
102
+ "createdAt":{"shape":"Timestamp"},
103
+ "version":{"shape":"String"},
104
+ "endpoint":{"shape":"String"},
105
+ "roleArn":{"shape":"String"},
106
+ "resourcesVpcConfig":{"shape":"VpcConfigResponse"},
107
+ "status":{"shape":"ClusterStatus"},
108
+ "certificateAuthority":{"shape":"Certificate"},
109
+ "clientRequestToken":{"shape":"String"}
110
+ }
111
+ },
112
+ "ClusterName":{
113
+ "type":"string",
114
+ "max":255,
115
+ "min":1,
116
+ "pattern":"[A-Za-z0-9\\-_]*"
117
+ },
118
+ "ClusterStatus":{
119
+ "type":"string",
120
+ "enum":[
121
+ "CREATING",
122
+ "ACTIVE",
123
+ "DELETING",
124
+ "FAILED"
125
+ ]
126
+ },
127
+ "CreateClusterRequest":{
128
+ "type":"structure",
129
+ "required":[
130
+ "name",
131
+ "roleArn",
132
+ "resourcesVpcConfig"
133
+ ],
134
+ "members":{
135
+ "name":{"shape":"ClusterName"},
136
+ "version":{"shape":"String"},
137
+ "roleArn":{"shape":"String"},
138
+ "resourcesVpcConfig":{"shape":"VpcConfigRequest"},
139
+ "clientRequestToken":{
140
+ "shape":"String",
141
+ "idempotencyToken":true
142
+ }
143
+ }
144
+ },
145
+ "CreateClusterResponse":{
146
+ "type":"structure",
147
+ "members":{
148
+ "cluster":{"shape":"Cluster"}
149
+ }
150
+ },
151
+ "DeleteClusterRequest":{
152
+ "type":"structure",
153
+ "required":["name"],
154
+ "members":{
155
+ "name":{
156
+ "shape":"String",
157
+ "location":"uri",
158
+ "locationName":"name"
159
+ }
160
+ }
161
+ },
162
+ "DeleteClusterResponse":{
163
+ "type":"structure",
164
+ "members":{
165
+ "cluster":{"shape":"Cluster"}
166
+ }
167
+ },
168
+ "DescribeClusterRequest":{
169
+ "type":"structure",
170
+ "required":["name"],
171
+ "members":{
172
+ "name":{
173
+ "shape":"String",
174
+ "location":"uri",
175
+ "locationName":"name"
176
+ }
177
+ }
178
+ },
179
+ "DescribeClusterResponse":{
180
+ "type":"structure",
181
+ "members":{
182
+ "cluster":{"shape":"Cluster"}
183
+ }
184
+ },
185
+ "InvalidParameterException":{
186
+ "type":"structure",
187
+ "members":{
188
+ "clusterName":{"shape":"String"},
189
+ "message":{"shape":"String"}
190
+ },
191
+ "error":{"httpStatusCode":400},
192
+ "exception":true
193
+ },
194
+ "ListClustersRequest":{
195
+ "type":"structure",
196
+ "members":{
197
+ "maxResults":{
198
+ "shape":"ListClustersRequestMaxResults",
199
+ "location":"querystring",
200
+ "locationName":"maxResults"
201
+ },
202
+ "nextToken":{
203
+ "shape":"String",
204
+ "location":"querystring",
205
+ "locationName":"nextToken"
206
+ }
207
+ }
208
+ },
209
+ "ListClustersRequestMaxResults":{
210
+ "type":"integer",
211
+ "box":true,
212
+ "max":100,
213
+ "min":1
214
+ },
215
+ "ListClustersResponse":{
216
+ "type":"structure",
217
+ "members":{
218
+ "clusters":{"shape":"StringList"},
219
+ "nextToken":{"shape":"String"}
220
+ }
221
+ },
222
+ "ResourceInUseException":{
223
+ "type":"structure",
224
+ "members":{
225
+ "clusterName":{"shape":"String"},
226
+ "message":{"shape":"String"}
227
+ },
228
+ "error":{"httpStatusCode":409},
229
+ "exception":true
230
+ },
231
+ "ResourceLimitExceededException":{
232
+ "type":"structure",
233
+ "members":{
234
+ "clusterName":{"shape":"String"},
235
+ "message":{"shape":"String"}
236
+ },
237
+ "error":{"httpStatusCode":400},
238
+ "exception":true
239
+ },
240
+ "ResourceNotFoundException":{
241
+ "type":"structure",
242
+ "members":{
243
+ "clusterName":{"shape":"String"},
244
+ "message":{"shape":"String"}
245
+ },
246
+ "error":{"httpStatusCode":404},
247
+ "exception":true
248
+ },
249
+ "ServerException":{
250
+ "type":"structure",
251
+ "members":{
252
+ "clusterName":{"shape":"String"},
253
+ "message":{"shape":"String"}
254
+ },
255
+ "error":{"httpStatusCode":500},
256
+ "exception":true,
257
+ "fault":true
258
+ },
259
+ "ServiceUnavailableException":{
260
+ "type":"structure",
261
+ "members":{
262
+ "message":{"shape":"String"}
263
+ },
264
+ "error":{"httpStatusCode":503},
265
+ "exception":true,
266
+ "fault":true
267
+ },
268
+ "String":{"type":"string"},
269
+ "StringList":{
270
+ "type":"list",
271
+ "member":{"shape":"String"}
272
+ },
273
+ "Timestamp":{"type":"timestamp"},
274
+ "UnsupportedAvailabilityZoneException":{
275
+ "type":"structure",
276
+ "members":{
277
+ "message":{"shape":"String"},
278
+ "clusterName":{"shape":"String"},
279
+ "validZones":{"shape":"StringList"}
280
+ },
281
+ "error":{"httpStatusCode":400},
282
+ "exception":true
283
+ },
284
+ "VpcConfigRequest":{
285
+ "type":"structure",
286
+ "required":["subnetIds"],
287
+ "members":{
288
+ "subnetIds":{"shape":"StringList"},
289
+ "securityGroupIds":{"shape":"StringList"}
290
+ }
291
+ },
292
+ "VpcConfigResponse":{
293
+ "type":"structure",
294
+ "members":{
295
+ "subnetIds":{"shape":"StringList"},
296
+ "securityGroupIds":{"shape":"StringList"},
297
+ "vpcId":{"shape":"String"}
298
+ }
299
+ }
300
+ }
301
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ "CreateCluster": [
5
+ {
6
+ "input": {
7
+ "version": "1.10",
8
+ "name": "prod",
9
+ "clientRequestToken": "1d2129a1-3d38-460a-9756-e5b91fddb951",
10
+ "resourcesVpcConfig": {
11
+ "securityGroupIds": [
12
+ "sg-6979fe18"
13
+ ],
14
+ "subnetIds": [
15
+ "subnet-6782e71e",
16
+ "subnet-e7e761ac"
17
+ ]
18
+ },
19
+ "roleArn": "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI"
20
+ },
21
+ "output": {
22
+ },
23
+ "comments": {
24
+ "input": {
25
+ },
26
+ "output": {
27
+ }
28
+ },
29
+ "description": "The following example creates an Amazon EKS cluster called prod.",
30
+ "id": "to-create-a-new-cluster-1527868185648",
31
+ "title": "To create a new cluster"
32
+ }
33
+ ],
34
+ "DeleteCluster": [
35
+ {
36
+ "input": {
37
+ "name": "devel"
38
+ },
39
+ "output": {
40
+ },
41
+ "comments": {
42
+ "input": {
43
+ },
44
+ "output": {
45
+ }
46
+ },
47
+ "description": "This example command deletes a cluster named `devel` in your default region.",
48
+ "id": "to-delete-a-cluster-1527868641252",
49
+ "title": "To delete a cluster"
50
+ }
51
+ ],
52
+ "DescribeCluster": [
53
+ {
54
+ "input": {
55
+ "name": "devel"
56
+ },
57
+ "output": {
58
+ "cluster": {
59
+ "version": "1.10",
60
+ "name": "devel",
61
+ "arn": "arn:aws:eks:us-west-2:012345678910:cluster/devel",
62
+ "certificateAuthority": {
63
+ "data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EVXpNVEl6TVRFek1Wb1hEVEk0TURVeU9ESXpNVEV6TVZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTTZWCjVUaG4rdFcySm9Xa2hQMzRlVUZMNitaRXJOZGIvWVdrTmtDdWNGS2RaaXl2TjlMVmdvUmV2MjlFVFZlN1ZGbSsKUTJ3ZURyRXJiQyt0dVlibkFuN1ZLYmE3ay9hb1BHekZMdmVnb0t6b0M1N2NUdGVwZzRIazRlK2tIWHNaME10MApyb3NzcjhFM1ROeExETnNJTThGL1cwdjhsTGNCbWRPcjQyV2VuTjFHZXJnaDNSZ2wzR3JIazBnNTU0SjFWenJZCm9hTi8zODFUczlOTFF2QTBXb0xIcjBFRlZpTFdSZEoyZ3lXaC9ybDVyOFNDOHZaQXg1YW1BU0hVd01aTFpWRC8KTDBpOW4wRVM0MkpVdzQyQmxHOEdpd3NhTkJWV3lUTHZKclNhRXlDSHFtVVZaUTFDZkFXUjl0L3JleVVOVXM3TApWV1FqM3BFbk9RMitMSWJrc0RzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFNZ3RsQ1dIQ2U2YzVHMXl2YlFTS0Q4K2hUalkKSm1NSG56L2EvRGt0WG9YUjFVQzIrZUgzT1BZWmVjRVZZZHVaSlZCckNNQ2VWR0ZkeWdBYlNLc1FxWDg0S2RXbAp1MU5QaERDSmEyRHliN2pVMUV6VThTQjFGZUZ5ZFE3a0hNS1E1blpBRVFQOTY4S01hSGUrSm0yQ2x1UFJWbEJVCjF4WlhTS1gzTVZ0K1Q0SU1EV2d6c3JRSjVuQkRjdEtLcUZtM3pKdVVubHo5ZEpVckdscEltMjVJWXJDckxYUFgKWkUwRUtRNWEzMHhkVWNrTHRGQkQrOEtBdFdqSS9yZUZPNzM1YnBMdVoyOTBaNm42QlF3elRrS0p4cnhVc3QvOAppNGsxcnlsaUdWMm5SSjBUYjNORkczNHgrYWdzYTRoSTFPbU90TFM0TmgvRXJxT3lIUXNDc2hEQUtKUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo="
64
+ },
65
+ "createdAt": 1527807879.988,
66
+ "endpoint": "https://A0DCCD80A04F01705DD065655C30CC3D.yl4.us-west-2.eks.amazonaws.com",
67
+ "resourcesVpcConfig": {
68
+ "securityGroupIds": [
69
+ "sg-6979fe18"
70
+ ],
71
+ "subnetIds": [
72
+ "subnet-6782e71e",
73
+ "subnet-e7e761ac"
74
+ ],
75
+ "vpcId": "vpc-950809ec"
76
+ },
77
+ "roleArn": "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
78
+ "status": "ACTIVE"
79
+ }
80
+ },
81
+ "comments": {
82
+ "input": {
83
+ },
84
+ "output": {
85
+ }
86
+ },
87
+ "description": "This example command provides a description of the specified cluster in your default region.",
88
+ "id": "to-describe-a-cluster-1527868708512",
89
+ "title": "To describe a cluster"
90
+ }
91
+ ],
92
+ "ListClusters": [
93
+ {
94
+ "input": {
95
+ },
96
+ "output": {
97
+ "clusters": [
98
+ "devel",
99
+ "prod"
100
+ ]
101
+ },
102
+ "comments": {
103
+ "input": {
104
+ },
105
+ "output": {
106
+ }
107
+ },
108
+ "description": "This example command lists all of your available clusters in your default region.",
109
+ "id": "to-list-your-available-clusters-1527868801040",
110
+ "title": "To list your available clusters"
111
+ }
112
+ ]
113
+ }
114
+ }