aws-sdk-core 2.6.20 → 2.6.22

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: 680cdded197f7f1ba3442224ae298c891ee13fb8
4
- data.tar.gz: 37124fc30972cf641ed0c127c540abdeaeae5801
3
+ metadata.gz: f3065c120622adcf961e507129b033dfc78917bf
4
+ data.tar.gz: 33a961576da793dabe60e537fed0d5734959b112
5
5
  SHA512:
6
- metadata.gz: 345c4e53595df6fbf176fca8e7db0e179045b4bdc5c13c45ffa52f0bd9cca15f10d4542555ac0cc64db794a913a5d6a0884df7bcce65f965d25f27f47f98c477
7
- data.tar.gz: 2338962a859d6ed36ab77383dd82af17d1361421f42cc051e37e9328b11a5c94599a5a4227bb6af4a22a7caf9f89ca3a3e36c092e74bb6fa698cfe95dd10ac19
6
+ metadata.gz: 6fd1b4c7d6eff9787d853fc89603e403f2233e2e0c8b673310fe65ad5d57fd1c31e36a51aef232cf624ab90cf959dd0b2b110ff2c90f11a6a959890702e25a1f
7
+ data.tar.gz: e2fbbe1884379e55bf1940610b35dc49b075a18131f2ae0b0f3127c8991e31c540b2272554db21d050e0b15fb441b9789aa7c6d859c4cf748629e243b768ab1a
@@ -45,6 +45,20 @@
45
45
  {"shape":"ServiceException"}
46
46
  ]
47
47
  },
48
+ "CancelSchemaExtension":{
49
+ "name":"CancelSchemaExtension",
50
+ "http":{
51
+ "method":"POST",
52
+ "requestUri":"/"
53
+ },
54
+ "input":{"shape":"CancelSchemaExtensionRequest"},
55
+ "output":{"shape":"CancelSchemaExtensionResult"},
56
+ "errors":[
57
+ {"shape":"EntityDoesNotExistException"},
58
+ {"shape":"ClientException"},
59
+ {"shape":"ServiceException"}
60
+ ]
61
+ },
48
62
  "ConnectDirectory":{
49
63
  "name":"ConnectDirectory",
50
64
  "http":{
@@ -441,6 +455,21 @@
441
455
  {"shape":"ServiceException"}
442
456
  ]
443
457
  },
458
+ "ListSchemaExtensions":{
459
+ "name":"ListSchemaExtensions",
460
+ "http":{
461
+ "method":"POST",
462
+ "requestUri":"/"
463
+ },
464
+ "input":{"shape":"ListSchemaExtensionsRequest"},
465
+ "output":{"shape":"ListSchemaExtensionsResult"},
466
+ "errors":[
467
+ {"shape":"InvalidNextTokenException"},
468
+ {"shape":"EntityDoesNotExistException"},
469
+ {"shape":"ClientException"},
470
+ {"shape":"ServiceException"}
471
+ ]
472
+ },
444
473
  "ListTagsForResource":{
445
474
  "name":"ListTagsForResource",
446
475
  "http":{
@@ -518,6 +547,23 @@
518
547
  {"shape":"ServiceException"}
519
548
  ]
520
549
  },
550
+ "StartSchemaExtension":{
551
+ "name":"StartSchemaExtension",
552
+ "http":{
553
+ "method":"POST",
554
+ "requestUri":"/"
555
+ },
556
+ "input":{"shape":"StartSchemaExtensionRequest"},
557
+ "output":{"shape":"StartSchemaExtensionResult"},
558
+ "errors":[
559
+ {"shape":"DirectoryUnavailableException"},
560
+ {"shape":"EntityDoesNotExistException"},
561
+ {"shape":"InvalidParameterException"},
562
+ {"shape":"SnapshotLimitExceededException"},
563
+ {"shape":"ClientException"},
564
+ {"shape":"ServiceException"}
565
+ ]
566
+ },
521
567
  "UpdateConditionalForwarder":{
522
568
  "name":"UpdateConditionalForwarder",
523
569
  "http":{
@@ -642,6 +688,22 @@
642
688
  "type":"list",
643
689
  "member":{"shape":"AvailabilityZone"}
644
690
  },
691
+ "CancelSchemaExtensionRequest":{
692
+ "type":"structure",
693
+ "required":[
694
+ "DirectoryId",
695
+ "SchemaExtensionId"
696
+ ],
697
+ "members":{
698
+ "DirectoryId":{"shape":"DirectoryId"},
699
+ "SchemaExtensionId":{"shape":"SchemaExtensionId"}
700
+ }
701
+ },
702
+ "CancelSchemaExtensionResult":{
703
+ "type":"structure",
704
+ "members":{
705
+ }
706
+ },
645
707
  "CidrIp":{
646
708
  "type":"string",
647
709
  "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([1-9]|[1-2][0-9]|3[0-2]))$"
@@ -821,6 +883,7 @@
821
883
  "DirectoryId":{"shape":"DirectoryId"}
822
884
  }
823
885
  },
886
+ "CreateSnapshotBeforeSchemaExtension":{"type":"boolean"},
824
887
  "CreateSnapshotRequest":{
825
888
  "type":"structure",
826
889
  "required":["DirectoryId"],
@@ -1222,6 +1285,7 @@
1222
1285
  "members":{
1223
1286
  }
1224
1287
  },
1288
+ "EndDateTime":{"type":"timestamp"},
1225
1289
  "EntityAlreadyExistsException":{
1226
1290
  "type":"structure",
1227
1291
  "members":{
@@ -1357,6 +1421,11 @@
1357
1421
  },
1358
1422
  "LastUpdatedDateTime":{"type":"timestamp"},
1359
1423
  "LaunchTime":{"type":"timestamp"},
1424
+ "LdifContent":{
1425
+ "type":"string",
1426
+ "max":500000,
1427
+ "min":1
1428
+ },
1360
1429
  "Limit":{
1361
1430
  "type":"integer",
1362
1431
  "min":0
@@ -1377,6 +1446,22 @@
1377
1446
  "NextToken":{"shape":"NextToken"}
1378
1447
  }
1379
1448
  },
1449
+ "ListSchemaExtensionsRequest":{
1450
+ "type":"structure",
1451
+ "required":["DirectoryId"],
1452
+ "members":{
1453
+ "DirectoryId":{"shape":"DirectoryId"},
1454
+ "NextToken":{"shape":"NextToken"},
1455
+ "Limit":{"shape":"Limit"}
1456
+ }
1457
+ },
1458
+ "ListSchemaExtensionsResult":{
1459
+ "type":"structure",
1460
+ "members":{
1461
+ "SchemaExtensionsInfo":{"shape":"SchemaExtensionsInfo"},
1462
+ "NextToken":{"shape":"NextToken"}
1463
+ }
1464
+ },
1380
1465
  "ListTagsForResourceRequest":{
1381
1466
  "type":"structure",
1382
1467
  "required":["ResourceId"],
@@ -1547,6 +1632,41 @@
1547
1632
  "min":1,
1548
1633
  "pattern":"[&\\w+-.@]+"
1549
1634
  },
1635
+ "SchemaExtensionId":{
1636
+ "type":"string",
1637
+ "pattern":"^e-[0-9a-f]{10}$"
1638
+ },
1639
+ "SchemaExtensionInfo":{
1640
+ "type":"structure",
1641
+ "members":{
1642
+ "DirectoryId":{"shape":"DirectoryId"},
1643
+ "SchemaExtensionId":{"shape":"SchemaExtensionId"},
1644
+ "Description":{"shape":"Description"},
1645
+ "SchemaExtensionStatus":{"shape":"SchemaExtensionStatus"},
1646
+ "SchemaExtensionStatusReason":{"shape":"SchemaExtensionStatusReason"},
1647
+ "StartDateTime":{"shape":"StartDateTime"},
1648
+ "EndDateTime":{"shape":"EndDateTime"}
1649
+ }
1650
+ },
1651
+ "SchemaExtensionStatus":{
1652
+ "type":"string",
1653
+ "enum":[
1654
+ "Initializing",
1655
+ "CreatingSnapshot",
1656
+ "UpdatingSchema",
1657
+ "Replicating",
1658
+ "CancelInProgress",
1659
+ "RollbackInProgress",
1660
+ "Cancelled",
1661
+ "Failed",
1662
+ "Completed"
1663
+ ]
1664
+ },
1665
+ "SchemaExtensionStatusReason":{"type":"string"},
1666
+ "SchemaExtensionsInfo":{
1667
+ "type":"list",
1668
+ "member":{"shape":"SchemaExtensionInfo"}
1669
+ },
1550
1670
  "SecurityGroupId":{
1551
1671
  "type":"string",
1552
1672
  "pattern":"^(sg-[0-9a-f]{8})$"
@@ -1631,6 +1751,28 @@
1631
1751
  },
1632
1752
  "SsoEnabled":{"type":"boolean"},
1633
1753
  "StageReason":{"type":"string"},
1754
+ "StartDateTime":{"type":"timestamp"},
1755
+ "StartSchemaExtensionRequest":{
1756
+ "type":"structure",
1757
+ "required":[
1758
+ "DirectoryId",
1759
+ "CreateSnapshotBeforeSchemaExtension",
1760
+ "LdifContent",
1761
+ "Description"
1762
+ ],
1763
+ "members":{
1764
+ "DirectoryId":{"shape":"DirectoryId"},
1765
+ "CreateSnapshotBeforeSchemaExtension":{"shape":"CreateSnapshotBeforeSchemaExtension"},
1766
+ "LdifContent":{"shape":"LdifContent"},
1767
+ "Description":{"shape":"Description"}
1768
+ }
1769
+ },
1770
+ "StartSchemaExtensionResult":{
1771
+ "type":"structure",
1772
+ "members":{
1773
+ "SchemaExtensionId":{"shape":"SchemaExtensionId"}
1774
+ }
1775
+ },
1634
1776
  "StartTime":{"type":"timestamp"},
1635
1777
  "StateLastUpdatedDateTime":{"type":"timestamp"},
1636
1778
  "SubnetId":{
@@ -1255,7 +1255,8 @@
1255
1255
  "NotificationTopicArn":{"shape":"String"},
1256
1256
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1257
1257
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1258
- "SnapshotWindow":{"shape":"String"}
1258
+ "SnapshotWindow":{"shape":"String"},
1259
+ "AuthToken":{"shape":"String"}
1259
1260
  }
1260
1261
  },
1261
1262
  "CreateCacheClusterResult":{
@@ -1350,7 +1351,8 @@
1350
1351
  "NotificationTopicArn":{"shape":"String"},
1351
1352
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1352
1353
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1353
- "SnapshotWindow":{"shape":"String"}
1354
+ "SnapshotWindow":{"shape":"String"},
1355
+ "AuthToken":{"shape":"String"}
1354
1356
  }
1355
1357
  },
1356
1358
  "CreateReplicationGroupResult":{
@@ -48,7 +48,6 @@
48
48
  "errors":[
49
49
  {"shape":"ResourceInUseException"},
50
50
  {"shape":"ResourceNotFoundException"},
51
- {"shape":"LimitExceededException"},
52
51
  {"shape":"InvalidArgumentException"}
53
52
  ]
54
53
  },
@@ -64,6 +63,18 @@
64
63
  {"shape":"LimitExceededException"}
65
64
  ]
66
65
  },
66
+ "DescribeLimits":{
67
+ "name":"DescribeLimits",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/"
71
+ },
72
+ "input":{"shape":"DescribeLimitsInput"},
73
+ "output":{"shape":"DescribeLimitsOutput"},
74
+ "errors":[
75
+ {"shape":"LimitExceededException"}
76
+ ]
77
+ },
67
78
  "DescribeStream":{
68
79
  "name":"DescribeStream",
69
80
  "http":{
@@ -146,7 +157,6 @@
146
157
  "errors":[
147
158
  {"shape":"ResourceInUseException"},
148
159
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"LimitExceededException"},
150
160
  {"shape":"InvalidArgumentException"}
151
161
  ]
152
162
  },
@@ -245,6 +255,21 @@
245
255
  {"shape":"InvalidArgumentException"},
246
256
  {"shape":"LimitExceededException"}
247
257
  ]
258
+ },
259
+ "UpdateShardCount":{
260
+ "name":"UpdateShardCount",
261
+ "http":{
262
+ "method":"POST",
263
+ "requestUri":"/"
264
+ },
265
+ "input":{"shape":"UpdateShardCountInput"},
266
+ "output":{"shape":"UpdateShardCountOutput"},
267
+ "errors":[
268
+ {"shape":"InvalidArgumentException"},
269
+ {"shape":"LimitExceededException"},
270
+ {"shape":"ResourceInUseException"},
271
+ {"shape":"ResourceNotFoundException"}
272
+ ]
248
273
  }
249
274
  },
250
275
  "shapes":{
@@ -259,7 +284,6 @@
259
284
  "Tags":{"shape":"TagMap"}
260
285
  }
261
286
  },
262
- "ApproximateArrivalTimestamp":{"type":"timestamp"},
263
287
  "BooleanObject":{"type":"boolean"},
264
288
  "CreateStreamInput":{
265
289
  "type":"structure",
@@ -285,7 +309,7 @@
285
309
  ],
286
310
  "members":{
287
311
  "StreamName":{"shape":"StreamName"},
288
- "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
312
+ "RetentionPeriodHours":{"shape":"PositiveIntegerObject"}
289
313
  }
290
314
  },
291
315
  "DeleteStreamInput":{
@@ -295,6 +319,22 @@
295
319
  "StreamName":{"shape":"StreamName"}
296
320
  }
297
321
  },
322
+ "DescribeLimitsInput":{
323
+ "type":"structure",
324
+ "members":{
325
+ }
326
+ },
327
+ "DescribeLimitsOutput":{
328
+ "type":"structure",
329
+ "required":[
330
+ "ShardLimit",
331
+ "OpenShardCount"
332
+ ],
333
+ "members":{
334
+ "ShardLimit":{"shape":"ShardCountObject"},
335
+ "OpenShardCount":{"shape":"ShardCountObject"}
336
+ }
337
+ },
298
338
  "DescribeStreamInput":{
299
339
  "type":"structure",
300
340
  "required":["StreamName"],
@@ -431,7 +471,7 @@
431
471
  ],
432
472
  "members":{
433
473
  "StreamName":{"shape":"StreamName"},
434
- "RetentionPeriodHours":{"shape":"RetentionPeriodHours"}
474
+ "RetentionPeriodHours":{"shape":"PositiveIntegerObject"}
435
475
  }
436
476
  },
437
477
  "InvalidArgumentException":{
@@ -636,7 +676,7 @@
636
676
  ],
637
677
  "members":{
638
678
  "SequenceNumber":{"shape":"SequenceNumber"},
639
- "ApproximateArrivalTimestamp":{"shape":"ApproximateArrivalTimestamp"},
679
+ "ApproximateArrivalTimestamp":{"shape":"Timestamp"},
640
680
  "Data":{"shape":"Data"},
641
681
  "PartitionKey":{"shape":"PartitionKey"}
642
682
  }
@@ -670,10 +710,9 @@
670
710
  },
671
711
  "exception":true
672
712
  },
673
- "RetentionPeriodHours":{
674
- "type":"integer",
675
- "max":168,
676
- "min":24
713
+ "ScalingType":{
714
+ "type":"string",
715
+ "enum":["UNIFORM_SCALING"]
677
716
  },
678
717
  "SequenceNumber":{
679
718
  "type":"string",
@@ -702,6 +741,11 @@
702
741
  "SequenceNumberRange":{"shape":"SequenceNumberRange"}
703
742
  }
704
743
  },
744
+ "ShardCountObject":{
745
+ "type":"integer",
746
+ "max":1000000,
747
+ "min":0
748
+ },
705
749
  "ShardId":{
706
750
  "type":"string",
707
751
  "max":128,
@@ -750,6 +794,7 @@
750
794
  "Shards",
751
795
  "HasMoreShards",
752
796
  "RetentionPeriodHours",
797
+ "StreamCreationTimestamp",
753
798
  "EnhancedMonitoring"
754
799
  ],
755
800
  "members":{
@@ -758,7 +803,8 @@
758
803
  "StreamStatus":{"shape":"StreamStatus"},
759
804
  "Shards":{"shape":"ShardList"},
760
805
  "HasMoreShards":{"shape":"BooleanObject"},
761
- "RetentionPeriodHours":{"shape":"RetentionPeriodHours"},
806
+ "RetentionPeriodHours":{"shape":"PositiveIntegerObject"},
807
+ "StreamCreationTimestamp":{"shape":"Timestamp"},
762
808
  "EnhancedMonitoring":{"shape":"EnhancedMonitoringList"}
763
809
  }
764
810
  },
@@ -817,6 +863,27 @@
817
863
  "max":256,
818
864
  "min":0
819
865
  },
820
- "Timestamp":{"type":"timestamp"}
866
+ "Timestamp":{"type":"timestamp"},
867
+ "UpdateShardCountInput":{
868
+ "type":"structure",
869
+ "required":[
870
+ "StreamName",
871
+ "TargetShardCount",
872
+ "ScalingType"
873
+ ],
874
+ "members":{
875
+ "StreamName":{"shape":"StreamName"},
876
+ "TargetShardCount":{"shape":"PositiveIntegerObject"},
877
+ "ScalingType":{"shape":"ScalingType"}
878
+ }
879
+ },
880
+ "UpdateShardCountOutput":{
881
+ "type":"structure",
882
+ "members":{
883
+ "StreamName":{"shape":"StreamName"},
884
+ "CurrentShardCount":{"shape":"PositiveIntegerObject"},
885
+ "TargetShardCount":{"shape":"PositiveIntegerObject"}
886
+ }
887
+ }
821
888
  }
822
889
  }
@@ -224,7 +224,8 @@
224
224
  "codecommit": {
225
225
  "endpoints": {
226
226
  "us-east-1": {},
227
- "us-east-2": {}
227
+ "us-east-2": {},
228
+ "us-west-2": {}
228
229
  }
229
230
  },
230
231
  "codedeploy": {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.20'
2
+ VERSION = '2.6.22'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.20
4
+ version: 2.6.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services