@aws-sdk/client-codedeploy
Advanced tools
@@ -7,45 +7,10 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| cacheMiddleware?: boolean | undefined; | ||
| protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| profile?: string; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| cacheMiddleware?: boolean; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider; | ||
@@ -58,2 +23,37 @@ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| profile?: string; | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | (() => Promise<boolean>); | ||
| useFipsEndpoint: boolean | (() => Promise<boolean>); | ||
| }; |
@@ -7,2 +7,37 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| cacheMiddleware?: boolean; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider; | ||
| signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>); | ||
| signingEscapePath?: boolean; | ||
| systemClockOffset?: number; | ||
| signingRegion?: string; | ||
| signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| runtime: string; | ||
@@ -12,3 +47,3 @@ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider); | ||
| credentialDefaultProvider: ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider) | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider); | ||
| defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>; | ||
@@ -23,38 +58,3 @@ maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| userAgentAppId: string | import("@smithy/types").Provider<string | undefined>; | ||
| cacheMiddleware?: boolean | undefined; | ||
| protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| profile?: string; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider; | ||
| signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>); | ||
| signingEscapePath?: boolean; | ||
| systemClockOffset?: number; | ||
| signingRegion?: string; | ||
| signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner; | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| }; |
@@ -6,45 +6,10 @@ import type { CodeDeployClientConfig } from "./CodeDeployClient"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| runtime: string; | ||
| requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler; | ||
| cacheMiddleware?: boolean; | ||
| protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| profile?: string; | ||
| defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>; | ||
| credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider; | ||
@@ -57,2 +22,37 @@ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| profile?: string; | ||
| defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode> | import("@smithy/core/client").DefaultsMode; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: import("@smithy/fetch-http-handler").FetchHttpHandler | import("@smithy/types").FetchHttpHandlerOptions | import("@smithy/types").NodeHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | (() => Promise<boolean>); | ||
| useFipsEndpoint: boolean | (() => Promise<boolean>); | ||
| runtime: string; | ||
| }; |
@@ -11,3 +11,3 @@ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols"; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
@@ -19,3 +19,3 @@ }) => import("@smithy/types").EndpointV2; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol; | ||
| protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
@@ -22,0 +22,0 @@ [setting: string]: unknown; |
| import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| import { CodeDeployClientConfig } from "./CodeDeployClient"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider< | ||
| import("@smithy/core/client").ResolvedDefaultsMode | ||
| >; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
| (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
| (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| cacheMiddleware?: boolean | undefined; | ||
| protocol: | ||
| | import("@smithy/types").ClientProtocol<any, any> | ||
| | import("@smithy/types").ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| profile?: string; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| cacheMiddleware?: boolean; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: | ||
@@ -54,4 +11,4 @@ | (( | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
@@ -61,21 +18,13 @@ ) & | ||
| | string | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<string> | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
| )) | ||
| | undefined; | ||
| endpointProvider: ( | ||
| endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: | ||
@@ -97,2 +46,51 @@ | import("@smithy/types").AwsCredentialIdentity | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: ( | ||
| params: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: | ||
| | import("@smithy/types").$ClientProtocol<any, any> | ||
| | import("@smithy/types").$ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| profile?: string; | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider< | ||
| import("@smithy/core/client").ResolvedDefaultsMode | ||
| >; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | (() => Promise<boolean>); | ||
| useFipsEndpoint: boolean | (() => Promise<boolean>); | ||
| }; |
| import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| import { CodeDeployClientConfig } from "./CodeDeployClient"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider< | ||
| import("@smithy/core/client").ResolvedDefaultsMode | ||
| >; | ||
| authSchemePreference: string[] | import("@smithy/types").Provider<string[]>; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| | (( | ||
| init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit, | ||
| ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider); | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<string>; | ||
| requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
| useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
| userAgentAppId: string | import("@smithy/types").Provider<string | undefined>; | ||
| cacheMiddleware?: boolean | undefined; | ||
| protocol: | ||
| | import("@smithy/types").ClientProtocol<any, any> | ||
| | import("@smithy/types").ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| profile?: string; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| cacheMiddleware?: boolean; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: | ||
@@ -55,4 +10,4 @@ | (( | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
@@ -62,20 +17,13 @@ ) & | ||
| | string | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<string> | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
| )) | ||
| | undefined; | ||
| endpointProvider: ( | ||
| endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: | ||
@@ -97,2 +45,54 @@ | import("@smithy/types").AwsCredentialIdentity | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: ( | ||
| params: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: | ||
| | import("@smithy/types").$ClientProtocol<any, any> | ||
| | import("@smithy/types").$ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| runtime: string; | ||
| defaultsMode: import("@smithy/types").Provider< | ||
| import("@smithy/core/client").ResolvedDefaultsMode | ||
| >; | ||
| authSchemePreference: string[] | import("@smithy/types").Provider<string[]>; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: | ||
| | (( | ||
| init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit, | ||
| ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider) | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider); | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<string>; | ||
| requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
| useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>; | ||
| userAgentAppId: string | import("@smithy/types").Provider<string | undefined>; | ||
| profile?: string; | ||
| }; |
| import { CodeDeployClientConfig } from "./CodeDeployClient"; | ||
| export declare const getRuntimeConfig: (config: CodeDeployClientConfig) => { | ||
| runtime: string; | ||
| requestHandler: | ||
| | import("@smithy/types").NodeHttpHandlerOptions | ||
| | import("@smithy/types").FetchHttpHandlerOptions | ||
| | Record<string, unknown> | ||
| | import("@smithy/core/protocols").HttpHandler<any> | ||
| | import("@smithy/fetch-http-handler").FetchHttpHandler; | ||
| cacheMiddleware?: boolean; | ||
| protocol: | ||
| | import("@smithy/types").ClientProtocol<any, any> | ||
| | import("@smithy/types").ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| defaultNamespace?: string; | ||
| [setting: string]: unknown; | ||
| }; | ||
| apiVersion: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| serviceId: string; | ||
| useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
| (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & | ||
| (boolean | import("@smithy/types").Provider<boolean | undefined>); | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| profile?: string; | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| credentialDefaultProvider: | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| logger: import("@smithy/types").Logger; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| defaultsMode: | ||
| | import("@smithy/core/client").DefaultsMode | ||
| | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>; | ||
| customUserAgent?: string | import("@smithy/types").UserAgent; | ||
| userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| endpoint?: | ||
@@ -58,4 +10,4 @@ | (( | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
@@ -65,21 +17,13 @@ ) & | ||
| | string | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<string> | ||
| | import("@smithy/types").Endpoint | ||
| | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | ||
| | import("@smithy/types").EndpointV2 | ||
| | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | ||
| )) | ||
| | undefined; | ||
| endpointProvider: ( | ||
| endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2; | ||
| credentials?: | ||
@@ -101,2 +45,56 @@ | import("@smithy/types").AwsCredentialIdentity | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| apiVersion: string; | ||
| base64Decoder: import("@smithy/types").Decoder; | ||
| base64Encoder: (_input: Uint8Array | string) => string; | ||
| disableHostPrefix: boolean; | ||
| endpointProvider: ( | ||
| params: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
| logger?: import("@smithy/types").Logger; | ||
| }, | ||
| ) => import("@smithy/types").EndpointV2; | ||
| extensions: import("./runtimeExtensions").RuntimeExtension[]; | ||
| httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeDeployHttpAuthSchemeProvider; | ||
| httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| logger: import("@smithy/types").Logger; | ||
| protocol: | ||
| | import("@smithy/types").$ClientProtocol<any, any> | ||
| | import("@smithy/types").$ClientProtocolCtor<any, any> | ||
| | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol; | ||
| protocolSettings: { | ||
| [setting: string]: unknown; | ||
| defaultNamespace?: string; | ||
| }; | ||
| serviceId: string; | ||
| sha256: import("@smithy/types").HashConstructor; | ||
| urlParser: import("@smithy/types").UrlParser; | ||
| utf8Decoder: import("@smithy/types").Decoder; | ||
| utf8Encoder: (input: Uint8Array | string) => string; | ||
| profile?: string; | ||
| defaultsMode: | ||
| | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode> | ||
| | import("@smithy/core/client").DefaultsMode; | ||
| bodyLengthChecker: import("@smithy/types").BodyLengthCalculator; | ||
| credentialDefaultProvider: | ||
| | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ||
| | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>); | ||
| defaultUserAgentProvider: ( | ||
| config?: import("@aws-sdk/core/client").PreviouslyResolved, | ||
| ) => Promise<import("@smithy/types").UserAgent>; | ||
| maxAttempts: number | import("@smithy/types").Provider<number>; | ||
| region: string | import("@smithy/types").Provider<any>; | ||
| requestHandler: | ||
| | import("@smithy/fetch-http-handler").FetchHttpHandler | ||
| | import("@smithy/types").FetchHttpHandlerOptions | ||
| | import("@smithy/types").NodeHttpHandlerOptions | ||
| | Record<string, unknown> | ||
| | import("@smithy/core/protocols").HttpHandler<any>; | ||
| retryMode: string | import("@smithy/types").Provider<string>; | ||
| streamCollector: ( | ||
| stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob, | ||
| ) => Promise<Uint8Array>; | ||
| useDualstackEndpoint: boolean | (() => Promise<boolean>); | ||
| useFipsEndpoint: boolean | (() => Promise<boolean>); | ||
| runtime: string; | ||
| }; |
@@ -9,3 +9,3 @@ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols"; | ||
| endpointProvider: ( | ||
| endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| params: import("./endpoint/EndpointParameters").EndpointParameters, | ||
| context?: { | ||
@@ -20,4 +20,4 @@ logger?: import("@smithy/types").Logger; | ||
| protocol: | ||
| | import("@smithy/types").ClientProtocol<any, any> | ||
| | import("@smithy/types").ClientProtocolCtor<any, any> | ||
| | import("@smithy/types").$ClientProtocol<any, any> | ||
| | import("@smithy/types").$ClientProtocolCtor<any, any> | ||
| | typeof AwsJson1_1Protocol; | ||
@@ -24,0 +24,0 @@ protocolSettings: { |
+5
-5
| { | ||
| "name": "@aws-sdk/client-codedeploy", | ||
| "version": "3.1110.0", | ||
| "version": "3.1111.0", | ||
| "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native", | ||
@@ -51,5 +51,5 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codedeploy", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.977.7", | ||
| "@aws-sdk/credential-provider-node": "^3.972.79", | ||
| "@aws-sdk/types": "^3.974.3", | ||
| "@aws-sdk/core": "^3.977.8", | ||
| "@aws-sdk/credential-provider-node": "^3.972.80", | ||
| "@aws-sdk/types": "^3.974.4", | ||
| "@smithy/core": "^3.31.1", | ||
@@ -67,3 +67,3 @@ "@smithy/fetch-http-handler": "^5.6.13", | ||
| "premove": "4.0.0", | ||
| "typescript": "~6.0.3" | ||
| "typescript": "~7.0.2" | ||
| }, | ||
@@ -70,0 +70,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
1227501
-0.07%28831
-0.01%