@aws-sdk/client-opensearch 3.1020.0 → 3.1022.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 +21 -0
- package/dist-cjs/index.js +57 -0
- package/dist-cjs/models/errors.js +14 -1
- package/dist-cjs/schemas/schemas_0.js +107 -11
- package/dist-es/OpenSearch.js +6 -0
- package/dist-es/commands/DeregisterCapabilityCommand.js +16 -0
- package/dist-es/commands/GetCapabilityCommand.js +16 -0
- package/dist-es/commands/RegisterCapabilityCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +13 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +99 -3
- package/dist-types/OpenSearch.d.ts +21 -0
- package/dist-types/OpenSearchClient.d.ts +5 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterCapabilityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +1 -1
- package/dist-types/commands/GetCapabilityCommand.d.ts +101 -0
- package/dist-types/commands/RegisterCapabilityCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +29 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +249 -366
- package/dist-types/models/models_1.d.ts +368 -2
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +51 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RegisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +87 -75
- package/dist-types/ts3.4/models/models_1.d.ts +106 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +6 -6
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCapabilityRequest, GetCapabilityResponse } 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 GetCapabilityCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCapabilityCommandInput extends GetCapabilityRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCapabilityCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetCapabilityCommand_base: {
|
|
25
|
+
new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves information about a registered capability for an OpenSearch UI application, including its configuration and current status.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OpenSearchClient, GetCapabilityCommand } from "@aws-sdk/client-opensearch"; // ES Modules import
|
|
35
|
+
* // const { OpenSearchClient, GetCapabilityCommand } = require("@aws-sdk/client-opensearch"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchClientConfig } from "@aws-sdk/client-opensearch";
|
|
37
|
+
* const config = {}; // type is OpenSearchClientConfig
|
|
38
|
+
* const client = new OpenSearchClient(config);
|
|
39
|
+
* const input = { // GetCapabilityRequest
|
|
40
|
+
* applicationId: "STRING_VALUE", // required
|
|
41
|
+
* capabilityName: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new GetCapabilityCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetCapabilityResponse
|
|
46
|
+
* // capabilityName: "STRING_VALUE",
|
|
47
|
+
* // applicationId: "STRING_VALUE",
|
|
48
|
+
* // status: "creating" || "create_failed" || "active" || "updating" || "update_failed" || "deleting" || "delete_failed",
|
|
49
|
+
* // capabilityConfig: { // CapabilityExtendedResponseConfig Union: only one key present
|
|
50
|
+
* // aiConfig: {},
|
|
51
|
+
* // },
|
|
52
|
+
* // failures: [ // CapabilityFailures
|
|
53
|
+
* // { // CapabilityFailure
|
|
54
|
+
* // reason: "KMS_KEY_INSUFFICIENT_PERMISSION",
|
|
55
|
+
* // details: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param GetCapabilityCommandInput - {@link GetCapabilityCommandInput}
|
|
63
|
+
* @returns {@link GetCapabilityCommandOutput}
|
|
64
|
+
* @see {@link GetCapabilityCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link GetCapabilityCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link OpenSearchClientResolvedConfig | config} for OpenSearchClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>An error occurred because you don't have permissions to access the resource.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
72
|
+
* <p>An error occured because the client wanted to access an unsupported operation.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalException} (server fault)
|
|
75
|
+
* <p>Request processing failed because of an unknown error, exception, or internal failure.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ValidationException} (client fault)
|
|
81
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link OpenSearchServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class GetCapabilityCommand extends GetCapabilityCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetCapabilityRequest;
|
|
94
|
+
output: GetCapabilityResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetCapabilityCommandInput;
|
|
98
|
+
output: GetCapabilityCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { RegisterCapabilityRequest, RegisterCapabilityResponse } 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 RegisterCapabilityCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface RegisterCapabilityCommandInput extends RegisterCapabilityRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link RegisterCapabilityCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface RegisterCapabilityCommandOutput extends RegisterCapabilityResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const RegisterCapabilityCommand_base: {
|
|
25
|
+
new (input: RegisterCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCapabilityCommandInput, RegisterCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCapabilityCommandInput, RegisterCapabilityCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Registers a capability for an OpenSearch UI application. Use this operation to enable specific capabilities, such as AI features, for a given application. The capability configuration defines the type and settings of the capability to register. For more information about the AI features, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application-ai-assistant.html">Agentic AI for OpenSearch UI</a>.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OpenSearchClient, RegisterCapabilityCommand } from "@aws-sdk/client-opensearch"; // ES Modules import
|
|
35
|
+
* // const { OpenSearchClient, RegisterCapabilityCommand } = require("@aws-sdk/client-opensearch"); // CommonJS import
|
|
36
|
+
* // import type { OpenSearchClientConfig } from "@aws-sdk/client-opensearch";
|
|
37
|
+
* const config = {}; // type is OpenSearchClientConfig
|
|
38
|
+
* const client = new OpenSearchClient(config);
|
|
39
|
+
* const input = { // RegisterCapabilityRequest
|
|
40
|
+
* applicationId: "STRING_VALUE", // required
|
|
41
|
+
* capabilityName: "STRING_VALUE", // required
|
|
42
|
+
* capabilityConfig: { // CapabilityBaseRequestConfig Union: only one key present
|
|
43
|
+
* aiConfig: {},
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
46
|
+
* const command = new RegisterCapabilityCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // RegisterCapabilityResponse
|
|
49
|
+
* // capabilityName: "STRING_VALUE",
|
|
50
|
+
* // applicationId: "STRING_VALUE",
|
|
51
|
+
* // status: "creating" || "create_failed" || "active" || "updating" || "update_failed" || "deleting" || "delete_failed",
|
|
52
|
+
* // capabilityConfig: { // CapabilityBaseResponseConfig Union: only one key present
|
|
53
|
+
* // aiConfig: {},
|
|
54
|
+
* // },
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param RegisterCapabilityCommandInput - {@link RegisterCapabilityCommandInput}
|
|
60
|
+
* @returns {@link RegisterCapabilityCommandOutput}
|
|
61
|
+
* @see {@link RegisterCapabilityCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link RegisterCapabilityCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link OpenSearchClientResolvedConfig | config} for OpenSearchClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
+
* <p>An error occurred because you don't have permissions to access the resource.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p>An error occurred because the client attempts to remove a resource that is currently in use.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
72
|
+
* <p>An error occured because the client wanted to access an unsupported operation.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalException} (server fault)
|
|
75
|
+
* <p>Request processing failed because of an unknown error, exception, or internal failure.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
81
|
+
* <p>An exception for when a request would cause a service quota to be exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link OpenSearchServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class RegisterCapabilityCommand extends RegisterCapabilityCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: RegisterCapabilityRequest;
|
|
97
|
+
output: RegisterCapabilityResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: RegisterCapabilityCommandInput;
|
|
101
|
+
output: RegisterCapabilityCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -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 { UpdateDataSourceRequest
|
|
3
|
+
import type { UpdateDataSourceRequest } from "../models/models_0";
|
|
4
|
+
import type { UpdateDataSourceResponse } 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 { UpdateDirectQueryDataSourceRequest, UpdateDirectQueryDataSourceResponse } from "../models/
|
|
3
|
+
import type { UpdateDirectQueryDataSourceRequest, UpdateDirectQueryDataSourceResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @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 { UpdateDomainConfigRequest, UpdateDomainConfigResponse } from "../models/
|
|
3
|
+
import type { UpdateDomainConfigRequest, UpdateDomainConfigResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -108,7 +108,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
108
108
|
* },
|
|
109
109
|
* DomainEndpointOptions: { // DomainEndpointOptions
|
|
110
110
|
* EnforceHTTPS: true || false,
|
|
111
|
-
* TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
|
|
111
|
+
* TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10" || "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08",
|
|
112
112
|
* CustomEndpointEnabled: true || false,
|
|
113
113
|
* CustomEndpoint: "STRING_VALUE",
|
|
114
114
|
* CustomEndpointCertificateArn: "STRING_VALUE",
|
|
@@ -347,7 +347,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
347
347
|
* // DomainEndpointOptions: { // DomainEndpointOptionsStatus
|
|
348
348
|
* // Options: { // DomainEndpointOptions
|
|
349
349
|
* // EnforceHTTPS: true || false,
|
|
350
|
-
* // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10",
|
|
350
|
+
* // TLSSecurityPolicy: "Policy-Min-TLS-1-0-2019-07" || "Policy-Min-TLS-1-2-2019-07" || "Policy-Min-TLS-1-2-PFS-2023-10" || "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08",
|
|
351
351
|
* // CustomEndpointEnabled: true || false,
|
|
352
352
|
* // CustomEndpoint: "STRING_VALUE",
|
|
353
353
|
* // CustomEndpointCertificateArn: "STRING_VALUE",
|
|
@@ -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 { UpdateIndexRequest, UpdateIndexResponse } from "../models/
|
|
3
|
+
import type { UpdateIndexRequest, UpdateIndexResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @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 { UpdatePackageRequest, UpdatePackageResponse } from "../models/
|
|
3
|
+
import type { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @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 { UpdatePackageScopeRequest, UpdatePackageScopeResponse } from "../models/
|
|
3
|
+
import type { UpdatePackageScopeRequest, UpdatePackageScopeResponse } from "../models/models_1";
|
|
4
4
|
import type { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -22,6 +22,7 @@ export * from "./DeleteIndexCommand";
|
|
|
22
22
|
export * from "./DeleteOutboundConnectionCommand";
|
|
23
23
|
export * from "./DeletePackageCommand";
|
|
24
24
|
export * from "./DeleteVpcEndpointCommand";
|
|
25
|
+
export * from "./DeregisterCapabilityCommand";
|
|
25
26
|
export * from "./DescribeDomainAutoTunesCommand";
|
|
26
27
|
export * from "./DescribeDomainChangeProgressCommand";
|
|
27
28
|
export * from "./DescribeDomainCommand";
|
|
@@ -41,6 +42,7 @@ export * from "./DescribeVpcEndpointsCommand";
|
|
|
41
42
|
export * from "./DissociatePackageCommand";
|
|
42
43
|
export * from "./DissociatePackagesCommand";
|
|
43
44
|
export * from "./GetApplicationCommand";
|
|
45
|
+
export * from "./GetCapabilityCommand";
|
|
44
46
|
export * from "./GetCompatibleVersionsCommand";
|
|
45
47
|
export * from "./GetDataSourceCommand";
|
|
46
48
|
export * from "./GetDefaultApplicationSettingCommand";
|
|
@@ -67,6 +69,7 @@ export * from "./ListVpcEndpointsCommand";
|
|
|
67
69
|
export * from "./ListVpcEndpointsForDomainCommand";
|
|
68
70
|
export * from "./PurchaseReservedInstanceOfferingCommand";
|
|
69
71
|
export * from "./PutDefaultApplicationSettingCommand";
|
|
72
|
+
export * from "./RegisterCapabilityCommand";
|
|
70
73
|
export * from "./RejectInboundConnectionCommand";
|
|
71
74
|
export * from "./RemoveTagsCommand";
|
|
72
75
|
export * from "./RevokeVpcEndpointAccessCommand";
|
|
@@ -371,6 +371,7 @@ export declare const TLSSecurityPolicy: {
|
|
|
371
371
|
readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
|
|
372
372
|
readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
|
|
373
373
|
readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
|
|
374
|
+
readonly POLICY_MIN_TLS_1_2_RFC9151_FIPS_2024_08: "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08";
|
|
374
375
|
};
|
|
375
376
|
/**
|
|
376
377
|
* @public
|
|
@@ -612,6 +613,23 @@ export declare const VpcEndpointStatus: {
|
|
|
612
613
|
* @public
|
|
613
614
|
*/
|
|
614
615
|
export type VpcEndpointStatus = (typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
* @enum
|
|
619
|
+
*/
|
|
620
|
+
export declare const CapabilityStatus: {
|
|
621
|
+
readonly ACTIVE: "active";
|
|
622
|
+
readonly CREATE_FAILED: "create_failed";
|
|
623
|
+
readonly CREATING: "creating";
|
|
624
|
+
readonly DELETE_FAILED: "delete_failed";
|
|
625
|
+
readonly DELETING: "deleting";
|
|
626
|
+
readonly UPDATE_FAILED: "update_failed";
|
|
627
|
+
readonly UPDATING: "updating";
|
|
628
|
+
};
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
export type CapabilityStatus = (typeof CapabilityStatus)[keyof typeof CapabilityStatus];
|
|
615
633
|
/**
|
|
616
634
|
* @public
|
|
617
635
|
* @enum
|
|
@@ -833,6 +851,17 @@ export declare const ApplicationStatus: {
|
|
|
833
851
|
* @public
|
|
834
852
|
*/
|
|
835
853
|
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
* @enum
|
|
857
|
+
*/
|
|
858
|
+
export declare const CapabilityFailureReason: {
|
|
859
|
+
readonly KMS_KEY_INSUFFICIENT_PERMISSION: "KMS_KEY_INSUFFICIENT_PERMISSION";
|
|
860
|
+
};
|
|
861
|
+
/**
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
864
|
+
export type CapabilityFailureReason = (typeof CapabilityFailureReason)[keyof typeof CapabilityFailureReason];
|
|
836
865
|
/**
|
|
837
866
|
* @public
|
|
838
867
|
* @enum
|
|
@@ -156,6 +156,18 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
156
156
|
*/
|
|
157
157
|
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
158
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* <p>An exception for when a request would cause a service quota to be exceeded.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
164
|
+
readonly name: "ServiceQuotaExceededException";
|
|
165
|
+
readonly $fault: "client";
|
|
166
|
+
/**
|
|
167
|
+
* @internal
|
|
168
|
+
*/
|
|
169
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
170
|
+
}
|
|
159
171
|
/**
|
|
160
172
|
* <p>An exception for attempting to schedule a domain action during an unavailable time slot.</p>
|
|
161
173
|
* @public
|