@aws-sdk/client-neptune 3.975.0 → 3.980.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/index.js +100 -78
- package/dist-es/Neptune.js +41 -1
- package/dist-types/Neptune.d.ts +126 -1
- package/dist-types/ts3.4/Neptune.d.ts +137 -1
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -4116,92 +4116,16 @@ class SwitchoverGlobalClusterCommand extends smithyClient.Command
|
|
|
4116
4116
|
.build() {
|
|
4117
4117
|
}
|
|
4118
4118
|
|
|
4119
|
-
const commands = {
|
|
4120
|
-
AddRoleToDBClusterCommand,
|
|
4121
|
-
AddSourceIdentifierToSubscriptionCommand,
|
|
4122
|
-
AddTagsToResourceCommand,
|
|
4123
|
-
ApplyPendingMaintenanceActionCommand,
|
|
4124
|
-
CopyDBClusterParameterGroupCommand,
|
|
4125
|
-
CopyDBClusterSnapshotCommand,
|
|
4126
|
-
CopyDBParameterGroupCommand,
|
|
4127
|
-
CreateDBClusterCommand,
|
|
4128
|
-
CreateDBClusterEndpointCommand,
|
|
4129
|
-
CreateDBClusterParameterGroupCommand,
|
|
4130
|
-
CreateDBClusterSnapshotCommand,
|
|
4131
|
-
CreateDBInstanceCommand,
|
|
4132
|
-
CreateDBParameterGroupCommand,
|
|
4133
|
-
CreateDBSubnetGroupCommand,
|
|
4134
|
-
CreateEventSubscriptionCommand,
|
|
4135
|
-
CreateGlobalClusterCommand,
|
|
4136
|
-
DeleteDBClusterCommand,
|
|
4137
|
-
DeleteDBClusterEndpointCommand,
|
|
4138
|
-
DeleteDBClusterParameterGroupCommand,
|
|
4139
|
-
DeleteDBClusterSnapshotCommand,
|
|
4140
|
-
DeleteDBInstanceCommand,
|
|
4141
|
-
DeleteDBParameterGroupCommand,
|
|
4142
|
-
DeleteDBSubnetGroupCommand,
|
|
4143
|
-
DeleteEventSubscriptionCommand,
|
|
4144
|
-
DeleteGlobalClusterCommand,
|
|
4145
|
-
DescribeDBClusterEndpointsCommand,
|
|
4146
|
-
DescribeDBClusterParameterGroupsCommand,
|
|
4147
|
-
DescribeDBClusterParametersCommand,
|
|
4148
|
-
DescribeDBClustersCommand,
|
|
4149
|
-
DescribeDBClusterSnapshotAttributesCommand,
|
|
4150
|
-
DescribeDBClusterSnapshotsCommand,
|
|
4151
|
-
DescribeDBEngineVersionsCommand,
|
|
4152
|
-
DescribeDBInstancesCommand,
|
|
4153
|
-
DescribeDBParameterGroupsCommand,
|
|
4154
|
-
DescribeDBParametersCommand,
|
|
4155
|
-
DescribeDBSubnetGroupsCommand,
|
|
4156
|
-
DescribeEngineDefaultClusterParametersCommand,
|
|
4157
|
-
DescribeEngineDefaultParametersCommand,
|
|
4158
|
-
DescribeEventCategoriesCommand,
|
|
4159
|
-
DescribeEventsCommand,
|
|
4160
|
-
DescribeEventSubscriptionsCommand,
|
|
4161
|
-
DescribeGlobalClustersCommand,
|
|
4162
|
-
DescribeOrderableDBInstanceOptionsCommand,
|
|
4163
|
-
DescribePendingMaintenanceActionsCommand,
|
|
4164
|
-
DescribeValidDBInstanceModificationsCommand,
|
|
4165
|
-
FailoverDBClusterCommand,
|
|
4166
|
-
FailoverGlobalClusterCommand,
|
|
4167
|
-
ListTagsForResourceCommand,
|
|
4168
|
-
ModifyDBClusterCommand,
|
|
4169
|
-
ModifyDBClusterEndpointCommand,
|
|
4170
|
-
ModifyDBClusterParameterGroupCommand,
|
|
4171
|
-
ModifyDBClusterSnapshotAttributeCommand,
|
|
4172
|
-
ModifyDBInstanceCommand,
|
|
4173
|
-
ModifyDBParameterGroupCommand,
|
|
4174
|
-
ModifyDBSubnetGroupCommand,
|
|
4175
|
-
ModifyEventSubscriptionCommand,
|
|
4176
|
-
ModifyGlobalClusterCommand,
|
|
4177
|
-
PromoteReadReplicaDBClusterCommand,
|
|
4178
|
-
RebootDBInstanceCommand,
|
|
4179
|
-
RemoveFromGlobalClusterCommand,
|
|
4180
|
-
RemoveRoleFromDBClusterCommand,
|
|
4181
|
-
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
4182
|
-
RemoveTagsFromResourceCommand,
|
|
4183
|
-
ResetDBClusterParameterGroupCommand,
|
|
4184
|
-
ResetDBParameterGroupCommand,
|
|
4185
|
-
RestoreDBClusterFromSnapshotCommand,
|
|
4186
|
-
RestoreDBClusterToPointInTimeCommand,
|
|
4187
|
-
StartDBClusterCommand,
|
|
4188
|
-
StopDBClusterCommand,
|
|
4189
|
-
SwitchoverGlobalClusterCommand,
|
|
4190
|
-
};
|
|
4191
|
-
class Neptune extends NeptuneClient {
|
|
4192
|
-
}
|
|
4193
|
-
smithyClient.createAggregatedClient(commands, Neptune);
|
|
4194
|
-
|
|
4195
4119
|
const paginateDescribeDBClusterEndpoints = core.createPaginator(NeptuneClient, DescribeDBClusterEndpointsCommand, "Marker", "Marker", "MaxRecords");
|
|
4196
4120
|
|
|
4197
4121
|
const paginateDescribeDBClusterParameterGroups = core.createPaginator(NeptuneClient, DescribeDBClusterParameterGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
4198
4122
|
|
|
4199
4123
|
const paginateDescribeDBClusterParameters = core.createPaginator(NeptuneClient, DescribeDBClusterParametersCommand, "Marker", "Marker", "MaxRecords");
|
|
4200
4124
|
|
|
4201
|
-
const paginateDescribeDBClusters = core.createPaginator(NeptuneClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
4202
|
-
|
|
4203
4125
|
const paginateDescribeDBClusterSnapshots = core.createPaginator(NeptuneClient, DescribeDBClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
|
|
4204
4126
|
|
|
4127
|
+
const paginateDescribeDBClusters = core.createPaginator(NeptuneClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
4128
|
+
|
|
4205
4129
|
const paginateDescribeDBEngineVersions = core.createPaginator(NeptuneClient, DescribeDBEngineVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
4206
4130
|
|
|
4207
4131
|
const paginateDescribeDBInstances = core.createPaginator(NeptuneClient, DescribeDBInstancesCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -4438,6 +4362,104 @@ const waitUntilDBInstanceDeleted = async (params, input) => {
|
|
|
4438
4362
|
return utilWaiter.checkExceptions(result);
|
|
4439
4363
|
};
|
|
4440
4364
|
|
|
4365
|
+
const commands = {
|
|
4366
|
+
AddRoleToDBClusterCommand,
|
|
4367
|
+
AddSourceIdentifierToSubscriptionCommand,
|
|
4368
|
+
AddTagsToResourceCommand,
|
|
4369
|
+
ApplyPendingMaintenanceActionCommand,
|
|
4370
|
+
CopyDBClusterParameterGroupCommand,
|
|
4371
|
+
CopyDBClusterSnapshotCommand,
|
|
4372
|
+
CopyDBParameterGroupCommand,
|
|
4373
|
+
CreateDBClusterCommand,
|
|
4374
|
+
CreateDBClusterEndpointCommand,
|
|
4375
|
+
CreateDBClusterParameterGroupCommand,
|
|
4376
|
+
CreateDBClusterSnapshotCommand,
|
|
4377
|
+
CreateDBInstanceCommand,
|
|
4378
|
+
CreateDBParameterGroupCommand,
|
|
4379
|
+
CreateDBSubnetGroupCommand,
|
|
4380
|
+
CreateEventSubscriptionCommand,
|
|
4381
|
+
CreateGlobalClusterCommand,
|
|
4382
|
+
DeleteDBClusterCommand,
|
|
4383
|
+
DeleteDBClusterEndpointCommand,
|
|
4384
|
+
DeleteDBClusterParameterGroupCommand,
|
|
4385
|
+
DeleteDBClusterSnapshotCommand,
|
|
4386
|
+
DeleteDBInstanceCommand,
|
|
4387
|
+
DeleteDBParameterGroupCommand,
|
|
4388
|
+
DeleteDBSubnetGroupCommand,
|
|
4389
|
+
DeleteEventSubscriptionCommand,
|
|
4390
|
+
DeleteGlobalClusterCommand,
|
|
4391
|
+
DescribeDBClusterEndpointsCommand,
|
|
4392
|
+
DescribeDBClusterParameterGroupsCommand,
|
|
4393
|
+
DescribeDBClusterParametersCommand,
|
|
4394
|
+
DescribeDBClustersCommand,
|
|
4395
|
+
DescribeDBClusterSnapshotAttributesCommand,
|
|
4396
|
+
DescribeDBClusterSnapshotsCommand,
|
|
4397
|
+
DescribeDBEngineVersionsCommand,
|
|
4398
|
+
DescribeDBInstancesCommand,
|
|
4399
|
+
DescribeDBParameterGroupsCommand,
|
|
4400
|
+
DescribeDBParametersCommand,
|
|
4401
|
+
DescribeDBSubnetGroupsCommand,
|
|
4402
|
+
DescribeEngineDefaultClusterParametersCommand,
|
|
4403
|
+
DescribeEngineDefaultParametersCommand,
|
|
4404
|
+
DescribeEventCategoriesCommand,
|
|
4405
|
+
DescribeEventsCommand,
|
|
4406
|
+
DescribeEventSubscriptionsCommand,
|
|
4407
|
+
DescribeGlobalClustersCommand,
|
|
4408
|
+
DescribeOrderableDBInstanceOptionsCommand,
|
|
4409
|
+
DescribePendingMaintenanceActionsCommand,
|
|
4410
|
+
DescribeValidDBInstanceModificationsCommand,
|
|
4411
|
+
FailoverDBClusterCommand,
|
|
4412
|
+
FailoverGlobalClusterCommand,
|
|
4413
|
+
ListTagsForResourceCommand,
|
|
4414
|
+
ModifyDBClusterCommand,
|
|
4415
|
+
ModifyDBClusterEndpointCommand,
|
|
4416
|
+
ModifyDBClusterParameterGroupCommand,
|
|
4417
|
+
ModifyDBClusterSnapshotAttributeCommand,
|
|
4418
|
+
ModifyDBInstanceCommand,
|
|
4419
|
+
ModifyDBParameterGroupCommand,
|
|
4420
|
+
ModifyDBSubnetGroupCommand,
|
|
4421
|
+
ModifyEventSubscriptionCommand,
|
|
4422
|
+
ModifyGlobalClusterCommand,
|
|
4423
|
+
PromoteReadReplicaDBClusterCommand,
|
|
4424
|
+
RebootDBInstanceCommand,
|
|
4425
|
+
RemoveFromGlobalClusterCommand,
|
|
4426
|
+
RemoveRoleFromDBClusterCommand,
|
|
4427
|
+
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
4428
|
+
RemoveTagsFromResourceCommand,
|
|
4429
|
+
ResetDBClusterParameterGroupCommand,
|
|
4430
|
+
ResetDBParameterGroupCommand,
|
|
4431
|
+
RestoreDBClusterFromSnapshotCommand,
|
|
4432
|
+
RestoreDBClusterToPointInTimeCommand,
|
|
4433
|
+
StartDBClusterCommand,
|
|
4434
|
+
StopDBClusterCommand,
|
|
4435
|
+
SwitchoverGlobalClusterCommand,
|
|
4436
|
+
};
|
|
4437
|
+
const paginators = {
|
|
4438
|
+
paginateDescribeDBClusterEndpoints,
|
|
4439
|
+
paginateDescribeDBClusterParameterGroups,
|
|
4440
|
+
paginateDescribeDBClusterParameters,
|
|
4441
|
+
paginateDescribeDBClusters,
|
|
4442
|
+
paginateDescribeDBClusterSnapshots,
|
|
4443
|
+
paginateDescribeDBEngineVersions,
|
|
4444
|
+
paginateDescribeDBInstances,
|
|
4445
|
+
paginateDescribeDBParameterGroups,
|
|
4446
|
+
paginateDescribeDBParameters,
|
|
4447
|
+
paginateDescribeDBSubnetGroups,
|
|
4448
|
+
paginateDescribeEngineDefaultParameters,
|
|
4449
|
+
paginateDescribeEvents,
|
|
4450
|
+
paginateDescribeEventSubscriptions,
|
|
4451
|
+
paginateDescribeGlobalClusters,
|
|
4452
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
4453
|
+
paginateDescribePendingMaintenanceActions,
|
|
4454
|
+
};
|
|
4455
|
+
const waiters = {
|
|
4456
|
+
waitUntilDBInstanceAvailable,
|
|
4457
|
+
waitUntilDBInstanceDeleted,
|
|
4458
|
+
};
|
|
4459
|
+
class Neptune extends NeptuneClient {
|
|
4460
|
+
}
|
|
4461
|
+
smithyClient.createAggregatedClient(commands, Neptune, { paginators, waiters });
|
|
4462
|
+
|
|
4441
4463
|
const FailoverStatus = {
|
|
4442
4464
|
CANCELLING: "cancelling",
|
|
4443
4465
|
FAILING_OVER: "failing-over",
|
package/dist-es/Neptune.js
CHANGED
|
@@ -70,6 +70,24 @@ import { StartDBClusterCommand, } from "./commands/StartDBClusterCommand";
|
|
|
70
70
|
import { StopDBClusterCommand, } from "./commands/StopDBClusterCommand";
|
|
71
71
|
import { SwitchoverGlobalClusterCommand, } from "./commands/SwitchoverGlobalClusterCommand";
|
|
72
72
|
import { NeptuneClient } from "./NeptuneClient";
|
|
73
|
+
import { paginateDescribeDBClusterEndpoints } from "./pagination/DescribeDBClusterEndpointsPaginator";
|
|
74
|
+
import { paginateDescribeDBClusterParameterGroups } from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
75
|
+
import { paginateDescribeDBClusterParameters } from "./pagination/DescribeDBClusterParametersPaginator";
|
|
76
|
+
import { paginateDescribeDBClusterSnapshots } from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
77
|
+
import { paginateDescribeDBClusters } from "./pagination/DescribeDBClustersPaginator";
|
|
78
|
+
import { paginateDescribeDBEngineVersions } from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
79
|
+
import { paginateDescribeDBInstances } from "./pagination/DescribeDBInstancesPaginator";
|
|
80
|
+
import { paginateDescribeDBParameterGroups } from "./pagination/DescribeDBParameterGroupsPaginator";
|
|
81
|
+
import { paginateDescribeDBParameters } from "./pagination/DescribeDBParametersPaginator";
|
|
82
|
+
import { paginateDescribeDBSubnetGroups } from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
83
|
+
import { paginateDescribeEngineDefaultParameters } from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
84
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
85
|
+
import { paginateDescribeEventSubscriptions } from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
86
|
+
import { paginateDescribeGlobalClusters } from "./pagination/DescribeGlobalClustersPaginator";
|
|
87
|
+
import { paginateDescribeOrderableDBInstanceOptions } from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
88
|
+
import { paginateDescribePendingMaintenanceActions } from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
89
|
+
import { waitUntilDBInstanceAvailable } from "./waiters/waitForDBInstanceAvailable";
|
|
90
|
+
import { waitUntilDBInstanceDeleted } from "./waiters/waitForDBInstanceDeleted";
|
|
73
91
|
const commands = {
|
|
74
92
|
AddRoleToDBClusterCommand,
|
|
75
93
|
AddSourceIdentifierToSubscriptionCommand,
|
|
@@ -142,6 +160,28 @@ const commands = {
|
|
|
142
160
|
StopDBClusterCommand,
|
|
143
161
|
SwitchoverGlobalClusterCommand,
|
|
144
162
|
};
|
|
163
|
+
const paginators = {
|
|
164
|
+
paginateDescribeDBClusterEndpoints,
|
|
165
|
+
paginateDescribeDBClusterParameterGroups,
|
|
166
|
+
paginateDescribeDBClusterParameters,
|
|
167
|
+
paginateDescribeDBClusters,
|
|
168
|
+
paginateDescribeDBClusterSnapshots,
|
|
169
|
+
paginateDescribeDBEngineVersions,
|
|
170
|
+
paginateDescribeDBInstances,
|
|
171
|
+
paginateDescribeDBParameterGroups,
|
|
172
|
+
paginateDescribeDBParameters,
|
|
173
|
+
paginateDescribeDBSubnetGroups,
|
|
174
|
+
paginateDescribeEngineDefaultParameters,
|
|
175
|
+
paginateDescribeEvents,
|
|
176
|
+
paginateDescribeEventSubscriptions,
|
|
177
|
+
paginateDescribeGlobalClusters,
|
|
178
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
179
|
+
paginateDescribePendingMaintenanceActions,
|
|
180
|
+
};
|
|
181
|
+
const waiters = {
|
|
182
|
+
waitUntilDBInstanceAvailable,
|
|
183
|
+
waitUntilDBInstanceDeleted,
|
|
184
|
+
};
|
|
145
185
|
export class Neptune extends NeptuneClient {
|
|
146
186
|
}
|
|
147
|
-
createAggregatedClient(commands, Neptune);
|
|
187
|
+
createAggregatedClient(commands, Neptune, { paginators, waiters });
|
package/dist-types/Neptune.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
|
|
3
4
|
import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
4
5
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
@@ -505,6 +506,130 @@ export interface Neptune {
|
|
|
505
506
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverGlobalClusterCommandOutput>;
|
|
506
507
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void): void;
|
|
507
508
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void): void;
|
|
509
|
+
/**
|
|
510
|
+
* @see {@link DescribeDBClusterEndpointsCommand}
|
|
511
|
+
* @param args - command input.
|
|
512
|
+
* @param paginationConfig - optional pagination config.
|
|
513
|
+
* @returns AsyncIterable of {@link DescribeDBClusterEndpointsCommandOutput}.
|
|
514
|
+
*/
|
|
515
|
+
paginateDescribeDBClusterEndpoints(args?: DescribeDBClusterEndpointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
516
|
+
/**
|
|
517
|
+
* @see {@link DescribeDBClusterParameterGroupsCommand}
|
|
518
|
+
* @param args - command input.
|
|
519
|
+
* @param paginationConfig - optional pagination config.
|
|
520
|
+
* @returns AsyncIterable of {@link DescribeDBClusterParameterGroupsCommandOutput}.
|
|
521
|
+
*/
|
|
522
|
+
paginateDescribeDBClusterParameterGroups(args?: DescribeDBClusterParameterGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
523
|
+
/**
|
|
524
|
+
* @see {@link DescribeDBClusterParametersCommand}
|
|
525
|
+
* @param args - command input.
|
|
526
|
+
* @param paginationConfig - optional pagination config.
|
|
527
|
+
* @returns AsyncIterable of {@link DescribeDBClusterParametersCommandOutput}.
|
|
528
|
+
*/
|
|
529
|
+
paginateDescribeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
530
|
+
/**
|
|
531
|
+
* @see {@link DescribeDBClustersCommand}
|
|
532
|
+
* @param args - command input.
|
|
533
|
+
* @param paginationConfig - optional pagination config.
|
|
534
|
+
* @returns AsyncIterable of {@link DescribeDBClustersCommandOutput}.
|
|
535
|
+
*/
|
|
536
|
+
paginateDescribeDBClusters(args?: DescribeDBClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClustersCommandOutput>;
|
|
537
|
+
/**
|
|
538
|
+
* @see {@link DescribeDBClusterSnapshotsCommand}
|
|
539
|
+
* @param args - command input.
|
|
540
|
+
* @param paginationConfig - optional pagination config.
|
|
541
|
+
* @returns AsyncIterable of {@link DescribeDBClusterSnapshotsCommandOutput}.
|
|
542
|
+
*/
|
|
543
|
+
paginateDescribeDBClusterSnapshots(args?: DescribeDBClusterSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
544
|
+
/**
|
|
545
|
+
* @see {@link DescribeDBEngineVersionsCommand}
|
|
546
|
+
* @param args - command input.
|
|
547
|
+
* @param paginationConfig - optional pagination config.
|
|
548
|
+
* @returns AsyncIterable of {@link DescribeDBEngineVersionsCommandOutput}.
|
|
549
|
+
*/
|
|
550
|
+
paginateDescribeDBEngineVersions(args?: DescribeDBEngineVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
551
|
+
/**
|
|
552
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
553
|
+
* @param args - command input.
|
|
554
|
+
* @param paginationConfig - optional pagination config.
|
|
555
|
+
* @returns AsyncIterable of {@link DescribeDBInstancesCommandOutput}.
|
|
556
|
+
*/
|
|
557
|
+
paginateDescribeDBInstances(args?: DescribeDBInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBInstancesCommandOutput>;
|
|
558
|
+
/**
|
|
559
|
+
* @see {@link DescribeDBParameterGroupsCommand}
|
|
560
|
+
* @param args - command input.
|
|
561
|
+
* @param paginationConfig - optional pagination config.
|
|
562
|
+
* @returns AsyncIterable of {@link DescribeDBParameterGroupsCommandOutput}.
|
|
563
|
+
*/
|
|
564
|
+
paginateDescribeDBParameterGroups(args?: DescribeDBParameterGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
565
|
+
/**
|
|
566
|
+
* @see {@link DescribeDBParametersCommand}
|
|
567
|
+
* @param args - command input.
|
|
568
|
+
* @param paginationConfig - optional pagination config.
|
|
569
|
+
* @returns AsyncIterable of {@link DescribeDBParametersCommandOutput}.
|
|
570
|
+
*/
|
|
571
|
+
paginateDescribeDBParameters(args: DescribeDBParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBParametersCommandOutput>;
|
|
572
|
+
/**
|
|
573
|
+
* @see {@link DescribeDBSubnetGroupsCommand}
|
|
574
|
+
* @param args - command input.
|
|
575
|
+
* @param paginationConfig - optional pagination config.
|
|
576
|
+
* @returns AsyncIterable of {@link DescribeDBSubnetGroupsCommandOutput}.
|
|
577
|
+
*/
|
|
578
|
+
paginateDescribeDBSubnetGroups(args?: DescribeDBSubnetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
579
|
+
/**
|
|
580
|
+
* @see {@link DescribeEngineDefaultParametersCommand}
|
|
581
|
+
* @param args - command input.
|
|
582
|
+
* @param paginationConfig - optional pagination config.
|
|
583
|
+
* @returns AsyncIterable of {@link DescribeEngineDefaultParametersCommandOutput}.
|
|
584
|
+
*/
|
|
585
|
+
paginateDescribeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
586
|
+
/**
|
|
587
|
+
* @see {@link DescribeEventsCommand}
|
|
588
|
+
* @param args - command input.
|
|
589
|
+
* @param paginationConfig - optional pagination config.
|
|
590
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
591
|
+
*/
|
|
592
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
593
|
+
/**
|
|
594
|
+
* @see {@link DescribeEventSubscriptionsCommand}
|
|
595
|
+
* @param args - command input.
|
|
596
|
+
* @param paginationConfig - optional pagination config.
|
|
597
|
+
* @returns AsyncIterable of {@link DescribeEventSubscriptionsCommandOutput}.
|
|
598
|
+
*/
|
|
599
|
+
paginateDescribeEventSubscriptions(args?: DescribeEventSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* @see {@link DescribeGlobalClustersCommand}
|
|
602
|
+
* @param args - command input.
|
|
603
|
+
* @param paginationConfig - optional pagination config.
|
|
604
|
+
* @returns AsyncIterable of {@link DescribeGlobalClustersCommandOutput}.
|
|
605
|
+
*/
|
|
606
|
+
paginateDescribeGlobalClusters(args?: DescribeGlobalClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeGlobalClustersCommandOutput>;
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link DescribeOrderableDBInstanceOptionsCommand}
|
|
609
|
+
* @param args - command input.
|
|
610
|
+
* @param paginationConfig - optional pagination config.
|
|
611
|
+
* @returns AsyncIterable of {@link DescribeOrderableDBInstanceOptionsCommandOutput}.
|
|
612
|
+
*/
|
|
613
|
+
paginateDescribeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
614
|
+
/**
|
|
615
|
+
* @see {@link DescribePendingMaintenanceActionsCommand}
|
|
616
|
+
* @param args - command input.
|
|
617
|
+
* @param paginationConfig - optional pagination config.
|
|
618
|
+
* @returns AsyncIterable of {@link DescribePendingMaintenanceActionsCommandOutput}.
|
|
619
|
+
*/
|
|
620
|
+
paginateDescribePendingMaintenanceActions(args?: DescribePendingMaintenanceActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
621
|
+
/**
|
|
622
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
623
|
+
* @param args - command input.
|
|
624
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
625
|
+
*/
|
|
626
|
+
waitUntilDBInstanceAvailable(args: DescribeDBInstancesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Neptune>, "client">): Promise<WaiterResult>;
|
|
627
|
+
/**
|
|
628
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
629
|
+
* @param args - command input.
|
|
630
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
631
|
+
*/
|
|
632
|
+
waitUntilDBInstanceDeleted(args: DescribeDBInstancesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Neptune>, "client">): Promise<WaiterResult>;
|
|
508
633
|
}
|
|
509
634
|
/**
|
|
510
635
|
* <fullname>Amazon Neptune</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddRoleToDBClusterCommandInput,
|
|
4
10
|
AddRoleToDBClusterCommandOutput,
|
|
@@ -1247,5 +1253,135 @@ export interface Neptune {
|
|
|
1247
1253
|
options: __HttpHandlerOptions,
|
|
1248
1254
|
cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void
|
|
1249
1255
|
): void;
|
|
1256
|
+
paginateDescribeDBClusterEndpoints(
|
|
1257
|
+
args?: DescribeDBClusterEndpointsCommandInput,
|
|
1258
|
+
paginationConfig?: Pick<
|
|
1259
|
+
PaginationConfiguration,
|
|
1260
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1261
|
+
>
|
|
1262
|
+
): Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
1263
|
+
paginateDescribeDBClusterParameterGroups(
|
|
1264
|
+
args?: DescribeDBClusterParameterGroupsCommandInput,
|
|
1265
|
+
paginationConfig?: Pick<
|
|
1266
|
+
PaginationConfiguration,
|
|
1267
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1268
|
+
>
|
|
1269
|
+
): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
1270
|
+
paginateDescribeDBClusterParameters(
|
|
1271
|
+
args: DescribeDBClusterParametersCommandInput,
|
|
1272
|
+
paginationConfig?: Pick<
|
|
1273
|
+
PaginationConfiguration,
|
|
1274
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1275
|
+
>
|
|
1276
|
+
): Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
1277
|
+
paginateDescribeDBClusters(
|
|
1278
|
+
args?: DescribeDBClustersCommandInput,
|
|
1279
|
+
paginationConfig?: Pick<
|
|
1280
|
+
PaginationConfiguration,
|
|
1281
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1282
|
+
>
|
|
1283
|
+
): Paginator<DescribeDBClustersCommandOutput>;
|
|
1284
|
+
paginateDescribeDBClusterSnapshots(
|
|
1285
|
+
args?: DescribeDBClusterSnapshotsCommandInput,
|
|
1286
|
+
paginationConfig?: Pick<
|
|
1287
|
+
PaginationConfiguration,
|
|
1288
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1289
|
+
>
|
|
1290
|
+
): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
1291
|
+
paginateDescribeDBEngineVersions(
|
|
1292
|
+
args?: DescribeDBEngineVersionsCommandInput,
|
|
1293
|
+
paginationConfig?: Pick<
|
|
1294
|
+
PaginationConfiguration,
|
|
1295
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1296
|
+
>
|
|
1297
|
+
): Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
1298
|
+
paginateDescribeDBInstances(
|
|
1299
|
+
args?: DescribeDBInstancesCommandInput,
|
|
1300
|
+
paginationConfig?: Pick<
|
|
1301
|
+
PaginationConfiguration,
|
|
1302
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1303
|
+
>
|
|
1304
|
+
): Paginator<DescribeDBInstancesCommandOutput>;
|
|
1305
|
+
paginateDescribeDBParameterGroups(
|
|
1306
|
+
args?: DescribeDBParameterGroupsCommandInput,
|
|
1307
|
+
paginationConfig?: Pick<
|
|
1308
|
+
PaginationConfiguration,
|
|
1309
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1310
|
+
>
|
|
1311
|
+
): Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
1312
|
+
paginateDescribeDBParameters(
|
|
1313
|
+
args: DescribeDBParametersCommandInput,
|
|
1314
|
+
paginationConfig?: Pick<
|
|
1315
|
+
PaginationConfiguration,
|
|
1316
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1317
|
+
>
|
|
1318
|
+
): Paginator<DescribeDBParametersCommandOutput>;
|
|
1319
|
+
paginateDescribeDBSubnetGroups(
|
|
1320
|
+
args?: DescribeDBSubnetGroupsCommandInput,
|
|
1321
|
+
paginationConfig?: Pick<
|
|
1322
|
+
PaginationConfiguration,
|
|
1323
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1324
|
+
>
|
|
1325
|
+
): Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
1326
|
+
paginateDescribeEngineDefaultParameters(
|
|
1327
|
+
args: DescribeEngineDefaultParametersCommandInput,
|
|
1328
|
+
paginationConfig?: Pick<
|
|
1329
|
+
PaginationConfiguration,
|
|
1330
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1331
|
+
>
|
|
1332
|
+
): Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
1333
|
+
paginateDescribeEvents(
|
|
1334
|
+
args?: DescribeEventsCommandInput,
|
|
1335
|
+
paginationConfig?: Pick<
|
|
1336
|
+
PaginationConfiguration,
|
|
1337
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1338
|
+
>
|
|
1339
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
1340
|
+
paginateDescribeEventSubscriptions(
|
|
1341
|
+
args?: DescribeEventSubscriptionsCommandInput,
|
|
1342
|
+
paginationConfig?: Pick<
|
|
1343
|
+
PaginationConfiguration,
|
|
1344
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1345
|
+
>
|
|
1346
|
+
): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
1347
|
+
paginateDescribeGlobalClusters(
|
|
1348
|
+
args?: DescribeGlobalClustersCommandInput,
|
|
1349
|
+
paginationConfig?: Pick<
|
|
1350
|
+
PaginationConfiguration,
|
|
1351
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1352
|
+
>
|
|
1353
|
+
): Paginator<DescribeGlobalClustersCommandOutput>;
|
|
1354
|
+
paginateDescribeOrderableDBInstanceOptions(
|
|
1355
|
+
args: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
1356
|
+
paginationConfig?: Pick<
|
|
1357
|
+
PaginationConfiguration,
|
|
1358
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1359
|
+
>
|
|
1360
|
+
): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
1361
|
+
paginateDescribePendingMaintenanceActions(
|
|
1362
|
+
args?: DescribePendingMaintenanceActionsCommandInput,
|
|
1363
|
+
paginationConfig?: Pick<
|
|
1364
|
+
PaginationConfiguration,
|
|
1365
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1366
|
+
>
|
|
1367
|
+
): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
1368
|
+
waitUntilDBInstanceAvailable(
|
|
1369
|
+
args: DescribeDBInstancesCommandInput,
|
|
1370
|
+
waiterConfig:
|
|
1371
|
+
| number
|
|
1372
|
+
| Pick<
|
|
1373
|
+
WaiterConfiguration<Neptune>,
|
|
1374
|
+
Exclude<keyof WaiterConfiguration<Neptune>, "client">
|
|
1375
|
+
>
|
|
1376
|
+
): Promise<WaiterResult>;
|
|
1377
|
+
waitUntilDBInstanceDeleted(
|
|
1378
|
+
args: DescribeDBInstancesCommandInput,
|
|
1379
|
+
waiterConfig:
|
|
1380
|
+
| number
|
|
1381
|
+
| Pick<
|
|
1382
|
+
WaiterConfiguration<Neptune>,
|
|
1383
|
+
Exclude<keyof WaiterConfiguration<Neptune>, "client">
|
|
1384
|
+
>
|
|
1385
|
+
): Promise<WaiterResult>;
|
|
1250
1386
|
}
|
|
1251
1387
|
export declare class Neptune extends NeptuneClient implements Neptune {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptune",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.5",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
32
|
+
"@aws-sdk/types": "^3.973.1",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
|
-
"@smithy/core": "^3.
|
|
37
|
+
"@smithy/core": "^3.22.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
39
39
|
"@smithy/hash-node": "^4.2.8",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.9",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.8",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.8",
|
|
47
47
|
"@smithy/node-http-handler": "^4.4.8",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.8",
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
50
50
|
"@smithy/types": "^4.12.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.8",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.8",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.8",
|
|
59
59
|
"@smithy/util-retry": "^4.2.8",
|