aws-sdk-core 2.11.259 → 2.11.260

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: 19e2a9bdcd5df14982d849873a7f8edcef734e35
4
- data.tar.gz: d01fb18a22f89762ebc77ff46e594b884cdfc037
3
+ metadata.gz: e2fe43f59371ffbd656e3ff5c83951c461119d84
4
+ data.tar.gz: dfcac32b2f979470b27eafa6fcc1cfa06d95c619
5
5
  SHA512:
6
- metadata.gz: 0d418e0a7161dba095f2a860bc8bae87c8024cde4989512e6a3658857328d4715da4a62a0ae29ac1d018540db163bb590a21fd3c6b0a9a4eeed67cf82bfc1513
7
- data.tar.gz: 5da35facadb588328658c8759c92f34de011c6b47c9788b9c7e88d29cdafa6fc8ad96beb4b0c0d42762514edc5124fc88de9b98cc99602e091d983ada0473ab4
6
+ metadata.gz: d0ddb70c3e5504f87c1a5f1cd47e36d70b9f288a29e2296ed1a2e903b35ae8eb365e213e6616dd70016730f1b1868578c67888298653f9e0fd6da3d1abcf0420
7
+ data.tar.gz: d0bf045a050d81bf261110effd0c4c97f77618dd2a8c80afe7ad0464e4192bb48972c6263f6266302ece2e696fc4c2eff9d0d931df472c98206e54f75f1df501
@@ -342,7 +342,9 @@
342
342
  },
343
343
  "GroupArn":{
344
344
  "type":"string",
345
- "pattern":"arn:aws:resource-groups:[a-z]{2}-[a-z]+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}"
345
+ "max":1600,
346
+ "min":12,
347
+ "pattern":"arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}-[a-z]+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}"
346
348
  },
347
349
  "GroupDescription":{
348
350
  "type":"string",
@@ -371,7 +373,8 @@
371
373
  "GroupFilterValue":{
372
374
  "type":"string",
373
375
  "max":128,
374
- "min":1
376
+ "min":1,
377
+ "pattern":"AWS::(AllSupported|[a-zA-Z0-9]+::[a-zA-Z0-9]+)"
375
378
  },
376
379
  "GroupFilterValues":{
377
380
  "type":"list",
@@ -490,7 +493,12 @@
490
493
  "error":{"httpStatusCode":405},
491
494
  "exception":true
492
495
  },
493
- "NextToken":{"type":"string"},
496
+ "NextToken":{
497
+ "type":"string",
498
+ "max":8192,
499
+ "min":0,
500
+ "pattern":"^[a-zA-Z0-9+/]*={0,2}$"
501
+ },
494
502
  "NotFoundException":{
495
503
  "type":"structure",
496
504
  "members":{
@@ -501,7 +509,8 @@
501
509
  },
502
510
  "Query":{
503
511
  "type":"string",
504
- "max":2048
512
+ "max":4096,
513
+ "pattern":"[\\s\\S]*"
505
514
  },
506
515
  "QueryError":{
507
516
  "type":"structure",
@@ -527,11 +536,14 @@
527
536
  "enum":[
528
537
  "TAG_FILTERS_1_0",
529
538
  "CLOUDFORMATION_STACK_1_0"
530
- ]
539
+ ],
540
+ "max":128,
541
+ "min":1,
542
+ "pattern":"^\\w+$"
531
543
  },
532
544
  "ResourceArn":{
533
545
  "type":"string",
534
- "pattern":"arn:aws:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
546
+ "pattern":"arn:aws(-[a-z]+)*:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
535
547
  },
536
548
  "ResourceFilter":{
537
549
  "type":"structure",
@@ -251,7 +251,8 @@
251
251
  "pt-BR",
252
252
  "fr-FR",
253
253
  "it-IT",
254
- "ko-KR"
254
+ "ko-KR",
255
+ "es-ES"
255
256
  ]
256
257
  },
257
258
  "LimitExceededException":{
@@ -282,7 +282,8 @@
282
282
  {"shape":"ResourceAlreadyExistsException"},
283
283
  {"shape":"ResourceNotFoundException"},
284
284
  {"shape":"OperationNotSupportedException"},
285
- {"shape":"AccessDeniedException"}
285
+ {"shape":"AccessDeniedException"},
286
+ {"shape":"InvalidParameterValuesException"}
286
287
  ]
287
288
  },
288
289
  "ListAvailableManagementCidrRanges":{
@@ -464,6 +465,7 @@
464
465
  "type":"list",
465
466
  "member":{"shape":"AccountModification"}
466
467
  },
468
+ "AdditionalInfo":{"type":"string"},
467
469
  "Alias":{"type":"string"},
468
470
  "AssociateIpGroupsRequest":{
469
471
  "type":"structure",
@@ -1164,7 +1166,8 @@
1164
1166
  "type":"structure",
1165
1167
  "required":["RebuildWorkspaceRequests"],
1166
1168
  "members":{
1167
- "RebuildWorkspaceRequests":{"shape":"RebuildWorkspaceRequests"}
1169
+ "RebuildWorkspaceRequests":{"shape":"RebuildWorkspaceRequests"},
1170
+ "AdditionalInfo":{"shape":"AdditionalInfo"}
1168
1171
  }
1169
1172
  },
1170
1173
  "RebuildWorkspacesResult":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.259'
2
+ VERSION = '2.11.260'
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.259
4
+ version: 2.11.260
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-04-18 00:00:00.000000000 Z
11
+ date: 2019-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath