aws-sdk-neptune 1.32.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +193 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-neptune.rb +2 -2
- data/lib/aws-sdk-neptune/client.rb +171 -142
- data/lib/aws-sdk-neptune/client_api.rb +37 -1
- data/lib/aws-sdk-neptune/errors.rb +1 -1
- data/lib/aws-sdk-neptune/resource.rb +1 -1
- data/lib/aws-sdk-neptune/types.rb +206 -206
- data/lib/aws-sdk-neptune/waiters.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f4a166530fcb190d3fe9dd2f4a0ee7b01bdc9646b977f3ba0ae26ae4b23858e
|
4
|
+
data.tar.gz: 54e2dd7aa71f0576cdf5f476309dba98c5819f234294e4092c6743b5c53dc89b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c886a984ff89d05e2c341362c6f707a7928530faecb4aedc49a471e796f33b68ff79d2e9bad6ac23b003f76b8b645f43f388cf4f12e76c11d793bd2adfab043
|
7
|
+
data.tar.gz: 943d233b5c426d4725fce9a36ac7ac1203dfb4bd703b88edface2660429220c86b8a959d6756e006c06fc3ea8dca8eab4104a60a2d40ed9a383f6bf1626811bc
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.36.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.35.0 (2021-05-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Neptune support for CopyTagsToSnapshots
|
13
|
+
|
14
|
+
1.34.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.33.0 (2021-02-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.32.0 (2020-12-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Support `pre_signed_url` generation for `CopyDBClusterSnapshot` and `CreateDBCluster`.
|
28
|
+
|
29
|
+
1.31.0 (2020-10-26)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - This feature enables custom endpoints for Amazon Neptune clusters. Custom endpoints simplify connection management when clusters contain instances with different capacities and configuration settings.
|
33
|
+
|
34
|
+
1.30.0 (2020-09-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.29.0 (2020-09-15)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.28.0 (2020-08-25)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.27.0 (2020-07-02)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.26.0 (2020-06-23)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.25.1 (2020-06-11)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
63
|
+
|
64
|
+
1.25.0 (2020-06-10)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Issue - This version has been yanked. (#2327).
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.24.0 (2020-05-28)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.23.0 (2020-05-07)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.22.0 (2020-03-09)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.21.0 (2020-02-12)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - This launch enables Neptune start-db-cluster and stop-db-cluster. Stopping and starting Amazon Neptune clusters helps you manage costs for development and test environments. You can temporarily stop all the DB instances in your cluster, instead of setting up and tearing down all the DB instances each time that you use the cluster.
|
89
|
+
|
90
|
+
1.20.0 (2020-01-17)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - This release includes Deletion Protection for Amazon Neptune databases.
|
94
|
+
|
95
|
+
1.19.0 (2019-10-23)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.18.0 (2019-07-25)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.17.0 (2019-07-01)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.16.0 (2019-06-17)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - This release adds a feature to configure Amazon Neptune to publish audit logs to Amazon CloudWatch Logs.
|
114
|
+
|
115
|
+
1.15.0 (2019-05-21)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.14.0 (2019-05-15)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.13.0 (2019-05-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.12.0 (2019-04-30)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.11.0 (2019-03-22)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.10.0 (2019-03-21)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.9.0 (2019-03-18)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.8.0 (2019-03-14)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.7.0 (2018-11-20)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.6.0 (2018-10-24)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.5.0 (2018-10-23)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.4.0 (2018-09-06)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
174
|
+
|
175
|
+
1.3.0 (2018-09-05)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.2.0 (2018-06-26)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.1.0 (2018-06-21)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.0.0 (2018-05-30)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - Initial release of `aws-sdk-neptune`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.36.0
|
data/lib/aws-sdk-neptune.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-neptune/customizations'
|
|
49
49
|
# @!group service
|
50
50
|
module Aws::Neptune
|
51
51
|
|
52
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.36.0'
|
53
53
|
|
54
54
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -537,12 +537,12 @@ module Aws::Neptune
|
|
537
537
|
#
|
538
538
|
# * Must specify a valid DB cluster parameter group.
|
539
539
|
#
|
540
|
-
# * If the source DB cluster parameter group is in the same
|
541
|
-
# as the copy, specify a valid DB parameter group identifier,
|
542
|
-
# example `my-db-cluster-param-group`, or a valid ARN.
|
540
|
+
# * If the source DB cluster parameter group is in the same Amazon
|
541
|
+
# Region as the copy, specify a valid DB parameter group identifier,
|
542
|
+
# for example `my-db-cluster-param-group`, or a valid ARN.
|
543
543
|
#
|
544
|
-
# * If the source DB parameter group is in a different
|
545
|
-
# the copy, specify a valid DB cluster parameter group ARN, for
|
544
|
+
# * If the source DB parameter group is in a different Amazon Region
|
545
|
+
# than the copy, specify a valid DB cluster parameter group ARN, for
|
546
546
|
# example
|
547
547
|
# `arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
|
548
548
|
#
|
@@ -615,8 +615,6 @@ module Aws::Neptune
|
|
615
615
|
# The identifier of the DB cluster snapshot to copy. This parameter is
|
616
616
|
# not case-sensitive.
|
617
617
|
#
|
618
|
-
# You can't copy from one AWS Region to another.
|
619
|
-
#
|
620
618
|
# Constraints:
|
621
619
|
#
|
622
620
|
# * Must specify a valid system snapshot in the "available" state.
|
@@ -640,22 +638,22 @@ module Aws::Neptune
|
|
640
638
|
# Example: `my-cluster-snapshot2`
|
641
639
|
#
|
642
640
|
# @option params [String] :kms_key_id
|
643
|
-
# The
|
644
|
-
# key ID is the Amazon Resource Name (ARN), KMS key identifier, or
|
645
|
-
# KMS key alias for the KMS encryption key.
|
641
|
+
# The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot. The
|
642
|
+
# KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or
|
643
|
+
# the KMS key alias for the KMS encryption key.
|
646
644
|
#
|
647
|
-
# If you copy an encrypted DB cluster snapshot from your
|
645
|
+
# If you copy an encrypted DB cluster snapshot from your Amazon account,
|
648
646
|
# you can specify a value for `KmsKeyId` to encrypt the copy with a new
|
649
647
|
# KMS encryption key. If you don't specify a value for `KmsKeyId`, then
|
650
648
|
# the copy of the DB cluster snapshot is encrypted with the same KMS key
|
651
649
|
# as the source DB cluster snapshot.
|
652
650
|
#
|
653
651
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
654
|
-
# another
|
652
|
+
# another Amazon account, then you must specify a value for `KmsKeyId`.
|
655
653
|
#
|
656
|
-
# KMS encryption keys are specific to the
|
657
|
-
# created in, and you can't use encryption keys from one
|
658
|
-
# another
|
654
|
+
# KMS encryption keys are specific to the Amazon Region that they are
|
655
|
+
# created in, and you can't use encryption keys from one Amazon Region
|
656
|
+
# in another Amazon Region.
|
659
657
|
#
|
660
658
|
# You cannot encrypt an unencrypted DB cluster snapshot when you copy
|
661
659
|
# it. If you try to copy an unencrypted DB cluster snapshot and specify
|
@@ -833,6 +831,10 @@ module Aws::Neptune
|
|
833
831
|
# @option params [String] :character_set_name
|
834
832
|
# *(Not supported by Neptune)*
|
835
833
|
#
|
834
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
835
|
+
# *If set to `true`, tags are copied to any snapshot of the DB cluster
|
836
|
+
# that is created.*
|
837
|
+
#
|
836
838
|
# @option params [String] :database_name
|
837
839
|
# The name for your database of up to 64 alpha-numeric characters. If
|
838
840
|
# you do not provide a name, Amazon Neptune will not create a database
|
@@ -892,21 +894,10 @@ module Aws::Neptune
|
|
892
894
|
# Default: `8182`
|
893
895
|
#
|
894
896
|
# @option params [String] :master_username
|
895
|
-
#
|
896
|
-
#
|
897
|
-
# Constraints:
|
898
|
-
#
|
899
|
-
# * Must be 1 to 16 letters or numbers.
|
900
|
-
#
|
901
|
-
# * First character must be a letter.
|
902
|
-
#
|
903
|
-
# * Cannot be a reserved word for the chosen database engine.
|
897
|
+
# Not supported by Neptune.
|
904
898
|
#
|
905
899
|
# @option params [String] :master_user_password
|
906
|
-
#
|
907
|
-
# any printable ASCII character except "/", """, or "@".
|
908
|
-
#
|
909
|
-
# Constraints: Must contain from 8 to 41 characters.
|
900
|
+
# Not supported by Neptune.
|
910
901
|
#
|
911
902
|
# @option params [String] :option_group_name
|
912
903
|
# *(Not supported by Neptune)*
|
@@ -917,9 +908,9 @@ module Aws::Neptune
|
|
917
908
|
# parameter.
|
918
909
|
#
|
919
910
|
# The default is a 30-minute window selected at random from an 8-hour
|
920
|
-
# block of time for each
|
921
|
-
# see [ Adjusting the Preferred Maintenance Window][1] in the
|
922
|
-
# Neptune User Guide.*
|
911
|
+
# block of time for each Amazon Region. To see the time blocks
|
912
|
+
# available, see [ Adjusting the Preferred Maintenance Window][1] in the
|
913
|
+
# *Amazon Neptune User Guide.*
|
923
914
|
#
|
924
915
|
# Constraints:
|
925
916
|
#
|
@@ -942,7 +933,7 @@ module Aws::Neptune
|
|
942
933
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
943
934
|
#
|
944
935
|
# The default is a 30-minute window selected at random from an 8-hour
|
945
|
-
# block of time for each
|
936
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
946
937
|
# week. To see the time blocks available, see [ Adjusting the Preferred
|
947
938
|
# Maintenance Window][1] in the *Amazon Neptune User Guide.*
|
948
939
|
#
|
@@ -965,10 +956,10 @@ module Aws::Neptune
|
|
965
956
|
# Specifies whether the DB cluster is encrypted.
|
966
957
|
#
|
967
958
|
# @option params [String] :kms_key_id
|
968
|
-
# The
|
959
|
+
# The Amazon KMS key identifier for an encrypted DB cluster.
|
969
960
|
#
|
970
961
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
971
|
-
# encryption key. If you are creating a DB cluster with the same
|
962
|
+
# encryption key. If you are creating a DB cluster with the same Amazon
|
972
963
|
# account that owns the KMS encryption key used to encrypt the new DB
|
973
964
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
974
965
|
# KMS encryption key.
|
@@ -984,20 +975,24 @@ module Aws::Neptune
|
|
984
975
|
# `ReplicationSourceIdentifier` is not specified, then Amazon Neptune
|
985
976
|
# will use your default encryption key.
|
986
977
|
#
|
987
|
-
#
|
988
|
-
#
|
989
|
-
# Region.
|
978
|
+
# Amazon KMS creates the default encryption key for your Amazon account.
|
979
|
+
# Your Amazon account has a different default encryption key for each
|
980
|
+
# Amazon Region.
|
990
981
|
#
|
991
|
-
# If you create a Read Replica of an encrypted DB cluster in another
|
992
|
-
# Region, you must set `KmsKeyId` to a KMS key ID that is valid
|
993
|
-
# destination
|
994
|
-
# in that
|
982
|
+
# If you create a Read Replica of an encrypted DB cluster in another
|
983
|
+
# Amazon Region, you must set `KmsKeyId` to a KMS key ID that is valid
|
984
|
+
# in the destination Amazon Region. This key is used to encrypt the Read
|
985
|
+
# Replica in that Amazon Region.
|
995
986
|
#
|
996
987
|
# @option params [String] :pre_signed_url
|
997
988
|
# This parameter is not currently supported.
|
998
989
|
#
|
999
990
|
# @option params [Boolean] :enable_iam_database_authentication
|
1000
|
-
#
|
991
|
+
# If set to `true`, enables Amazon Identity and Access Management (IAM)
|
992
|
+
# authentication for the entire DB cluster (this cannot be set at an
|
993
|
+
# instance level).
|
994
|
+
#
|
995
|
+
# Default: `false`.
|
1001
996
|
#
|
1002
997
|
# @option params [Array<String>] :enable_cloudwatch_logs_exports
|
1003
998
|
# The list of log types that need to be enabled for exporting to
|
@@ -1022,6 +1017,7 @@ module Aws::Neptune
|
|
1022
1017
|
# availability_zones: ["String"],
|
1023
1018
|
# backup_retention_period: 1,
|
1024
1019
|
# character_set_name: "String",
|
1020
|
+
# copy_tags_to_snapshot: false,
|
1025
1021
|
# database_name: "String",
|
1026
1022
|
# db_cluster_identifier: "String", # required
|
1027
1023
|
# db_cluster_parameter_group_name: "String",
|
@@ -1101,9 +1097,12 @@ module Aws::Neptune
|
|
1101
1097
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
1102
1098
|
# resp.db_cluster.clone_group_id #=> String
|
1103
1099
|
# resp.db_cluster.cluster_create_time #=> Time
|
1100
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
1104
1101
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
1105
1102
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
1106
1103
|
# resp.db_cluster.deletion_protection #=> Boolean
|
1104
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
1105
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
1107
1106
|
#
|
1108
1107
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBCluster AWS API Documentation
|
1109
1108
|
#
|
@@ -1387,17 +1386,11 @@ module Aws::Neptune
|
|
1387
1386
|
# Example: `mydbinstance`
|
1388
1387
|
#
|
1389
1388
|
# @option params [Integer] :allocated_storage
|
1390
|
-
#
|
1391
|
-
#
|
1392
|
-
# Type: Integer
|
1393
|
-
#
|
1394
|
-
# Not applicable. Neptune cluster volumes automatically grow as the
|
1395
|
-
# amount of data in your database increases, though you are only charged
|
1396
|
-
# for the space that you use in a Neptune cluster volume.
|
1389
|
+
# Not supported by Neptune.
|
1397
1390
|
#
|
1398
1391
|
# @option params [required, String] :db_instance_class
|
1399
1392
|
# The compute and memory capacity of the DB instance, for example,
|
1400
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
1393
|
+
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
1401
1394
|
# Regions.
|
1402
1395
|
#
|
1403
1396
|
# @option params [required, String] :engine
|
@@ -1406,13 +1399,10 @@ module Aws::Neptune
|
|
1406
1399
|
# Valid Values: `neptune`
|
1407
1400
|
#
|
1408
1401
|
# @option params [String] :master_username
|
1409
|
-
#
|
1402
|
+
# Not supported by Neptune.
|
1410
1403
|
#
|
1411
1404
|
# @option params [String] :master_user_password
|
1412
|
-
#
|
1413
|
-
# printable ASCII character except "/", """, or "@".
|
1414
|
-
#
|
1415
|
-
# Not used.
|
1405
|
+
# Not supported by Neptune.
|
1416
1406
|
#
|
1417
1407
|
# @option params [Array<String>] :db_security_groups
|
1418
1408
|
# A list of DB security groups to associate with this DB instance.
|
@@ -1432,13 +1422,13 @@ module Aws::Neptune
|
|
1432
1422
|
# The EC2 Availability Zone that the DB instance is created in
|
1433
1423
|
#
|
1434
1424
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
1435
|
-
#
|
1425
|
+
# Amazon Region.
|
1436
1426
|
#
|
1437
1427
|
# Example: `us-east-1d`
|
1438
1428
|
#
|
1439
1429
|
# Constraint: The AvailabilityZone parameter can't be specified if the
|
1440
1430
|
# MultiAZ parameter is set to `true`. The specified Availability Zone
|
1441
|
-
# must be in the same
|
1431
|
+
# must be in the same Amazon Region as the current endpoint.
|
1442
1432
|
#
|
1443
1433
|
# @option params [String] :db_subnet_group_name
|
1444
1434
|
# A DB subnet group to associate with this DB instance.
|
@@ -1452,7 +1442,7 @@ module Aws::Neptune
|
|
1452
1442
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
1453
1443
|
#
|
1454
1444
|
# The default is a 30-minute window selected at random from an 8-hour
|
1455
|
-
# block of time for each
|
1445
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
1456
1446
|
# week.
|
1457
1447
|
#
|
1458
1448
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
@@ -1568,10 +1558,10 @@ module Aws::Neptune
|
|
1568
1558
|
# Default: false
|
1569
1559
|
#
|
1570
1560
|
# @option params [String] :kms_key_id
|
1571
|
-
# The
|
1561
|
+
# The Amazon KMS key identifier for an encrypted DB instance.
|
1572
1562
|
#
|
1573
1563
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
1574
|
-
# encryption key. If you are creating a DB instance with the same
|
1564
|
+
# encryption key. If you are creating a DB instance with the same Amazon
|
1575
1565
|
# account that owns the KMS encryption key used to encrypt the new DB
|
1576
1566
|
# instance, then you can use the KMS key alias instead of the ARN for
|
1577
1567
|
# the KM encryption key.
|
@@ -1581,9 +1571,9 @@ module Aws::Neptune
|
|
1581
1571
|
#
|
1582
1572
|
# If the `StorageEncrypted` parameter is true, and you do not specify a
|
1583
1573
|
# value for the `KmsKeyId` parameter, then Amazon Neptune will use your
|
1584
|
-
# default encryption key.
|
1585
|
-
# your
|
1586
|
-
# key for each
|
1574
|
+
# default encryption key. Amazon KMS creates the default encryption key
|
1575
|
+
# for your Amazon account. Your Amazon account has a different default
|
1576
|
+
# encryption key for each Amazon Region.
|
1587
1577
|
#
|
1588
1578
|
# @option params [String] :domain
|
1589
1579
|
# Specify the Active Directory Domain to create the instance in.
|
@@ -1627,10 +1617,7 @@ module Aws::Neptune
|
|
1627
1617
|
# The time zone of the DB instance.
|
1628
1618
|
#
|
1629
1619
|
# @option params [Boolean] :enable_iam_database_authentication
|
1630
|
-
#
|
1631
|
-
# for Neptune.
|
1632
|
-
#
|
1633
|
-
# Default: `false`
|
1620
|
+
# Not supported by Neptune (ignored).
|
1634
1621
|
#
|
1635
1622
|
# @option params [Boolean] :enable_performance_insights
|
1636
1623
|
# *(Not supported by Neptune)*
|
@@ -1908,7 +1895,7 @@ module Aws::Neptune
|
|
1908
1895
|
end
|
1909
1896
|
|
1910
1897
|
# Creates a new DB subnet group. DB subnet groups must contain at least
|
1911
|
-
# one subnet in at least two AZs in the
|
1898
|
+
# one subnet in at least two AZs in the Amazon Region.
|
1912
1899
|
#
|
1913
1900
|
# @option params [required, String] :db_subnet_group_name
|
1914
1901
|
# The name for the DB subnet group. This value is stored as a lowercase
|
@@ -2199,9 +2186,12 @@ module Aws::Neptune
|
|
2199
2186
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
2200
2187
|
# resp.db_cluster.clone_group_id #=> String
|
2201
2188
|
# resp.db_cluster.cluster_create_time #=> Time
|
2189
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
2202
2190
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
2203
2191
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
2204
2192
|
# resp.db_cluster.deletion_protection #=> Boolean
|
2193
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
2194
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
2205
2195
|
#
|
2206
2196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBCluster AWS API Documentation
|
2207
2197
|
#
|
@@ -2781,6 +2771,8 @@ module Aws::Neptune
|
|
2781
2771
|
# * {Types::DBClusterParameterGroupsMessage#marker #marker} => String
|
2782
2772
|
# * {Types::DBClusterParameterGroupsMessage#db_cluster_parameter_groups #db_cluster_parameter_groups} => Array<Types::DBClusterParameterGroup>
|
2783
2773
|
#
|
2774
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2775
|
+
#
|
2784
2776
|
# @example Request syntax with placeholder values
|
2785
2777
|
#
|
2786
2778
|
# resp = client.describe_db_cluster_parameter_groups({
|
@@ -2855,6 +2847,8 @@ module Aws::Neptune
|
|
2855
2847
|
# * {Types::DBClusterParameterGroupDetails#parameters #parameters} => Array<Types::Parameter>
|
2856
2848
|
# * {Types::DBClusterParameterGroupDetails#marker #marker} => String
|
2857
2849
|
#
|
2850
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2851
|
+
#
|
2858
2852
|
# @example Request syntax with placeholder values
|
2859
2853
|
#
|
2860
2854
|
# resp = client.describe_db_cluster_parameters({
|
@@ -2897,16 +2891,18 @@ module Aws::Neptune
|
|
2897
2891
|
# Returns a list of DB cluster snapshot attribute names and values for a
|
2898
2892
|
# manual DB cluster snapshot.
|
2899
2893
|
#
|
2900
|
-
# When sharing snapshots with other
|
2894
|
+
# When sharing snapshots with other Amazon accounts,
|
2901
2895
|
# `DescribeDBClusterSnapshotAttributes` returns the `restore` attribute
|
2902
|
-
# and a list of IDs for the
|
2903
|
-
# restore the manual DB cluster snapshot. If `all` is included in the
|
2896
|
+
# and a list of IDs for the Amazon accounts that are authorized to copy
|
2897
|
+
# or restore the manual DB cluster snapshot. If `all` is included in the
|
2904
2898
|
# list of values for the `restore` attribute, then the manual DB cluster
|
2905
|
-
# snapshot is public and can be copied or restored by all
|
2899
|
+
# snapshot is public and can be copied or restored by all Amazon
|
2900
|
+
# accounts.
|
2906
2901
|
#
|
2907
|
-
# To add or remove access for an
|
2908
|
-
# DB cluster snapshot, or to make the manual DB cluster snapshot
|
2909
|
-
# or private, use the ModifyDBClusterSnapshotAttribute API
|
2902
|
+
# To add or remove access for an Amazon account to copy or restore a
|
2903
|
+
# manual DB cluster snapshot, or to make the manual DB cluster snapshot
|
2904
|
+
# public or private, use the ModifyDBClusterSnapshotAttribute API
|
2905
|
+
# action.
|
2910
2906
|
#
|
2911
2907
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
2912
2908
|
# The identifier for the DB cluster snapshot to describe the attributes
|
@@ -2972,13 +2968,13 @@ module Aws::Neptune
|
|
2972
2968
|
# of the following values:
|
2973
2969
|
#
|
2974
2970
|
# * `automated` - Return all DB cluster snapshots that have been
|
2975
|
-
# automatically taken by Amazon Neptune for my
|
2971
|
+
# automatically taken by Amazon Neptune for my Amazon account.
|
2976
2972
|
#
|
2977
2973
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
2978
2974
|
# my AWS account.
|
2979
2975
|
#
|
2980
2976
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
2981
|
-
# shared to my
|
2977
|
+
# shared to my Amazon account.
|
2982
2978
|
#
|
2983
2979
|
# * `public` - Return all DB cluster snapshots that have been marked as
|
2984
2980
|
# public.
|
@@ -3015,17 +3011,17 @@ module Aws::Neptune
|
|
3015
3011
|
# specified by `MaxRecords`.
|
3016
3012
|
#
|
3017
3013
|
# @option params [Boolean] :include_shared
|
3018
|
-
# True to include shared manual DB cluster snapshots from other
|
3014
|
+
# True to include shared manual DB cluster snapshots from other Amazon
|
3019
3015
|
# accounts that this AWS account has been given permission to copy or
|
3020
3016
|
# restore, and otherwise false. The default is `false`.
|
3021
3017
|
#
|
3022
|
-
# You can give an
|
3023
|
-
# snapshot from another
|
3018
|
+
# You can give an Amazon account permission to restore a manual DB
|
3019
|
+
# cluster snapshot from another Amazon account by the
|
3024
3020
|
# ModifyDBClusterSnapshotAttribute API action.
|
3025
3021
|
#
|
3026
3022
|
# @option params [Boolean] :include_public
|
3027
3023
|
# True to include manual DB cluster snapshots that are public and can be
|
3028
|
-
# copied or restored by any
|
3024
|
+
# copied or restored by any Amazon account, and otherwise false. The
|
3029
3025
|
# default is `false`. The default is false.
|
3030
3026
|
#
|
3031
3027
|
# You can share a manual DB cluster snapshot as public by using the
|
@@ -3036,6 +3032,8 @@ module Aws::Neptune
|
|
3036
3032
|
# * {Types::DBClusterSnapshotMessage#marker #marker} => String
|
3037
3033
|
# * {Types::DBClusterSnapshotMessage#db_cluster_snapshots #db_cluster_snapshots} => Array<Types::DBClusterSnapshot>
|
3038
3034
|
#
|
3035
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3036
|
+
#
|
3039
3037
|
# @example Request syntax with placeholder values
|
3040
3038
|
#
|
3041
3039
|
# resp = client.describe_db_cluster_snapshots({
|
@@ -3120,7 +3118,7 @@ module Aws::Neptune
|
|
3120
3118
|
# * `engine` - Accepts an engine name (such as `neptune`), and restricts
|
3121
3119
|
# the results list to DB clusters created by that engine.
|
3122
3120
|
#
|
3123
|
-
# For example, to invoke this API from the
|
3121
|
+
# For example, to invoke this API from the Amazon CLI and filter so that
|
3124
3122
|
# only Neptune DB clusters are returned, you could use the following
|
3125
3123
|
# command:
|
3126
3124
|
#
|
@@ -3144,6 +3142,8 @@ module Aws::Neptune
|
|
3144
3142
|
# * {Types::DBClusterMessage#marker #marker} => String
|
3145
3143
|
# * {Types::DBClusterMessage#db_clusters #db_clusters} => Array<Types::DBCluster>
|
3146
3144
|
#
|
3145
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3146
|
+
#
|
3147
3147
|
# @example Request syntax with placeholder values
|
3148
3148
|
#
|
3149
3149
|
# resp = client.describe_db_clusters({
|
@@ -3210,9 +3210,12 @@ module Aws::Neptune
|
|
3210
3210
|
# resp.db_clusters[0].iam_database_authentication_enabled #=> Boolean
|
3211
3211
|
# resp.db_clusters[0].clone_group_id #=> String
|
3212
3212
|
# resp.db_clusters[0].cluster_create_time #=> Time
|
3213
|
+
# resp.db_clusters[0].copy_tags_to_snapshot #=> Boolean
|
3213
3214
|
# resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
|
3214
3215
|
# resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
|
3215
3216
|
# resp.db_clusters[0].deletion_protection #=> Boolean
|
3217
|
+
# resp.db_clusters[0].cross_account_clone #=> Boolean
|
3218
|
+
# resp.db_clusters[0].automatic_restart_time #=> Time
|
3216
3219
|
#
|
3217
3220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusters AWS API Documentation
|
3218
3221
|
#
|
@@ -3369,7 +3372,7 @@ module Aws::Neptune
|
|
3369
3372
|
# * `engine` - Accepts an engine name (such as `neptune`), and restricts
|
3370
3373
|
# the results list to DB instances created by that engine.
|
3371
3374
|
#
|
3372
|
-
# For example, to invoke this API from the
|
3375
|
+
# For example, to invoke this API from the Amazon CLI and filter so that
|
3373
3376
|
# only Neptune DB instances are returned, you could use the following
|
3374
3377
|
# command:
|
3375
3378
|
#
|
@@ -4290,6 +4293,8 @@ module Aws::Neptune
|
|
4290
4293
|
# * {Types::PendingMaintenanceActionsMessage#pending_maintenance_actions #pending_maintenance_actions} => Array<Types::ResourcePendingMaintenanceActions>
|
4291
4294
|
# * {Types::PendingMaintenanceActionsMessage#marker #marker} => String
|
4292
4295
|
#
|
4296
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4297
|
+
#
|
4293
4298
|
# @example Request syntax with placeholder values
|
4294
4299
|
#
|
4295
4300
|
# resp = client.describe_pending_maintenance_actions({
|
@@ -4458,9 +4463,12 @@ module Aws::Neptune
|
|
4458
4463
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
4459
4464
|
# resp.db_cluster.clone_group_id #=> String
|
4460
4465
|
# resp.db_cluster.cluster_create_time #=> Time
|
4466
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
4461
4467
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
4462
4468
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
4463
4469
|
# resp.db_cluster.deletion_protection #=> Boolean
|
4470
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
4471
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
4464
4472
|
#
|
4465
4473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverDBCluster AWS API Documentation
|
4466
4474
|
#
|
@@ -4551,13 +4559,11 @@ module Aws::Neptune
|
|
4551
4559
|
# the DB cluster. If this parameter is set to `false`, changes to the DB
|
4552
4560
|
# cluster are applied during the next maintenance window.
|
4553
4561
|
#
|
4554
|
-
# The `ApplyImmediately` parameter only affects
|
4555
|
-
#
|
4556
|
-
#
|
4557
|
-
#
|
4558
|
-
#
|
4559
|
-
# immediately, regardless of the value of the `ApplyImmediately`
|
4560
|
-
# parameter.
|
4562
|
+
# The `ApplyImmediately` parameter only affects `NewDBClusterIdentifier`
|
4563
|
+
# values. If you set the `ApplyImmediately` parameter value to false,
|
4564
|
+
# then changes to `NewDBClusterIdentifier` values are applied during the
|
4565
|
+
# next maintenance window. All other changes are applied immediately,
|
4566
|
+
# regardless of the value of the `ApplyImmediately` parameter.
|
4561
4567
|
#
|
4562
4568
|
# Default: `false`
|
4563
4569
|
#
|
@@ -4587,13 +4593,10 @@ module Aws::Neptune
|
|
4587
4593
|
# Default: The same port as the original DB cluster.
|
4588
4594
|
#
|
4589
4595
|
# @option params [String] :master_user_password
|
4590
|
-
#
|
4591
|
-
# contain any printable ASCII character except "/", """, or "@".
|
4592
|
-
#
|
4593
|
-
# Constraints: Must contain from 8 to 41 characters.
|
4596
|
+
# Not supported by Neptune.
|
4594
4597
|
#
|
4595
4598
|
# @option params [String] :option_group_name
|
4596
|
-
# *
|
4599
|
+
# *Not supported by Neptune.*
|
4597
4600
|
#
|
4598
4601
|
# @option params [String] :preferred_backup_window
|
4599
4602
|
# The daily time range during which automated backups are created if
|
@@ -4601,7 +4604,7 @@ module Aws::Neptune
|
|
4601
4604
|
# parameter.
|
4602
4605
|
#
|
4603
4606
|
# The default is a 30-minute window selected at random from an 8-hour
|
4604
|
-
# block of time for each
|
4607
|
+
# block of time for each Amazon Region.
|
4605
4608
|
#
|
4606
4609
|
# Constraints:
|
4607
4610
|
#
|
@@ -4620,7 +4623,7 @@ module Aws::Neptune
|
|
4620
4623
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
4621
4624
|
#
|
4622
4625
|
# The default is a 30-minute window selected at random from an 8-hour
|
4623
|
-
# block of time for each
|
4626
|
+
# block of time for each Amazon Region, occurring on a random day of the
|
4624
4627
|
# week.
|
4625
4628
|
#
|
4626
4629
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
@@ -4628,7 +4631,7 @@ module Aws::Neptune
|
|
4628
4631
|
# Constraints: Minimum 30-minute window.
|
4629
4632
|
#
|
4630
4633
|
# @option params [Boolean] :enable_iam_database_authentication
|
4631
|
-
# True to enable mapping of
|
4634
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
4632
4635
|
# accounts to database accounts, and otherwise false.
|
4633
4636
|
#
|
4634
4637
|
# Default: `false`
|
@@ -4656,6 +4659,10 @@ module Aws::Neptune
|
|
4656
4659
|
# enabled. The database can't be deleted when deletion protection is
|
4657
4660
|
# enabled. By default, deletion protection is disabled.
|
4658
4661
|
#
|
4662
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
4663
|
+
# *If set to `true`, tags are copied to any snapshot of the DB cluster
|
4664
|
+
# that is created.*
|
4665
|
+
#
|
4659
4666
|
# @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4660
4667
|
#
|
4661
4668
|
# * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -4681,6 +4688,7 @@ module Aws::Neptune
|
|
4681
4688
|
# },
|
4682
4689
|
# engine_version: "String",
|
4683
4690
|
# deletion_protection: false,
|
4691
|
+
# copy_tags_to_snapshot: false,
|
4684
4692
|
# })
|
4685
4693
|
#
|
4686
4694
|
# @example Response structure
|
@@ -4733,9 +4741,12 @@ module Aws::Neptune
|
|
4733
4741
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
4734
4742
|
# resp.db_cluster.clone_group_id #=> String
|
4735
4743
|
# resp.db_cluster.cluster_create_time #=> Time
|
4744
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
4736
4745
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
4737
4746
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
4738
4747
|
# resp.db_cluster.deletion_protection #=> Boolean
|
4748
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
4749
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
4739
4750
|
#
|
4740
4751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBCluster AWS API Documentation
|
4741
4752
|
#
|
@@ -4880,20 +4891,21 @@ module Aws::Neptune
|
|
4880
4891
|
# Adds an attribute and values to, or removes an attribute and values
|
4881
4892
|
# from, a manual DB cluster snapshot.
|
4882
4893
|
#
|
4883
|
-
# To share a manual DB cluster snapshot with other
|
4884
|
-
# `restore` as the `AttributeName` and use the `ValuesToAdd`
|
4885
|
-
# to add a list of IDs of the
|
4886
|
-
# restore the manual DB cluster snapshot. Use the value
|
4887
|
-
# the manual DB cluster snapshot public, which means that
|
4888
|
-
# copied or restored by all
|
4889
|
-
# any manual DB cluster snapshots that contain private
|
4890
|
-
# you don't want available to all
|
4891
|
-
# snapshot is encrypted, it can be shared, but only
|
4892
|
-
# of authorized
|
4893
|
-
# can't use `all` as a value for that
|
4894
|
-
#
|
4895
|
-
#
|
4896
|
-
#
|
4894
|
+
# To share a manual DB cluster snapshot with other Amazon accounts,
|
4895
|
+
# specify `restore` as the `AttributeName` and use the `ValuesToAdd`
|
4896
|
+
# parameter to add a list of IDs of the Amazon accounts that are
|
4897
|
+
# authorized to restore the manual DB cluster snapshot. Use the value
|
4898
|
+
# `all` to make the manual DB cluster snapshot public, which means that
|
4899
|
+
# it can be copied or restored by all Amazon accounts. Do not add the
|
4900
|
+
# `all` value for any manual DB cluster snapshots that contain private
|
4901
|
+
# information that you don't want available to all Amazon accounts. If
|
4902
|
+
# a manual DB cluster snapshot is encrypted, it can be shared, but only
|
4903
|
+
# by specifying a list of authorized Amazon account IDs for the
|
4904
|
+
# `ValuesToAdd` parameter. You can't use `all` as a value for that
|
4905
|
+
# parameter in this case.
|
4906
|
+
#
|
4907
|
+
# To view which Amazon accounts have access to copy or restore a manual
|
4908
|
+
# DB cluster snapshot, or whether a manual DB cluster snapshot public or
|
4897
4909
|
# private, use the DescribeDBClusterSnapshotAttributes API action.
|
4898
4910
|
#
|
4899
4911
|
# @option params [required, String] :db_cluster_snapshot_identifier
|
@@ -4903,17 +4915,17 @@ module Aws::Neptune
|
|
4903
4915
|
# @option params [required, String] :attribute_name
|
4904
4916
|
# The name of the DB cluster snapshot attribute to modify.
|
4905
4917
|
#
|
4906
|
-
# To manage authorization for other
|
4918
|
+
# To manage authorization for other Amazon accounts to copy or restore a
|
4907
4919
|
# manual DB cluster snapshot, set this value to `restore`.
|
4908
4920
|
#
|
4909
4921
|
# @option params [Array<String>] :values_to_add
|
4910
4922
|
# A list of DB cluster snapshot attributes to add to the attribute
|
4911
4923
|
# specified by `AttributeName`.
|
4912
4924
|
#
|
4913
|
-
# To authorize other
|
4914
|
-
# snapshot, set this list to include one or more
|
4915
|
-
# `all` to make the manual DB cluster snapshot restorable by any
|
4916
|
-
# account. Do not add the `all` value for any manual DB cluster
|
4925
|
+
# To authorize other Amazon accounts to copy or restore a manual DB
|
4926
|
+
# cluster snapshot, set this list to include one or more Amazon account
|
4927
|
+
# IDs, or `all` to make the manual DB cluster snapshot restorable by any
|
4928
|
+
# Amazon account. Do not add the `all` value for any manual DB cluster
|
4917
4929
|
# snapshots that contain private information that you don't want
|
4918
4930
|
# available to all AWS accounts.
|
4919
4931
|
#
|
@@ -4921,13 +4933,13 @@ module Aws::Neptune
|
|
4921
4933
|
# A list of DB cluster snapshot attributes to remove from the attribute
|
4922
4934
|
# specified by `AttributeName`.
|
4923
4935
|
#
|
4924
|
-
# To remove authorization for other
|
4925
|
-
# manual DB cluster snapshot, set this list to include one or more
|
4926
|
-
# account identifiers, or `all` to remove authorization for any
|
4927
|
-
# account to copy or restore the DB cluster snapshot. If you
|
4928
|
-
# `all`, an
|
4929
|
-
# `restore` attribute can still copy or restore a manual DB
|
4930
|
-
# snapshot.
|
4936
|
+
# To remove authorization for other Amazon accounts to copy or restore a
|
4937
|
+
# manual DB cluster snapshot, set this list to include one or more
|
4938
|
+
# Amazon account identifiers, or `all` to remove authorization for any
|
4939
|
+
# Amazon account to copy or restore the DB cluster snapshot. If you
|
4940
|
+
# specify `all`, an Amazon account whose account ID is explicitly added
|
4941
|
+
# to the `restore` attribute can still copy or restore a manual DB
|
4942
|
+
# cluster snapshot.
|
4931
4943
|
#
|
4932
4944
|
# @return [Types::ModifyDBClusterSnapshotAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4933
4945
|
#
|
@@ -4976,10 +4988,7 @@ module Aws::Neptune
|
|
4976
4988
|
# ^
|
4977
4989
|
#
|
4978
4990
|
# @option params [Integer] :allocated_storage
|
4979
|
-
#
|
4980
|
-
# instance.
|
4981
|
-
#
|
4982
|
-
# Not applicable. Storage is managed by the DB Cluster.
|
4991
|
+
# Not supported by Neptune.
|
4983
4992
|
#
|
4984
4993
|
# @option params [String] :db_instance_class
|
4985
4994
|
# The new compute and memory capacity of the DB instance, for example,
|
@@ -5043,7 +5052,7 @@ module Aws::Neptune
|
|
5043
5052
|
# Default: `false`
|
5044
5053
|
#
|
5045
5054
|
# @option params [String] :master_user_password
|
5046
|
-
# Not
|
5055
|
+
# Not supported by Neptune.
|
5047
5056
|
#
|
5048
5057
|
# @option params [String] :db_parameter_group_name
|
5049
5058
|
# The name of the DB parameter group to apply to the DB instance.
|
@@ -5127,7 +5136,7 @@ module Aws::Neptune
|
|
5127
5136
|
# enabled auto patching for that engine version.
|
5128
5137
|
#
|
5129
5138
|
# @option params [String] :license_model
|
5130
|
-
# Not supported.
|
5139
|
+
# Not supported by Neptune.
|
5131
5140
|
#
|
5132
5141
|
# @option params [Integer] :iops
|
5133
5142
|
# The new Provisioned IOPS (I/O operations per second) value for the
|
@@ -5227,13 +5236,13 @@ module Aws::Neptune
|
|
5227
5236
|
# Valid Values: 0 - 15
|
5228
5237
|
#
|
5229
5238
|
# @option params [Boolean] :enable_iam_database_authentication
|
5230
|
-
# True to enable mapping of
|
5239
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
5231
5240
|
# accounts to database accounts, and otherwise false.
|
5232
5241
|
#
|
5233
5242
|
# You can enable IAM database authentication for the following database
|
5234
5243
|
# engines
|
5235
5244
|
#
|
5236
|
-
# Not applicable. Mapping
|
5245
|
+
# Not applicable. Mapping Amazon IAM accounts to database accounts is
|
5237
5246
|
# managed by the DB cluster. For more information, see ModifyDBCluster.
|
5238
5247
|
#
|
5239
5248
|
# Default: `false`
|
@@ -5503,7 +5512,7 @@ module Aws::Neptune
|
|
5503
5512
|
end
|
5504
5513
|
|
5505
5514
|
# Modifies an existing DB subnet group. DB subnet groups must contain at
|
5506
|
-
# least one subnet in at least two AZs in the
|
5515
|
+
# least one subnet in at least two AZs in the Amazon Region.
|
5507
5516
|
#
|
5508
5517
|
# @option params [required, String] :db_subnet_group_name
|
5509
5518
|
# The name for the DB subnet group. This value is stored as a lowercase
|
@@ -5690,9 +5699,12 @@ module Aws::Neptune
|
|
5690
5699
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
5691
5700
|
# resp.db_cluster.clone_group_id #=> String
|
5692
5701
|
# resp.db_cluster.cluster_create_time #=> Time
|
5702
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
5693
5703
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
5694
5704
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
5695
5705
|
# resp.db_cluster.deletion_protection #=> Boolean
|
5706
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
5707
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
5696
5708
|
#
|
5697
5709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
5698
5710
|
#
|
@@ -6179,11 +6191,11 @@ module Aws::Neptune
|
|
6179
6191
|
# The tags to be assigned to the restored DB cluster.
|
6180
6192
|
#
|
6181
6193
|
# @option params [String] :kms_key_id
|
6182
|
-
# The
|
6194
|
+
# The Amazon KMS key identifier to use when restoring an encrypted DB
|
6183
6195
|
# cluster from a DB snapshot or DB cluster snapshot.
|
6184
6196
|
#
|
6185
6197
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
6186
|
-
# encryption key. If you are restoring a DB cluster with the same
|
6198
|
+
# encryption key. If you are restoring a DB cluster with the same Amazon
|
6187
6199
|
# account that owns the KMS encryption key used to encrypt the new DB
|
6188
6200
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
6189
6201
|
# KMS encryption key.
|
@@ -6199,7 +6211,7 @@ module Aws::Neptune
|
|
6199
6211
|
# not encrypted, then the restored DB cluster is not encrypted.
|
6200
6212
|
#
|
6201
6213
|
# @option params [Boolean] :enable_iam_database_authentication
|
6202
|
-
# True to enable mapping of
|
6214
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
6203
6215
|
# accounts to database accounts, and otherwise false.
|
6204
6216
|
#
|
6205
6217
|
# Default: `false`
|
@@ -6224,6 +6236,10 @@ module Aws::Neptune
|
|
6224
6236
|
# enabled. The database can't be deleted when deletion protection is
|
6225
6237
|
# enabled. By default, deletion protection is disabled.
|
6226
6238
|
#
|
6239
|
+
# @option params [Boolean] :copy_tags_to_snapshot
|
6240
|
+
# *If set to `true`, tags are copied to any snapshot of the restored DB
|
6241
|
+
# cluster that is created.*
|
6242
|
+
#
|
6227
6243
|
# @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6228
6244
|
#
|
6229
6245
|
# * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -6252,6 +6268,7 @@ module Aws::Neptune
|
|
6252
6268
|
# enable_cloudwatch_logs_exports: ["String"],
|
6253
6269
|
# db_cluster_parameter_group_name: "String",
|
6254
6270
|
# deletion_protection: false,
|
6271
|
+
# copy_tags_to_snapshot: false,
|
6255
6272
|
# })
|
6256
6273
|
#
|
6257
6274
|
# @example Response structure
|
@@ -6304,9 +6321,12 @@ module Aws::Neptune
|
|
6304
6321
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6305
6322
|
# resp.db_cluster.clone_group_id #=> String
|
6306
6323
|
# resp.db_cluster.cluster_create_time #=> Time
|
6324
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6307
6325
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6308
6326
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6309
6327
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6328
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6329
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6310
6330
|
#
|
6311
6331
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
6312
6332
|
#
|
@@ -6419,11 +6439,11 @@ module Aws::Neptune
|
|
6419
6439
|
# The tags to be applied to the restored DB cluster.
|
6420
6440
|
#
|
6421
6441
|
# @option params [String] :kms_key_id
|
6422
|
-
# The
|
6442
|
+
# The Amazon KMS key identifier to use when restoring an encrypted DB
|
6423
6443
|
# cluster from an encrypted DB cluster.
|
6424
6444
|
#
|
6425
6445
|
# The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
|
6426
|
-
# encryption key. If you are restoring a DB cluster with the same
|
6446
|
+
# encryption key. If you are restoring a DB cluster with the same Amazon
|
6427
6447
|
# account that owns the KMS encryption key used to encrypt the new DB
|
6428
6448
|
# cluster, then you can use the KMS key alias instead of the ARN for the
|
6429
6449
|
# KMS encryption key.
|
@@ -6447,7 +6467,7 @@ module Aws::Neptune
|
|
6447
6467
|
# then the restore request is rejected.
|
6448
6468
|
#
|
6449
6469
|
# @option params [Boolean] :enable_iam_database_authentication
|
6450
|
-
# True to enable mapping of
|
6470
|
+
# True to enable mapping of Amazon Identity and Access Management (IAM)
|
6451
6471
|
# accounts to database accounts, and otherwise false.
|
6452
6472
|
#
|
6453
6473
|
# Default: `false`
|
@@ -6551,9 +6571,12 @@ module Aws::Neptune
|
|
6551
6571
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6552
6572
|
# resp.db_cluster.clone_group_id #=> String
|
6553
6573
|
# resp.db_cluster.cluster_create_time #=> Time
|
6574
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6554
6575
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6555
6576
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6556
6577
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6578
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6579
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6557
6580
|
#
|
6558
6581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
6559
6582
|
#
|
@@ -6565,7 +6588,7 @@ module Aws::Neptune
|
|
6565
6588
|
end
|
6566
6589
|
|
6567
6590
|
# Starts an Amazon Neptune DB cluster that was stopped using the AWS
|
6568
|
-
# console, the
|
6591
|
+
# console, the Amazon CLI stop-db-cluster command, or the StopDBCluster
|
6569
6592
|
# API.
|
6570
6593
|
#
|
6571
6594
|
# @option params [required, String] :db_cluster_identifier
|
@@ -6632,9 +6655,12 @@ module Aws::Neptune
|
|
6632
6655
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6633
6656
|
# resp.db_cluster.clone_group_id #=> String
|
6634
6657
|
# resp.db_cluster.cluster_create_time #=> Time
|
6658
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6635
6659
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6636
6660
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6637
6661
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6662
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6663
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6638
6664
|
#
|
6639
6665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StartDBCluster AWS API Documentation
|
6640
6666
|
#
|
@@ -6716,9 +6742,12 @@ module Aws::Neptune
|
|
6716
6742
|
# resp.db_cluster.iam_database_authentication_enabled #=> Boolean
|
6717
6743
|
# resp.db_cluster.clone_group_id #=> String
|
6718
6744
|
# resp.db_cluster.cluster_create_time #=> Time
|
6745
|
+
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
6719
6746
|
# resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
|
6720
6747
|
# resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
|
6721
6748
|
# resp.db_cluster.deletion_protection #=> Boolean
|
6749
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
6750
|
+
# resp.db_cluster.automatic_restart_time #=> Time
|
6722
6751
|
#
|
6723
6752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StopDBCluster AWS API Documentation
|
6724
6753
|
#
|
@@ -6742,7 +6771,7 @@ module Aws::Neptune
|
|
6742
6771
|
params: params,
|
6743
6772
|
config: config)
|
6744
6773
|
context[:gem_name] = 'aws-sdk-neptune'
|
6745
|
-
context[:gem_version] = '1.
|
6774
|
+
context[:gem_version] = '1.36.0'
|
6746
6775
|
Seahorse::Client::Request.new(handlers, context)
|
6747
6776
|
end
|
6748
6777
|
|