aws-sdk-docdb 1.18.1 → 1.24.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: 04e7040430af17fcd6772173e29a86e4dce3d8ca08dcbb5e5d31619b8ea7f6ea
4
- data.tar.gz: 3e8d5f083a9ed13f1395ace5cf4d27a4aec3e9834701cac1b8e7583b0b849d36
3
+ metadata.gz: b848eaf8bc2e8551685d823e6a5ef1a95777bd2304577a55756efdb8f983f31a
4
+ data.tar.gz: e0cdf94dcbd0574956f48a21949cb4bc975148ef5c123a72e400eaeab42a95ca
5
5
  SHA512:
6
- metadata.gz: e33c661f4ce348baece38ead57b02570f4eff87d6d77c32339301b5d207bc450ec723bd1dda6e796f0feaa4ca81faa9293fa4ca4711cde4b7e4033f5f0c86e16
7
- data.tar.gz: a519714a740c275746535d4e29b264de7ce9cc6868f9755b7148ec68cfb123e14c2cfc2485b4a2303431fe4838296e83a7875346ae1145525aba00d1bb58cd36
6
+ metadata.gz: f7c940aac6e6cc9f19e9d72bba9060483ed0c665ad5dda9d5a8d664178ee2f9b9ef9f115f081b6b8ebd7141a5bd11fe22bb5eb449bac83e86847dcbe1ef44281
7
+ data.tar.gz: 7bf82966ec1b612d060e3e57d0830593ed5b6c883394814840b5af0d80552b6693d52a5b8dfdc30653717b93ad88e1c6070b95879925ace3b5f425f16ea313d5
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -43,9 +46,9 @@ require_relative 'aws-sdk-docdb/customizations'
43
46
  #
44
47
  # See {Errors} for more information.
45
48
  #
46
- # @service
49
+ # @!group service
47
50
  module Aws::DocDB
48
51
 
49
- GEM_VERSION = '1.18.1'
52
+ GEM_VERSION = '1.24.0'
50
53
 
51
54
  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:
@@ -83,13 +85,28 @@ module Aws::DocDB
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::DocDB
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -317,7 +334,7 @@ module Aws::DocDB
317
334
  #
318
335
  # @option params [required, String] :resource_name
319
336
  # The Amazon DocumentDB resource that the tags are added to. This value
320
- # is an Amazon Resource Name (ARN).
337
+ # is an Amazon Resource Name .
321
338
  #
322
339
  # @option params [required, Array<Types::Tag>] :tags
323
340
  # The tags to be assigned to the Amazon DocumentDB resource.
@@ -345,8 +362,8 @@ module Aws::DocDB
345
362
  req.send_request(options)
346
363
  end
347
364
 
348
- # Applies a pending maintenance action to a resource (for example, to a
349
- # DB instance).
365
+ # Applies a pending maintenance action to a resource (for example, to an
366
+ # Amazon DocumentDB instance).
350
367
  #
351
368
  # @option params [required, String] :resource_identifier
352
369
  # The Amazon Resource Name (ARN) of the resource that the pending
@@ -419,7 +436,7 @@ module Aws::DocDB
419
436
  #
420
437
  # * If the source parameter group is in a different AWS Region than the
421
438
  # copy, specify a valid cluster parameter group ARN; for example,
422
- # `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
439
+ # `arn:aws:rds:us-east-1:123456789012:sample-cluster:sample-parameter-group`.
423
440
  #
424
441
  # @option params [required, String] :target_db_cluster_parameter_group_identifier
425
442
  # The identifier for the copied cluster parameter group.
@@ -480,23 +497,21 @@ module Aws::DocDB
480
497
  #
481
498
  # To copy a cluster snapshot from a shared manual cluster snapshot,
482
499
  # `SourceDBClusterSnapshotIdentifier` must be the Amazon Resource Name
483
- # (ARN) of the shared cluster snapshot.
500
+ # (ARN) of the shared cluster snapshot. You can only copy a shared DB
501
+ # cluster snapshot, whether encrypted or not, in the same AWS Region.
484
502
  #
485
503
  # To cancel the copy operation after it is in progress, delete the
486
504
  # target cluster snapshot identified by
487
- # `TargetDBClusterSnapshotIdentifier` while that DB cluster snapshot is
488
- # in the *copying* status.
505
+ # `TargetDBClusterSnapshotIdentifier` while that cluster snapshot is in
506
+ # the *copying* status.
489
507
  #
490
508
  # @option params [required, String] :source_db_cluster_snapshot_identifier
491
509
  # The identifier of the cluster snapshot to copy. This parameter is not
492
510
  # case sensitive.
493
511
  #
494
- # You can't copy an encrypted, shared cluster snapshot from one AWS
495
- # Region to another.
496
- #
497
512
  # Constraints:
498
513
  #
499
- # * Must specify a valid system snapshot in the "available" state.
514
+ # * Must specify a valid system snapshot in the *available* state.
500
515
  #
501
516
  # * If the source snapshot is in the same AWS Region as the copy,
502
517
  # specify a valid snapshot identifier.
@@ -538,8 +553,8 @@ module Aws::DocDB
538
553
  # `KmsKeyId` to the AWS KMS key ID that you want to use to encrypt the
539
554
  # copy of the cluster snapshot in the destination Region. AWS KMS
540
555
  # encryption keys are specific to the AWS Region that they are created
541
- # in, and you can't use encryption keys from one Region in another
542
- # Region.
556
+ # in, and you can't use encryption keys from one AWS Region in another
557
+ # AWS Region.
543
558
  #
544
559
  # If you copy an unencrypted cluster snapshot and specify a value for
545
560
  # the `KmsKeyId` parameter, an error is returned.
@@ -548,32 +563,33 @@ module Aws::DocDB
548
563
  # The URL that contains a Signature Version 4 signed request for the
549
564
  # `CopyDBClusterSnapshot` API action in the AWS Region that contains the
550
565
  # source cluster snapshot to copy. You must use the `PreSignedUrl`
551
- # parameter when copying an encrypted cluster snapshot from another AWS
552
- # Region.
566
+ # parameter when copying a cluster snapshot from another AWS Region.
567
+ #
568
+ # If you are using an AWS SDK tool or the AWS CLI, you can specify
569
+ # `SourceRegion` (or `--source-region` for the AWS CLI) instead of
570
+ # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
571
+ # autogenerates a pre-signed URL that is a valid request for the
572
+ # operation that can be executed in the source AWS Region.
553
573
  #
554
574
  # The presigned URL must be a valid request for the
555
- # `CopyDBSClusterSnapshot` API action that can be executed in the source
556
- # AWS Region that contains the encrypted DB cluster snapshot to be
557
- # copied. The presigned URL request must contain the following parameter
558
- # values:
559
- #
560
- # * `KmsKeyId` - The AWS KMS key identifier for the key to use to
561
- # encrypt the copy of the cluster snapshot in the destination AWS
562
- # Region. This is the same identifier for both the
563
- # `CopyDBClusterSnapshot` action that is called in the destination AWS
564
- # Region, and the action contained in the presigned URL.
565
- #
566
- # * `DestinationRegion` - The name of the AWS Region that the DB cluster
567
- # snapshot will be created in.
568
- #
569
- # * `SourceDBClusterSnapshotIdentifier` - The cluster snapshot
570
- # identifier for the encrypted cluster snapshot to be copied. This
571
- # identifier must be in the Amazon Resource Name (ARN) format for the
572
- # source AWS Region. For example, if you are copying an encrypted
573
- # cluster snapshot from the us-west-2 AWS Region, then your
574
- # `SourceDBClusterSnapshotIdentifier` looks like the following
575
- # example:
576
- # `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:my-cluster-snapshot-20161115`.
575
+ # `CopyDBClusterSnapshot` API action that can be executed in the source
576
+ # AWS Region that contains the cluster snapshot to be copied. The
577
+ # presigned URL request must contain the following parameter values:
578
+ #
579
+ # * `SourceRegion` - The ID of the region that contains the snapshot to
580
+ # be copied.
581
+ #
582
+ # * `SourceDBClusterSnapshotIdentifier` - The identifier for the the
583
+ # encrypted cluster snapshot to be copied. This identifier must be in
584
+ # the Amazon Resource Name (ARN) format for the source AWS Region. For
585
+ # example, if you are copying an encrypted cluster snapshot from the
586
+ # us-east-1 AWS Region, then your `SourceDBClusterSnapshotIdentifier`
587
+ # looks something like the following:
588
+ # `arn:aws:rds:us-east-1:12345678012:sample-cluster:sample-cluster-snapshot`.
589
+ #
590
+ # * `TargetDBClusterSnapshotIdentifier` - The identifier for the new
591
+ # cluster snapshot to be created. This parameter isn't case
592
+ # sensitive.
577
593
  #
578
594
  # @option params [Boolean] :copy_tags
579
595
  # Set to `true` to copy all tags from the source cluster snapshot to the
@@ -686,7 +702,10 @@ module Aws::DocDB
686
702
  # Valid values: `docdb`
687
703
  #
688
704
  # @option params [String] :engine_version
689
- # The version number of the database engine to use.
705
+ # The version number of the database engine to use. The --engine-version
706
+ # will default to the latest major engine version. For production
707
+ # workloads, we recommend explicitly declaring this parameter with the
708
+ # intended major engine version.
690
709
  #
691
710
  # @option params [Integer] :port
692
711
  # The port number on which the instances in the cluster accept
@@ -777,9 +796,19 @@ module Aws::DocDB
777
796
  # destination AWS Region. This key is used to encrypt the replica in
778
797
  # that AWS Region.
779
798
  #
799
+ # @option params [String] :pre_signed_url
800
+ # Not currently supported.
801
+ #
780
802
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
781
803
  # A list of log types that need to be enabled for exporting to Amazon
782
- # CloudWatch Logs.
804
+ # CloudWatch Logs. You can enable audit logs or profiler logs. For more
805
+ # information, see [ Auditing Amazon DocumentDB Events][1] and [
806
+ # Profiling Amazon DocumentDB Operations][2].
807
+ #
808
+ #
809
+ #
810
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/event-auditing.html
811
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/profiling.html
783
812
  #
784
813
  # @option params [Boolean] :deletion_protection
785
814
  # Specifies whether this cluster can be deleted. If `DeletionProtection`
@@ -815,6 +844,7 @@ module Aws::DocDB
815
844
  # ],
816
845
  # storage_encrypted: false,
817
846
  # kms_key_id: "String",
847
+ # pre_signed_url: "String",
818
848
  # enable_cloudwatch_logs_exports: ["String"],
819
849
  # deletion_protection: false,
820
850
  # })
@@ -873,24 +903,26 @@ module Aws::DocDB
873
903
  # Creates a new cluster parameter group.
874
904
  #
875
905
  # Parameters in a cluster parameter group apply to all of the instances
876
- # in a DB cluster.
906
+ # in a cluster.
877
907
  #
878
908
  # A cluster parameter group is initially created with the default
879
909
  # parameters for the database engine used by instances in the cluster.
880
- # To provide custom values for any of the parameters, you must modify
881
- # the group after you create it. After you create a DB cluster parameter
882
- # group, you must associate it with your cluster. For the new DB cluster
883
- # parameter group and associated settings to take effect, you must then
884
- # reboot the instances in the cluster without failover.
910
+ # In Amazon DocumentDB, you cannot make modifications directly to the
911
+ # `default.docdb3.6` cluster parameter group. If your Amazon DocumentDB
912
+ # cluster is using the default cluster parameter group and you want to
913
+ # modify a value in it, you must first [ create a new parameter
914
+ # group][1] or [ copy an existing parameter group][2], modify it, and
915
+ # then apply the modified parameter group to your cluster. For the new
916
+ # cluster parameter group and associated settings to take effect, you
917
+ # must then reboot the instances in the cluster without failover. For
918
+ # more information, see [ Modifying Amazon DocumentDB Cluster Parameter
919
+ # Groups][3].
885
920
  #
886
- # After you create a cluster parameter group, you should wait at least 5
887
- # minutes before creating your first cluster that uses that cluster
888
- # parameter group as the default parameter group. This allows Amazon
889
- # DocumentDB to fully complete the create action before the cluster
890
- # parameter group is used as the default for a new cluster. This step is
891
- # especially important for parameters that are critical when creating
892
- # the default database for a cluster, such as the character set for the
893
- # default database defined by the `character_set_database` parameter.
921
+ #
922
+ #
923
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-create.html
924
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-copy.html
925
+ # [3]: https://docs.aws.amazon.com/documentdb/latest/developerguide/cluster_parameter_group-modify.html
894
926
  #
895
927
  # @option params [required, String] :db_cluster_parameter_group_name
896
928
  # The name of the cluster parameter group.
@@ -1059,10 +1091,6 @@ module Aws::DocDB
1059
1091
  #
1060
1092
  # Example: `us-east-1d`
1061
1093
  #
1062
- # Constraint: The `AvailabilityZone` parameter can't be specified if
1063
- # the `MultiAZ` parameter is set to `true`. The specified Availability
1064
- # Zone must be in the same AWS Region as the current endpoint.
1065
- #
1066
1094
  # @option params [String] :preferred_maintenance_window
1067
1095
  # The time range each week during which system maintenance can occur, in
1068
1096
  # Universal Coordinated Time (UTC).
@@ -1619,6 +1647,8 @@ module Aws::DocDB
1619
1647
  # * {Types::CertificateMessage#certificates #certificates} => Array&lt;Types::Certificate&gt;
1620
1648
  # * {Types::CertificateMessage#marker #marker} => String
1621
1649
  #
1650
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1651
+ #
1622
1652
  # @example Request syntax with placeholder values
1623
1653
  #
1624
1654
  # resp = client.describe_certificates({
@@ -1691,6 +1721,8 @@ module Aws::DocDB
1691
1721
  # * {Types::DBClusterParameterGroupsMessage#marker #marker} => String
1692
1722
  # * {Types::DBClusterParameterGroupsMessage#db_cluster_parameter_groups #db_cluster_parameter_groups} => Array&lt;Types::DBClusterParameterGroup&gt;
1693
1723
  #
1724
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1725
+ #
1694
1726
  # @example Request syntax with placeholder values
1695
1727
  #
1696
1728
  # resp = client.describe_db_cluster_parameter_groups({
@@ -1764,6 +1796,8 @@ module Aws::DocDB
1764
1796
  # * {Types::DBClusterParameterGroupDetails#parameters #parameters} => Array&lt;Types::Parameter&gt;
1765
1797
  # * {Types::DBClusterParameterGroupDetails#marker #marker} => String
1766
1798
  #
1799
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1800
+ #
1767
1801
  # @example Request syntax with placeholder values
1768
1802
  #
1769
1803
  # resp = client.describe_db_cluster_parameters({
@@ -1932,6 +1966,8 @@ module Aws::DocDB
1932
1966
  # * {Types::DBClusterSnapshotMessage#marker #marker} => String
1933
1967
  # * {Types::DBClusterSnapshotMessage#db_cluster_snapshots #db_cluster_snapshots} => Array&lt;Types::DBClusterSnapshot&gt;
1934
1968
  #
1969
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1970
+ #
1935
1971
  # @example Request syntax with placeholder values
1936
1972
  #
1937
1973
  # resp = client.describe_db_cluster_snapshots({
@@ -2108,7 +2144,7 @@ module Aws::DocDB
2108
2144
  # @option params [String] :engine_version
2109
2145
  # The database engine version to return.
2110
2146
  #
2111
- # Example: `5.1.49`
2147
+ # Example: `3.6.0`
2112
2148
  #
2113
2149
  # @option params [String] :db_parameter_group_family
2114
2150
  # The name of a specific parameter group family to return details for.
@@ -2773,6 +2809,8 @@ module Aws::DocDB
2773
2809
  # * {Types::PendingMaintenanceActionsMessage#pending_maintenance_actions #pending_maintenance_actions} => Array&lt;Types::ResourcePendingMaintenanceActions&gt;
2774
2810
  # * {Types::PendingMaintenanceActionsMessage#marker #marker} => String
2775
2811
  #
2812
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2813
+ #
2776
2814
  # @example Request syntax with placeholder values
2777
2815
  #
2778
2816
  # resp = client.describe_pending_maintenance_actions({
@@ -4241,7 +4279,7 @@ module Aws::DocDB
4241
4279
  params: params,
4242
4280
  config: config)
4243
4281
  context[:gem_name] = 'aws-sdk-docdb'
4244
- context[:gem_version] = '1.18.1'
4282
+ context[:gem_version] = '1.24.0'
4245
4283
  Seahorse::Client::Request.new(handlers, context)
4246
4284
  end
4247
4285
 
@@ -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:
@@ -282,6 +284,7 @@ module Aws::DocDB
282
284
  CreateDBClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
283
285
  CreateDBClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
284
286
  CreateDBClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
287
+ CreateDBClusterMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
285
288
  CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
286
289
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
287
290
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
@@ -1206,6 +1209,12 @@ module Aws::DocDB
1206
1209
  o.input = Shapes::ShapeRef.new(shape: DescribeCertificatesMessage)
1207
1210
  o.output = Shapes::ShapeRef.new(shape: CertificateMessage)
1208
1211
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
1212
+ o[:pager] = Aws::Pager.new(
1213
+ limit_key: "max_records",
1214
+ tokens: {
1215
+ "marker" => "marker"
1216
+ }
1217
+ )
1209
1218
  end)
1210
1219
 
1211
1220
  api.add_operation(:describe_db_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -1215,6 +1224,12 @@ module Aws::DocDB
1215
1224
  o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParameterGroupsMessage)
1216
1225
  o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupsMessage)
1217
1226
  o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1227
+ o[:pager] = Aws::Pager.new(
1228
+ limit_key: "max_records",
1229
+ tokens: {
1230
+ "marker" => "marker"
1231
+ }
1232
+ )
1218
1233
  end)
1219
1234
 
1220
1235
  api.add_operation(:describe_db_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
@@ -1224,6 +1239,12 @@ module Aws::DocDB
1224
1239
  o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParametersMessage)
1225
1240
  o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupDetails)
1226
1241
  o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1242
+ o[:pager] = Aws::Pager.new(
1243
+ limit_key: "max_records",
1244
+ tokens: {
1245
+ "marker" => "marker"
1246
+ }
1247
+ )
1227
1248
  end)
1228
1249
 
1229
1250
  api.add_operation(:describe_db_cluster_snapshot_attributes, Seahorse::Model::Operation.new.tap do |o|
@@ -1242,6 +1263,12 @@ module Aws::DocDB
1242
1263
  o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotsMessage)
1243
1264
  o.output = Shapes::ShapeRef.new(shape: DBClusterSnapshotMessage)
1244
1265
  o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1266
+ o[:pager] = Aws::Pager.new(
1267
+ limit_key: "max_records",
1268
+ tokens: {
1269
+ "marker" => "marker"
1270
+ }
1271
+ )
1245
1272
  end)
1246
1273
 
1247
1274
  api.add_operation(:describe_db_clusters, Seahorse::Model::Operation.new.tap do |o|
@@ -1354,6 +1381,12 @@ module Aws::DocDB
1354
1381
  o.input = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsMessage)
1355
1382
  o.output = Shapes::ShapeRef.new(shape: PendingMaintenanceActionsMessage)
1356
1383
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1384
+ o[:pager] = Aws::Pager.new(
1385
+ limit_key: "max_records",
1386
+ tokens: {
1387
+ "marker" => "marker"
1388
+ }
1389
+ )
1357
1390
  end)
1358
1391
 
1359
1392
  api.add_operation(:failover_db_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -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: