@aws-sdk/client-opensearch 3.1034.0 → 3.1036.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 +7 -0
- package/dist-cjs/index.js +14 -0
- package/dist-cjs/schemas/schemas_0.js +55 -22
- package/dist-es/OpenSearch.js +2 -0
- package/dist-es/commands/RollbackServiceSoftwareUpdateCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +51 -18
- package/dist-types/OpenSearch.d.ts +7 -0
- package/dist-types/OpenSearchClient.d.ts +3 -2
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +10 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +5 -0
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +5 -0
- package/dist-types/commands/RollbackServiceSoftwareUpdateCommand.d.ts +96 -0
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +95 -110
- package/dist-types/models/models_1.d.ts +112 -2
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +17 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/RollbackServiceSoftwareUpdateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -25
- package/dist-types/ts3.4/models/models_1.d.ts +31 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +14 -14
|
@@ -153,6 +153,7 @@ declare const CreateDomainCommand_base: {
|
|
|
153
153
|
* IdentityCenterOptions: { // IdentityCenterOptionsInput
|
|
154
154
|
* EnabledAPIAccess: true || false,
|
|
155
155
|
* IdentityCenterInstanceARN: "STRING_VALUE",
|
|
156
|
+
* IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
156
157
|
* SubjectKey: "UserName" || "UserId" || "Email",
|
|
157
158
|
* RolesKey: "GroupName" || "GroupId",
|
|
158
159
|
* },
|
|
@@ -187,6 +188,7 @@ declare const CreateDomainCommand_base: {
|
|
|
187
188
|
* },
|
|
188
189
|
* SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
189
190
|
* AutoSoftwareUpdateEnabled: true || false,
|
|
191
|
+
* UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
190
192
|
* },
|
|
191
193
|
* AIMLOptions: { // AIMLOptionsInput
|
|
192
194
|
* NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
|
|
@@ -342,6 +344,7 @@ declare const CreateDomainCommand_base: {
|
|
|
342
344
|
* // IdentityCenterOptions: { // IdentityCenterOptions
|
|
343
345
|
* // EnabledAPIAccess: true || false,
|
|
344
346
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
347
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
345
348
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
346
349
|
* // RolesKey: "GroupName" || "GroupId",
|
|
347
350
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -371,6 +374,7 @@ declare const CreateDomainCommand_base: {
|
|
|
371
374
|
* // },
|
|
372
375
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
373
376
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
377
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
374
378
|
* // },
|
|
375
379
|
* // DomainProcessingStatus: "Creating" || "Active" || "Modifying" || "UpgradingEngineVersion" || "UpdatingServiceSoftware" || "Isolated" || "Deleting",
|
|
376
380
|
* // ModifyingProperties: [ // ModifyingPropertiesList
|
|
@@ -179,6 +179,7 @@ declare const DeleteDomainCommand_base: {
|
|
|
179
179
|
* // IdentityCenterOptions: { // IdentityCenterOptions
|
|
180
180
|
* // EnabledAPIAccess: true || false,
|
|
181
181
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
182
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
182
183
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
183
184
|
* // RolesKey: "GroupName" || "GroupId",
|
|
184
185
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -208,6 +209,7 @@ declare const DeleteDomainCommand_base: {
|
|
|
208
209
|
* // },
|
|
209
210
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
210
211
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
212
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
211
213
|
* // },
|
|
212
214
|
* // DomainProcessingStatus: "Creating" || "Active" || "Modifying" || "UpgradingEngineVersion" || "UpdatingServiceSoftware" || "Isolated" || "Deleting",
|
|
213
215
|
* // ModifyingProperties: [ // ModifyingPropertiesList
|
|
@@ -179,6 +179,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
179
179
|
* // IdentityCenterOptions: { // IdentityCenterOptions
|
|
180
180
|
* // EnabledAPIAccess: true || false,
|
|
181
181
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
182
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
182
183
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
183
184
|
* // RolesKey: "GroupName" || "GroupId",
|
|
184
185
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -208,6 +209,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
208
209
|
* // },
|
|
209
210
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
210
211
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
212
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
211
213
|
* // },
|
|
212
214
|
* // DomainProcessingStatus: "Creating" || "Active" || "Modifying" || "UpgradingEngineVersion" || "UpdatingServiceSoftware" || "Isolated" || "Deleting",
|
|
213
215
|
* // ModifyingProperties: [ // ModifyingPropertiesList
|
|
@@ -228,6 +228,7 @@ declare const DescribeDomainConfigCommand_base: {
|
|
|
228
228
|
* // Options: { // IdentityCenterOptions
|
|
229
229
|
* // EnabledAPIAccess: true || false,
|
|
230
230
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
231
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
231
232
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
232
233
|
* // RolesKey: "GroupName" || "GroupId",
|
|
233
234
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -283,6 +284,7 @@ declare const DescribeDomainConfigCommand_base: {
|
|
|
283
284
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptionsStatus
|
|
284
285
|
* // Options: { // SoftwareUpdateOptions
|
|
285
286
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
287
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
286
288
|
* // },
|
|
287
289
|
* // Status: "<OptionStatus>",
|
|
288
290
|
* // },
|
|
@@ -182,6 +182,7 @@ declare const DescribeDomainsCommand_base: {
|
|
|
182
182
|
* // IdentityCenterOptions: { // IdentityCenterOptions
|
|
183
183
|
* // EnabledAPIAccess: true || false,
|
|
184
184
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
185
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
185
186
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
186
187
|
* // RolesKey: "GroupName" || "GroupId",
|
|
187
188
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -211,6 +212,7 @@ declare const DescribeDomainsCommand_base: {
|
|
|
211
212
|
* // },
|
|
212
213
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
213
214
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
215
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
214
216
|
* // },
|
|
215
217
|
* // DomainProcessingStatus: "Creating" || "Active" || "Modifying" || "UpgradingEngineVersion" || "UpdatingServiceSoftware" || "Isolated" || "Deleting",
|
|
216
218
|
* // ModifyingProperties: [ // ModifyingPropertiesList
|
|
@@ -193,6 +193,7 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
193
193
|
* // IdentityCenterOptions: { // IdentityCenterOptions
|
|
194
194
|
* // EnabledAPIAccess: true || false,
|
|
195
195
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
196
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
196
197
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
197
198
|
* // RolesKey: "GroupName" || "GroupId",
|
|
198
199
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -222,6 +223,7 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
222
223
|
* // },
|
|
223
224
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
224
225
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
226
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
225
227
|
* // },
|
|
226
228
|
* // DomainProcessingStatus: "Creating" || "Active" || "Modifying" || "UpgradingEngineVersion" || "UpdatingServiceSoftware" || "Isolated" || "Deleting",
|
|
227
229
|
* // ModifyingProperties: [ // ModifyingPropertiesList
|
|
@@ -49,6 +49,11 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
49
49
|
* // { // AuthorizedPrincipal
|
|
50
50
|
* // PrincipalType: "AWS_ACCOUNT" || "AWS_SERVICE",
|
|
51
51
|
* // Principal: "STRING_VALUE",
|
|
52
|
+
* // ServiceOptions: { // ServiceOptions
|
|
53
|
+
* // SupportedRegions: [ // RegionsList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
52
57
|
* // },
|
|
53
58
|
* // ],
|
|
54
59
|
* // NextToken: "STRING_VALUE", // required
|
|
@@ -41,6 +41,11 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
41
41
|
* DomainName: "STRING_VALUE", // required
|
|
42
42
|
* Account: "STRING_VALUE",
|
|
43
43
|
* Service: "application.opensearchservice.amazonaws.com",
|
|
44
|
+
* ServiceOptions: { // ServiceOptions
|
|
45
|
+
* SupportedRegions: [ // RegionsList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* },
|
|
44
49
|
* };
|
|
45
50
|
* const command = new RevokeVpcEndpointAccessCommand(input);
|
|
46
51
|
* const response = await client.send(command);
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { RollbackServiceSoftwareUpdateRequest, RollbackServiceSoftwareUpdateResponse } from "../models/models_0";
|
|
4
|
+
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link RollbackServiceSoftwareUpdateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface RollbackServiceSoftwareUpdateCommandInput extends RollbackServiceSoftwareUpdateRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link RollbackServiceSoftwareUpdateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface RollbackServiceSoftwareUpdateCommandOutput extends RollbackServiceSoftwareUpdateResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const RollbackServiceSoftwareUpdateCommand_base: {
|
|
25
|
+
new (input: RollbackServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackServiceSoftwareUpdateCommandInput, RollbackServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RollbackServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackServiceSoftwareUpdateCommandInput, RollbackServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Rolls back a service software update for a domain to the previous version. For more
|
|
31
|
+
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">Service
|
|
32
|
+
* software updates in Amazon OpenSearch Service</a>.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { OpenSearchClient, RollbackServiceSoftwareUpdateCommand } from "@aws-sdk/client-opensearch"; // ES Modules import
|
|
37
|
+
* // const { OpenSearchClient, RollbackServiceSoftwareUpdateCommand } = require("@aws-sdk/client-opensearch"); // CommonJS import
|
|
38
|
+
* // import type { OpenSearchClientConfig } from "@aws-sdk/client-opensearch";
|
|
39
|
+
* const config = {}; // type is OpenSearchClientConfig
|
|
40
|
+
* const client = new OpenSearchClient(config);
|
|
41
|
+
* const input = { // RollbackServiceSoftwareUpdateRequest
|
|
42
|
+
* DomainName: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new RollbackServiceSoftwareUpdateCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // RollbackServiceSoftwareUpdateResponse
|
|
47
|
+
* // RollbackServiceSoftwareOptions: { // RollbackServiceSoftwareOptions
|
|
48
|
+
* // CurrentVersion: "STRING_VALUE",
|
|
49
|
+
* // NewVersion: "STRING_VALUE",
|
|
50
|
+
* // RollbackAvailable: true || false,
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param RollbackServiceSoftwareUpdateCommandInput - {@link RollbackServiceSoftwareUpdateCommandInput}
|
|
58
|
+
* @returns {@link RollbackServiceSoftwareUpdateCommandOutput}
|
|
59
|
+
* @see {@link RollbackServiceSoftwareUpdateCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link RollbackServiceSoftwareUpdateCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link OpenSearchClientResolvedConfig | config} for OpenSearchClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link BaseException} (client fault)
|
|
64
|
+
* <p>An error occurred while processing the request.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
67
|
+
* <p>An error occured because the client wanted to access an unsupported operation.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalException} (server fault)
|
|
70
|
+
* <p>Request processing failed because of an unknown error, exception, or internal failure.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ValidationException} (client fault)
|
|
76
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link OpenSearchServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class RollbackServiceSoftwareUpdateCommand extends RollbackServiceSoftwareUpdateCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: RollbackServiceSoftwareUpdateRequest;
|
|
89
|
+
output: RollbackServiceSoftwareUpdateResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: RollbackServiceSoftwareUpdateCommandInput;
|
|
93
|
+
output: RollbackServiceSoftwareUpdateCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { StartServiceSoftwareUpdateRequest
|
|
3
|
+
import type { StartServiceSoftwareUpdateRequest } from "../models/models_0";
|
|
4
|
+
import type { StartServiceSoftwareUpdateResponse } from "../models/models_1";
|
|
4
5
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/
|
|
3
|
+
import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateDataSourceRequest } from "../models/
|
|
4
|
-
import type { UpdateDataSourceResponse } from "../models/models_1";
|
|
3
|
+
import type { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_1";
|
|
5
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -152,6 +152,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
152
152
|
* IdentityCenterOptions: { // IdentityCenterOptionsInput
|
|
153
153
|
* EnabledAPIAccess: true || false,
|
|
154
154
|
* IdentityCenterInstanceARN: "STRING_VALUE",
|
|
155
|
+
* IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
155
156
|
* SubjectKey: "UserName" || "UserId" || "Email",
|
|
156
157
|
* RolesKey: "GroupName" || "GroupId",
|
|
157
158
|
* },
|
|
@@ -183,6 +184,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
183
184
|
* },
|
|
184
185
|
* SoftwareUpdateOptions: { // SoftwareUpdateOptions
|
|
185
186
|
* AutoSoftwareUpdateEnabled: true || false,
|
|
187
|
+
* UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
186
188
|
* },
|
|
187
189
|
* AIMLOptions: { // AIMLOptionsInput
|
|
188
190
|
* NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
|
|
@@ -388,6 +390,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
388
390
|
* // Options: { // IdentityCenterOptions
|
|
389
391
|
* // EnabledAPIAccess: true || false,
|
|
390
392
|
* // IdentityCenterInstanceARN: "STRING_VALUE",
|
|
393
|
+
* // IdentityCenterInstanceRegion: "STRING_VALUE",
|
|
391
394
|
* // SubjectKey: "UserName" || "UserId" || "Email",
|
|
392
395
|
* // RolesKey: "GroupName" || "GroupId",
|
|
393
396
|
* // IdentityCenterApplicationARN: "STRING_VALUE",
|
|
@@ -443,6 +446,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
443
446
|
* // SoftwareUpdateOptions: { // SoftwareUpdateOptionsStatus
|
|
444
447
|
* // Options: { // SoftwareUpdateOptions
|
|
445
448
|
* // AutoSoftwareUpdateEnabled: true || false,
|
|
449
|
+
* // UseLatestServiceSoftwareForBlueGreen: true || false,
|
|
446
450
|
* // },
|
|
447
451
|
* // Status: "<OptionStatus>",
|
|
448
452
|
* // },
|
|
@@ -73,6 +73,7 @@ export * from "./RegisterCapabilityCommand";
|
|
|
73
73
|
export * from "./RejectInboundConnectionCommand";
|
|
74
74
|
export * from "./RemoveTagsCommand";
|
|
75
75
|
export * from "./RevokeVpcEndpointAccessCommand";
|
|
76
|
+
export * from "./RollbackServiceSoftwareUpdateCommand";
|
|
76
77
|
export * from "./StartDomainMaintenanceCommand";
|
|
77
78
|
export * from "./StartServiceSoftwareUpdateCommand";
|
|
78
79
|
export * from "./UpdateApplicationCommand";
|
|
@@ -1191,6 +1191,17 @@ export interface AssociatePackagesResponse {
|
|
|
1191
1191
|
*/
|
|
1192
1192
|
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
1193
1193
|
}
|
|
1194
|
+
/**
|
|
1195
|
+
* <p>Options for the service, such as the supported Regions.</p>
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
1198
|
+
export interface ServiceOptions {
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The list of supported Regions for the service.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
SupportedRegions?: string[] | undefined;
|
|
1204
|
+
}
|
|
1194
1205
|
/**
|
|
1195
1206
|
* @public
|
|
1196
1207
|
*/
|
|
@@ -1210,6 +1221,12 @@ export interface AuthorizeVpcEndpointAccessRequest {
|
|
|
1210
1221
|
* @public
|
|
1211
1222
|
*/
|
|
1212
1223
|
Service?: AWSServicePrincipal | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>The options for the service, including the supported Regions for the endpoint
|
|
1226
|
+
* access.</p>
|
|
1227
|
+
* @public
|
|
1228
|
+
*/
|
|
1229
|
+
ServiceOptions?: ServiceOptions | undefined;
|
|
1213
1230
|
}
|
|
1214
1231
|
/**
|
|
1215
1232
|
* <p>Information about an Amazon Web Services account or service that has access to an
|
|
@@ -1228,6 +1245,12 @@ export interface AuthorizedPrincipal {
|
|
|
1228
1245
|
* @public
|
|
1229
1246
|
*/
|
|
1230
1247
|
Principal?: string | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>The options for the service, including the supported Regions for the endpoint
|
|
1250
|
+
* access.</p>
|
|
1251
|
+
* @public
|
|
1252
|
+
*/
|
|
1253
|
+
ServiceOptions?: ServiceOptions | undefined;
|
|
1231
1254
|
}
|
|
1232
1255
|
/**
|
|
1233
1256
|
* @public
|
|
@@ -1954,6 +1977,11 @@ export interface IdentityCenterOptionsInput {
|
|
|
1954
1977
|
* @public
|
|
1955
1978
|
*/
|
|
1956
1979
|
IdentityCenterInstanceARN?: string | undefined;
|
|
1980
|
+
/**
|
|
1981
|
+
* <p>The Region of the IAM Identity Center instance.</p>
|
|
1982
|
+
* @public
|
|
1983
|
+
*/
|
|
1984
|
+
IdentityCenterInstanceRegion?: string | undefined;
|
|
1957
1985
|
/**
|
|
1958
1986
|
* <p>Specifies the attribute that contains the subject identifier (such as username, user ID, or
|
|
1959
1987
|
* email) in IAM Identity Center.</p>
|
|
@@ -2082,6 +2110,13 @@ export interface SoftwareUpdateOptions {
|
|
|
2082
2110
|
* @public
|
|
2083
2111
|
*/
|
|
2084
2112
|
AutoSoftwareUpdateEnabled?: boolean | undefined;
|
|
2113
|
+
/**
|
|
2114
|
+
* <p>Whether the domain should use the latest service software version during a
|
|
2115
|
+
* blue/green deployment. If enabled, the domain will automatically use the latest
|
|
2116
|
+
* available service software when a blue/green deployment is triggered.</p>
|
|
2117
|
+
* @public
|
|
2118
|
+
*/
|
|
2119
|
+
UseLatestServiceSoftwareForBlueGreen?: boolean | undefined;
|
|
2085
2120
|
}
|
|
2086
2121
|
/**
|
|
2087
2122
|
* <p>Options to specify the subnets and security groups for an Amazon OpenSearch Service
|
|
@@ -2351,6 +2386,11 @@ export interface IdentityCenterOptions {
|
|
|
2351
2386
|
* @public
|
|
2352
2387
|
*/
|
|
2353
2388
|
IdentityCenterInstanceARN?: string | undefined;
|
|
2389
|
+
/**
|
|
2390
|
+
* <p>The Region of the IAM Identity Center instance.</p>
|
|
2391
|
+
* @public
|
|
2392
|
+
*/
|
|
2393
|
+
IdentityCenterInstanceRegion?: string | undefined;
|
|
2354
2394
|
/**
|
|
2355
2395
|
* <p>Specifies the attribute that contains the subject identifier (such as username, user ID, or
|
|
2356
2396
|
* email) in IAM Identity Center.</p>
|
|
@@ -7205,12 +7245,67 @@ export interface RevokeVpcEndpointAccessRequest {
|
|
|
7205
7245
|
* @public
|
|
7206
7246
|
*/
|
|
7207
7247
|
Service?: AWSServicePrincipal | undefined;
|
|
7248
|
+
/**
|
|
7249
|
+
* <p>The options for the service, including the supported Regions for the endpoint
|
|
7250
|
+
* access.</p>
|
|
7251
|
+
* @public
|
|
7252
|
+
*/
|
|
7253
|
+
ServiceOptions?: ServiceOptions | undefined;
|
|
7208
7254
|
}
|
|
7209
7255
|
/**
|
|
7210
7256
|
* @public
|
|
7211
7257
|
*/
|
|
7212
7258
|
export interface RevokeVpcEndpointAccessResponse {
|
|
7213
7259
|
}
|
|
7260
|
+
/**
|
|
7261
|
+
* <p>Container for the request parameters to the
|
|
7262
|
+
* <code>RollbackServiceSoftwareUpdate</code> operation.</p>
|
|
7263
|
+
* @public
|
|
7264
|
+
*/
|
|
7265
|
+
export interface RollbackServiceSoftwareUpdateRequest {
|
|
7266
|
+
/**
|
|
7267
|
+
* <p>The name of the domain to roll back the service software update on.</p>
|
|
7268
|
+
* @public
|
|
7269
|
+
*/
|
|
7270
|
+
DomainName: string | undefined;
|
|
7271
|
+
}
|
|
7272
|
+
/**
|
|
7273
|
+
* <p>Details about the rollback options for a service software update.</p>
|
|
7274
|
+
* @public
|
|
7275
|
+
*/
|
|
7276
|
+
export interface RollbackServiceSoftwareOptions {
|
|
7277
|
+
/**
|
|
7278
|
+
* <p>The current service software version on the domain.</p>
|
|
7279
|
+
* @public
|
|
7280
|
+
*/
|
|
7281
|
+
CurrentVersion?: string | undefined;
|
|
7282
|
+
/**
|
|
7283
|
+
* <p>The service software version that the domain will roll back to.</p>
|
|
7284
|
+
* @public
|
|
7285
|
+
*/
|
|
7286
|
+
NewVersion?: string | undefined;
|
|
7287
|
+
/**
|
|
7288
|
+
* <p>Whether a service software rollback is available for the domain.</p>
|
|
7289
|
+
* @public
|
|
7290
|
+
*/
|
|
7291
|
+
RollbackAvailable?: boolean | undefined;
|
|
7292
|
+
/**
|
|
7293
|
+
* <p>A description of the rollback status.</p>
|
|
7294
|
+
* @public
|
|
7295
|
+
*/
|
|
7296
|
+
Description?: string | undefined;
|
|
7297
|
+
}
|
|
7298
|
+
/**
|
|
7299
|
+
* <p>Contains details about the rolled-back service software update.</p>
|
|
7300
|
+
* @public
|
|
7301
|
+
*/
|
|
7302
|
+
export interface RollbackServiceSoftwareUpdateResponse {
|
|
7303
|
+
/**
|
|
7304
|
+
* <p>The rollback options for the service software update.</p>
|
|
7305
|
+
* @public
|
|
7306
|
+
*/
|
|
7307
|
+
RollbackServiceSoftwareOptions?: RollbackServiceSoftwareOptions | undefined;
|
|
7308
|
+
}
|
|
7214
7309
|
/**
|
|
7215
7310
|
* <p>Container for the parameters to the <code>StartDomainMaintenance</code>
|
|
7216
7311
|
* operation.</p>
|
|
@@ -7291,113 +7386,3 @@ export interface StartServiceSoftwareUpdateRequest {
|
|
|
7291
7386
|
*/
|
|
7292
7387
|
DesiredStartTime?: number | undefined;
|
|
7293
7388
|
}
|
|
7294
|
-
/**
|
|
7295
|
-
* <p>Represents the output of a <code>StartServiceSoftwareUpdate</code> operation. Contains
|
|
7296
|
-
* the status of the update.</p>
|
|
7297
|
-
* @public
|
|
7298
|
-
*/
|
|
7299
|
-
export interface StartServiceSoftwareUpdateResponse {
|
|
7300
|
-
/**
|
|
7301
|
-
* <p>The current status of the OpenSearch Service software update.</p>
|
|
7302
|
-
* @public
|
|
7303
|
-
*/
|
|
7304
|
-
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
7305
|
-
}
|
|
7306
|
-
/**
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
export interface UpdateApplicationRequest {
|
|
7310
|
-
/**
|
|
7311
|
-
* <p>The unique identifier for the OpenSearch application to be updated.</p>
|
|
7312
|
-
* @public
|
|
7313
|
-
*/
|
|
7314
|
-
id: string | undefined;
|
|
7315
|
-
/**
|
|
7316
|
-
* <p>The data sources to associate with the OpenSearch application.</p>
|
|
7317
|
-
* @public
|
|
7318
|
-
*/
|
|
7319
|
-
dataSources?: DataSource[] | undefined;
|
|
7320
|
-
/**
|
|
7321
|
-
* <p>The configuration settings to modify for the OpenSearch application.</p>
|
|
7322
|
-
* @public
|
|
7323
|
-
*/
|
|
7324
|
-
appConfigs?: AppConfig[] | undefined;
|
|
7325
|
-
}
|
|
7326
|
-
/**
|
|
7327
|
-
* @public
|
|
7328
|
-
*/
|
|
7329
|
-
export interface UpdateApplicationResponse {
|
|
7330
|
-
/**
|
|
7331
|
-
* <p>The unique identifier of the updated OpenSearch application.</p>
|
|
7332
|
-
* @public
|
|
7333
|
-
*/
|
|
7334
|
-
id?: string | undefined;
|
|
7335
|
-
/**
|
|
7336
|
-
* <p>The name of the updated OpenSearch application.</p>
|
|
7337
|
-
* @public
|
|
7338
|
-
*/
|
|
7339
|
-
name?: string | undefined;
|
|
7340
|
-
/**
|
|
7341
|
-
* <p>The Amazon Resource Name (ARN) of the domain. See <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html">Identifiers for IAM Entities </a> in
|
|
7342
|
-
* <i>Using Amazon Web Services Identity and Access Management</i> for
|
|
7343
|
-
* more information. </p>
|
|
7344
|
-
* @public
|
|
7345
|
-
*/
|
|
7346
|
-
arn?: string | undefined;
|
|
7347
|
-
/**
|
|
7348
|
-
* <p>The data sources associated with the updated OpenSearch application.</p>
|
|
7349
|
-
* @public
|
|
7350
|
-
*/
|
|
7351
|
-
dataSources?: DataSource[] | undefined;
|
|
7352
|
-
/**
|
|
7353
|
-
* <p>The IAM Identity Center configuration for the updated OpenSearch application.</p>
|
|
7354
|
-
* @public
|
|
7355
|
-
*/
|
|
7356
|
-
iamIdentityCenterOptions?: IamIdentityCenterOptions | undefined;
|
|
7357
|
-
/**
|
|
7358
|
-
* <p>The configuration settings for the updated OpenSearch application.</p>
|
|
7359
|
-
* @public
|
|
7360
|
-
*/
|
|
7361
|
-
appConfigs?: AppConfig[] | undefined;
|
|
7362
|
-
/**
|
|
7363
|
-
* <p>The timestamp when the OpenSearch application was originally created.</p>
|
|
7364
|
-
* @public
|
|
7365
|
-
*/
|
|
7366
|
-
createdAt?: Date | undefined;
|
|
7367
|
-
/**
|
|
7368
|
-
* <p>The timestamp when the OpenSearch application was last updated.</p>
|
|
7369
|
-
* @public
|
|
7370
|
-
*/
|
|
7371
|
-
lastUpdatedAt?: Date | undefined;
|
|
7372
|
-
}
|
|
7373
|
-
/**
|
|
7374
|
-
* <p>Container for the parameters to the <code>UpdateDataSource</code> operation.</p>
|
|
7375
|
-
* @public
|
|
7376
|
-
*/
|
|
7377
|
-
export interface UpdateDataSourceRequest {
|
|
7378
|
-
/**
|
|
7379
|
-
* <p>The name of the domain.</p>
|
|
7380
|
-
* @public
|
|
7381
|
-
*/
|
|
7382
|
-
DomainName: string | undefined;
|
|
7383
|
-
/**
|
|
7384
|
-
* <p>The name of the data source to modify.</p>
|
|
7385
|
-
* @public
|
|
7386
|
-
*/
|
|
7387
|
-
Name: string | undefined;
|
|
7388
|
-
/**
|
|
7389
|
-
* <p>The type of data source.</p>
|
|
7390
|
-
* @public
|
|
7391
|
-
*/
|
|
7392
|
-
DataSourceType: DataSourceType | undefined;
|
|
7393
|
-
/**
|
|
7394
|
-
* <p>A new description of the data source.</p>
|
|
7395
|
-
* @public
|
|
7396
|
-
*/
|
|
7397
|
-
Description?: string | undefined;
|
|
7398
|
-
/**
|
|
7399
|
-
* <p>The status of the data source update.</p>
|
|
7400
|
-
* @public
|
|
7401
|
-
*/
|
|
7402
|
-
Status?: DataSourceStatus | undefined;
|
|
7403
|
-
}
|