@aws-sdk/client-payment-cryptography 3.1044.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 +80 -81
- package/dist-cjs/models/PaymentCryptographyServiceException.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/PaymentCryptography.js +1 -1
- package/dist-es/PaymentCryptographyClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddKeyReplicationRegionsCommand.js +2 -2
- package/dist-es/commands/AssociateMpaTeamCommand.js +2 -2
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateKeyCommand.js +2 -2
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteKeyCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DisableDefaultKeyReplicationRegionsCommand.js +2 -2
- package/dist-es/commands/DisassociateMpaTeamCommand.js +2 -2
- package/dist-es/commands/EnableDefaultKeyReplicationRegionsCommand.js +2 -2
- package/dist-es/commands/ExportKeyCommand.js +2 -2
- package/dist-es/commands/GetAliasCommand.js +2 -2
- package/dist-es/commands/GetCertificateSigningRequestCommand.js +2 -2
- package/dist-es/commands/GetDefaultKeyReplicationRegionsCommand.js +2 -2
- package/dist-es/commands/GetKeyCommand.js +2 -2
- package/dist-es/commands/GetMpaTeamAssociationCommand.js +2 -2
- package/dist-es/commands/GetParametersForExportCommand.js +2 -2
- package/dist-es/commands/GetParametersForImportCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyCertificateCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ImportKeyCommand.js +2 -2
- package/dist-es/commands/ListAliasesCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RemoveKeyReplicationRegionsCommand.js +2 -2
- package/dist-es/commands/RestoreKeyCommand.js +2 -2
- package/dist-es/commands/StartKeyUsageCommand.js +2 -2
- package/dist-es/commands/StopKeyUsageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PaymentCryptographyServiceException.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/PaymentCryptographyClient.d.ts +5 -5
- package/dist-types/commands/AddKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/commands/AssociateMpaTeamCommand.d.ts +6 -4
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateMpaTeamCommand.d.ts +6 -4
- package/dist-types/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/commands/ExportKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetAliasCommand.d.ts +6 -4
- package/dist-types/commands/GetCertificateSigningRequestCommand.d.ts +6 -4
- package/dist-types/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetMpaTeamAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetParametersForExportCommand.d.ts +6 -4
- package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ImportKeyCommand.d.ts +6 -4
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/commands/ListKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemoveKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/commands/RestoreKeyCommand.d.ts +6 -4
- package/dist-types/commands/StartKeyUsageCommand.d.ts +6 -4
- package/dist-types/commands/StopKeyUsageCommand.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/UpdateAliasCommand.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/PaymentCryptographyServiceException.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/PaymentCryptographyClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateMpaTeamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateMpaTeamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetCertificateSigningRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMpaTeamAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetParametersForExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveKeyReplicationRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartKeyUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopKeyUsageCommand.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/UpdateAliasCommand.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/PaymentCryptographyServiceException.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
|
DeleteResourcePolicyInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteResourcePolicyCommandOutput
|
|
|
19
19
|
declare const DeleteResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteResourcePolicyCommandInput,
|
|
24
24
|
DeleteResourcePolicyCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteResourcePolicyCommandInput,
|
|
33
33
|
DeleteResourcePolicyCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_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
|
DisableDefaultKeyReplicationRegionsInput,
|
|
@@ -19,7 +19,7 @@ export interface DisableDefaultKeyReplicationRegionsCommandOutput
|
|
|
19
19
|
declare const DisableDefaultKeyReplicationRegionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableDefaultKeyReplicationRegionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableDefaultKeyReplicationRegionsCommandInput,
|
|
24
24
|
DisableDefaultKeyReplicationRegionsCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableDefaultKeyReplicationRegionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableDefaultKeyReplicationRegionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableDefaultKeyReplicationRegionsCommandInput,
|
|
33
33
|
DisableDefaultKeyReplicationRegionsCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableDefaultKeyReplicationRegionsCommand extends DisableDefaultKeyReplicationRegionsCommand_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
|
DisassociateMpaTeamInput,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateMpaTeamCommandOutput
|
|
|
19
19
|
declare const DisassociateMpaTeamCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateMpaTeamCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateMpaTeamCommandInput,
|
|
24
24
|
DisassociateMpaTeamCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateMpaTeamCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateMpaTeamCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateMpaTeamCommandInput,
|
|
33
33
|
DisassociateMpaTeamCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateMpaTeamCommand extends DisassociateMpaTeamCommand_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
|
EnableDefaultKeyReplicationRegionsInput,
|
|
@@ -19,7 +19,7 @@ export interface EnableDefaultKeyReplicationRegionsCommandOutput
|
|
|
19
19
|
declare const EnableDefaultKeyReplicationRegionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableDefaultKeyReplicationRegionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableDefaultKeyReplicationRegionsCommandInput,
|
|
24
24
|
EnableDefaultKeyReplicationRegionsCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableDefaultKeyReplicationRegionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EnableDefaultKeyReplicationRegionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableDefaultKeyReplicationRegionsCommandInput,
|
|
33
33
|
EnableDefaultKeyReplicationRegionsCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableDefaultKeyReplicationRegionsCommand extends EnableDefaultKeyReplicationRegionsCommand_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 { ExportKeyInput, ExportKeyOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface ExportKeyCommandOutput
|
|
|
13
13
|
extends ExportKeyOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ExportKeyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ExportKeyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ExportKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ExportKeyCommandInput,
|
|
20
18
|
ExportKeyCommandOutput,
|
|
21
19
|
PaymentCryptographyClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ExportKeyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ExportKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ExportKeyCommandInput,
|
|
29
25
|
ExportKeyCommandOutput,
|
|
30
26
|
PaymentCryptographyClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ExportKeyCommand extends ExportKeyCommand_base {
|
|
37
35
|
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 { GetAliasInput, GetAliasOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetAliasCommandOutput
|
|
|
13
13
|
extends GetAliasOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetAliasCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetAliasCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetAliasCommandInput,
|
|
20
18
|
GetAliasCommandOutput,
|
|
21
19
|
PaymentCryptographyClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetAliasCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetAliasCommandInput,
|
|
29
25
|
GetAliasCommandOutput,
|
|
30
26
|
PaymentCryptographyClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetAliasCommand extends GetAliasCommand_base {
|
|
37
35
|
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
|
GetCertificateSigningRequestInput,
|
|
@@ -19,7 +19,7 @@ export interface GetCertificateSigningRequestCommandOutput
|
|
|
19
19
|
declare const GetCertificateSigningRequestCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCertificateSigningRequestCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCertificateSigningRequestCommandInput,
|
|
24
24
|
GetCertificateSigningRequestCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCertificateSigningRequestCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCertificateSigningRequestCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCertificateSigningRequestCommandInput,
|
|
33
33
|
GetCertificateSigningRequestCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCertificateSigningRequestCommand extends GetCertificateSigningRequestCommand_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
|
GetDefaultKeyReplicationRegionsInput,
|
|
@@ -19,7 +19,7 @@ export interface GetDefaultKeyReplicationRegionsCommandOutput
|
|
|
19
19
|
declare const GetDefaultKeyReplicationRegionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDefaultKeyReplicationRegionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDefaultKeyReplicationRegionsCommandInput,
|
|
24
24
|
GetDefaultKeyReplicationRegionsCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDefaultKeyReplicationRegionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetDefaultKeyReplicationRegionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDefaultKeyReplicationRegionsCommandInput,
|
|
33
33
|
GetDefaultKeyReplicationRegionsCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDefaultKeyReplicationRegionsCommand extends GetDefaultKeyReplicationRegionsCommand_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 { GetKeyInput, GetKeyOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetKeyCommandInput extends GetKeyInput {}
|
|
12
12
|
export interface GetKeyCommandOutput extends GetKeyOutput, __MetadataBearer {}
|
|
13
13
|
declare const GetKeyCommand_base: {
|
|
14
|
-
new (input: GetKeyCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetKeyCommandInput,
|
|
16
16
|
GetKeyCommandOutput,
|
|
17
17
|
PaymentCryptographyClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetKeyCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetKeyCommandInput,
|
|
23
23
|
GetKeyCommandOutput,
|
|
24
24
|
PaymentCryptographyClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetKeyCommand extends GetKeyCommand_base {
|
|
31
33
|
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
|
GetMpaTeamAssociationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetMpaTeamAssociationCommandOutput
|
|
|
19
19
|
declare const GetMpaTeamAssociationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetMpaTeamAssociationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetMpaTeamAssociationCommandInput,
|
|
24
24
|
GetMpaTeamAssociationCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetMpaTeamAssociationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetMpaTeamAssociationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetMpaTeamAssociationCommandInput,
|
|
33
33
|
GetMpaTeamAssociationCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetMpaTeamAssociationCommand extends GetMpaTeamAssociationCommand_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
|
GetParametersForExportInput,
|
|
@@ -19,7 +19,7 @@ export interface GetParametersForExportCommandOutput
|
|
|
19
19
|
declare const GetParametersForExportCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetParametersForExportCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetParametersForExportCommandInput,
|
|
24
24
|
GetParametersForExportCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetParametersForExportCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetParametersForExportCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetParametersForExportCommandInput,
|
|
33
33
|
GetParametersForExportCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetParametersForExportCommand extends GetParametersForExportCommand_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
|
GetParametersForImportInput,
|
|
@@ -19,7 +19,7 @@ export interface GetParametersForImportCommandOutput
|
|
|
19
19
|
declare const GetParametersForImportCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetParametersForImportCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetParametersForImportCommandInput,
|
|
24
24
|
GetParametersForImportCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetParametersForImportCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetParametersForImportCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetParametersForImportCommandInput,
|
|
33
33
|
GetParametersForImportCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetParametersForImportCommand extends GetParametersForImportCommand_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
|
GetPublicKeyCertificateInput,
|
|
@@ -19,7 +19,7 @@ export interface GetPublicKeyCertificateCommandOutput
|
|
|
19
19
|
declare const GetPublicKeyCertificateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPublicKeyCertificateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPublicKeyCertificateCommandInput,
|
|
24
24
|
GetPublicKeyCertificateCommandOutput,
|
|
25
25
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPublicKeyCertificateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPublicKeyCertificateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPublicKeyCertificateCommandInput,
|
|
33
33
|
GetPublicKeyCertificateCommandOutput,
|
|
34
34
|
PaymentCryptographyClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_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
|
GetResourcePolicyInput,
|
|
@@ -18,7 +18,7 @@ export interface GetResourcePolicyCommandOutput
|
|
|
18
18
|
declare const GetResourcePolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetResourcePolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetResourcePolicyCommandInput,
|
|
23
23
|
GetResourcePolicyCommandOutput,
|
|
24
24
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetResourcePolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetResourcePolicyCommandInput,
|
|
32
32
|
GetResourcePolicyCommandOutput,
|
|
33
33
|
PaymentCryptographyClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_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 { ImportKeyInput, ImportKeyOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface ImportKeyCommandOutput
|
|
|
13
13
|
extends ImportKeyOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ImportKeyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ImportKeyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ImportKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ImportKeyCommandInput,
|
|
20
18
|
ImportKeyCommandOutput,
|
|
21
19
|
PaymentCryptographyClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ImportKeyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ImportKeyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ImportKeyCommandInput,
|
|
29
25
|
ImportKeyCommandOutput,
|
|
30
26
|
PaymentCryptographyClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ImportKeyCommand extends ImportKeyCommand_base {
|
|
37
35
|
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 { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListAliasesCommandOutput
|
|
|
15
15
|
declare const ListAliasesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListAliasesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListAliasesCommandInput,
|
|
20
20
|
ListAliasesCommandOutput,
|
|
21
21
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListAliasesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListAliasesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListAliasesCommandInput,
|
|
29
29
|
ListAliasesCommandOutput,
|
|
30
30
|
PaymentCryptographyClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListAliasesCommand extends ListAliasesCommand_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 { ListKeysInput, ListKeysOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,9 +13,7 @@ export interface ListKeysCommandOutput
|
|
|
13
13
|
extends ListKeysOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListKeysCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListKeysCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListKeysCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListKeysCommandInput,
|
|
20
18
|
ListKeysCommandOutput,
|
|
21
19
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListKeysCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListKeysCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListKeysCommandInput,
|
|
29
27
|
ListKeysCommandOutput,
|
|
30
28
|
PaymentCryptographyClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListKeysCommand extends ListKeysCommand_base {
|
|
37
37
|
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
|
ListTagsForResourceInput,
|
|
@@ -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
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -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
|
PaymentCryptographyClientResolvedConfig,
|
|
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
|
PutResourcePolicyInput,
|
|
@@ -18,7 +18,7 @@ export interface PutResourcePolicyCommandOutput
|
|
|
18
18
|
declare const PutResourcePolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutResourcePolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutResourcePolicyCommandInput,
|
|
23
23
|
PutResourcePolicyCommandOutput,
|
|
24
24
|
PaymentCryptographyClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutResourcePolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutResourcePolicyCommandInput,
|
|
32
32
|
PutResourcePolicyCommandOutput,
|
|
33
33
|
PaymentCryptographyClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
40
42
|
protected static __types: {
|