@aws-sdk/client-ssm-sap 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +70 -71
- package/dist-cjs/models/SsmSapServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SsmSap.js +1 -1
- package/dist-es/SsmSapClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/DeleteResourcePermissionCommand.js +2 -2
- package/dist-es/commands/DeregisterApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetComponentCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCheckOperationCommand.js +2 -2
- package/dist-es/commands/GetDatabaseCommand.js +2 -2
- package/dist-es/commands/GetOperationCommand.js +2 -2
- package/dist-es/commands/GetResourcePermissionCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +2 -2
- package/dist-es/commands/ListDatabasesCommand.js +2 -2
- package/dist-es/commands/ListOperationEventsCommand.js +2 -2
- package/dist-es/commands/ListOperationsCommand.js +2 -2
- package/dist-es/commands/ListSubCheckResultsCommand.js +2 -2
- package/dist-es/commands/ListSubCheckRuleResultsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePermissionCommand.js +2 -2
- package/dist-es/commands/RegisterApplicationCommand.js +2 -2
- package/dist-es/commands/StartApplicationCommand.js +2 -2
- package/dist-es/commands/StartApplicationRefreshCommand.js +2 -2
- package/dist-es/commands/StartConfigurationChecksCommand.js +2 -2
- package/dist-es/commands/StopApplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SsmSapServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SsmSapClient.d.ts +5 -5
- package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationCheckOperationCommand.d.ts +6 -4
- package/dist-types/commands/GetDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/GetOperationCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePermissionCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationCheckDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationCheckOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/ListOperationEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubCheckResultsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubCheckRuleResultsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePermissionCommand.d.ts +6 -4
- package/dist-types/commands/RegisterApplicationCommand.d.ts +6 -4
- package/dist-types/commands/StartApplicationCommand.d.ts +6 -4
- package/dist-types/commands/StartApplicationRefreshCommand.d.ts +6 -4
- package/dist-types/commands/StartConfigurationChecksCommand.d.ts +6 -4
- package/dist-types/commands/StopApplicationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SsmSapServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SsmSapClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationCheckOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationCheckDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationCheckOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOperationEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubCheckResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubCheckRuleResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartConfigurationChecksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SsmSapServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteResourcePermissionInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteResourcePermissionCommandOutput
|
|
|
19
19
|
declare const DeleteResourcePermissionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteResourcePermissionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteResourcePermissionCommandInput,
|
|
24
24
|
DeleteResourcePermissionCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteResourcePermissionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteResourcePermissionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteResourcePermissionCommandInput,
|
|
33
33
|
DeleteResourcePermissionCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteResourcePermissionCommand extends DeleteResourcePermissionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeregisterApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterApplicationCommandOutput
|
|
|
19
19
|
declare const DeregisterApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterApplicationCommandInput,
|
|
24
24
|
DeregisterApplicationCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterApplicationCommandInput,
|
|
33
33
|
DeregisterApplicationCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterApplicationCommand extends DeregisterApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetApplicationCommandOutput
|
|
|
15
15
|
declare const GetApplicationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetApplicationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetApplicationCommandInput,
|
|
20
20
|
GetApplicationCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetApplicationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetApplicationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetApplicationCommandInput,
|
|
29
29
|
GetApplicationCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetComponentInput, GetComponentOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetComponentCommandOutput
|
|
|
15
15
|
declare const GetComponentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetComponentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetComponentCommandInput,
|
|
20
20
|
GetComponentCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetComponentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetComponentCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetComponentCommandInput,
|
|
29
29
|
GetComponentCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetConfigurationCheckOperationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetConfigurationCheckOperationCommandOutput
|
|
|
19
19
|
declare const GetConfigurationCheckOperationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetConfigurationCheckOperationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetConfigurationCheckOperationCommandInput,
|
|
24
24
|
GetConfigurationCheckOperationCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetConfigurationCheckOperationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetConfigurationCheckOperationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetConfigurationCheckOperationCommandInput,
|
|
33
33
|
GetConfigurationCheckOperationCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetConfigurationCheckOperationCommand extends GetConfigurationCheckOperationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetDatabaseCommandOutput
|
|
|
15
15
|
declare const GetDatabaseCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDatabaseCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDatabaseCommandInput,
|
|
20
20
|
GetDatabaseCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDatabaseCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetDatabaseCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDatabaseCommandInput,
|
|
29
29
|
GetDatabaseCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetOperationInput, GetOperationOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetOperationCommandOutput
|
|
|
15
15
|
declare const GetOperationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetOperationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetOperationCommandInput,
|
|
20
20
|
GetOperationCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetOperationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetOperationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetOperationCommandInput,
|
|
29
29
|
GetOperationCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetOperationCommand extends GetOperationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetResourcePermissionInput,
|
|
@@ -19,7 +19,7 @@ export interface GetResourcePermissionCommandOutput
|
|
|
19
19
|
declare const GetResourcePermissionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetResourcePermissionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetResourcePermissionCommandInput,
|
|
24
24
|
GetResourcePermissionCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetResourcePermissionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetResourcePermissionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetResourcePermissionCommandInput,
|
|
33
33
|
GetResourcePermissionCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetResourcePermissionCommand extends GetResourcePermissionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListApplicationsInput,
|
|
@@ -18,7 +18,7 @@ export interface ListApplicationsCommandOutput
|
|
|
18
18
|
declare const ListApplicationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListApplicationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListApplicationsCommandInput,
|
|
23
23
|
ListApplicationsCommandOutput,
|
|
24
24
|
SsmSapClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListApplicationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListApplicationsCommandInput,
|
|
32
32
|
ListApplicationsCommandOutput,
|
|
33
33
|
SsmSapClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListComponentsCommandOutput
|
|
|
15
15
|
declare const ListComponentsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListComponentsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListComponentsCommandInput,
|
|
20
20
|
ListComponentsCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListComponentsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListComponentsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListComponentsCommandInput,
|
|
29
29
|
ListComponentsCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListConfigurationCheckDefinitionsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListConfigurationCheckDefinitionsCommandOutput
|
|
|
19
19
|
declare const ListConfigurationCheckDefinitionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListConfigurationCheckDefinitionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListConfigurationCheckDefinitionsCommandInput,
|
|
24
24
|
ListConfigurationCheckDefinitionsCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListConfigurationCheckDefinitionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListConfigurationCheckDefinitionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListConfigurationCheckDefinitionsCommandInput,
|
|
33
33
|
ListConfigurationCheckDefinitionsCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListConfigurationCheckDefinitionsCommand extends ListConfigurationCheckDefinitionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListConfigurationCheckOperationsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListConfigurationCheckOperationsCommandOutput
|
|
|
19
19
|
declare const ListConfigurationCheckOperationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListConfigurationCheckOperationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListConfigurationCheckOperationsCommandInput,
|
|
24
24
|
ListConfigurationCheckOperationsCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListConfigurationCheckOperationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListConfigurationCheckOperationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListConfigurationCheckOperationsCommandInput,
|
|
33
33
|
ListConfigurationCheckOperationsCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListConfigurationCheckOperationsCommand extends ListConfigurationCheckOperationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListDatabasesCommandOutput
|
|
|
15
15
|
declare const ListDatabasesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDatabasesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDatabasesCommandInput,
|
|
20
20
|
ListDatabasesCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDatabasesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListDatabasesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDatabasesCommandInput,
|
|
29
29
|
ListDatabasesCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListOperationEventsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListOperationEventsCommandOutput
|
|
|
19
19
|
declare const ListOperationEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListOperationEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListOperationEventsCommandInput,
|
|
24
24
|
ListOperationEventsCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListOperationEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListOperationEventsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListOperationEventsCommandInput,
|
|
33
33
|
ListOperationEventsCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListOperationEventsCommand extends ListOperationEventsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListOperationsCommandOutput
|
|
|
15
15
|
declare const ListOperationsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListOperationsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListOperationsCommandInput,
|
|
20
20
|
ListOperationsCommandOutput,
|
|
21
21
|
SsmSapClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListOperationsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListOperationsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListOperationsCommandInput,
|
|
29
29
|
ListOperationsCommandOutput,
|
|
30
30
|
SsmSapClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSubCheckResultsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSubCheckResultsCommandOutput
|
|
|
19
19
|
declare const ListSubCheckResultsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSubCheckResultsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSubCheckResultsCommandInput,
|
|
24
24
|
ListSubCheckResultsCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSubCheckResultsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSubCheckResultsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSubCheckResultsCommandInput,
|
|
33
33
|
ListSubCheckResultsCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSubCheckResultsCommand extends ListSubCheckResultsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSubCheckRuleResultsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSubCheckRuleResultsCommandOutput
|
|
|
19
19
|
declare const ListSubCheckRuleResultsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSubCheckRuleResultsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSubCheckRuleResultsCommandInput,
|
|
24
24
|
ListSubCheckRuleResultsCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSubCheckRuleResultsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSubCheckRuleResultsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSubCheckRuleResultsCommandInput,
|
|
33
33
|
ListSubCheckRuleResultsCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSubCheckRuleResultsCommand extends ListSubCheckRuleResultsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutResourcePermissionInput,
|
|
@@ -19,7 +19,7 @@ export interface PutResourcePermissionCommandOutput
|
|
|
19
19
|
declare const PutResourcePermissionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResourcePermissionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResourcePermissionCommandInput,
|
|
24
24
|
PutResourcePermissionCommandOutput,
|
|
25
25
|
SsmSapClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResourcePermissionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResourcePermissionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResourcePermissionCommandInput,
|
|
33
33
|
PutResourcePermissionCommandOutput,
|
|
34
34
|
SsmSapClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutResourcePermissionCommand extends PutResourcePermissionCommand_base {
|
|
41
43
|
protected static __types: {
|