aws-sdk-core 2.11.219 → 2.11.220

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efa1fd570c54e5e03d9b7cc03521e7960c403962
4
- data.tar.gz: 313078b0e6286479a246c3c710baf4aac440d695
3
+ metadata.gz: a278d42152fccd6df174faa560d5d0c6776a32c9
4
+ data.tar.gz: 17d8a909af5f46a0ffa1c77d5dbdaa8fbd056c4f
5
5
  SHA512:
6
- metadata.gz: 26515e23805f0115069b7bf7ed2ed16630979991c2166fcaa3c8a2d6a87fa0a41d5e0d57473c14123dbffbccc193bc2202df2a72a6821012a59f8a6c90d61f5e
7
- data.tar.gz: c7237b2174be8136995c54aff98967f7b5b8c05785f5be23dff77e9983207cc9d51101fba9dd6cac6be31d26fdf5a4522cdd61bd2a99cb86cf1a762a773e0066
6
+ metadata.gz: 84ebcfdc19f82d4790e12188d32dc17cbd83f16fa37fff7a98699a86fdb5533a9bb080346986e379b0e8fb68b9fdbf5d1e00a5abaf2db76e4caa431cd66c65b5
7
+ data.tar.gz: 07b4dea9f6fa3d3bdb801d04c09a3a301ddcb68d9cc18555cc50d3f5674bc652494dcc33ced9fd1b86d2854cf58e82231d7143951e7e7dfaadcdc707a98e5319
@@ -126,6 +126,21 @@
126
126
  {"shape":"FileSystemNotFound"}
127
127
  ]
128
128
  },
129
+ "DescribeLifecycleConfiguration":{
130
+ "name":"DescribeLifecycleConfiguration",
131
+ "http":{
132
+ "method":"GET",
133
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
134
+ "responseCode":200
135
+ },
136
+ "input":{"shape":"DescribeLifecycleConfigurationRequest"},
137
+ "output":{"shape":"LifecycleConfigurationDescription"},
138
+ "errors":[
139
+ {"shape":"InternalServerError"},
140
+ {"shape":"BadRequest"},
141
+ {"shape":"FileSystemNotFound"}
142
+ ]
143
+ },
129
144
  "DescribeMountTargetSecurityGroups":{
130
145
  "name":"DescribeMountTargetSecurityGroups",
131
146
  "http":{
@@ -190,6 +205,22 @@
190
205
  {"shape":"SecurityGroupNotFound"}
191
206
  ]
192
207
  },
208
+ "PutLifecycleConfiguration":{
209
+ "name":"PutLifecycleConfiguration",
210
+ "http":{
211
+ "method":"PUT",
212
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
213
+ "responseCode":200
214
+ },
215
+ "input":{"shape":"PutLifecycleConfigurationRequest"},
216
+ "output":{"shape":"LifecycleConfigurationDescription"},
217
+ "errors":[
218
+ {"shape":"BadRequest"},
219
+ {"shape":"InternalServerError"},
220
+ {"shape":"FileSystemNotFound"},
221
+ {"shape":"IncorrectFileSystemLifeCycleState"}
222
+ ]
223
+ },
193
224
  "UpdateFileSystem":{
194
225
  "name":"UpdateFileSystem",
195
226
  "http":{
@@ -347,6 +378,17 @@
347
378
  "NextMarker":{"shape":"Marker"}
348
379
  }
349
380
  },
381
+ "DescribeLifecycleConfigurationRequest":{
382
+ "type":"structure",
383
+ "required":["FileSystemId"],
384
+ "members":{
385
+ "FileSystemId":{
386
+ "shape":"FileSystemId",
387
+ "location":"uri",
388
+ "locationName":"FileSystemId"
389
+ }
390
+ }
391
+ },
350
392
  "DescribeMountTargetSecurityGroupsRequest":{
351
393
  "type":"structure",
352
394
  "required":["MountTargetId"],
@@ -511,12 +553,18 @@
511
553
  "error":{"httpStatusCode":404},
512
554
  "exception":true
513
555
  },
556
+ "FileSystemNullableSizeValue":{
557
+ "type":"long",
558
+ "min":0
559
+ },
514
560
  "FileSystemSize":{
515
561
  "type":"structure",
516
562
  "required":["Value"],
517
563
  "members":{
518
564
  "Value":{"shape":"FileSystemSizeValue"},
519
- "Timestamp":{"shape":"Timestamp"}
565
+ "Timestamp":{"shape":"Timestamp"},
566
+ "ValueInIA":{"shape":"FileSystemNullableSizeValue"},
567
+ "ValueInStandard":{"shape":"FileSystemNullableSizeValue"}
520
568
  }
521
569
  },
522
570
  "FileSystemSizeValue":{
@@ -589,6 +637,22 @@
589
637
  "deleted"
590
638
  ]
591
639
  },
640
+ "LifecycleConfigurationDescription":{
641
+ "type":"structure",
642
+ "members":{
643
+ "LifecyclePolicies":{"shape":"LifecyclePolicies"}
644
+ }
645
+ },
646
+ "LifecyclePolicies":{
647
+ "type":"list",
648
+ "member":{"shape":"LifecyclePolicy"}
649
+ },
650
+ "LifecyclePolicy":{
651
+ "type":"structure",
652
+ "members":{
653
+ "TransitionToIA":{"shape":"TransitionToIARules"}
654
+ }
655
+ },
592
656
  "Marker":{"type":"string"},
593
657
  "MaxItems":{
594
658
  "type":"integer",
@@ -685,6 +749,21 @@
685
749
  "type":"double",
686
750
  "min":0.0
687
751
  },
752
+ "PutLifecycleConfigurationRequest":{
753
+ "type":"structure",
754
+ "required":[
755
+ "FileSystemId",
756
+ "LifecyclePolicies"
757
+ ],
758
+ "members":{
759
+ "FileSystemId":{
760
+ "shape":"FileSystemId",
761
+ "location":"uri",
762
+ "locationName":"FileSystemId"
763
+ },
764
+ "LifecyclePolicies":{"shape":"LifecyclePolicies"}
765
+ }
766
+ },
688
767
  "SecurityGroup":{"type":"string"},
689
768
  "SecurityGroupLimitExceeded":{
690
769
  "type":"structure",
@@ -778,6 +857,10 @@
778
857
  "error":{"httpStatusCode":429},
779
858
  "exception":true
780
859
  },
860
+ "TransitionToIARules":{
861
+ "type":"string",
862
+ "enum":["AFTER_30_DAYS"]
863
+ },
781
864
  "UnsupportedAvailabilityZone":{
782
865
  "type":"structure",
783
866
  "required":["ErrorCode"],
@@ -54,6 +54,23 @@
54
54
  },
55
55
  "errors" : [ ]
56
56
  },
57
+ "ListTagsForResource" : {
58
+ "name" : "ListTagsForResource",
59
+ "http" : {
60
+ "method" : "GET",
61
+ "requestUri" : "/tags/{ResourceArn}",
62
+ "responseCode" : 200
63
+ },
64
+ "input" : {
65
+ "shape" : "ListTagsForResourceRequest"
66
+ },
67
+ "output" : {
68
+ "shape" : "ListTagsForResourceResponse"
69
+ },
70
+ "errors" : [ {
71
+ "shape" : "BadRequestException"
72
+ } ]
73
+ },
57
74
  "PutPlaybackConfiguration" : {
58
75
  "name" : "PutPlaybackConfiguration",
59
76
  "http" : {
@@ -68,9 +85,44 @@
68
85
  "shape" : "PutPlaybackConfigurationResponse"
69
86
  },
70
87
  "errors" : [ ]
88
+ },
89
+ "TagResource" : {
90
+ "name" : "TagResource",
91
+ "http" : {
92
+ "method" : "POST",
93
+ "requestUri" : "/tags/{ResourceArn}",
94
+ "responseCode" : 204
95
+ },
96
+ "input" : {
97
+ "shape" : "TagResourceRequest"
98
+ },
99
+ "errors" : [ {
100
+ "shape" : "BadRequestException"
101
+ } ]
102
+ },
103
+ "UntagResource" : {
104
+ "name" : "UntagResource",
105
+ "http" : {
106
+ "method" : "DELETE",
107
+ "requestUri" : "/tags/{ResourceArn}",
108
+ "responseCode" : 204
109
+ },
110
+ "input" : {
111
+ "shape" : "UntagResourceRequest"
112
+ },
113
+ "errors" : [ {
114
+ "shape" : "BadRequestException"
115
+ } ]
71
116
  }
72
117
  },
73
118
  "shapes" : {
119
+ "BadRequestException" : {
120
+ "type" : "structure",
121
+ "exception" : true,
122
+ "error" : {
123
+ "httpStatusCode" : 400
124
+ }
125
+ },
74
126
  "CdnConfiguration" : {
75
127
  "type" : "structure",
76
128
  "members" : {
@@ -149,6 +201,9 @@
149
201
  "Name" : {
150
202
  "shape" : "__string"
151
203
  },
204
+ "PlaybackConfigurationArn" : {
205
+ "shape" : "__string"
206
+ },
152
207
  "PlaybackEndpointPrefix" : {
153
208
  "shape" : "__string"
154
209
  },
@@ -158,6 +213,10 @@
158
213
  "SlateAdUrl" : {
159
214
  "shape" : "__string"
160
215
  },
216
+ "Tags" : {
217
+ "shape" : "__mapOf__string",
218
+ "locationName" : "tags"
219
+ },
161
220
  "TranscodeProfileName" : {
162
221
  "shape" : "__string"
163
222
  },
@@ -175,12 +234,34 @@
175
234
  "CdnConfiguration" : {
176
235
  "shape" : "CdnConfiguration"
177
236
  },
237
+ "DashConfiguration" : {
238
+ "shape" : "DashConfiguration"
239
+ },
240
+ "HlsConfiguration" : {
241
+ "shape" : "HlsConfiguration"
242
+ },
178
243
  "Name" : {
179
244
  "shape" : "__string"
180
245
  },
246
+ "PlaybackConfigurationArn" : {
247
+ "shape" : "__string"
248
+ },
249
+ "PlaybackEndpointPrefix" : {
250
+ "shape" : "__string"
251
+ },
252
+ "SessionInitializationEndpointPrefix" : {
253
+ "shape" : "__string"
254
+ },
181
255
  "SlateAdUrl" : {
182
256
  "shape" : "__string"
183
257
  },
258
+ "Tags" : {
259
+ "shape" : "__mapOf__string",
260
+ "locationName" : "tags"
261
+ },
262
+ "TranscodeProfileName" : {
263
+ "shape" : "__string"
264
+ },
184
265
  "VideoContentSourceUrl" : {
185
266
  "shape" : "__string"
186
267
  }
@@ -212,6 +293,26 @@
212
293
  }
213
294
  }
214
295
  },
296
+ "ListTagsForResourceRequest" : {
297
+ "type" : "structure",
298
+ "members" : {
299
+ "ResourceArn" : {
300
+ "shape" : "__string",
301
+ "location" : "uri",
302
+ "locationName" : "ResourceArn"
303
+ }
304
+ },
305
+ "required" : [ "ResourceArn" ]
306
+ },
307
+ "ListTagsForResourceResponse" : {
308
+ "type" : "structure",
309
+ "members" : {
310
+ "Tags" : {
311
+ "shape" : "__mapOf__string",
312
+ "locationName" : "tags"
313
+ }
314
+ }
315
+ },
215
316
  "PutPlaybackConfigurationRequest" : {
216
317
  "type" : "structure",
217
318
  "members" : {
@@ -230,6 +331,10 @@
230
331
  "SlateAdUrl" : {
231
332
  "shape" : "__string"
232
333
  },
334
+ "Tags" : {
335
+ "shape" : "__mapOf__string",
336
+ "locationName" : "tags"
337
+ },
233
338
  "TranscodeProfileName" : {
234
339
  "shape" : "__string"
235
340
  },
@@ -256,6 +361,9 @@
256
361
  "Name" : {
257
362
  "shape" : "__string"
258
363
  },
364
+ "PlaybackConfigurationArn" : {
365
+ "shape" : "__string"
366
+ },
259
367
  "PlaybackEndpointPrefix" : {
260
368
  "shape" : "__string"
261
369
  },
@@ -265,6 +373,10 @@
265
373
  "SlateAdUrl" : {
266
374
  "shape" : "__string"
267
375
  },
376
+ "Tags" : {
377
+ "shape" : "__mapOf__string",
378
+ "locationName" : "tags"
379
+ },
268
380
  "TranscodeProfileName" : {
269
381
  "shape" : "__string"
270
382
  },
@@ -273,6 +385,47 @@
273
385
  }
274
386
  }
275
387
  },
388
+ "TagResourceRequest" : {
389
+ "type" : "structure",
390
+ "members" : {
391
+ "ResourceArn" : {
392
+ "shape" : "__string",
393
+ "location" : "uri",
394
+ "locationName" : "ResourceArn"
395
+ },
396
+ "Tags" : {
397
+ "shape" : "__mapOf__string",
398
+ "locationName" : "tags"
399
+ }
400
+ },
401
+ "required" : [ "ResourceArn", "Tags" ]
402
+ },
403
+ "TagsModel" : {
404
+ "type" : "structure",
405
+ "members" : {
406
+ "Tags" : {
407
+ "shape" : "__mapOf__string",
408
+ "locationName" : "tags"
409
+ }
410
+ },
411
+ "required" : [ "Tags" ]
412
+ },
413
+ "UntagResourceRequest" : {
414
+ "type" : "structure",
415
+ "members" : {
416
+ "ResourceArn" : {
417
+ "shape" : "__string",
418
+ "location" : "uri",
419
+ "locationName" : "ResourceArn"
420
+ },
421
+ "TagKeys" : {
422
+ "shape" : "__listOf__string",
423
+ "location" : "querystring",
424
+ "locationName" : "tagKeys"
425
+ }
426
+ },
427
+ "required" : [ "ResourceArn", "TagKeys" ]
428
+ },
276
429
  "__boolean" : {
277
430
  "type" : "boolean"
278
431
  },
@@ -288,9 +441,24 @@
288
441
  "shape" : "PlaybackConfiguration"
289
442
  }
290
443
  },
444
+ "__listOf__string" : {
445
+ "type" : "list",
446
+ "member" : {
447
+ "shape" : "__string"
448
+ }
449
+ },
291
450
  "__long" : {
292
451
  "type" : "long"
293
452
  },
453
+ "__mapOf__string" : {
454
+ "type" : "map",
455
+ "key" : {
456
+ "shape" : "__string"
457
+ },
458
+ "value" : {
459
+ "shape" : "__string"
460
+ }
461
+ },
294
462
  "__string" : {
295
463
  "type" : "string"
296
464
  },
@@ -1231,7 +1231,8 @@
1231
1231
  "StatusMessage":{"shape":"StatusMessage"},
1232
1232
  "VideoMetadata":{"shape":"VideoMetadata"},
1233
1233
  "ModerationLabels":{"shape":"ContentModerationDetections"},
1234
- "NextToken":{"shape":"PaginationToken"}
1234
+ "NextToken":{"shape":"PaginationToken"},
1235
+ "ModerationModelVersion":{"shape":"String"}
1235
1236
  }
1236
1237
  },
1237
1238
  "GetFaceDetectionRequest":{
@@ -767,7 +767,9 @@
767
767
  "protocols" : [ "https" ]
768
768
  },
769
769
  "endpoints" : {
770
+ "ap-southeast-1" : { },
770
771
  "ap-southeast-2" : { },
772
+ "ca-central-1" : { },
771
773
  "eu-central-1" : { },
772
774
  "eu-west-1" : { },
773
775
  "us-east-1" : { },
@@ -897,6 +899,7 @@
897
899
  "ap-southeast-2" : { },
898
900
  "ca-central-1" : { },
899
901
  "eu-central-1" : { },
902
+ "eu-north-1" : { },
900
903
  "eu-west-1" : { },
901
904
  "eu-west-2" : { },
902
905
  "eu-west-3" : { },
@@ -1180,6 +1183,12 @@
1180
1183
  "eu-west-1" : { },
1181
1184
  "eu-west-2" : { },
1182
1185
  "eu-west-3" : { },
1186
+ "fips" : {
1187
+ "credentialScope" : {
1188
+ "region" : "us-west-1"
1189
+ },
1190
+ "hostname" : "es-fips.us-west-1.amazonaws.com"
1191
+ },
1183
1192
  "sa-east-1" : { },
1184
1193
  "us-east-1" : { },
1185
1194
  "us-east-2" : { },
@@ -1459,6 +1468,12 @@
1459
1468
  },
1460
1469
  "kms" : {
1461
1470
  "endpoints" : {
1471
+ "ProdFips" : {
1472
+ "credentialScope" : {
1473
+ "region" : "ca-central-1"
1474
+ },
1475
+ "hostname" : "kms-fips.ca-central-1.amazonaws.com"
1476
+ },
1462
1477
  "ap-northeast-1" : { },
1463
1478
  "ap-northeast-2" : { },
1464
1479
  "ap-south-1" : { },
@@ -1876,6 +1891,8 @@
1876
1891
  "rekognition" : {
1877
1892
  "endpoints" : {
1878
1893
  "ap-northeast-1" : { },
1894
+ "ap-northeast-2" : { },
1895
+ "ap-south-1" : { },
1879
1896
  "ap-southeast-2" : { },
1880
1897
  "eu-west-1" : { },
1881
1898
  "us-east-1" : { },
@@ -2313,6 +2330,7 @@
2313
2330
  "ap-southeast-2" : { },
2314
2331
  "ca-central-1" : { },
2315
2332
  "eu-central-1" : { },
2333
+ "eu-north-1" : { },
2316
2334
  "eu-west-1" : { },
2317
2335
  "eu-west-2" : { },
2318
2336
  "eu-west-3" : { },
@@ -3006,6 +3024,11 @@
3006
3024
  "cn-northwest-1" : { }
3007
3025
  }
3008
3026
  },
3027
+ "gamelift" : {
3028
+ "endpoints" : {
3029
+ "cn-north-1" : { }
3030
+ }
3031
+ },
3009
3032
  "glacier" : {
3010
3033
  "defaults" : {
3011
3034
  "protocols" : [ "http", "https" ]
@@ -3249,6 +3272,11 @@
3249
3272
  "us-gov-west-1" : { }
3250
3273
  }
3251
3274
  },
3275
+ "athena" : {
3276
+ "endpoints" : {
3277
+ "us-gov-west-1" : { }
3278
+ }
3279
+ },
3252
3280
  "autoscaling" : {
3253
3281
  "endpoints" : {
3254
3282
  "us-gov-east-1" : { },
@@ -3407,6 +3435,12 @@
3407
3435
  },
3408
3436
  "es" : {
3409
3437
  "endpoints" : {
3438
+ "fips" : {
3439
+ "credentialScope" : {
3440
+ "region" : "us-gov-west-1"
3441
+ },
3442
+ "hostname" : "es-fips.us-gov-west-1.amazonaws.com"
3443
+ },
3410
3444
  "us-gov-east-1" : { },
3411
3445
  "us-gov-west-1" : { }
3412
3446
  }
@@ -3430,6 +3464,11 @@
3430
3464
  }
3431
3465
  }
3432
3466
  },
3467
+ "glue" : {
3468
+ "endpoints" : {
3469
+ "us-gov-west-1" : { }
3470
+ }
3471
+ },
3433
3472
  "guardduty" : {
3434
3473
  "defaults" : {
3435
3474
  "protocols" : [ "https" ]
@@ -3475,6 +3514,12 @@
3475
3514
  },
3476
3515
  "kms" : {
3477
3516
  "endpoints" : {
3517
+ "ProdFips" : {
3518
+ "credentialScope" : {
3519
+ "region" : "us-gov-west-1"
3520
+ },
3521
+ "hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
3522
+ },
3478
3523
  "us-gov-east-1" : { },
3479
3524
  "us-gov-west-1" : { }
3480
3525
  }
@@ -3690,6 +3735,11 @@
3690
3735
  "hostname" : "translate-fips.us-gov-west-1.amazonaws.com"
3691
3736
  }
3692
3737
  }
3738
+ },
3739
+ "workspaces" : {
3740
+ "endpoints" : {
3741
+ "us-gov-west-1" : { }
3742
+ }
3693
3743
  }
3694
3744
  }
3695
3745
  } ],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.219'
2
+ VERSION = '2.11.220'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.219
4
+ version: 2.11.220
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-12 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath