@aws-sdk/client-opensearch 3.682.0 → 3.683.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/README.md +47 -7
- package/dist-cjs/index.js +344 -29
- package/dist-es/OpenSearch.js +10 -0
- package/dist-es/commands/CreateApplicationCommand.js +22 -0
- package/dist-es/commands/DeleteApplicationCommand.js +22 -0
- package/dist-es/commands/GetApplicationCommand.js +22 -0
- package/dist-es/commands/ListApplicationsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateDomainConfigCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +23 -28
- package/dist-es/models/models_1.js +30 -1
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +191 -3
- package/dist-types/OpenSearch.d.ts +36 -0
- package/dist-types/OpenSearchClient.d.ts +7 -2
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +140 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +14 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +90 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +8 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +113 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +104 -0
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +3 -2
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +126 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +18 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +538 -565
- package/dist-types/models/models_1.d.ts +603 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +86 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +129 -114
- package/dist-types/ts3.4/models/models_1.d.ts +169 -1
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +4 -2
|
@@ -7,10 +7,12 @@ import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "../
|
|
|
7
7
|
import { AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput } from "../commands/AuthorizeVpcEndpointAccessCommand";
|
|
8
8
|
import { CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput } from "../commands/CancelDomainConfigChangeCommand";
|
|
9
9
|
import { CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput } from "../commands/CancelServiceSoftwareUpdateCommand";
|
|
10
|
+
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
10
11
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
11
12
|
import { CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput } from "../commands/CreateOutboundConnectionCommand";
|
|
12
13
|
import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
|
|
13
14
|
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "../commands/CreateVpcEndpointCommand";
|
|
15
|
+
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
14
16
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
15
17
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
16
18
|
import { DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput } from "../commands/DeleteInboundConnectionCommand";
|
|
@@ -33,12 +35,14 @@ import { DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstance
|
|
|
33
35
|
import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "../commands/DescribeReservedInstancesCommand";
|
|
34
36
|
import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "../commands/DescribeVpcEndpointsCommand";
|
|
35
37
|
import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "../commands/DissociatePackageCommand";
|
|
38
|
+
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
36
39
|
import { GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput } from "../commands/GetCompatibleVersionsCommand";
|
|
37
40
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
|
|
38
41
|
import { GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput } from "../commands/GetDomainMaintenanceStatusCommand";
|
|
39
42
|
import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
|
|
40
43
|
import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand";
|
|
41
44
|
import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "../commands/GetUpgradeStatusCommand";
|
|
45
|
+
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
42
46
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
43
47
|
import { ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput } from "../commands/ListDomainMaintenancesCommand";
|
|
44
48
|
import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
|
|
@@ -57,6 +61,7 @@ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/Rem
|
|
|
57
61
|
import { RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput } from "../commands/RevokeVpcEndpointAccessCommand";
|
|
58
62
|
import { StartDomainMaintenanceCommandInput, StartDomainMaintenanceCommandOutput } from "../commands/StartDomainMaintenanceCommand";
|
|
59
63
|
import { StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput } from "../commands/StartServiceSoftwareUpdateCommand";
|
|
64
|
+
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
60
65
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
61
66
|
import { UpdateDomainConfigCommandInput, UpdateDomainConfigCommandOutput } from "../commands/UpdateDomainConfigCommand";
|
|
62
67
|
import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "../commands/UpdatePackageCommand";
|
|
@@ -91,6 +96,10 @@ export declare const se_CancelDomainConfigChangeCommand: (input: CancelDomainCon
|
|
|
91
96
|
* serializeAws_restJson1CancelServiceSoftwareUpdateCommand
|
|
92
97
|
*/
|
|
93
98
|
export declare const se_CancelServiceSoftwareUpdateCommand: (input: CancelServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1CreateApplicationCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
103
|
/**
|
|
95
104
|
* serializeAws_restJson1CreateDomainCommand
|
|
96
105
|
*/
|
|
@@ -107,6 +116,10 @@ export declare const se_CreatePackageCommand: (input: CreatePackageCommandInput,
|
|
|
107
116
|
* serializeAws_restJson1CreateVpcEndpointCommand
|
|
108
117
|
*/
|
|
109
118
|
export declare const se_CreateVpcEndpointCommand: (input: CreateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1DeleteApplicationCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
123
|
/**
|
|
111
124
|
* serializeAws_restJson1DeleteDataSourceCommand
|
|
112
125
|
*/
|
|
@@ -195,6 +208,10 @@ export declare const se_DescribeVpcEndpointsCommand: (input: DescribeVpcEndpoint
|
|
|
195
208
|
* serializeAws_restJson1DissociatePackageCommand
|
|
196
209
|
*/
|
|
197
210
|
export declare const se_DissociatePackageCommand: (input: DissociatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
+
/**
|
|
212
|
+
* serializeAws_restJson1GetApplicationCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
215
|
/**
|
|
199
216
|
* serializeAws_restJson1GetCompatibleVersionsCommand
|
|
200
217
|
*/
|
|
@@ -219,6 +236,10 @@ export declare const se_GetUpgradeHistoryCommand: (input: GetUpgradeHistoryComma
|
|
|
219
236
|
* serializeAws_restJson1GetUpgradeStatusCommand
|
|
220
237
|
*/
|
|
221
238
|
export declare const se_GetUpgradeStatusCommand: (input: GetUpgradeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
+
/**
|
|
240
|
+
* serializeAws_restJson1ListApplicationsCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
243
|
/**
|
|
223
244
|
* serializeAws_restJson1ListDataSourcesCommand
|
|
224
245
|
*/
|
|
@@ -291,6 +312,10 @@ export declare const se_StartDomainMaintenanceCommand: (input: StartDomainMainte
|
|
|
291
312
|
* serializeAws_restJson1StartServiceSoftwareUpdateCommand
|
|
292
313
|
*/
|
|
293
314
|
export declare const se_StartServiceSoftwareUpdateCommand: (input: StartServiceSoftwareUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
|
+
/**
|
|
316
|
+
* serializeAws_restJson1UpdateApplicationCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
319
|
/**
|
|
295
320
|
* serializeAws_restJson1UpdateDataSourceCommand
|
|
296
321
|
*/
|
|
@@ -343,6 +368,10 @@ export declare const de_CancelDomainConfigChangeCommand: (output: __HttpResponse
|
|
|
343
368
|
* deserializeAws_restJson1CancelServiceSoftwareUpdateCommand
|
|
344
369
|
*/
|
|
345
370
|
export declare const de_CancelServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelServiceSoftwareUpdateCommandOutput>;
|
|
371
|
+
/**
|
|
372
|
+
* deserializeAws_restJson1CreateApplicationCommand
|
|
373
|
+
*/
|
|
374
|
+
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
346
375
|
/**
|
|
347
376
|
* deserializeAws_restJson1CreateDomainCommand
|
|
348
377
|
*/
|
|
@@ -359,6 +388,10 @@ export declare const de_CreatePackageCommand: (output: __HttpResponse, context:
|
|
|
359
388
|
* deserializeAws_restJson1CreateVpcEndpointCommand
|
|
360
389
|
*/
|
|
361
390
|
export declare const de_CreateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointCommandOutput>;
|
|
391
|
+
/**
|
|
392
|
+
* deserializeAws_restJson1DeleteApplicationCommand
|
|
393
|
+
*/
|
|
394
|
+
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
362
395
|
/**
|
|
363
396
|
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
364
397
|
*/
|
|
@@ -447,6 +480,10 @@ export declare const de_DescribeVpcEndpointsCommand: (output: __HttpResponse, co
|
|
|
447
480
|
* deserializeAws_restJson1DissociatePackageCommand
|
|
448
481
|
*/
|
|
449
482
|
export declare const de_DissociatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociatePackageCommandOutput>;
|
|
483
|
+
/**
|
|
484
|
+
* deserializeAws_restJson1GetApplicationCommand
|
|
485
|
+
*/
|
|
486
|
+
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
450
487
|
/**
|
|
451
488
|
* deserializeAws_restJson1GetCompatibleVersionsCommand
|
|
452
489
|
*/
|
|
@@ -471,6 +508,10 @@ export declare const de_GetUpgradeHistoryCommand: (output: __HttpResponse, conte
|
|
|
471
508
|
* deserializeAws_restJson1GetUpgradeStatusCommand
|
|
472
509
|
*/
|
|
473
510
|
export declare const de_GetUpgradeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUpgradeStatusCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* deserializeAws_restJson1ListApplicationsCommand
|
|
513
|
+
*/
|
|
514
|
+
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
474
515
|
/**
|
|
475
516
|
* deserializeAws_restJson1ListDataSourcesCommand
|
|
476
517
|
*/
|
|
@@ -543,6 +584,10 @@ export declare const de_StartDomainMaintenanceCommand: (output: __HttpResponse,
|
|
|
543
584
|
* deserializeAws_restJson1StartServiceSoftwareUpdateCommand
|
|
544
585
|
*/
|
|
545
586
|
export declare const de_StartServiceSoftwareUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServiceSoftwareUpdateCommandOutput>;
|
|
587
|
+
/**
|
|
588
|
+
* deserializeAws_restJson1UpdateApplicationCommand
|
|
589
|
+
*/
|
|
590
|
+
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
546
591
|
/**
|
|
547
592
|
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
548
593
|
*/
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CancelServiceSoftwareUpdateCommandInput,
|
|
28
28
|
CancelServiceSoftwareUpdateCommandOutput,
|
|
29
29
|
} from "./commands/CancelServiceSoftwareUpdateCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateApplicationCommandInput,
|
|
32
|
+
CreateApplicationCommandOutput,
|
|
33
|
+
} from "./commands/CreateApplicationCommand";
|
|
30
34
|
import {
|
|
31
35
|
CreateDomainCommandInput,
|
|
32
36
|
CreateDomainCommandOutput,
|
|
@@ -43,6 +47,10 @@ import {
|
|
|
43
47
|
CreateVpcEndpointCommandInput,
|
|
44
48
|
CreateVpcEndpointCommandOutput,
|
|
45
49
|
} from "./commands/CreateVpcEndpointCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteApplicationCommandInput,
|
|
52
|
+
DeleteApplicationCommandOutput,
|
|
53
|
+
} from "./commands/DeleteApplicationCommand";
|
|
46
54
|
import {
|
|
47
55
|
DeleteDataSourceCommandInput,
|
|
48
56
|
DeleteDataSourceCommandOutput,
|
|
@@ -131,6 +139,10 @@ import {
|
|
|
131
139
|
DissociatePackageCommandInput,
|
|
132
140
|
DissociatePackageCommandOutput,
|
|
133
141
|
} from "./commands/DissociatePackageCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetApplicationCommandInput,
|
|
144
|
+
GetApplicationCommandOutput,
|
|
145
|
+
} from "./commands/GetApplicationCommand";
|
|
134
146
|
import {
|
|
135
147
|
GetCompatibleVersionsCommandInput,
|
|
136
148
|
GetCompatibleVersionsCommandOutput,
|
|
@@ -155,6 +167,10 @@ import {
|
|
|
155
167
|
GetUpgradeStatusCommandInput,
|
|
156
168
|
GetUpgradeStatusCommandOutput,
|
|
157
169
|
} from "./commands/GetUpgradeStatusCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListApplicationsCommandInput,
|
|
172
|
+
ListApplicationsCommandOutput,
|
|
173
|
+
} from "./commands/ListApplicationsCommand";
|
|
158
174
|
import {
|
|
159
175
|
ListDataSourcesCommandInput,
|
|
160
176
|
ListDataSourcesCommandOutput,
|
|
@@ -227,6 +243,10 @@ import {
|
|
|
227
243
|
StartServiceSoftwareUpdateCommandInput,
|
|
228
244
|
StartServiceSoftwareUpdateCommandOutput,
|
|
229
245
|
} from "./commands/StartServiceSoftwareUpdateCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateApplicationCommandInput,
|
|
248
|
+
UpdateApplicationCommandOutput,
|
|
249
|
+
} from "./commands/UpdateApplicationCommand";
|
|
230
250
|
import {
|
|
231
251
|
UpdateDataSourceCommandInput,
|
|
232
252
|
UpdateDataSourceCommandOutput,
|
|
@@ -344,6 +364,19 @@ export interface OpenSearch {
|
|
|
344
364
|
options: __HttpHandlerOptions,
|
|
345
365
|
cb: (err: any, data?: CancelServiceSoftwareUpdateCommandOutput) => void
|
|
346
366
|
): void;
|
|
367
|
+
createApplication(
|
|
368
|
+
args: CreateApplicationCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
371
|
+
createApplication(
|
|
372
|
+
args: CreateApplicationCommandInput,
|
|
373
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
createApplication(
|
|
376
|
+
args: CreateApplicationCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
379
|
+
): void;
|
|
347
380
|
createDomain(
|
|
348
381
|
args: CreateDomainCommandInput,
|
|
349
382
|
options?: __HttpHandlerOptions
|
|
@@ -396,6 +429,19 @@ export interface OpenSearch {
|
|
|
396
429
|
options: __HttpHandlerOptions,
|
|
397
430
|
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void
|
|
398
431
|
): void;
|
|
432
|
+
deleteApplication(
|
|
433
|
+
args: DeleteApplicationCommandInput,
|
|
434
|
+
options?: __HttpHandlerOptions
|
|
435
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
436
|
+
deleteApplication(
|
|
437
|
+
args: DeleteApplicationCommandInput,
|
|
438
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
deleteApplication(
|
|
441
|
+
args: DeleteApplicationCommandInput,
|
|
442
|
+
options: __HttpHandlerOptions,
|
|
443
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
444
|
+
): void;
|
|
399
445
|
deleteDataSource(
|
|
400
446
|
args: DeleteDataSourceCommandInput,
|
|
401
447
|
options?: __HttpHandlerOptions
|
|
@@ -693,6 +739,19 @@ export interface OpenSearch {
|
|
|
693
739
|
options: __HttpHandlerOptions,
|
|
694
740
|
cb: (err: any, data?: DissociatePackageCommandOutput) => void
|
|
695
741
|
): void;
|
|
742
|
+
getApplication(
|
|
743
|
+
args: GetApplicationCommandInput,
|
|
744
|
+
options?: __HttpHandlerOptions
|
|
745
|
+
): Promise<GetApplicationCommandOutput>;
|
|
746
|
+
getApplication(
|
|
747
|
+
args: GetApplicationCommandInput,
|
|
748
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
getApplication(
|
|
751
|
+
args: GetApplicationCommandInput,
|
|
752
|
+
options: __HttpHandlerOptions,
|
|
753
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
754
|
+
): void;
|
|
696
755
|
getCompatibleVersions(): Promise<GetCompatibleVersionsCommandOutput>;
|
|
697
756
|
getCompatibleVersions(
|
|
698
757
|
args: GetCompatibleVersionsCommandInput,
|
|
@@ -772,6 +831,20 @@ export interface OpenSearch {
|
|
|
772
831
|
options: __HttpHandlerOptions,
|
|
773
832
|
cb: (err: any, data?: GetUpgradeStatusCommandOutput) => void
|
|
774
833
|
): void;
|
|
834
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
835
|
+
listApplications(
|
|
836
|
+
args: ListApplicationsCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
839
|
+
listApplications(
|
|
840
|
+
args: ListApplicationsCommandInput,
|
|
841
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
listApplications(
|
|
844
|
+
args: ListApplicationsCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
847
|
+
): void;
|
|
775
848
|
listDataSources(
|
|
776
849
|
args: ListDataSourcesCommandInput,
|
|
777
850
|
options?: __HttpHandlerOptions
|
|
@@ -1009,6 +1082,19 @@ export interface OpenSearch {
|
|
|
1009
1082
|
options: __HttpHandlerOptions,
|
|
1010
1083
|
cb: (err: any, data?: StartServiceSoftwareUpdateCommandOutput) => void
|
|
1011
1084
|
): void;
|
|
1085
|
+
updateApplication(
|
|
1086
|
+
args: UpdateApplicationCommandInput,
|
|
1087
|
+
options?: __HttpHandlerOptions
|
|
1088
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
1089
|
+
updateApplication(
|
|
1090
|
+
args: UpdateApplicationCommandInput,
|
|
1091
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1092
|
+
): void;
|
|
1093
|
+
updateApplication(
|
|
1094
|
+
args: UpdateApplicationCommandInput,
|
|
1095
|
+
options: __HttpHandlerOptions,
|
|
1096
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1097
|
+
): void;
|
|
1012
1098
|
updateDataSource(
|
|
1013
1099
|
args: UpdateDataSourceCommandInput,
|
|
1014
1100
|
options?: __HttpHandlerOptions
|
|
@@ -73,6 +73,10 @@ import {
|
|
|
73
73
|
CancelServiceSoftwareUpdateCommandInput,
|
|
74
74
|
CancelServiceSoftwareUpdateCommandOutput,
|
|
75
75
|
} from "./commands/CancelServiceSoftwareUpdateCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateApplicationCommandInput,
|
|
78
|
+
CreateApplicationCommandOutput,
|
|
79
|
+
} from "./commands/CreateApplicationCommand";
|
|
76
80
|
import {
|
|
77
81
|
CreateDomainCommandInput,
|
|
78
82
|
CreateDomainCommandOutput,
|
|
@@ -89,6 +93,10 @@ import {
|
|
|
89
93
|
CreateVpcEndpointCommandInput,
|
|
90
94
|
CreateVpcEndpointCommandOutput,
|
|
91
95
|
} from "./commands/CreateVpcEndpointCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteApplicationCommandInput,
|
|
98
|
+
DeleteApplicationCommandOutput,
|
|
99
|
+
} from "./commands/DeleteApplicationCommand";
|
|
92
100
|
import {
|
|
93
101
|
DeleteDataSourceCommandInput,
|
|
94
102
|
DeleteDataSourceCommandOutput,
|
|
@@ -177,6 +185,10 @@ import {
|
|
|
177
185
|
DissociatePackageCommandInput,
|
|
178
186
|
DissociatePackageCommandOutput,
|
|
179
187
|
} from "./commands/DissociatePackageCommand";
|
|
188
|
+
import {
|
|
189
|
+
GetApplicationCommandInput,
|
|
190
|
+
GetApplicationCommandOutput,
|
|
191
|
+
} from "./commands/GetApplicationCommand";
|
|
180
192
|
import {
|
|
181
193
|
GetCompatibleVersionsCommandInput,
|
|
182
194
|
GetCompatibleVersionsCommandOutput,
|
|
@@ -201,6 +213,10 @@ import {
|
|
|
201
213
|
GetUpgradeStatusCommandInput,
|
|
202
214
|
GetUpgradeStatusCommandOutput,
|
|
203
215
|
} from "./commands/GetUpgradeStatusCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListApplicationsCommandInput,
|
|
218
|
+
ListApplicationsCommandOutput,
|
|
219
|
+
} from "./commands/ListApplicationsCommand";
|
|
204
220
|
import {
|
|
205
221
|
ListDataSourcesCommandInput,
|
|
206
222
|
ListDataSourcesCommandOutput,
|
|
@@ -273,6 +289,10 @@ import {
|
|
|
273
289
|
StartServiceSoftwareUpdateCommandInput,
|
|
274
290
|
StartServiceSoftwareUpdateCommandOutput,
|
|
275
291
|
} from "./commands/StartServiceSoftwareUpdateCommand";
|
|
292
|
+
import {
|
|
293
|
+
UpdateApplicationCommandInput,
|
|
294
|
+
UpdateApplicationCommandOutput,
|
|
295
|
+
} from "./commands/UpdateApplicationCommand";
|
|
276
296
|
import {
|
|
277
297
|
UpdateDataSourceCommandInput,
|
|
278
298
|
UpdateDataSourceCommandOutput,
|
|
@@ -312,10 +332,12 @@ export type ServiceInputTypes =
|
|
|
312
332
|
| AuthorizeVpcEndpointAccessCommandInput
|
|
313
333
|
| CancelDomainConfigChangeCommandInput
|
|
314
334
|
| CancelServiceSoftwareUpdateCommandInput
|
|
335
|
+
| CreateApplicationCommandInput
|
|
315
336
|
| CreateDomainCommandInput
|
|
316
337
|
| CreateOutboundConnectionCommandInput
|
|
317
338
|
| CreatePackageCommandInput
|
|
318
339
|
| CreateVpcEndpointCommandInput
|
|
340
|
+
| DeleteApplicationCommandInput
|
|
319
341
|
| DeleteDataSourceCommandInput
|
|
320
342
|
| DeleteDomainCommandInput
|
|
321
343
|
| DeleteInboundConnectionCommandInput
|
|
@@ -338,12 +360,14 @@ export type ServiceInputTypes =
|
|
|
338
360
|
| DescribeReservedInstancesCommandInput
|
|
339
361
|
| DescribeVpcEndpointsCommandInput
|
|
340
362
|
| DissociatePackageCommandInput
|
|
363
|
+
| GetApplicationCommandInput
|
|
341
364
|
| GetCompatibleVersionsCommandInput
|
|
342
365
|
| GetDataSourceCommandInput
|
|
343
366
|
| GetDomainMaintenanceStatusCommandInput
|
|
344
367
|
| GetPackageVersionHistoryCommandInput
|
|
345
368
|
| GetUpgradeHistoryCommandInput
|
|
346
369
|
| GetUpgradeStatusCommandInput
|
|
370
|
+
| ListApplicationsCommandInput
|
|
347
371
|
| ListDataSourcesCommandInput
|
|
348
372
|
| ListDomainMaintenancesCommandInput
|
|
349
373
|
| ListDomainNamesCommandInput
|
|
@@ -362,6 +386,7 @@ export type ServiceInputTypes =
|
|
|
362
386
|
| RevokeVpcEndpointAccessCommandInput
|
|
363
387
|
| StartDomainMaintenanceCommandInput
|
|
364
388
|
| StartServiceSoftwareUpdateCommandInput
|
|
389
|
+
| UpdateApplicationCommandInput
|
|
365
390
|
| UpdateDataSourceCommandInput
|
|
366
391
|
| UpdateDomainConfigCommandInput
|
|
367
392
|
| UpdatePackageCommandInput
|
|
@@ -376,10 +401,12 @@ export type ServiceOutputTypes =
|
|
|
376
401
|
| AuthorizeVpcEndpointAccessCommandOutput
|
|
377
402
|
| CancelDomainConfigChangeCommandOutput
|
|
378
403
|
| CancelServiceSoftwareUpdateCommandOutput
|
|
404
|
+
| CreateApplicationCommandOutput
|
|
379
405
|
| CreateDomainCommandOutput
|
|
380
406
|
| CreateOutboundConnectionCommandOutput
|
|
381
407
|
| CreatePackageCommandOutput
|
|
382
408
|
| CreateVpcEndpointCommandOutput
|
|
409
|
+
| DeleteApplicationCommandOutput
|
|
383
410
|
| DeleteDataSourceCommandOutput
|
|
384
411
|
| DeleteDomainCommandOutput
|
|
385
412
|
| DeleteInboundConnectionCommandOutput
|
|
@@ -402,12 +429,14 @@ export type ServiceOutputTypes =
|
|
|
402
429
|
| DescribeReservedInstancesCommandOutput
|
|
403
430
|
| DescribeVpcEndpointsCommandOutput
|
|
404
431
|
| DissociatePackageCommandOutput
|
|
432
|
+
| GetApplicationCommandOutput
|
|
405
433
|
| GetCompatibleVersionsCommandOutput
|
|
406
434
|
| GetDataSourceCommandOutput
|
|
407
435
|
| GetDomainMaintenanceStatusCommandOutput
|
|
408
436
|
| GetPackageVersionHistoryCommandOutput
|
|
409
437
|
| GetUpgradeHistoryCommandOutput
|
|
410
438
|
| GetUpgradeStatusCommandOutput
|
|
439
|
+
| ListApplicationsCommandOutput
|
|
411
440
|
| ListDataSourcesCommandOutput
|
|
412
441
|
| ListDomainMaintenancesCommandOutput
|
|
413
442
|
| ListDomainNamesCommandOutput
|
|
@@ -426,6 +455,7 @@ export type ServiceOutputTypes =
|
|
|
426
455
|
| RevokeVpcEndpointAccessCommandOutput
|
|
427
456
|
| StartDomainMaintenanceCommandOutput
|
|
428
457
|
| StartServiceSoftwareUpdateCommandOutput
|
|
458
|
+
| UpdateApplicationCommandOutput
|
|
429
459
|
| UpdateDataSourceCommandOutput
|
|
430
460
|
| UpdateDomainConfigCommandOutput
|
|
431
461
|
| UpdatePackageCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateApplicationRequest,
|
|
5
|
+
CreateApplicationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OpenSearchClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OpenSearchClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateApplicationCommandInput
|
|
15
|
+
extends CreateApplicationRequest {}
|
|
16
|
+
export interface CreateApplicationCommandOutput
|
|
17
|
+
extends CreateApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
OpenSearchClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateApplicationCommandInput,
|
|
33
|
+
CreateApplicationCommandOutput,
|
|
34
|
+
OpenSearchClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateApplicationRequest;
|
|
44
|
+
output: CreateApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateApplicationCommandInput;
|
|
48
|
+
output: CreateApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteApplicationRequest,
|
|
5
|
+
DeleteApplicationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OpenSearchClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OpenSearchClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteApplicationCommandInput
|
|
15
|
+
extends DeleteApplicationRequest {}
|
|
16
|
+
export interface DeleteApplicationCommandOutput
|
|
17
|
+
extends DeleteApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteApplicationCommandInput,
|
|
24
|
+
DeleteApplicationCommandOutput,
|
|
25
|
+
OpenSearchClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteApplicationCommandInput,
|
|
33
|
+
DeleteApplicationCommandOutput,
|
|
34
|
+
OpenSearchClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteApplicationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteApplicationCommandInput;
|
|
48
|
+
output: DeleteApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetApplicationRequest,
|
|
5
|
+
GetApplicationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OpenSearchClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OpenSearchClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
15
|
+
export interface GetApplicationCommandOutput
|
|
16
|
+
extends GetApplicationResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetApplicationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetApplicationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetApplicationCommandInput,
|
|
23
|
+
GetApplicationCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetApplicationCommandInput,
|
|
32
|
+
GetApplicationCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetApplicationRequest;
|
|
43
|
+
output: GetApplicationResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetApplicationCommandInput;
|
|
47
|
+
output: GetApplicationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListApplicationsRequest,
|
|
5
|
+
ListApplicationsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OpenSearchClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OpenSearchClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
15
|
+
export interface ListApplicationsCommandOutput
|
|
16
|
+
extends ListApplicationsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListApplicationsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListApplicationsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListApplicationsCommandInput,
|
|
23
|
+
ListApplicationsCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListApplicationsCommandInput,
|
|
32
|
+
ListApplicationsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListApplicationsRequest;
|
|
43
|
+
output: ListApplicationsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListApplicationsCommandInput;
|
|
47
|
+
output: ListApplicationsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
RejectInboundConnectionResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { RejectInboundConnectionRequest } from "../models/models_0";
|
|
4
|
+
import { RejectInboundConnectionResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
OpenSearchClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { RemoveTagsRequest } from "../models/
|
|
3
|
+
import { RemoveTagsRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
OpenSearchClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
RevokeVpcEndpointAccessRequest,
|
|
5
5
|
RevokeVpcEndpointAccessResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
OpenSearchClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StartDomainMaintenanceRequest,
|
|
5
5
|
StartDomainMaintenanceResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
OpenSearchClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StartServiceSoftwareUpdateRequest,
|
|
5
5
|
StartServiceSoftwareUpdateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
OpenSearchClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|