aws-sdk-qldb 1.6.1 → 1.7.0

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
  SHA256:
3
- metadata.gz: 6ba4ea758eb6b98b0e9f1fbb2341eaf005eda3795495d315f425e32dd2473f26
4
- data.tar.gz: 7270b7dddda9047d9e4202bb6d0f97f432531e06a78becb038f93f288d7c1f32
3
+ metadata.gz: f17965f8b4cccc22f7bd7ce6dc2aef740ea43859d05e9e44e698ea80309b00ae
4
+ data.tar.gz: dbc97caafac91ee1c64577259ceef841f286b3123ace0ae72434d462dafa8540
5
5
  SHA512:
6
- metadata.gz: 19caac881c7c9cd7d8307d476a063af271ba5d995337b706726bacb3e2e79d3d4f3c3612f77d0a8e0365b11f29240bed004581e63fcd582341073a8f3bffbb07
7
- data.tar.gz: db7e85cecd5e55b4ee1dcbeb1976a2c7727055b82c299a3800a8e9168a6cb0345bef553fae0ff9da8154a0e3d31e5aa70a212faf1a2acd48404f156c36b57c67
6
+ metadata.gz: dc0cf3372e26b7e7da6e5d1c7a053dcd1c7e3a6ae02cf95ff319f5c2622860b295bcd35abf6ed815a6354b43320de65cccbceb51f1dc83b8f0bbcf9f6e60acbf
7
+ data.tar.gz: cc525489eec649006f1e8f664ea283f6745ef9f2102de061bbfe7924a46d50a8c7363a25e3373c1237809535ae265c5e03a88ff29f920e0017cb436bffeec9c9
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-qldb/customizations'
45
47
  # @service
46
48
  module Aws::QLDB
47
49
 
48
- GEM_VERSION = '1.6.1'
50
+ GEM_VERSION = '1.7.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -353,6 +355,13 @@ module Aws::QLDB
353
355
  # The name of the ledger that you want to create. The name must be
354
356
  # unique among all of your ledgers in the current AWS Region.
355
357
  #
358
+ # Naming constraints for ledger names are defined in [Quotas in Amazon
359
+ # QLDB][1] in the *Amazon QLDB Developer Guide*.
360
+ #
361
+ #
362
+ #
363
+ # [1]: https://docs.aws.amazon.com/qldb/latest/developerguide/limits.html#limits.naming
364
+ #
356
365
  # @option params [Hash<String,String>] :tags
357
366
  # The key-value pairs to add as tags to the ledger that you want to
358
367
  # create. Tag keys are case sensitive. Tag values are case sensitive and
@@ -667,10 +676,13 @@ module Aws::QLDB
667
676
  req.send_request(options)
668
677
  end
669
678
 
670
- # Returns a journal block object at a specified address in a ledger.
671
- # Also returns a proof of the specified block for verification if
679
+ # Returns a block object at a specified address in a journal. Also
680
+ # returns a proof of the specified block for verification if
672
681
  # `DigestTipAddress` is provided.
673
682
  #
683
+ # For information about the data contents in a block, see [Journal
684
+ # contents][1] in the *Amazon QLDB Developer Guide*.
685
+ #
674
686
  # If the specified ledger doesn't exist or is in `DELETING` status,
675
687
  # then throws `ResourceNotFoundException`.
676
688
  #
@@ -680,6 +692,10 @@ module Aws::QLDB
680
692
  # If no block exists with the specified address, then throws
681
693
  # `InvalidParameterException`.
682
694
  #
695
+ #
696
+ #
697
+ # [1]: https://docs.aws.amazon.com/qldb/latest/developerguide/journal-contents.html
698
+ #
683
699
  # @option params [required, String] :name
684
700
  # The name of the ledger.
685
701
  #
@@ -1092,10 +1108,10 @@ module Aws::QLDB
1092
1108
  req.send_request(options)
1093
1109
  end
1094
1110
 
1095
- # Creates a stream for a given Amazon QLDB ledger that delivers the
1096
- # journal data to a specified Amazon Kinesis Data Streams resource. The
1097
- # stream captures every document revision that is committed to your
1098
- # journal and sends it to the Kinesis data stream.
1111
+ # Creates a journal stream for a given Amazon QLDB ledger. The stream
1112
+ # captures every document revision that is committed to the ledger's
1113
+ # journal and delivers the data to a specified Amazon Kinesis Data
1114
+ # Streams resource.
1099
1115
  #
1100
1116
  # @option params [required, String] :ledger_name
1101
1117
  # The name of the ledger.
@@ -1125,8 +1141,8 @@ module Aws::QLDB
1125
1141
  #
1126
1142
  # @option params [Time,DateTime,Date,Integer,String] :exclusive_end_time
1127
1143
  # The exclusive date and time that specifies when the stream ends. If
1128
- # you keep this parameter blank, the stream runs indefinitely until you
1129
- # cancel it.
1144
+ # you don't define this parameter, the stream runs indefinitely until
1145
+ # you cancel it.
1130
1146
  #
1131
1147
  # The `ExclusiveEndTime` must be in `ISO 8601` date and time format and
1132
1148
  # in Universal Coordinated Time (UTC). For example:
@@ -1142,11 +1158,9 @@ module Aws::QLDB
1142
1158
  # stream.
1143
1159
  #
1144
1160
  # Your stream name must be unique among other *active* streams for a
1145
- # given ledger. If you try to create a stream with the same name and
1146
- # configuration of an active, existing stream for the same ledger, QLDB
1147
- # simply returns the existing stream. Stream names have the same naming
1148
- # constraints as ledger names, as defined in [Quotas in Amazon QLDB][1]
1149
- # in the *Amazon QLDB Developer Guide*.
1161
+ # given ledger. Stream names have the same naming constraints as ledger
1162
+ # names, as defined in [Quotas in Amazon QLDB][1] in the *Amazon QLDB
1163
+ # Developer Guide*.
1150
1164
  #
1151
1165
  #
1152
1166
  #
@@ -1314,7 +1328,7 @@ module Aws::QLDB
1314
1328
  params: params,
1315
1329
  config: config)
1316
1330
  context[:gem_name] = 'aws-sdk-qldb'
1317
- context[:gem_version] = '1.6.1'
1331
+ context[:gem_version] = '1.7.0'
1318
1332
  Seahorse::Client::Request.new(handlers, context)
1319
1333
  end
1320
1334
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -58,6 +60,13 @@ module Aws::QLDB
58
60
  # @!attribute [rw] name
59
61
  # The name of the ledger that you want to create. The name must be
60
62
  # unique among all of your ledgers in the current AWS Region.
63
+ #
64
+ # Naming constraints for ledger names are defined in [Quotas in Amazon
65
+ # QLDB][1] in the *Amazon QLDB Developer Guide*.
66
+ #
67
+ #
68
+ #
69
+ # [1]: https://docs.aws.amazon.com/qldb/latest/developerguide/limits.html#limits.naming
61
70
  # @return [String]
62
71
  #
63
72
  # @!attribute [rw] tags
@@ -713,7 +722,7 @@ module Aws::QLDB
713
722
  # @return [String]
714
723
  #
715
724
  # @!attribute [rw] aggregation_enabled
716
- # Enables QLDB to publish multiple stream records in a single Kinesis
725
+ # Enables QLDB to publish multiple data records in a single Kinesis
717
726
  # Data Streams record. To learn more, see [KPL Key Concepts][1] in the
718
727
  # *Amazon Kinesis Data Streams Developer Guide*.
719
728
  #
@@ -1268,7 +1277,7 @@ module Aws::QLDB
1268
1277
  #
1269
1278
  # @!attribute [rw] exclusive_end_time
1270
1279
  # The exclusive date and time that specifies when the stream ends. If
1271
- # you keep this parameter blank, the stream runs indefinitely until
1280
+ # you don't define this parameter, the stream runs indefinitely until
1272
1281
  # you cancel it.
1273
1282
  #
1274
1283
  # The `ExclusiveEndTime` must be in `ISO 8601` date and time format
@@ -1287,11 +1296,9 @@ module Aws::QLDB
1287
1296
  # stream.
1288
1297
  #
1289
1298
  # Your stream name must be unique among other *active* streams for a
1290
- # given ledger. If you try to create a stream with the same name and
1291
- # configuration of an active, existing stream for the same ledger,
1292
- # QLDB simply returns the existing stream. Stream names have the same
1293
- # naming constraints as ledger names, as defined in [Quotas in Amazon
1294
- # QLDB][1] in the *Amazon QLDB Developer Guide*.
1299
+ # given ledger. Stream names have the same naming constraints as
1300
+ # ledger names, as defined in [Quotas in Amazon QLDB][1] in the
1301
+ # *Amazon QLDB Developer Guide*.
1295
1302
  #
1296
1303
  #
1297
1304
  #
@@ -1464,8 +1471,7 @@ module Aws::QLDB
1464
1471
  include Aws::Structure
1465
1472
  end
1466
1473
 
1467
- # A structure that can contain an Amazon Ion value in multiple encoding
1468
- # formats.
1474
+ # A structure that can contain a value in multiple encoding formats.
1469
1475
  #
1470
1476
  # @note When making an API call, you may pass ValueHolder
1471
1477
  # data as a hash:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qldb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core