@cdklabs/cdk-ecs-codedeploy 0.0.90 → 0.0.92

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.
Files changed (96) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  7. package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
  8. package/node_modules/@aws-sdk/client-sso/package.json +26 -26
  9. package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
  10. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +47 -0
  11. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +34 -0
  12. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  13. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
  14. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +48 -0
  15. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +38 -0
  16. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +23 -0
  17. package/node_modules/@aws-sdk/client-sts/package.json +29 -29
  18. package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
  19. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  20. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  21. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  22. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  23. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  24. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  25. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  26. package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
  27. package/node_modules/@aws-sdk/hash-node/package.json +2 -2
  28. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  29. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  30. package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
  31. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  32. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +7 -4
  33. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +7 -4
  34. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  35. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  36. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  37. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
  38. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  39. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  40. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  41. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  42. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  43. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  44. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  45. package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
  46. package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
  47. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  48. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  49. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  50. package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
  51. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  52. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  53. package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  54. package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  55. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +7 -0
  56. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +8 -0
  57. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +4 -0
  58. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
  59. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
  60. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +4 -0
  61. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
  62. package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +10 -0
  63. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
  64. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
  65. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +18 -0
  66. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
  67. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
  68. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +6 -0
  69. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
  70. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
  71. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +6 -0
  72. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +108 -0
  73. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
  74. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +11 -0
  75. package/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
  76. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
  77. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +30 -0
  78. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +25 -0
  79. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +8 -0
  80. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +28 -0
  81. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
  82. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +4 -0
  83. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
  84. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +24 -0
  85. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
  86. package/node_modules/@aws-sdk/types/package.json +1 -1
  87. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  88. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  89. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  90. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  91. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  92. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  93. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  94. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  95. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  96. package/package.json +5 -5
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @public
3
+ */
1
4
  export declare type RetryErrorType =
2
5
  /**
3
6
  * This is a connection level error such as a socket timeout, socket connect
@@ -22,6 +25,9 @@ export declare type RetryErrorType =
22
25
  * challenge in Http.
23
26
  */
24
27
  | "CLIENT_ERROR";
28
+ /**
29
+ * @public
30
+ */
25
31
  export interface RetryErrorInfo {
26
32
  errorType: RetryErrorType;
27
33
  /**
@@ -33,12 +39,18 @@ export interface RetryErrorInfo {
33
39
  */
34
40
  retryAfterHint?: Date;
35
41
  }
42
+ /**
43
+ * @public
44
+ */
36
45
  export interface RetryBackoffStrategy {
37
46
  /**
38
47
  * @returns the number of milliseconds to wait before retrying an action.
39
48
  */
40
49
  computeNextBackoffDelay(retryAttempt: number): number;
41
50
  }
51
+ /**
52
+ * @public
53
+ */
42
54
  export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy {
43
55
  /**
44
56
  * Sets the delayBase used to compute backoff delays.
@@ -46,10 +58,16 @@ export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy {
46
58
  */
47
59
  setDelayBase(delayBase: number): void;
48
60
  }
61
+ /**
62
+ * @public
63
+ */
49
64
  export interface RetryStrategyOptions {
50
65
  backoffStrategy: RetryBackoffStrategy;
51
66
  maxRetriesBase: number;
52
67
  }
68
+ /**
69
+ * @public
70
+ */
53
71
  export interface RetryToken {
54
72
  /**
55
73
  * @returns the current count of retry.
@@ -60,6 +78,9 @@ export interface RetryToken {
60
78
  */
61
79
  getRetryDelay(): number;
62
80
  }
81
+ /**
82
+ * @public
83
+ */
63
84
  export interface StandardRetryToken extends RetryToken {
64
85
  /**
65
86
  * @returns wheather token has remaining tokens.
@@ -80,6 +101,9 @@ export interface StandardRetryToken extends RetryToken {
80
101
  */
81
102
  releaseRetryTokens(amount?: number): void;
82
103
  }
104
+ /**
105
+ * @public
106
+ */
83
107
  export interface RetryStrategyV2 {
84
108
  /**
85
109
  * Called before any retries (for the first call to the operation). It either
@@ -105,7 +129,13 @@ export interface RetryStrategyV2 {
105
129
  */
106
130
  recordSuccess(token: RetryToken): void;
107
131
  }
132
+ /**
133
+ * @public
134
+ */
108
135
  export declare type ExponentialBackoffJitterType = "DEFAULT" | "NONE" | "FULL" | "DECORRELATED";
136
+ /**
137
+ * @public
138
+ */
109
139
  export interface ExponentialBackoffStrategyOptions {
110
140
  jitterType: ExponentialBackoffJitterType;
111
141
  backoffScaleValue?: number;
@@ -2,11 +2,16 @@ import { Endpoint } from "./http";
2
2
  import { RequestHandler } from "./transfer";
3
3
  import { Decoder, Encoder, Provider } from "./util";
4
4
  /**
5
+ * @public
6
+ *
5
7
  * Interface for object requires an Endpoint set.
6
8
  */
7
9
  export interface EndpointBearer {
8
10
  endpoint: Provider<Endpoint>;
9
11
  }
12
+ /**
13
+ * @public
14
+ */
10
15
  export interface StreamCollector {
11
16
  /**
12
17
  * A function that converts a stream into an array of bytes.
@@ -16,6 +21,8 @@ export interface StreamCollector {
16
21
  (stream: any): Promise<Uint8Array>;
17
22
  }
18
23
  /**
24
+ * @public
25
+ *
19
26
  * Request and Response serde util functions and settings for AWS services
20
27
  */
21
28
  export interface SerdeContext extends EndpointBearer {
@@ -27,6 +34,9 @@ export interface SerdeContext extends EndpointBearer {
27
34
  requestHandler: RequestHandler<any, any>;
28
35
  disableHostPrefix: boolean;
29
36
  }
37
+ /**
38
+ * @public
39
+ */
30
40
  export interface RequestSerializer<Request, Context extends EndpointBearer = any> {
31
41
  /**
32
42
  * Converts the provided `input` into a request object
@@ -37,6 +47,9 @@ export interface RequestSerializer<Request, Context extends EndpointBearer = any
37
47
  */
38
48
  (input: any, context: Context): Promise<Request>;
39
49
  }
50
+ /**
51
+ * @public
52
+ */
40
53
  export interface ResponseDeserializer<OutputType, ResponseType = any, Context = any> {
41
54
  /**
42
55
  * Converts the output of an operation into JavaScript types.
@@ -48,6 +61,8 @@ export interface ResponseDeserializer<OutputType, ResponseType = any, Context =
48
61
  (output: ResponseType, context: Context): Promise<OutputType>;
49
62
  }
50
63
  /**
64
+ * @public
65
+ *
51
66
  * Declare DOM interfaces in case dom.d.ts is not added to the tsconfig lib, causing
52
67
  * interfaces to not be defined. For developers with dom.d.ts added, the interfaces will
53
68
  * be merged correctly.
@@ -57,8 +72,14 @@ export interface ResponseDeserializer<OutputType, ResponseType = any, Context =
57
72
  * is depended by all @aws-sdk packages.
58
73
  */
59
74
  declare global {
75
+ /**
76
+ * @public
77
+ */
60
78
  export interface ReadableStream {
61
79
  }
80
+ /**
81
+ * @public
82
+ */
62
83
  export interface Blob {
63
84
  }
64
85
  }
@@ -73,11 +94,15 @@ export interface SdkStreamMixin {
73
94
  transformToWebStream: () => ReadableStream;
74
95
  }
75
96
  /**
97
+ * @public
98
+ *
76
99
  * The type describing a runtime-specific stream implementation with mix-in
77
100
  * utility functions.
78
101
  */
79
102
  export declare type SdkStream<BaseStream> = BaseStream & SdkStreamMixin;
80
103
  /**
104
+ * @public
105
+ *
81
106
  * Indicates that the member of type T with
82
107
  * key StreamKey have been extended
83
108
  * with the SdkStreamMixin helper methods.
@@ -1,6 +1,8 @@
1
1
  import { HttpResponse } from "./http";
2
2
  import { MetadataBearer } from "./response";
3
3
  /**
4
+ * @public
5
+ *
4
6
  * A document type represents an untyped JSON-like value.
5
7
  *
6
8
  * Not all protocols support document types, and the serialization format of a
@@ -12,6 +14,8 @@ export declare type DocumentType = null | boolean | number | string | DocumentTy
12
14
  [prop: string]: DocumentType;
13
15
  };
14
16
  /**
17
+ * @public
18
+ *
15
19
  * A structure shape with the error trait.
16
20
  * https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-retryable-trait
17
21
  */
@@ -22,6 +26,8 @@ export interface RetryableTrait {
22
26
  readonly throttling?: boolean;
23
27
  }
24
28
  /**
29
+ * @public
30
+ *
25
31
  * Type that is implemented by all Smithy shapes marked with the
26
32
  * error trait.
27
33
  * @deprecated
@@ -49,6 +55,8 @@ export interface SmithyException {
49
55
  readonly $response?: HttpResponse;
50
56
  }
51
57
  /**
58
+ * @public
59
+ *
52
60
  * @deprecated
53
61
  * @see https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/
54
62
  *
@@ -1,9 +1,14 @@
1
1
  import { HttpRequest } from "./http";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * A {Date} object, a unix (epoch) timestamp in seconds, or a string that can be
4
6
  * understood by the JavaScript {Date} constructor.
5
7
  */
6
8
  export declare type DateInput = number | string | Date;
9
+ /**
10
+ * @public
11
+ */
7
12
  export interface SigningArguments {
8
13
  /**
9
14
  * The date and time to be used as signature metadata. This value should be
@@ -23,6 +28,9 @@ export interface SigningArguments {
23
28
  */
24
29
  signingRegion?: string;
25
30
  }
31
+ /**
32
+ * @public
33
+ */
26
34
  export interface RequestSigningArguments extends SigningArguments {
27
35
  /**
28
36
  * A set of strings whose members represents headers that cannot be signed.
@@ -40,6 +48,9 @@ export interface RequestSigningArguments extends SigningArguments {
40
48
  */
41
49
  signableHeaders?: Set<string>;
42
50
  }
51
+ /**
52
+ * @public
53
+ */
43
54
  export interface RequestPresigningArguments extends RequestSigningArguments {
44
55
  /**
45
56
  * The number of seconds before the presigned URL expires
@@ -56,9 +67,15 @@ export interface RequestPresigningArguments extends RequestSigningArguments {
56
67
  */
57
68
  unhoistableHeaders?: Set<string>;
58
69
  }
70
+ /**
71
+ * @public
72
+ */
59
73
  export interface EventSigningArguments extends SigningArguments {
60
74
  priorSignature: string;
61
75
  }
76
+ /**
77
+ * @public
78
+ */
62
79
  export interface RequestPresigner {
63
80
  /**
64
81
  * Signs a request for future use.
@@ -72,6 +89,8 @@ export interface RequestPresigner {
72
89
  presign(requestToSign: HttpRequest, options?: RequestPresigningArguments): Promise<HttpRequest>;
73
90
  }
74
91
  /**
92
+ * @public
93
+ *
75
94
  * An object that signs request objects with AWS credentials using one of the
76
95
  * AWS authentication protocols.
77
96
  */
@@ -81,6 +100,9 @@ export interface RequestSigner {
81
100
  */
82
101
  sign(requestToSign: HttpRequest, options?: RequestSigningArguments): Promise<HttpRequest>;
83
102
  }
103
+ /**
104
+ * @public
105
+ */
84
106
  export interface StringSigner {
85
107
  /**
86
108
  * Sign the provided `stringToSign` for use outside of the context of
@@ -88,10 +110,16 @@ export interface StringSigner {
88
110
  */
89
111
  sign(stringToSign: string, options?: SigningArguments): Promise<string>;
90
112
  }
113
+ /**
114
+ * @public
115
+ */
91
116
  export interface FormattedEvent {
92
117
  headers: Uint8Array;
93
118
  payload: Uint8Array;
94
119
  }
120
+ /**
121
+ * @public
122
+ */
95
123
  export interface EventSigner {
96
124
  /**
97
125
  * Sign the individual event of the event stream.
@@ -1,6 +1,9 @@
1
1
  import { ChecksumConstructor } from "./checksum";
2
2
  import { HashConstructor, StreamHasher } from "./crypto";
3
3
  import { BodyLengthCalculator, Encoder } from "./util";
4
+ /**
5
+ * @public
6
+ */
4
7
  export interface GetAwsChunkedEncodingStreamOptions {
5
8
  base64Encoder?: Encoder;
6
9
  bodyLengthChecker: BodyLengthCalculator;
@@ -9,6 +12,8 @@ export interface GetAwsChunkedEncodingStreamOptions {
9
12
  streamHasher?: StreamHasher;
10
13
  }
11
14
  /**
15
+ * @public
16
+ *
12
17
  * A function that returns Readable Stream which follows aws-chunked encoding stream.
13
18
  * It optionally adds checksum if options are provided.
14
19
  */
@@ -1,6 +1,8 @@
1
1
  import { TokenIdentity } from "./identity";
2
2
  import { Provider } from "./util";
3
3
  /**
4
+ * @public
5
+ *
4
6
  * An object representing temporary or permanent AWS token.
5
7
  *
6
8
  * @deprecated Use {@TokenIdentity}
@@ -8,6 +10,8 @@ import { Provider } from "./util";
8
10
  export interface Token extends TokenIdentity {
9
11
  }
10
12
  /**
13
+ * @public
14
+ *
11
15
  * @deprecated Use {@TokenIdentityProvider}
12
16
  */
13
17
  export declare type TokenProvider = Provider<Token>;
@@ -1,6 +1,12 @@
1
+ /**
2
+ * @public
3
+ */
1
4
  export declare type RequestHandlerOutput<ResponseType> = {
2
5
  response: ResponseType;
3
6
  };
7
+ /**
8
+ * @public
9
+ */
4
10
  export interface RequestHandler<RequestType, ResponseType, HandlerOptions = {}> {
5
11
  /**
6
12
  * metadata contains information of a handler. For example
@@ -11,6 +17,9 @@ export interface RequestHandler<RequestType, ResponseType, HandlerOptions = {}>
11
17
  destroy?: () => void;
12
18
  handle: (request: RequestType, handlerOptions?: HandlerOptions) => Promise<RequestHandlerOutput<ResponseType>>;
13
19
  }
20
+ /**
21
+ * @public
22
+ */
14
23
  export interface RequestHandlerMetadata {
15
24
  handlerProtocol: string;
16
25
  }
@@ -2,6 +2,8 @@ import { Endpoint } from "./http";
2
2
  import { FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput } from "./middleware";
3
3
  import { MetadataBearer } from "./response";
4
4
  /**
5
+ * @public
6
+ *
5
7
  * A function that, given a TypedArray of bytes, can produce a string
6
8
  * representation thereof.
7
9
  *
@@ -13,6 +15,8 @@ export interface Encoder {
13
15
  (input: Uint8Array): string;
14
16
  }
15
17
  /**
18
+ * @public
19
+ *
16
20
  * A function that, given a string, can derive the bytes represented by that
17
21
  * string.
18
22
  *
@@ -24,6 +28,8 @@ export interface Decoder {
24
28
  (input: string): Uint8Array;
25
29
  }
26
30
  /**
31
+ * @public
32
+ *
27
33
  * A function that, when invoked, returns a promise that will be fulfilled with
28
34
  * a value of type T.
29
35
  *
@@ -34,6 +40,8 @@ export interface Provider<T> {
34
40
  (): Promise<T>;
35
41
  }
36
42
  /**
43
+ * @public
44
+ *
37
45
  * A function that, when invoked, returns a promise that will be fulfilled with
38
46
  * a value of type T. It memoizes the result from the previous invocation
39
47
  * instead of calling the underlying resources every time.
@@ -53,6 +61,8 @@ export interface MemoizedProvider<T> {
53
61
  }): Promise<T>;
54
62
  }
55
63
  /**
64
+ * @public
65
+ *
56
66
  * A function that, given a request body, determines the
57
67
  * length of the body. This is used to determine the Content-Length
58
68
  * that should be sent with a request.
@@ -64,6 +74,8 @@ export interface BodyLengthCalculator {
64
74
  (body: any): number | undefined;
65
75
  }
66
76
  /**
77
+ * @public
78
+ *
67
79
  * Interface that specifies the retry behavior
68
80
  */
69
81
  export interface RetryStrategy {
@@ -79,12 +91,16 @@ export interface RetryStrategy {
79
91
  retry: <Input extends object, Output extends MetadataBearer>(next: FinalizeHandler<Input, Output>, args: FinalizeHandlerArguments<Input>) => Promise<FinalizeHandlerOutput<Output>>;
80
92
  }
81
93
  /**
94
+ * @public
95
+ *
82
96
  * Parses a URL in string form into an Endpoint object.
83
97
  */
84
98
  export interface UrlParser {
85
99
  (url: string | URL): Endpoint;
86
100
  }
87
101
  /**
102
+ * @public
103
+ *
88
104
  * Object containing regionalization information of
89
105
  * AWS services.
90
106
  */
@@ -96,6 +112,8 @@ export interface RegionInfo {
96
112
  signingRegion?: string;
97
113
  }
98
114
  /**
115
+ * @public
116
+ *
99
117
  * Options to pass when calling {@link RegionInfoProvider}
100
118
  */
101
119
  export interface RegionInfoProviderOptions {
@@ -111,6 +129,8 @@ export interface RegionInfoProviderOptions {
111
129
  useFipsEndpoint: boolean;
112
130
  }
113
131
  /**
132
+ * @public
133
+ *
114
134
  * Function returns designated service's regionalization
115
135
  * information from given region. Each service client
116
136
  * comes with its regionalization provider. it serves
@@ -120,11 +140,15 @@ export interface RegionInfoProvider {
120
140
  (region: string, options?: RegionInfoProviderOptions): Promise<RegionInfo | undefined>;
121
141
  }
122
142
  /**
143
+ * @public
144
+ *
123
145
  * A tuple that represents an API name and optional version
124
146
  * of a library built using the AWS SDK.
125
147
  */
126
148
  export declare type UserAgentPair = [name: string, version?: string];
127
149
  /**
150
+ * @public
151
+ *
128
152
  * User agent data that to be put into the request's user
129
153
  * agent.
130
154
  */
@@ -1,4 +1,7 @@
1
1
  import { AbortController } from "./abort";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface WaiterConfiguration<Client> {
3
6
  /**
4
7
  * Required service client
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/url-parser",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/querystring-parser": "3.272.0",
24
- "@aws-sdk/types": "3.272.0",
23
+ "@aws-sdk/querystring-parser": "3.289.0",
24
+ "@aws-sdk/types": "3.289.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-defaults-mode-browser",
3
- "version": "3.279.0",
3
+ "version": "3.289.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-sdk/property-provider": "3.272.0",
23
- "@aws-sdk/types": "3.272.0",
22
+ "@aws-sdk/property-provider": "3.289.0",
23
+ "@aws-sdk/types": "3.289.0",
24
24
  "bowser": "^2.11.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/smithy-client": "3.279.0",
28
+ "@aws-sdk/smithy-client": "3.289.0",
29
29
  "@tsconfig/recommended": "1.0.1",
30
30
  "@types/node": "^14.14.31",
31
31
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-defaults-mode-node",
3
- "version": "3.287.0",
3
+ "version": "3.289.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-sdk/config-resolver": "3.287.0",
23
- "@aws-sdk/credential-provider-imds": "3.287.0",
24
- "@aws-sdk/node-config-provider": "3.287.0",
25
- "@aws-sdk/property-provider": "3.272.0",
26
- "@aws-sdk/types": "3.272.0",
22
+ "@aws-sdk/config-resolver": "3.289.0",
23
+ "@aws-sdk/credential-provider-imds": "3.289.0",
24
+ "@aws-sdk/node-config-provider": "3.289.0",
25
+ "@aws-sdk/property-provider": "3.289.0",
26
+ "@aws-sdk/types": "3.289.0",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/smithy-client": "3.279.0",
30
+ "@aws-sdk/smithy-client": "3.289.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "@types/node": "^14.14.31",
33
33
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.272.0",
24
+ "@aws-sdk/types": "3.289.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-middleware",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/types": "3.272.0",
30
+ "@aws-sdk/types": "3.289.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "@types/node": "^14.14.31",
33
33
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-retry",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/service-error-classification": "3.272.0",
27
+ "@aws-sdk/service-error-classification": "3.289.0",
28
28
  "tslib": "^2.3.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/types": "3.272.0",
31
+ "@aws-sdk/types": "3.289.0",
32
32
  "@tsconfig/recommended": "1.0.1",
33
33
  "@types/node": "^14.14.31",
34
34
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.282.0",
3
+ "version": "3.289.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,12 +21,12 @@
21
21
  "license": "Apache-2.0",
22
22
  "react-native": "dist-es/index.native.js",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.272.0",
24
+ "@aws-sdk/types": "3.289.0",
25
25
  "bowser": "^2.11.0",
26
26
  "tslib": "^2.3.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/protocol-http": "3.282.0",
29
+ "@aws-sdk/protocol-http": "3.289.0",
30
30
  "@tsconfig/recommended": "1.0.1",
31
31
  "concurrently": "7.0.0",
32
32
  "downlevel-dts": "0.10.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.287.0",
3
+ "version": "3.289.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/node-config-provider": "3.287.0",
24
- "@aws-sdk/types": "3.272.0",
23
+ "@aws-sdk/node-config-provider": "3.289.0",
24
+ "@aws-sdk/types": "3.289.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/protocol-http": "3.282.0",
28
+ "@aws-sdk/protocol-http": "3.289.0",
29
29
  "@tsconfig/recommended": "1.0.1",
30
30
  "@types/node": "^14.14.31",
31
31
  "concurrently": "7.0.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-waiter",
3
- "version": "3.272.0",
3
+ "version": "3.289.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@aws-sdk/abort-controller": "3.272.0",
7
- "@aws-sdk/types": "3.272.0",
6
+ "@aws-sdk/abort-controller": "3.289.0",
7
+ "@aws-sdk/types": "3.289.0",
8
8
  "tslib": "^2.3.1"
9
9
  },
10
10
  "scripts": {