@aws-sdk/client-proton 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Proton.d.ts +1345 -380
- package/dist-types/ts3.4/ProtonClient.d.ts +554 -148
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +75 -75
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1720 -2202
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +21 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +10 -10
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,38 +1,65 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
54
|
+
| undefined;
|
|
55
|
+
signingEscapePath?: boolean | undefined;
|
|
56
|
+
systemClockOffset?: number | undefined;
|
|
57
|
+
signingRegion?: string | undefined;
|
|
58
|
+
signerConstructor?:
|
|
59
|
+
| (new (
|
|
60
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
61
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
62
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
63
|
+
| undefined;
|
|
64
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
65
|
+
};
|
|
@@ -1,38 +1,65 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
54
|
+
| undefined;
|
|
55
|
+
signingEscapePath?: boolean | undefined;
|
|
56
|
+
systemClockOffset?: number | undefined;
|
|
57
|
+
signingRegion?: string | undefined;
|
|
58
|
+
signerConstructor?:
|
|
59
|
+
| (new (
|
|
60
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
61
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
62
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
63
|
+
| undefined;
|
|
64
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
65
|
+
};
|
|
@@ -1,37 +1,66 @@
|
|
|
1
|
-
import { ProtonClientConfig } from "./ProtonClient";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
import { ProtonClientConfig } from "./ProtonClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
7
|
+
any,
|
|
8
|
+
any,
|
|
9
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
10
|
+
> &
|
|
11
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
12
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
23
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
+
serviceId: string;
|
|
28
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
29
|
+
credentialDefaultProvider: (
|
|
30
|
+
input: any
|
|
31
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
|
+
import("@aws-sdk/types").UserAgent
|
|
35
|
+
>;
|
|
36
|
+
defaultsMode:
|
|
37
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
38
|
+
| import("@aws-sdk/types").Provider<
|
|
39
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
40
|
+
>;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { ProtonClientConfig } from "./ProtonClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
|
|
4
|
+
apiVersion: string;
|
|
5
|
+
disableHostPrefix: boolean;
|
|
6
|
+
logger: __Logger;
|
|
7
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
|
+
serviceId: string;
|
|
9
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./waitForComponentDeleted";
|
|
2
|
-
export * from "./waitForComponentDeployed";
|
|
3
|
-
export * from "./waitForEnvironmentDeployed";
|
|
4
|
-
export * from "./waitForEnvironmentTemplateVersionRegistered";
|
|
5
|
-
export * from "./waitForServiceCreated";
|
|
6
|
-
export * from "./waitForServiceDeleted";
|
|
7
|
-
export * from "./waitForServiceInstanceDeployed";
|
|
8
|
-
export * from "./waitForServicePipelineDeployed";
|
|
9
|
-
export * from "./waitForServiceTemplateVersionRegistered";
|
|
10
|
-
export * from "./waitForServiceUpdated";
|
|
1
|
+
export * from "./waitForComponentDeleted";
|
|
2
|
+
export * from "./waitForComponentDeployed";
|
|
3
|
+
export * from "./waitForEnvironmentDeployed";
|
|
4
|
+
export * from "./waitForEnvironmentTemplateVersionRegistered";
|
|
5
|
+
export * from "./waitForServiceCreated";
|
|
6
|
+
export * from "./waitForServiceDeleted";
|
|
7
|
+
export * from "./waitForServiceInstanceDeployed";
|
|
8
|
+
export * from "./waitForServicePipelineDeployed";
|
|
9
|
+
export * from "./waitForServiceTemplateVersionRegistered";
|
|
10
|
+
export * from "./waitForServiceUpdated";
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForComponentDeleted: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetComponentCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilComponentDeleted: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetComponentCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForComponentDeployed: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetComponentCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilComponentDeployed: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetComponentCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetEnvironmentCommandInput } from "../commands/GetEnvironmentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetEnvironmentCommandInput } from "../commands/GetEnvironmentCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForEnvironmentDeployed: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetEnvironmentCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilEnvironmentDeployed: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetEnvironmentCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetEnvironmentTemplateVersionCommandInput } from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetEnvironmentTemplateVersionCommandInput } from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForEnvironmentTemplateVersionRegistered: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetEnvironmentTemplateVersionCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilEnvironmentTemplateVersionRegistered: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetEnvironmentTemplateVersionCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServiceCreated: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServiceCreated: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServiceDeleted: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServiceDeleted: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceInstanceCommandInput } from "../commands/GetServiceInstanceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceInstanceCommandInput } from "../commands/GetServiceInstanceCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServiceInstanceDeployed: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceInstanceCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServiceInstanceDeployed: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceInstanceCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServicePipelineDeployed: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServicePipelineDeployed: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceTemplateVersionCommandInput } from "../commands/GetServiceTemplateVersionCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceTemplateVersionCommandInput } from "../commands/GetServiceTemplateVersionCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServiceTemplateVersionRegistered: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceTemplateVersionCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServiceTemplateVersionRegistered: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceTemplateVersionCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export declare const waitForServiceUpdated: (
|
|
5
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
6
|
+
input: GetServiceCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilServiceUpdated: (
|
|
9
|
+
params: WaiterConfiguration<ProtonClient>,
|
|
10
|
+
input: GetServiceCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|