aws-sdk-core 2.10.63 → 2.10.64

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: 78a73ac0000d9f67119d9adb68aef00a74336d1b
4
- data.tar.gz: 6b38eb3b11bc8f196e46f508bd95fe695dbfc93c
3
+ metadata.gz: b1643db41b5645ff0033af3935d81006e3bf8377
4
+ data.tar.gz: fb57872fa3c96008ba5c5974ead8752a212344f7
5
5
  SHA512:
6
- metadata.gz: db95e487ef9a7d552974225b5889b2696ddc44e73e888ebd4f44f6b01a16908c38f9e46a9cfb8f9808858dbc80c957c17daa9fe035f297b76753e0f2070b369b
7
- data.tar.gz: 16036f717e8baab6d9c44c86967960280742e0d63fdb23773deebdc830c0f5a8909a71291a103f0875d720b26097aba1bebc9cfbbdb68d31555ba93872529fb8
6
+ metadata.gz: 6ab7afdec3abd76ca88e7076cfaa5d5c557a5d562ea3f73af94a506c944f36c55f3814b180abc9bfc4a3b053169e228670d865607cd4d0e675815eba825a5cba
7
+ data.tar.gz: 4258b84192af3de69316fd0968983cbb4634afc1d8a2d1493c30c900853be2c926fe9a7ed71b3ab903da90a0d7dd494ef322458bac29303589a2360256c40d38
@@ -76,6 +76,28 @@
76
76
  {"shape":"EncryptionKeyUnavailableException"}
77
77
  ]
78
78
  },
79
+ "DeleteBranch":{
80
+ "name":"DeleteBranch",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/"
84
+ },
85
+ "input":{"shape":"DeleteBranchInput"},
86
+ "output":{"shape":"DeleteBranchOutput"},
87
+ "errors":[
88
+ {"shape":"RepositoryNameRequiredException"},
89
+ {"shape":"RepositoryDoesNotExistException"},
90
+ {"shape":"InvalidRepositoryNameException"},
91
+ {"shape":"BranchNameRequiredException"},
92
+ {"shape":"InvalidBranchNameException"},
93
+ {"shape":"DefaultBranchCannotBeDeletedException"},
94
+ {"shape":"EncryptionIntegrityChecksFailedException"},
95
+ {"shape":"EncryptionKeyAccessDeniedException"},
96
+ {"shape":"EncryptionKeyDisabledException"},
97
+ {"shape":"EncryptionKeyNotFoundException"},
98
+ {"shape":"EncryptionKeyUnavailableException"}
99
+ ]
100
+ },
79
101
  "DeleteRepository":{
80
102
  "name":"DeleteRepository",
81
103
  "http":{
@@ -464,6 +486,7 @@
464
486
  "Commit":{
465
487
  "type":"structure",
466
488
  "members":{
489
+ "commitId":{"shape":"ObjectId"},
467
490
  "treeId":{"shape":"ObjectId"},
468
491
  "parents":{"shape":"ParentList"},
469
492
  "message":{"shape":"Message"},
@@ -527,6 +550,29 @@
527
550
  },
528
551
  "CreationDate":{"type":"timestamp"},
529
552
  "Date":{"type":"string"},
553
+ "DefaultBranchCannotBeDeletedException":{
554
+ "type":"structure",
555
+ "members":{
556
+ },
557
+ "exception":true
558
+ },
559
+ "DeleteBranchInput":{
560
+ "type":"structure",
561
+ "required":[
562
+ "repositoryName",
563
+ "branchName"
564
+ ],
565
+ "members":{
566
+ "repositoryName":{"shape":"RepositoryName"},
567
+ "branchName":{"shape":"BranchName"}
568
+ }
569
+ },
570
+ "DeleteBranchOutput":{
571
+ "type":"structure",
572
+ "members":{
573
+ "deletedBranch":{"shape":"BranchInfo"}
574
+ }
575
+ },
530
576
  "DeleteRepositoryInput":{
531
577
  "type":"structure",
532
578
  "required":["repositoryName"],
@@ -1076,7 +1076,8 @@
1076
1076
  "members":{
1077
1077
  "ReplicationTaskArn":{"shape":"String"},
1078
1078
  "MaxRecords":{"shape":"IntegerOptional"},
1079
- "Marker":{"shape":"String"}
1079
+ "Marker":{"shape":"String"},
1080
+ "Filters":{"shape":"FilterList"}
1080
1081
  }
1081
1082
  },
1082
1083
  "DescribeTableStatisticsResponse":{
@@ -426,6 +426,23 @@
426
426
  {"shape":"ElasticBeanstalkServiceException"}
427
427
  ]
428
428
  },
429
+ "ListTagsForResource":{
430
+ "name":"ListTagsForResource",
431
+ "http":{
432
+ "method":"POST",
433
+ "requestUri":"/"
434
+ },
435
+ "input":{"shape":"ListTagsForResourceMessage"},
436
+ "output":{
437
+ "shape":"ResourceTagsDescriptionMessage",
438
+ "resultWrapper":"ListTagsForResourceResult"
439
+ },
440
+ "errors":[
441
+ {"shape":"InsufficientPrivilegesException"},
442
+ {"shape":"ResourceNotFoundException"},
443
+ {"shape":"ResourceTypeNotSupportedException"}
444
+ ]
445
+ },
429
446
  "RebuildEnvironment":{
430
447
  "name":"RebuildEnvironment",
431
448
  "http":{
@@ -559,6 +576,21 @@
559
576
  {"shape":"TooManyBucketsException"}
560
577
  ]
561
578
  },
579
+ "UpdateTagsForResource":{
580
+ "name":"UpdateTagsForResource",
581
+ "http":{
582
+ "method":"POST",
583
+ "requestUri":"/"
584
+ },
585
+ "input":{"shape":"UpdateTagsForResourceMessage"},
586
+ "errors":[
587
+ {"shape":"InsufficientPrivilegesException"},
588
+ {"shape":"OperationInProgressException"},
589
+ {"shape":"TooManyTagsException"},
590
+ {"shape":"ResourceNotFoundException"},
591
+ {"shape":"ResourceTypeNotSupportedException"}
592
+ ]
593
+ },
562
594
  "ValidateConfigurationSettings":{
563
595
  "name":"ValidateConfigurationSettings",
564
596
  "http":{
@@ -1638,6 +1670,13 @@
1638
1670
  "NextToken":{"shape":"Token"}
1639
1671
  }
1640
1672
  },
1673
+ "ListTagsForResourceMessage":{
1674
+ "type":"structure",
1675
+ "required":["ResourceArn"],
1676
+ "members":{
1677
+ "ResourceArn":{"shape":"ResourceArn"}
1678
+ }
1679
+ },
1641
1680
  "Listener":{
1642
1681
  "type":"structure",
1643
1682
  "members":{
@@ -1934,12 +1973,42 @@
1934
1973
  }
1935
1974
  },
1936
1975
  "RequestId":{"type":"string"},
1976
+ "ResourceArn":{"type":"string"},
1937
1977
  "ResourceId":{"type":"string"},
1938
1978
  "ResourceName":{
1939
1979
  "type":"string",
1940
1980
  "max":256,
1941
1981
  "min":1
1942
1982
  },
1983
+ "ResourceNotFoundException":{
1984
+ "type":"structure",
1985
+ "members":{
1986
+ },
1987
+ "error":{
1988
+ "code":"ResourceNotFoundException",
1989
+ "httpStatusCode":400,
1990
+ "senderFault":true
1991
+ },
1992
+ "exception":true
1993
+ },
1994
+ "ResourceTagsDescriptionMessage":{
1995
+ "type":"structure",
1996
+ "members":{
1997
+ "ResourceArn":{"shape":"ResourceArn"},
1998
+ "ResourceTags":{"shape":"TagList"}
1999
+ }
2000
+ },
2001
+ "ResourceTypeNotSupportedException":{
2002
+ "type":"structure",
2003
+ "members":{
2004
+ },
2005
+ "error":{
2006
+ "code":"ResourceTypeNotSupportedException",
2007
+ "httpStatusCode":400,
2008
+ "senderFault":true
2009
+ },
2010
+ "exception":true
2011
+ },
1943
2012
  "RestartAppServerMessage":{
1944
2013
  "type":"structure",
1945
2014
  "members":{
@@ -2126,6 +2195,14 @@
2126
2195
  "max":128,
2127
2196
  "min":1
2128
2197
  },
2198
+ "TagKeyList":{
2199
+ "type":"list",
2200
+ "member":{"shape":"TagKey"}
2201
+ },
2202
+ "TagList":{
2203
+ "type":"list",
2204
+ "member":{"shape":"Tag"}
2205
+ },
2129
2206
  "TagValue":{
2130
2207
  "type":"string",
2131
2208
  "max":256,
@@ -2211,6 +2288,17 @@
2211
2288
  },
2212
2289
  "exception":true
2213
2290
  },
2291
+ "TooManyTagsException":{
2292
+ "type":"structure",
2293
+ "members":{
2294
+ },
2295
+ "error":{
2296
+ "code":"TooManyTagsException",
2297
+ "httpStatusCode":400,
2298
+ "senderFault":true
2299
+ },
2300
+ "exception":true
2301
+ },
2214
2302
  "Trigger":{
2215
2303
  "type":"structure",
2216
2304
  "members":{
@@ -2284,6 +2372,15 @@
2284
2372
  "OptionsToRemove":{"shape":"OptionsSpecifierList"}
2285
2373
  }
2286
2374
  },
2375
+ "UpdateTagsForResourceMessage":{
2376
+ "type":"structure",
2377
+ "required":["ResourceArn"],
2378
+ "members":{
2379
+ "ResourceArn":{"shape":"ResourceArn"},
2380
+ "TagsToAdd":{"shape":"TagList"},
2381
+ "TagsToRemove":{"shape":"TagKeyList"}
2382
+ }
2383
+ },
2287
2384
  "UserDefinedOption":{"type":"boolean"},
2288
2385
  "ValidateConfigurationSettingsMessage":{
2289
2386
  "type":"structure",
@@ -498,6 +498,7 @@
498
498
  "Justin",
499
499
  "Kendra",
500
500
  "Kimberly",
501
+ "Matthew",
501
502
  "Salli",
502
503
  "Conchita",
503
504
  "Enrique",
@@ -527,7 +528,8 @@
527
528
  "Tatyana",
528
529
  "Astrid",
529
530
  "Filiz",
530
- "Vicki"
531
+ "Vicki",
532
+ "Takumi"
531
533
  ]
532
534
  },
533
535
  "VoiceList":{
@@ -952,6 +952,22 @@
952
952
  "resultWrapper":"DescribeSourceRegionsResult"
953
953
  }
954
954
  },
955
+ "DescribeValidDBInstanceModifications":{
956
+ "name":"DescribeValidDBInstanceModifications",
957
+ "http":{
958
+ "method":"POST",
959
+ "requestUri":"/"
960
+ },
961
+ "input":{"shape":"DescribeValidDBInstanceModificationsMessage"},
962
+ "output":{
963
+ "shape":"DescribeValidDBInstanceModificationsResult",
964
+ "resultWrapper":"DescribeValidDBInstanceModificationsResult"
965
+ },
966
+ "errors":[
967
+ {"shape":"DBInstanceNotFoundFault"},
968
+ {"shape":"InvalidDBInstanceStateFault"}
969
+ ]
970
+ },
955
971
  "DownloadDBLogFilePortion":{
956
972
  "name":"DownloadDBLogFilePortion",
957
973
  "http":{
@@ -3405,6 +3421,19 @@
3405
3421
  "Filters":{"shape":"FilterList"}
3406
3422
  }
3407
3423
  },
3424
+ "DescribeValidDBInstanceModificationsMessage":{
3425
+ "type":"structure",
3426
+ "required":["DBInstanceIdentifier"],
3427
+ "members":{
3428
+ "DBInstanceIdentifier":{"shape":"String"}
3429
+ }
3430
+ },
3431
+ "DescribeValidDBInstanceModificationsResult":{
3432
+ "type":"structure",
3433
+ "members":{
3434
+ "ValidDBInstanceModificationsMessage":{"shape":"ValidDBInstanceModificationsMessage"}
3435
+ }
3436
+ },
3408
3437
  "DomainMembership":{
3409
3438
  "type":"structure",
3410
3439
  "members":{
@@ -3433,6 +3462,20 @@
3433
3462
  "exception":true
3434
3463
  },
3435
3464
  "Double":{"type":"double"},
3465
+ "DoubleRange":{
3466
+ "type":"structure",
3467
+ "members":{
3468
+ "From":{"shape":"Double"},
3469
+ "To":{"shape":"Double"}
3470
+ }
3471
+ },
3472
+ "DoubleRangeList":{
3473
+ "type":"list",
3474
+ "member":{
3475
+ "shape":"DoubleRange",
3476
+ "locationName":"DoubleRange"
3477
+ }
3478
+ },
3436
3479
  "DownloadDBLogFilePortionDetails":{
3437
3480
  "type":"structure",
3438
3481
  "members":{
@@ -4465,6 +4508,21 @@
4465
4508
  "ReservedDBInstance":{"shape":"ReservedDBInstance"}
4466
4509
  }
4467
4510
  },
4511
+ "Range":{
4512
+ "type":"structure",
4513
+ "members":{
4514
+ "From":{"shape":"Integer"},
4515
+ "To":{"shape":"Integer"},
4516
+ "Step":{"shape":"IntegerOptional"}
4517
+ }
4518
+ },
4519
+ "RangeList":{
4520
+ "type":"list",
4521
+ "member":{
4522
+ "shape":"Range",
4523
+ "locationName":"Range"
4524
+ }
4525
+ },
4468
4526
  "ReadReplicaDBClusterIdentifierList":{
4469
4527
  "type":"list",
4470
4528
  "member":{
@@ -5168,6 +5226,29 @@
5168
5226
  "IsMajorVersionUpgrade":{"shape":"Boolean"}
5169
5227
  }
5170
5228
  },
5229
+ "ValidDBInstanceModificationsMessage":{
5230
+ "type":"structure",
5231
+ "members":{
5232
+ "Storage":{"shape":"ValidStorageOptionsList"}
5233
+ },
5234
+ "wrapper":true
5235
+ },
5236
+ "ValidStorageOptions":{
5237
+ "type":"structure",
5238
+ "members":{
5239
+ "StorageType":{"shape":"String"},
5240
+ "StorageSize":{"shape":"RangeList"},
5241
+ "ProvisionedIops":{"shape":"RangeList"},
5242
+ "IopsToStorageRatio":{"shape":"DoubleRangeList"}
5243
+ }
5244
+ },
5245
+ "ValidStorageOptionsList":{
5246
+ "type":"list",
5247
+ "member":{
5248
+ "shape":"ValidStorageOptions",
5249
+ "locationName":"ValidStorageOptions"
5250
+ }
5251
+ },
5171
5252
  "ValidUpgradeTargetList":{
5172
5253
  "type":"list",
5173
5254
  "member":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.63'
2
+ VERSION = '2.10.64'
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.10.63
4
+ version: 2.10.64
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: 2017-10-11 00:00:00.000000000 Z
11
+ date: 2017-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath