@aws-sdk/client-rds 3.231.0 → 3.235.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +4 -426
- package/dist-cjs/protocols/Aws_query.js +3 -0
- package/dist-es/endpoint/ruleset.js +4 -426
- package/dist-es/protocols/Aws_query.js +3 -0
- package/dist-types/models/models_0.d.ts +15 -2
- package/dist-types/models/models_1.d.ts +10 -11
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,429 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
builtIn: "AWS::Region",
|
|
9
|
-
required: true,
|
|
10
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
11
|
-
type: "String",
|
|
12
|
-
},
|
|
13
|
-
UseDualStack: {
|
|
14
|
-
builtIn: "AWS::UseDualStack",
|
|
15
|
-
required: true,
|
|
16
|
-
default: false,
|
|
17
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
18
|
-
type: "Boolean",
|
|
19
|
-
},
|
|
20
|
-
UseFIPS: {
|
|
21
|
-
builtIn: "AWS::UseFIPS",
|
|
22
|
-
required: true,
|
|
23
|
-
default: false,
|
|
24
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
25
|
-
type: "Boolean",
|
|
26
|
-
},
|
|
27
|
-
Endpoint: {
|
|
28
|
-
builtIn: "SDK::Endpoint",
|
|
29
|
-
required: false,
|
|
30
|
-
documentation: "Override the endpoint used to send this request",
|
|
31
|
-
type: "String",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
rules: [
|
|
35
|
-
{
|
|
36
|
-
conditions: [
|
|
37
|
-
{
|
|
38
|
-
fn: "aws.partition",
|
|
39
|
-
argv: [
|
|
40
|
-
{
|
|
41
|
-
ref: "Region",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
assign: "PartitionResult",
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
type: "tree",
|
|
48
|
-
rules: [
|
|
49
|
-
{
|
|
50
|
-
conditions: [
|
|
51
|
-
{
|
|
52
|
-
fn: "isSet",
|
|
53
|
-
argv: [
|
|
54
|
-
{
|
|
55
|
-
ref: "Endpoint",
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
},
|
|
59
|
-
],
|
|
60
|
-
type: "tree",
|
|
61
|
-
rules: [
|
|
62
|
-
{
|
|
63
|
-
conditions: [
|
|
64
|
-
{
|
|
65
|
-
fn: "booleanEquals",
|
|
66
|
-
argv: [
|
|
67
|
-
{
|
|
68
|
-
ref: "UseFIPS",
|
|
69
|
-
},
|
|
70
|
-
true,
|
|
71
|
-
],
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
75
|
-
type: "error",
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
conditions: [],
|
|
79
|
-
type: "tree",
|
|
80
|
-
rules: [
|
|
81
|
-
{
|
|
82
|
-
conditions: [
|
|
83
|
-
{
|
|
84
|
-
fn: "booleanEquals",
|
|
85
|
-
argv: [
|
|
86
|
-
{
|
|
87
|
-
ref: "UseDualStack",
|
|
88
|
-
},
|
|
89
|
-
true,
|
|
90
|
-
],
|
|
91
|
-
},
|
|
92
|
-
],
|
|
93
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
94
|
-
type: "error",
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
conditions: [],
|
|
98
|
-
endpoint: {
|
|
99
|
-
url: {
|
|
100
|
-
ref: "Endpoint",
|
|
101
|
-
},
|
|
102
|
-
properties: {},
|
|
103
|
-
headers: {},
|
|
104
|
-
},
|
|
105
|
-
type: "endpoint",
|
|
106
|
-
},
|
|
107
|
-
],
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
conditions: [
|
|
113
|
-
{
|
|
114
|
-
fn: "booleanEquals",
|
|
115
|
-
argv: [
|
|
116
|
-
{
|
|
117
|
-
ref: "UseFIPS",
|
|
118
|
-
},
|
|
119
|
-
true,
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
fn: "booleanEquals",
|
|
124
|
-
argv: [
|
|
125
|
-
{
|
|
126
|
-
ref: "UseDualStack",
|
|
127
|
-
},
|
|
128
|
-
true,
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
],
|
|
132
|
-
type: "tree",
|
|
133
|
-
rules: [
|
|
134
|
-
{
|
|
135
|
-
conditions: [
|
|
136
|
-
{
|
|
137
|
-
fn: "booleanEquals",
|
|
138
|
-
argv: [
|
|
139
|
-
true,
|
|
140
|
-
{
|
|
141
|
-
fn: "getAttr",
|
|
142
|
-
argv: [
|
|
143
|
-
{
|
|
144
|
-
ref: "PartitionResult",
|
|
145
|
-
},
|
|
146
|
-
"supportsFIPS",
|
|
147
|
-
],
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
fn: "booleanEquals",
|
|
153
|
-
argv: [
|
|
154
|
-
true,
|
|
155
|
-
{
|
|
156
|
-
fn: "getAttr",
|
|
157
|
-
argv: [
|
|
158
|
-
{
|
|
159
|
-
ref: "PartitionResult",
|
|
160
|
-
},
|
|
161
|
-
"supportsDualStack",
|
|
162
|
-
],
|
|
163
|
-
},
|
|
164
|
-
],
|
|
165
|
-
},
|
|
166
|
-
],
|
|
167
|
-
type: "tree",
|
|
168
|
-
rules: [
|
|
169
|
-
{
|
|
170
|
-
conditions: [],
|
|
171
|
-
endpoint: {
|
|
172
|
-
url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
173
|
-
properties: {},
|
|
174
|
-
headers: {},
|
|
175
|
-
},
|
|
176
|
-
type: "endpoint",
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
conditions: [],
|
|
182
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
183
|
-
type: "error",
|
|
184
|
-
},
|
|
185
|
-
],
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
conditions: [
|
|
189
|
-
{
|
|
190
|
-
fn: "booleanEquals",
|
|
191
|
-
argv: [
|
|
192
|
-
{
|
|
193
|
-
ref: "UseFIPS",
|
|
194
|
-
},
|
|
195
|
-
true,
|
|
196
|
-
],
|
|
197
|
-
},
|
|
198
|
-
],
|
|
199
|
-
type: "tree",
|
|
200
|
-
rules: [
|
|
201
|
-
{
|
|
202
|
-
conditions: [
|
|
203
|
-
{
|
|
204
|
-
fn: "booleanEquals",
|
|
205
|
-
argv: [
|
|
206
|
-
true,
|
|
207
|
-
{
|
|
208
|
-
fn: "getAttr",
|
|
209
|
-
argv: [
|
|
210
|
-
{
|
|
211
|
-
ref: "PartitionResult",
|
|
212
|
-
},
|
|
213
|
-
"supportsFIPS",
|
|
214
|
-
],
|
|
215
|
-
},
|
|
216
|
-
],
|
|
217
|
-
},
|
|
218
|
-
],
|
|
219
|
-
type: "tree",
|
|
220
|
-
rules: [
|
|
221
|
-
{
|
|
222
|
-
conditions: [],
|
|
223
|
-
type: "tree",
|
|
224
|
-
rules: [
|
|
225
|
-
{
|
|
226
|
-
conditions: [
|
|
227
|
-
{
|
|
228
|
-
fn: "stringEquals",
|
|
229
|
-
argv: [
|
|
230
|
-
{
|
|
231
|
-
ref: "Region",
|
|
232
|
-
},
|
|
233
|
-
"rds.ca-central-1",
|
|
234
|
-
],
|
|
235
|
-
},
|
|
236
|
-
],
|
|
237
|
-
endpoint: {
|
|
238
|
-
url: "https://rds-fips.ca-central-1.amazonaws.com",
|
|
239
|
-
properties: {},
|
|
240
|
-
headers: {},
|
|
241
|
-
},
|
|
242
|
-
type: "endpoint",
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
conditions: [
|
|
246
|
-
{
|
|
247
|
-
fn: "stringEquals",
|
|
248
|
-
argv: [
|
|
249
|
-
{
|
|
250
|
-
ref: "Region",
|
|
251
|
-
},
|
|
252
|
-
"rds.us-east-1",
|
|
253
|
-
],
|
|
254
|
-
},
|
|
255
|
-
],
|
|
256
|
-
endpoint: {
|
|
257
|
-
url: "https://rds-fips.us-east-1.amazonaws.com",
|
|
258
|
-
properties: {},
|
|
259
|
-
headers: {},
|
|
260
|
-
},
|
|
261
|
-
type: "endpoint",
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
conditions: [
|
|
265
|
-
{
|
|
266
|
-
fn: "stringEquals",
|
|
267
|
-
argv: [
|
|
268
|
-
{
|
|
269
|
-
ref: "Region",
|
|
270
|
-
},
|
|
271
|
-
"rds.us-east-2",
|
|
272
|
-
],
|
|
273
|
-
},
|
|
274
|
-
],
|
|
275
|
-
endpoint: {
|
|
276
|
-
url: "https://rds-fips.us-east-2.amazonaws.com",
|
|
277
|
-
properties: {},
|
|
278
|
-
headers: {},
|
|
279
|
-
},
|
|
280
|
-
type: "endpoint",
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
conditions: [
|
|
284
|
-
{
|
|
285
|
-
fn: "stringEquals",
|
|
286
|
-
argv: [
|
|
287
|
-
{
|
|
288
|
-
ref: "Region",
|
|
289
|
-
},
|
|
290
|
-
"rds.us-west-1",
|
|
291
|
-
],
|
|
292
|
-
},
|
|
293
|
-
],
|
|
294
|
-
endpoint: {
|
|
295
|
-
url: "https://rds-fips.us-west-1.amazonaws.com",
|
|
296
|
-
properties: {},
|
|
297
|
-
headers: {},
|
|
298
|
-
},
|
|
299
|
-
type: "endpoint",
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
conditions: [
|
|
303
|
-
{
|
|
304
|
-
fn: "stringEquals",
|
|
305
|
-
argv: [
|
|
306
|
-
{
|
|
307
|
-
ref: "Region",
|
|
308
|
-
},
|
|
309
|
-
"rds.us-west-2",
|
|
310
|
-
],
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
endpoint: {
|
|
314
|
-
url: "https://rds-fips.us-west-2.amazonaws.com",
|
|
315
|
-
properties: {},
|
|
316
|
-
headers: {},
|
|
317
|
-
},
|
|
318
|
-
type: "endpoint",
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
conditions: [
|
|
322
|
-
{
|
|
323
|
-
fn: "stringEquals",
|
|
324
|
-
argv: [
|
|
325
|
-
"aws-us-gov",
|
|
326
|
-
{
|
|
327
|
-
fn: "getAttr",
|
|
328
|
-
argv: [
|
|
329
|
-
{
|
|
330
|
-
ref: "PartitionResult",
|
|
331
|
-
},
|
|
332
|
-
"name",
|
|
333
|
-
],
|
|
334
|
-
},
|
|
335
|
-
],
|
|
336
|
-
},
|
|
337
|
-
],
|
|
338
|
-
endpoint: {
|
|
339
|
-
url: "https://rds.{Region}.{PartitionResult#dnsSuffix}",
|
|
340
|
-
properties: {},
|
|
341
|
-
headers: {},
|
|
342
|
-
},
|
|
343
|
-
type: "endpoint",
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
conditions: [],
|
|
347
|
-
endpoint: {
|
|
348
|
-
url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
349
|
-
properties: {},
|
|
350
|
-
headers: {},
|
|
351
|
-
},
|
|
352
|
-
type: "endpoint",
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
},
|
|
356
|
-
],
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
conditions: [],
|
|
360
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
361
|
-
type: "error",
|
|
362
|
-
},
|
|
363
|
-
],
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
conditions: [
|
|
367
|
-
{
|
|
368
|
-
fn: "booleanEquals",
|
|
369
|
-
argv: [
|
|
370
|
-
{
|
|
371
|
-
ref: "UseDualStack",
|
|
372
|
-
},
|
|
373
|
-
true,
|
|
374
|
-
],
|
|
375
|
-
},
|
|
376
|
-
],
|
|
377
|
-
type: "tree",
|
|
378
|
-
rules: [
|
|
379
|
-
{
|
|
380
|
-
conditions: [
|
|
381
|
-
{
|
|
382
|
-
fn: "booleanEquals",
|
|
383
|
-
argv: [
|
|
384
|
-
true,
|
|
385
|
-
{
|
|
386
|
-
fn: "getAttr",
|
|
387
|
-
argv: [
|
|
388
|
-
{
|
|
389
|
-
ref: "PartitionResult",
|
|
390
|
-
},
|
|
391
|
-
"supportsDualStack",
|
|
392
|
-
],
|
|
393
|
-
},
|
|
394
|
-
],
|
|
395
|
-
},
|
|
396
|
-
],
|
|
397
|
-
type: "tree",
|
|
398
|
-
rules: [
|
|
399
|
-
{
|
|
400
|
-
conditions: [],
|
|
401
|
-
endpoint: {
|
|
402
|
-
url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
403
|
-
properties: {},
|
|
404
|
-
headers: {},
|
|
405
|
-
},
|
|
406
|
-
type: "endpoint",
|
|
407
|
-
},
|
|
408
|
-
],
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
conditions: [],
|
|
412
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
413
|
-
type: "error",
|
|
414
|
-
},
|
|
415
|
-
],
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
conditions: [],
|
|
419
|
-
endpoint: {
|
|
420
|
-
url: "https://rds.{Region}.{PartitionResult#dnsSuffix}",
|
|
421
|
-
properties: {},
|
|
422
|
-
headers: {},
|
|
423
|
-
},
|
|
424
|
-
type: "endpoint",
|
|
425
|
-
},
|
|
426
|
-
],
|
|
427
|
-
},
|
|
428
|
-
],
|
|
429
|
-
};
|
|
4
|
+
const w = "fn", x = "argv", y = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "getAttr", j = "stringEquals", k = { [y]: "Region" }, l = { [y]: "Endpoint" }, m = { [w]: "booleanEquals", [x]: [{ [y]: "UseFIPS" }, true] }, n = { [w]: "booleanEquals", [x]: [{ [y]: "UseDualStack" }, true] }, o = {}, p = { [w]: "booleanEquals", [x]: [true, { [w]: i, [x]: [{ [y]: e }, "supportsFIPS"] }] }, q = { [y]: e }, r = { [w]: "booleanEquals", [x]: [true, { [w]: i, [x]: [q, "supportsDualStack"] }] }, s = { "url": "https://rds.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, t = [m], u = [], v = [n];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: a, default: b, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: a, default: b, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: b, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [w]: "aws.partition", [x]: [k], assign: e }], type: f, rules: [{ conditions: [{ [w]: "isSet", [x]: [l] }], type: f, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: u, type: f, rules: [{ conditions: v, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: u, endpoint: { url: l, properties: o, headers: o }, type: h }] }] }, { conditions: [m, n], type: f, rules: [{ conditions: [p, r], type: f, rules: [{ conditions: u, endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: h }] }, { conditions: u, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: t, type: f, rules: [{ conditions: [p], type: f, rules: [{ conditions: u, type: f, rules: [{ conditions: [{ [w]: j, [x]: [k, "rds.ca-central-1"] }], endpoint: { url: "https://rds-fips.ca-central-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-east-1"] }], endpoint: { url: "https://rds-fips.us-east-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-east-2"] }], endpoint: { url: "https://rds-fips.us-east-2.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-west-1"] }], endpoint: { url: "https://rds-fips.us-west-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-west-2"] }], endpoint: { url: "https://rds-fips.us-west-2.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: ["aws-us-gov", { [w]: i, [x]: [q, "name"] }] }], endpoint: s, type: h }, { conditions: u, endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: h }] }] }, { conditions: u, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: v, type: f, rules: [{ conditions: [r], type: f, rules: [{ conditions: u, endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: h }] }, { conditions: u, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: u, endpoint: s, type: h }] }] };
|
|
7
|
+
exports.ruleSet = _data;
|
|
@@ -9934,6 +9934,9 @@ const serializeAws_queryCreateDBInstanceReadReplicaMessage = (input, context) =>
|
|
|
9934
9934
|
if (input.StorageThroughput != null) {
|
|
9935
9935
|
entries["StorageThroughput"] = input.StorageThroughput;
|
|
9936
9936
|
}
|
|
9937
|
+
if (input.EnableCustomerOwnedIp != null) {
|
|
9938
|
+
entries["EnableCustomerOwnedIp"] = input.EnableCustomerOwnedIp;
|
|
9939
|
+
}
|
|
9937
9940
|
return entries;
|
|
9938
9941
|
};
|
|
9939
9942
|
const serializeAws_queryCreateDBParameterGroupMessage = (input, context) => {
|
|
@@ -1,426 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
builtIn: "AWS::Region",
|
|
6
|
-
required: true,
|
|
7
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
-
type: "String",
|
|
9
|
-
},
|
|
10
|
-
UseDualStack: {
|
|
11
|
-
builtIn: "AWS::UseDualStack",
|
|
12
|
-
required: true,
|
|
13
|
-
default: false,
|
|
14
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
-
type: "Boolean",
|
|
16
|
-
},
|
|
17
|
-
UseFIPS: {
|
|
18
|
-
builtIn: "AWS::UseFIPS",
|
|
19
|
-
required: true,
|
|
20
|
-
default: false,
|
|
21
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
-
type: "Boolean",
|
|
23
|
-
},
|
|
24
|
-
Endpoint: {
|
|
25
|
-
builtIn: "SDK::Endpoint",
|
|
26
|
-
required: false,
|
|
27
|
-
documentation: "Override the endpoint used to send this request",
|
|
28
|
-
type: "String",
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
rules: [
|
|
32
|
-
{
|
|
33
|
-
conditions: [
|
|
34
|
-
{
|
|
35
|
-
fn: "aws.partition",
|
|
36
|
-
argv: [
|
|
37
|
-
{
|
|
38
|
-
ref: "Region",
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
assign: "PartitionResult",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
type: "tree",
|
|
45
|
-
rules: [
|
|
46
|
-
{
|
|
47
|
-
conditions: [
|
|
48
|
-
{
|
|
49
|
-
fn: "isSet",
|
|
50
|
-
argv: [
|
|
51
|
-
{
|
|
52
|
-
ref: "Endpoint",
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
type: "tree",
|
|
58
|
-
rules: [
|
|
59
|
-
{
|
|
60
|
-
conditions: [
|
|
61
|
-
{
|
|
62
|
-
fn: "booleanEquals",
|
|
63
|
-
argv: [
|
|
64
|
-
{
|
|
65
|
-
ref: "UseFIPS",
|
|
66
|
-
},
|
|
67
|
-
true,
|
|
68
|
-
],
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
72
|
-
type: "error",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
conditions: [],
|
|
76
|
-
type: "tree",
|
|
77
|
-
rules: [
|
|
78
|
-
{
|
|
79
|
-
conditions: [
|
|
80
|
-
{
|
|
81
|
-
fn: "booleanEquals",
|
|
82
|
-
argv: [
|
|
83
|
-
{
|
|
84
|
-
ref: "UseDualStack",
|
|
85
|
-
},
|
|
86
|
-
true,
|
|
87
|
-
],
|
|
88
|
-
},
|
|
89
|
-
],
|
|
90
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
91
|
-
type: "error",
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
conditions: [],
|
|
95
|
-
endpoint: {
|
|
96
|
-
url: {
|
|
97
|
-
ref: "Endpoint",
|
|
98
|
-
},
|
|
99
|
-
properties: {},
|
|
100
|
-
headers: {},
|
|
101
|
-
},
|
|
102
|
-
type: "endpoint",
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
conditions: [
|
|
110
|
-
{
|
|
111
|
-
fn: "booleanEquals",
|
|
112
|
-
argv: [
|
|
113
|
-
{
|
|
114
|
-
ref: "UseFIPS",
|
|
115
|
-
},
|
|
116
|
-
true,
|
|
117
|
-
],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
fn: "booleanEquals",
|
|
121
|
-
argv: [
|
|
122
|
-
{
|
|
123
|
-
ref: "UseDualStack",
|
|
124
|
-
},
|
|
125
|
-
true,
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
type: "tree",
|
|
130
|
-
rules: [
|
|
131
|
-
{
|
|
132
|
-
conditions: [
|
|
133
|
-
{
|
|
134
|
-
fn: "booleanEquals",
|
|
135
|
-
argv: [
|
|
136
|
-
true,
|
|
137
|
-
{
|
|
138
|
-
fn: "getAttr",
|
|
139
|
-
argv: [
|
|
140
|
-
{
|
|
141
|
-
ref: "PartitionResult",
|
|
142
|
-
},
|
|
143
|
-
"supportsFIPS",
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
],
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
fn: "booleanEquals",
|
|
150
|
-
argv: [
|
|
151
|
-
true,
|
|
152
|
-
{
|
|
153
|
-
fn: "getAttr",
|
|
154
|
-
argv: [
|
|
155
|
-
{
|
|
156
|
-
ref: "PartitionResult",
|
|
157
|
-
},
|
|
158
|
-
"supportsDualStack",
|
|
159
|
-
],
|
|
160
|
-
},
|
|
161
|
-
],
|
|
162
|
-
},
|
|
163
|
-
],
|
|
164
|
-
type: "tree",
|
|
165
|
-
rules: [
|
|
166
|
-
{
|
|
167
|
-
conditions: [],
|
|
168
|
-
endpoint: {
|
|
169
|
-
url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
170
|
-
properties: {},
|
|
171
|
-
headers: {},
|
|
172
|
-
},
|
|
173
|
-
type: "endpoint",
|
|
174
|
-
},
|
|
175
|
-
],
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
conditions: [],
|
|
179
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
180
|
-
type: "error",
|
|
181
|
-
},
|
|
182
|
-
],
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
conditions: [
|
|
186
|
-
{
|
|
187
|
-
fn: "booleanEquals",
|
|
188
|
-
argv: [
|
|
189
|
-
{
|
|
190
|
-
ref: "UseFIPS",
|
|
191
|
-
},
|
|
192
|
-
true,
|
|
193
|
-
],
|
|
194
|
-
},
|
|
195
|
-
],
|
|
196
|
-
type: "tree",
|
|
197
|
-
rules: [
|
|
198
|
-
{
|
|
199
|
-
conditions: [
|
|
200
|
-
{
|
|
201
|
-
fn: "booleanEquals",
|
|
202
|
-
argv: [
|
|
203
|
-
true,
|
|
204
|
-
{
|
|
205
|
-
fn: "getAttr",
|
|
206
|
-
argv: [
|
|
207
|
-
{
|
|
208
|
-
ref: "PartitionResult",
|
|
209
|
-
},
|
|
210
|
-
"supportsFIPS",
|
|
211
|
-
],
|
|
212
|
-
},
|
|
213
|
-
],
|
|
214
|
-
},
|
|
215
|
-
],
|
|
216
|
-
type: "tree",
|
|
217
|
-
rules: [
|
|
218
|
-
{
|
|
219
|
-
conditions: [],
|
|
220
|
-
type: "tree",
|
|
221
|
-
rules: [
|
|
222
|
-
{
|
|
223
|
-
conditions: [
|
|
224
|
-
{
|
|
225
|
-
fn: "stringEquals",
|
|
226
|
-
argv: [
|
|
227
|
-
{
|
|
228
|
-
ref: "Region",
|
|
229
|
-
},
|
|
230
|
-
"rds.ca-central-1",
|
|
231
|
-
],
|
|
232
|
-
},
|
|
233
|
-
],
|
|
234
|
-
endpoint: {
|
|
235
|
-
url: "https://rds-fips.ca-central-1.amazonaws.com",
|
|
236
|
-
properties: {},
|
|
237
|
-
headers: {},
|
|
238
|
-
},
|
|
239
|
-
type: "endpoint",
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
conditions: [
|
|
243
|
-
{
|
|
244
|
-
fn: "stringEquals",
|
|
245
|
-
argv: [
|
|
246
|
-
{
|
|
247
|
-
ref: "Region",
|
|
248
|
-
},
|
|
249
|
-
"rds.us-east-1",
|
|
250
|
-
],
|
|
251
|
-
},
|
|
252
|
-
],
|
|
253
|
-
endpoint: {
|
|
254
|
-
url: "https://rds-fips.us-east-1.amazonaws.com",
|
|
255
|
-
properties: {},
|
|
256
|
-
headers: {},
|
|
257
|
-
},
|
|
258
|
-
type: "endpoint",
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
conditions: [
|
|
262
|
-
{
|
|
263
|
-
fn: "stringEquals",
|
|
264
|
-
argv: [
|
|
265
|
-
{
|
|
266
|
-
ref: "Region",
|
|
267
|
-
},
|
|
268
|
-
"rds.us-east-2",
|
|
269
|
-
],
|
|
270
|
-
},
|
|
271
|
-
],
|
|
272
|
-
endpoint: {
|
|
273
|
-
url: "https://rds-fips.us-east-2.amazonaws.com",
|
|
274
|
-
properties: {},
|
|
275
|
-
headers: {},
|
|
276
|
-
},
|
|
277
|
-
type: "endpoint",
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
conditions: [
|
|
281
|
-
{
|
|
282
|
-
fn: "stringEquals",
|
|
283
|
-
argv: [
|
|
284
|
-
{
|
|
285
|
-
ref: "Region",
|
|
286
|
-
},
|
|
287
|
-
"rds.us-west-1",
|
|
288
|
-
],
|
|
289
|
-
},
|
|
290
|
-
],
|
|
291
|
-
endpoint: {
|
|
292
|
-
url: "https://rds-fips.us-west-1.amazonaws.com",
|
|
293
|
-
properties: {},
|
|
294
|
-
headers: {},
|
|
295
|
-
},
|
|
296
|
-
type: "endpoint",
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
conditions: [
|
|
300
|
-
{
|
|
301
|
-
fn: "stringEquals",
|
|
302
|
-
argv: [
|
|
303
|
-
{
|
|
304
|
-
ref: "Region",
|
|
305
|
-
},
|
|
306
|
-
"rds.us-west-2",
|
|
307
|
-
],
|
|
308
|
-
},
|
|
309
|
-
],
|
|
310
|
-
endpoint: {
|
|
311
|
-
url: "https://rds-fips.us-west-2.amazonaws.com",
|
|
312
|
-
properties: {},
|
|
313
|
-
headers: {},
|
|
314
|
-
},
|
|
315
|
-
type: "endpoint",
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
conditions: [
|
|
319
|
-
{
|
|
320
|
-
fn: "stringEquals",
|
|
321
|
-
argv: [
|
|
322
|
-
"aws-us-gov",
|
|
323
|
-
{
|
|
324
|
-
fn: "getAttr",
|
|
325
|
-
argv: [
|
|
326
|
-
{
|
|
327
|
-
ref: "PartitionResult",
|
|
328
|
-
},
|
|
329
|
-
"name",
|
|
330
|
-
],
|
|
331
|
-
},
|
|
332
|
-
],
|
|
333
|
-
},
|
|
334
|
-
],
|
|
335
|
-
endpoint: {
|
|
336
|
-
url: "https://rds.{Region}.{PartitionResult#dnsSuffix}",
|
|
337
|
-
properties: {},
|
|
338
|
-
headers: {},
|
|
339
|
-
},
|
|
340
|
-
type: "endpoint",
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
conditions: [],
|
|
344
|
-
endpoint: {
|
|
345
|
-
url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
346
|
-
properties: {},
|
|
347
|
-
headers: {},
|
|
348
|
-
},
|
|
349
|
-
type: "endpoint",
|
|
350
|
-
},
|
|
351
|
-
],
|
|
352
|
-
},
|
|
353
|
-
],
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
conditions: [],
|
|
357
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
358
|
-
type: "error",
|
|
359
|
-
},
|
|
360
|
-
],
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
conditions: [
|
|
364
|
-
{
|
|
365
|
-
fn: "booleanEquals",
|
|
366
|
-
argv: [
|
|
367
|
-
{
|
|
368
|
-
ref: "UseDualStack",
|
|
369
|
-
},
|
|
370
|
-
true,
|
|
371
|
-
],
|
|
372
|
-
},
|
|
373
|
-
],
|
|
374
|
-
type: "tree",
|
|
375
|
-
rules: [
|
|
376
|
-
{
|
|
377
|
-
conditions: [
|
|
378
|
-
{
|
|
379
|
-
fn: "booleanEquals",
|
|
380
|
-
argv: [
|
|
381
|
-
true,
|
|
382
|
-
{
|
|
383
|
-
fn: "getAttr",
|
|
384
|
-
argv: [
|
|
385
|
-
{
|
|
386
|
-
ref: "PartitionResult",
|
|
387
|
-
},
|
|
388
|
-
"supportsDualStack",
|
|
389
|
-
],
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
},
|
|
393
|
-
],
|
|
394
|
-
type: "tree",
|
|
395
|
-
rules: [
|
|
396
|
-
{
|
|
397
|
-
conditions: [],
|
|
398
|
-
endpoint: {
|
|
399
|
-
url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
400
|
-
properties: {},
|
|
401
|
-
headers: {},
|
|
402
|
-
},
|
|
403
|
-
type: "endpoint",
|
|
404
|
-
},
|
|
405
|
-
],
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
conditions: [],
|
|
409
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
410
|
-
type: "error",
|
|
411
|
-
},
|
|
412
|
-
],
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
conditions: [],
|
|
416
|
-
endpoint: {
|
|
417
|
-
url: "https://rds.{Region}.{PartitionResult#dnsSuffix}",
|
|
418
|
-
properties: {},
|
|
419
|
-
headers: {},
|
|
420
|
-
},
|
|
421
|
-
type: "endpoint",
|
|
422
|
-
},
|
|
423
|
-
],
|
|
424
|
-
},
|
|
425
|
-
],
|
|
426
|
-
};
|
|
1
|
+
const w = "fn", x = "argv", y = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "getAttr", j = "stringEquals", k = { [y]: "Region" }, l = { [y]: "Endpoint" }, m = { [w]: "booleanEquals", [x]: [{ [y]: "UseFIPS" }, true] }, n = { [w]: "booleanEquals", [x]: [{ [y]: "UseDualStack" }, true] }, o = {}, p = { [w]: "booleanEquals", [x]: [true, { [w]: i, [x]: [{ [y]: e }, "supportsFIPS"] }] }, q = { [y]: e }, r = { [w]: "booleanEquals", [x]: [true, { [w]: i, [x]: [q, "supportsDualStack"] }] }, s = { "url": "https://rds.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, t = [m], u = [], v = [n];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: a, default: b, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: a, default: b, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: b, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [w]: "aws.partition", [x]: [k], assign: e }], type: f, rules: [{ conditions: [{ [w]: "isSet", [x]: [l] }], type: f, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: u, type: f, rules: [{ conditions: v, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: u, endpoint: { url: l, properties: o, headers: o }, type: h }] }] }, { conditions: [m, n], type: f, rules: [{ conditions: [p, r], type: f, rules: [{ conditions: u, endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: h }] }, { conditions: u, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: t, type: f, rules: [{ conditions: [p], type: f, rules: [{ conditions: u, type: f, rules: [{ conditions: [{ [w]: j, [x]: [k, "rds.ca-central-1"] }], endpoint: { url: "https://rds-fips.ca-central-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-east-1"] }], endpoint: { url: "https://rds-fips.us-east-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-east-2"] }], endpoint: { url: "https://rds-fips.us-east-2.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-west-1"] }], endpoint: { url: "https://rds-fips.us-west-1.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: [k, "rds.us-west-2"] }], endpoint: { url: "https://rds-fips.us-west-2.amazonaws.com", properties: o, headers: o }, type: h }, { conditions: [{ [w]: j, [x]: ["aws-us-gov", { [w]: i, [x]: [q, "name"] }] }], endpoint: s, type: h }, { conditions: u, endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: h }] }] }, { conditions: u, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: v, type: f, rules: [{ conditions: [r], type: f, rules: [{ conditions: u, endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: h }] }, { conditions: u, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: u, endpoint: s, type: h }] }] };
|
|
4
|
+
export const ruleSet = _data;
|
|
@@ -9644,6 +9644,9 @@ const serializeAws_queryCreateDBInstanceReadReplicaMessage = (input, context) =>
|
|
|
9644
9644
|
if (input.StorageThroughput != null) {
|
|
9645
9645
|
entries["StorageThroughput"] = input.StorageThroughput;
|
|
9646
9646
|
}
|
|
9647
|
+
if (input.EnableCustomerOwnedIp != null) {
|
|
9648
|
+
entries["EnableCustomerOwnedIp"] = input.EnableCustomerOwnedIp;
|
|
9649
|
+
}
|
|
9647
9650
|
return entries;
|
|
9648
9651
|
};
|
|
9649
9652
|
const serializeAws_queryCreateDBParameterGroupMessage = (input, context) => {
|
|
@@ -5634,7 +5634,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5634
5634
|
* private cloud (VPC) on your local network.</p>
|
|
5635
5635
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
5636
5636
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
5637
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/
|
|
5637
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
5638
5638
|
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
5639
5639
|
*/
|
|
5640
5640
|
EnableCustomerOwnedIp?: boolean;
|
|
@@ -6446,7 +6446,7 @@ export interface DBInstance {
|
|
|
6446
6446
|
* private cloud (VPC) on your local network.</p>
|
|
6447
6447
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
6448
6448
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
6449
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/
|
|
6449
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
6450
6450
|
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
6451
6451
|
*/
|
|
6452
6452
|
CustomerOwnedIpEnabled?: boolean;
|
|
@@ -7087,6 +7087,19 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7087
7087
|
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
7088
7088
|
*/
|
|
7089
7089
|
StorageThroughput?: number;
|
|
7090
|
+
/**
|
|
7091
|
+
* <p>A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS
|
|
7092
|
+
* on Outposts read replica.</p>
|
|
7093
|
+
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
7094
|
+
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
7095
|
+
* provide lower latency for connections to the read replica from outside of its virtual
|
|
7096
|
+
* private cloud (VPC) on your local network.</p>
|
|
7097
|
+
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
7098
|
+
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
7099
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
7100
|
+
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
7101
|
+
*/
|
|
7102
|
+
EnableCustomerOwnedIp?: boolean;
|
|
7090
7103
|
}
|
|
7091
7104
|
export interface CreateDBInstanceReadReplicaResult {
|
|
7092
7105
|
/**
|
|
@@ -3496,15 +3496,14 @@ export interface ModifyDBInstanceMessage {
|
|
|
3496
3496
|
AllocatedStorage?: number;
|
|
3497
3497
|
/**
|
|
3498
3498
|
* <p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all
|
|
3499
|
-
* Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and
|
|
3500
|
-
*
|
|
3501
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
|
|
3502
|
-
* classes</a> in the <i>Amazon RDS User Guide</i> or
|
|
3499
|
+
* Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance Class</a> in the
|
|
3500
|
+
* <i>Amazon RDS User Guide</i> or
|
|
3503
3501
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
|
|
3504
|
-
* DB instance classes</a> in the <i>Amazon Aurora User Guide</i
|
|
3505
|
-
*
|
|
3506
|
-
*
|
|
3507
|
-
*
|
|
3502
|
+
* DB instance classes</a> in the <i>Amazon Aurora User Guide</i>. For RDS Custom, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances">DB instance class support for RDS Custom for Oracle</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS">
|
|
3503
|
+
* DB instance class support for RDS Custom for SQL Server</a>.</p>
|
|
3504
|
+
* <p>If you modify the DB instance class, an outage occurs during the change. The change is
|
|
3505
|
+
* applied during the next maintenance window, unless you specify
|
|
3506
|
+
* <code>ApplyImmediately</code> in your request.</p>
|
|
3508
3507
|
* <p>Default: Uses existing setting</p>
|
|
3509
3508
|
*/
|
|
3510
3509
|
DBInstanceClass?: string;
|
|
@@ -4121,7 +4120,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
4121
4120
|
* private cloud (VPC) on your local network.</p>
|
|
4122
4121
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
4123
4122
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
4124
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/
|
|
4123
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
4125
4124
|
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
4126
4125
|
*/
|
|
4127
4126
|
EnableCustomerOwnedIp?: boolean;
|
|
@@ -6552,7 +6551,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
6552
6551
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
6553
6552
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
6554
6553
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
6555
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/
|
|
6554
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
6556
6555
|
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
6557
6556
|
*/
|
|
6558
6557
|
EnableCustomerOwnedIp?: boolean;
|
|
@@ -7436,7 +7435,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
7436
7435
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
7437
7436
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
7438
7437
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
7439
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/
|
|
7438
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
7440
7439
|
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
7441
7440
|
*/
|
|
7442
7441
|
EnableCustomerOwnedIp?: boolean;
|
|
@@ -1401,6 +1401,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
1401
1401
|
CustomIamInstanceProfile?: string;
|
|
1402
1402
|
NetworkType?: string;
|
|
1403
1403
|
StorageThroughput?: number;
|
|
1404
|
+
EnableCustomerOwnedIp?: boolean;
|
|
1404
1405
|
}
|
|
1405
1406
|
export interface CreateDBInstanceReadReplicaResult {
|
|
1406
1407
|
DBInstance?: DBInstance;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.235.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.235.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.235.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
31
|
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.235.0",
|
|
34
34
|
"@aws-sdk/middleware-sdk-rds": "3.226.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.226.0",
|
|
36
36
|
"@aws-sdk/middleware-signing": "3.226.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.226.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.226.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.226.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.234.0",
|
|
43
43
|
"@aws-sdk/types": "3.226.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.226.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.229.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|