@aws-sdk/client-opensearch 3.925.0 → 3.927.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.
Files changed (85) hide show
  1. package/README.md +20 -4
  2. package/dist-cjs/index.js +88 -0
  3. package/dist-es/OpenSearch.js +4 -0
  4. package/dist-es/commands/GetDefaultApplicationSettingCommand.js +22 -0
  5. package/dist-es/commands/PutDefaultApplicationSettingCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/protocols/Aws_restJson1.js +50 -0
  8. package/dist-types/OpenSearch.d.ts +19 -4
  9. package/dist-types/OpenSearchClient.d.ts +8 -6
  10. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +1 -2
  11. package/dist-types/commands/AddDataSourceCommand.d.ts +3 -2
  12. package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +2 -4
  13. package/dist-types/commands/AddTagsCommand.d.ts +4 -4
  14. package/dist-types/commands/AssociatePackageCommand.d.ts +3 -3
  15. package/dist-types/commands/AssociatePackagesCommand.d.ts +2 -1
  16. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -2
  17. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +5 -3
  18. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +2 -3
  20. package/dist-types/commands/CreatePackageCommand.d.ts +3 -2
  21. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +2 -4
  23. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -2
  24. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +2 -3
  25. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +2 -3
  26. package/dist-types/commands/DeletePackageCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeDomainsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +2 -3
  35. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +2 -3
  37. package/dist-types/commands/DescribePackagesCommand.d.ts +3 -2
  38. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +3 -2
  39. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -3
  40. package/dist-types/commands/DissociatePackageCommand.d.ts +5 -4
  41. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +2 -2
  42. package/dist-types/commands/GetDefaultApplicationSettingCommand.d.ts +86 -0
  43. package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +2 -4
  44. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +4 -3
  45. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -2
  46. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -2
  47. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +2 -4
  49. package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -4
  50. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -2
  51. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +2 -2
  52. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -2
  53. package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -4
  54. package/dist-types/commands/ListTagsCommand.d.ts +1 -2
  55. package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +3 -2
  57. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -2
  58. package/dist-types/commands/PutDefaultApplicationSettingCommand.d.ts +91 -0
  59. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -2
  60. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -2
  61. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -2
  62. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +3 -2
  63. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -2
  65. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +2 -4
  66. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdatePackageCommand.d.ts +3 -2
  68. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -4
  70. package/dist-types/commands/UpgradeDomainCommand.d.ts +2 -2
  71. package/dist-types/commands/index.d.ts +2 -0
  72. package/dist-types/index.d.ts +4 -4
  73. package/dist-types/models/models_0.d.ts +904 -793
  74. package/dist-types/models/models_1.d.ts +257 -183
  75. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  76. package/dist-types/ts3.4/OpenSearch.d.ts +35 -0
  77. package/dist-types/ts3.4/OpenSearchClient.d.ts +12 -0
  78. package/dist-types/ts3.4/commands/GetDefaultApplicationSettingCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +4 -2
  80. package/dist-types/ts3.4/commands/PutDefaultApplicationSettingCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +4 -7
  83. package/dist-types/ts3.4/models/models_1.d.ts +15 -1
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  85. package/package.json +5 -5
@@ -42,6 +42,7 @@ import { DissociatePackagesCommandInput, DissociatePackagesCommandOutput } from
42
42
  import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
43
43
  import { GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput } from "../commands/GetCompatibleVersionsCommand";
44
44
  import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
45
+ import { GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput } from "../commands/GetDefaultApplicationSettingCommand";
45
46
  import { GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput } from "../commands/GetDirectQueryDataSourceCommand";
46
47
  import { GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput } from "../commands/GetDomainMaintenanceStatusCommand";
47
48
  import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "../commands/GetPackageVersionHistoryCommand";
@@ -62,6 +63,7 @@ import { ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput }
62
63
  import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "../commands/ListVpcEndpointsCommand";
63
64
  import { ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput } from "../commands/ListVpcEndpointsForDomainCommand";
64
65
  import { PurchaseReservedInstanceOfferingCommandInput, PurchaseReservedInstanceOfferingCommandOutput } from "../commands/PurchaseReservedInstanceOfferingCommand";
66
+ import { PutDefaultApplicationSettingCommandInput, PutDefaultApplicationSettingCommandOutput } from "../commands/PutDefaultApplicationSettingCommand";
65
67
  import { RejectInboundConnectionCommandInput, RejectInboundConnectionCommandOutput } from "../commands/RejectInboundConnectionCommand";
66
68
  import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
67
69
  import { RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput } from "../commands/RevokeVpcEndpointAccessCommand";
@@ -244,6 +246,10 @@ export declare const se_GetCompatibleVersionsCommand: (input: GetCompatibleVersi
244
246
  * serializeAws_restJson1GetDataSourceCommand
245
247
  */
246
248
  export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1GetDefaultApplicationSettingCommand
251
+ */
252
+ export declare const se_GetDefaultApplicationSettingCommand: (input: GetDefaultApplicationSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
253
  /**
248
254
  * serializeAws_restJson1GetDirectQueryDataSourceCommand
249
255
  */
@@ -324,6 +330,10 @@ export declare const se_ListVpcEndpointsForDomainCommand: (input: ListVpcEndpoin
324
330
  * serializeAws_restJson1PurchaseReservedInstanceOfferingCommand
325
331
  */
326
332
  export declare const se_PurchaseReservedInstanceOfferingCommand: (input: PurchaseReservedInstanceOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
+ /**
334
+ * serializeAws_restJson1PutDefaultApplicationSettingCommand
335
+ */
336
+ export declare const se_PutDefaultApplicationSettingCommand: (input: PutDefaultApplicationSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
337
  /**
328
338
  * serializeAws_restJson1RejectInboundConnectionCommand
329
339
  */
@@ -548,6 +558,10 @@ export declare const de_GetCompatibleVersionsCommand: (output: __HttpResponse, c
548
558
  * deserializeAws_restJson1GetDataSourceCommand
549
559
  */
550
560
  export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
561
+ /**
562
+ * deserializeAws_restJson1GetDefaultApplicationSettingCommand
563
+ */
564
+ export declare const de_GetDefaultApplicationSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultApplicationSettingCommandOutput>;
551
565
  /**
552
566
  * deserializeAws_restJson1GetDirectQueryDataSourceCommand
553
567
  */
@@ -628,6 +642,10 @@ export declare const de_ListVpcEndpointsForDomainCommand: (output: __HttpRespons
628
642
  * deserializeAws_restJson1PurchaseReservedInstanceOfferingCommand
629
643
  */
630
644
  export declare const de_PurchaseReservedInstanceOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedInstanceOfferingCommandOutput>;
645
+ /**
646
+ * deserializeAws_restJson1PutDefaultApplicationSettingCommand
647
+ */
648
+ export declare const de_PutDefaultApplicationSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDefaultApplicationSettingCommandOutput>;
631
649
  /**
632
650
  * deserializeAws_restJson1RejectInboundConnectionCommand
633
651
  */
@@ -167,6 +167,10 @@ import {
167
167
  GetDataSourceCommandInput,
168
168
  GetDataSourceCommandOutput,
169
169
  } from "./commands/GetDataSourceCommand";
170
+ import {
171
+ GetDefaultApplicationSettingCommandInput,
172
+ GetDefaultApplicationSettingCommandOutput,
173
+ } from "./commands/GetDefaultApplicationSettingCommand";
170
174
  import {
171
175
  GetDirectQueryDataSourceCommandInput,
172
176
  GetDirectQueryDataSourceCommandOutput,
@@ -247,6 +251,10 @@ import {
247
251
  PurchaseReservedInstanceOfferingCommandInput,
248
252
  PurchaseReservedInstanceOfferingCommandOutput,
249
253
  } from "./commands/PurchaseReservedInstanceOfferingCommand";
254
+ import {
255
+ PutDefaultApplicationSettingCommandInput,
256
+ PutDefaultApplicationSettingCommandOutput,
257
+ } from "./commands/PutDefaultApplicationSettingCommand";
250
258
  import {
251
259
  RejectInboundConnectionCommandInput,
252
260
  RejectInboundConnectionCommandOutput,
@@ -863,6 +871,20 @@ export interface OpenSearch {
863
871
  options: __HttpHandlerOptions,
864
872
  cb: (err: any, data?: GetDataSourceCommandOutput) => void
865
873
  ): void;
874
+ getDefaultApplicationSetting(): Promise<GetDefaultApplicationSettingCommandOutput>;
875
+ getDefaultApplicationSetting(
876
+ args: GetDefaultApplicationSettingCommandInput,
877
+ options?: __HttpHandlerOptions
878
+ ): Promise<GetDefaultApplicationSettingCommandOutput>;
879
+ getDefaultApplicationSetting(
880
+ args: GetDefaultApplicationSettingCommandInput,
881
+ cb: (err: any, data?: GetDefaultApplicationSettingCommandOutput) => void
882
+ ): void;
883
+ getDefaultApplicationSetting(
884
+ args: GetDefaultApplicationSettingCommandInput,
885
+ options: __HttpHandlerOptions,
886
+ cb: (err: any, data?: GetDefaultApplicationSettingCommandOutput) => void
887
+ ): void;
866
888
  getDirectQueryDataSource(
867
889
  args: GetDirectQueryDataSourceCommandInput,
868
890
  options?: __HttpHandlerOptions
@@ -1128,6 +1150,19 @@ export interface OpenSearch {
1128
1150
  options: __HttpHandlerOptions,
1129
1151
  cb: (err: any, data?: PurchaseReservedInstanceOfferingCommandOutput) => void
1130
1152
  ): void;
1153
+ putDefaultApplicationSetting(
1154
+ args: PutDefaultApplicationSettingCommandInput,
1155
+ options?: __HttpHandlerOptions
1156
+ ): Promise<PutDefaultApplicationSettingCommandOutput>;
1157
+ putDefaultApplicationSetting(
1158
+ args: PutDefaultApplicationSettingCommandInput,
1159
+ cb: (err: any, data?: PutDefaultApplicationSettingCommandOutput) => void
1160
+ ): void;
1161
+ putDefaultApplicationSetting(
1162
+ args: PutDefaultApplicationSettingCommandInput,
1163
+ options: __HttpHandlerOptions,
1164
+ cb: (err: any, data?: PutDefaultApplicationSettingCommandOutput) => void
1165
+ ): void;
1131
1166
  rejectInboundConnection(
1132
1167
  args: RejectInboundConnectionCommandInput,
1133
1168
  options?: __HttpHandlerOptions
@@ -213,6 +213,10 @@ import {
213
213
  GetDataSourceCommandInput,
214
214
  GetDataSourceCommandOutput,
215
215
  } from "./commands/GetDataSourceCommand";
216
+ import {
217
+ GetDefaultApplicationSettingCommandInput,
218
+ GetDefaultApplicationSettingCommandOutput,
219
+ } from "./commands/GetDefaultApplicationSettingCommand";
216
220
  import {
217
221
  GetDirectQueryDataSourceCommandInput,
218
222
  GetDirectQueryDataSourceCommandOutput,
@@ -293,6 +297,10 @@ import {
293
297
  PurchaseReservedInstanceOfferingCommandInput,
294
298
  PurchaseReservedInstanceOfferingCommandOutput,
295
299
  } from "./commands/PurchaseReservedInstanceOfferingCommand";
300
+ import {
301
+ PutDefaultApplicationSettingCommandInput,
302
+ PutDefaultApplicationSettingCommandOutput,
303
+ } from "./commands/PutDefaultApplicationSettingCommand";
296
304
  import {
297
305
  RejectInboundConnectionCommandInput,
298
306
  RejectInboundConnectionCommandOutput,
@@ -399,6 +407,7 @@ export type ServiceInputTypes =
399
407
  | GetApplicationCommandInput
400
408
  | GetCompatibleVersionsCommandInput
401
409
  | GetDataSourceCommandInput
410
+ | GetDefaultApplicationSettingCommandInput
402
411
  | GetDirectQueryDataSourceCommandInput
403
412
  | GetDomainMaintenanceStatusCommandInput
404
413
  | GetPackageVersionHistoryCommandInput
@@ -419,6 +428,7 @@ export type ServiceInputTypes =
419
428
  | ListVpcEndpointsCommandInput
420
429
  | ListVpcEndpointsForDomainCommandInput
421
430
  | PurchaseReservedInstanceOfferingCommandInput
431
+ | PutDefaultApplicationSettingCommandInput
422
432
  | RejectInboundConnectionCommandInput
423
433
  | RemoveTagsCommandInput
424
434
  | RevokeVpcEndpointAccessCommandInput
@@ -476,6 +486,7 @@ export type ServiceOutputTypes =
476
486
  | GetApplicationCommandOutput
477
487
  | GetCompatibleVersionsCommandOutput
478
488
  | GetDataSourceCommandOutput
489
+ | GetDefaultApplicationSettingCommandOutput
479
490
  | GetDirectQueryDataSourceCommandOutput
480
491
  | GetDomainMaintenanceStatusCommandOutput
481
492
  | GetPackageVersionHistoryCommandOutput
@@ -496,6 +507,7 @@ export type ServiceOutputTypes =
496
507
  | ListVpcEndpointsCommandOutput
497
508
  | ListVpcEndpointsForDomainCommandOutput
498
509
  | PurchaseReservedInstanceOfferingCommandOutput
510
+ | PutDefaultApplicationSettingCommandOutput
499
511
  | RejectInboundConnectionCommandOutput
500
512
  | RemoveTagsCommandOutput
501
513
  | RevokeVpcEndpointAccessCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetDefaultApplicationSettingRequest,
5
+ GetDefaultApplicationSettingResponse,
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 GetDefaultApplicationSettingCommandInput
15
+ extends GetDefaultApplicationSettingRequest {}
16
+ export interface GetDefaultApplicationSettingCommandOutput
17
+ extends GetDefaultApplicationSettingResponse,
18
+ __MetadataBearer {}
19
+ declare const GetDefaultApplicationSettingCommand_base: {
20
+ new (
21
+ input: GetDefaultApplicationSettingCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetDefaultApplicationSettingCommandInput,
24
+ GetDefaultApplicationSettingCommandOutput,
25
+ OpenSearchClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [GetDefaultApplicationSettingCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetDefaultApplicationSettingCommandInput,
33
+ GetDefaultApplicationSettingCommandOutput,
34
+ OpenSearchClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetDefaultApplicationSettingCommand extends GetDefaultApplicationSettingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetDefaultApplicationSettingResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDefaultApplicationSettingCommandInput;
48
+ output: GetDefaultApplicationSettingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDomainNamesRequest } from "../models/models_0";
4
- import { ListDomainNamesResponse } from "../models/models_1";
3
+ import {
4
+ ListDomainNamesRequest,
5
+ ListDomainNamesResponse,
6
+ } from "../models/models_1";
5
7
  import {
6
8
  OpenSearchClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ PutDefaultApplicationSettingRequest,
5
+ PutDefaultApplicationSettingResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ OpenSearchClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../OpenSearchClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface PutDefaultApplicationSettingCommandInput
15
+ extends PutDefaultApplicationSettingRequest {}
16
+ export interface PutDefaultApplicationSettingCommandOutput
17
+ extends PutDefaultApplicationSettingResponse,
18
+ __MetadataBearer {}
19
+ declare const PutDefaultApplicationSettingCommand_base: {
20
+ new (
21
+ input: PutDefaultApplicationSettingCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ PutDefaultApplicationSettingCommandInput,
24
+ PutDefaultApplicationSettingCommandOutput,
25
+ OpenSearchClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: PutDefaultApplicationSettingCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ PutDefaultApplicationSettingCommandInput,
33
+ PutDefaultApplicationSettingCommandOutput,
34
+ OpenSearchClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class PutDefaultApplicationSettingCommand extends PutDefaultApplicationSettingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutDefaultApplicationSettingRequest;
44
+ output: PutDefaultApplicationSettingResponse;
45
+ };
46
+ sdk: {
47
+ input: PutDefaultApplicationSettingCommandInput;
48
+ output: PutDefaultApplicationSettingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -40,6 +40,7 @@ export * from "./DissociatePackagesCommand";
40
40
  export * from "./GetApplicationCommand";
41
41
  export * from "./GetCompatibleVersionsCommand";
42
42
  export * from "./GetDataSourceCommand";
43
+ export * from "./GetDefaultApplicationSettingCommand";
43
44
  export * from "./GetDirectQueryDataSourceCommand";
44
45
  export * from "./GetDomainMaintenanceStatusCommand";
45
46
  export * from "./GetPackageVersionHistoryCommand";
@@ -60,6 +61,7 @@ export * from "./ListVpcEndpointAccessCommand";
60
61
  export * from "./ListVpcEndpointsCommand";
61
62
  export * from "./ListVpcEndpointsForDomainCommand";
62
63
  export * from "./PurchaseReservedInstanceOfferingCommand";
64
+ export * from "./PutDefaultApplicationSettingCommand";
63
65
  export * from "./RejectInboundConnectionCommand";
64
66
  export * from "./RemoveTagsCommand";
65
67
  export * from "./RevokeVpcEndpointAccessCommand";
@@ -1660,6 +1660,10 @@ export interface GetDataSourceResponse {
1660
1660
  Description?: string | undefined;
1661
1661
  Status?: DataSourceStatus | undefined;
1662
1662
  }
1663
+ export interface GetDefaultApplicationSettingRequest {}
1664
+ export interface GetDefaultApplicationSettingResponse {
1665
+ applicationArn?: string | undefined;
1666
+ }
1663
1667
  export interface GetDirectQueryDataSourceRequest {
1664
1668
  DataSourceName: string | undefined;
1665
1669
  }
@@ -1828,13 +1832,6 @@ export declare const EngineType: {
1828
1832
  readonly OpenSearch: "OpenSearch";
1829
1833
  };
1830
1834
  export type EngineType = (typeof EngineType)[keyof typeof EngineType];
1831
- export interface ListDomainNamesRequest {
1832
- EngineType?: EngineType | undefined;
1833
- }
1834
- export interface DomainInfo {
1835
- DomainName?: string | undefined;
1836
- EngineType?: EngineType | undefined;
1837
- }
1838
1835
  export declare const MasterUserOptionsFilterSensitiveLog: (
1839
1836
  obj: MasterUserOptions
1840
1837
  ) => any;
@@ -18,12 +18,12 @@ import {
18
18
  DirectQueryDataSourceType,
19
19
  DomainConfig,
20
20
  DomainEndpointOptions,
21
- DomainInfo,
22
21
  DomainPackageDetails,
23
22
  DryRunProgressStatus,
24
23
  DryRunResults,
25
24
  EBSOptions,
26
25
  EncryptionAtRestOptions,
26
+ EngineType,
27
27
  IamIdentityCenterOptions,
28
28
  IdentityCenterOptionsInput,
29
29
  InboundConnection,
@@ -47,6 +47,13 @@ import {
47
47
  VPCOptions,
48
48
  } from "./models_0";
49
49
  import { OpenSearchServiceException as __BaseException } from "./OpenSearchServiceException";
50
+ export interface ListDomainNamesRequest {
51
+ EngineType?: EngineType | undefined;
52
+ }
53
+ export interface DomainInfo {
54
+ DomainName?: string | undefined;
55
+ EngineType?: EngineType | undefined;
56
+ }
50
57
  export interface ListDomainNamesResponse {
51
58
  DomainNames?: DomainInfo[] | undefined;
52
59
  }
@@ -161,6 +168,13 @@ export interface PurchaseReservedInstanceOfferingResponse {
161
168
  ReservedInstanceId?: string | undefined;
162
169
  ReservationName?: string | undefined;
163
170
  }
171
+ export interface PutDefaultApplicationSettingRequest {
172
+ applicationArn: string | undefined;
173
+ setAsDefault: boolean | undefined;
174
+ }
175
+ export interface PutDefaultApplicationSettingResponse {
176
+ applicationArn?: string | undefined;
177
+ }
164
178
  export interface RejectInboundConnectionRequest {
165
179
  ConnectionId: string | undefined;
166
180
  }
@@ -171,6 +171,10 @@ import {
171
171
  GetDataSourceCommandInput,
172
172
  GetDataSourceCommandOutput,
173
173
  } from "../commands/GetDataSourceCommand";
174
+ import {
175
+ GetDefaultApplicationSettingCommandInput,
176
+ GetDefaultApplicationSettingCommandOutput,
177
+ } from "../commands/GetDefaultApplicationSettingCommand";
174
178
  import {
175
179
  GetDirectQueryDataSourceCommandInput,
176
180
  GetDirectQueryDataSourceCommandOutput,
@@ -251,6 +255,10 @@ import {
251
255
  PurchaseReservedInstanceOfferingCommandInput,
252
256
  PurchaseReservedInstanceOfferingCommandOutput,
253
257
  } from "../commands/PurchaseReservedInstanceOfferingCommand";
258
+ import {
259
+ PutDefaultApplicationSettingCommandInput,
260
+ PutDefaultApplicationSettingCommandOutput,
261
+ } from "../commands/PutDefaultApplicationSettingCommand";
254
262
  import {
255
263
  RejectInboundConnectionCommandInput,
256
264
  RejectInboundConnectionCommandOutput,
@@ -475,6 +483,10 @@ export declare const se_GetDataSourceCommand: (
475
483
  input: GetDataSourceCommandInput,
476
484
  context: __SerdeContext
477
485
  ) => Promise<__HttpRequest>;
486
+ export declare const se_GetDefaultApplicationSettingCommand: (
487
+ input: GetDefaultApplicationSettingCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
478
490
  export declare const se_GetDirectQueryDataSourceCommand: (
479
491
  input: GetDirectQueryDataSourceCommandInput,
480
492
  context: __SerdeContext
@@ -555,6 +567,10 @@ export declare const se_PurchaseReservedInstanceOfferingCommand: (
555
567
  input: PurchaseReservedInstanceOfferingCommandInput,
556
568
  context: __SerdeContext
557
569
  ) => Promise<__HttpRequest>;
570
+ export declare const se_PutDefaultApplicationSettingCommand: (
571
+ input: PutDefaultApplicationSettingCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
558
574
  export declare const se_RejectInboundConnectionCommand: (
559
575
  input: RejectInboundConnectionCommandInput,
560
576
  context: __SerdeContext
@@ -779,6 +795,10 @@ export declare const de_GetDataSourceCommand: (
779
795
  output: __HttpResponse,
780
796
  context: __SerdeContext
781
797
  ) => Promise<GetDataSourceCommandOutput>;
798
+ export declare const de_GetDefaultApplicationSettingCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<GetDefaultApplicationSettingCommandOutput>;
782
802
  export declare const de_GetDirectQueryDataSourceCommand: (
783
803
  output: __HttpResponse,
784
804
  context: __SerdeContext
@@ -859,6 +879,10 @@ export declare const de_PurchaseReservedInstanceOfferingCommand: (
859
879
  output: __HttpResponse,
860
880
  context: __SerdeContext
861
881
  ) => Promise<PurchaseReservedInstanceOfferingCommandOutput>;
882
+ export declare const de_PutDefaultApplicationSettingCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<PutDefaultApplicationSettingCommandOutput>;
862
886
  export declare const de_RejectInboundConnectionCommand: (
863
887
  output: __HttpResponse,
864
888
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.925.0",
4
+ "version": "3.927.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-opensearch",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.922.0",
24
- "@aws-sdk/credential-provider-node": "3.925.0",
23
+ "@aws-sdk/core": "3.927.0",
24
+ "@aws-sdk/credential-provider-node": "3.927.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.922.0",
28
+ "@aws-sdk/middleware-user-agent": "3.927.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.922.0",
33
+ "@aws-sdk/util-user-agent-node": "3.927.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",