@cdklabs/cdk-ecs-codedeploy 0.0.94 → 0.0.95

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 (158) 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/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +23 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +19 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +13 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +23 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +23 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +32 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +10 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +10 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +26 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +19 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +124 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +24 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +131 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +12 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +13 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +18 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +10 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +19 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +14 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +23 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +23 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +26 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +10 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +32 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +13 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +35 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +29 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +34 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +10 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +10 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +27 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +19 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +34 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +23 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +20 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +20 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +27 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +27 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +13 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  58. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -0
  59. package/node_modules/@aws-sdk/client-sso/package.json +26 -26
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +22 -0
  63. package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +27 -0
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +37 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +44 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -0
  71. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -0
  72. package/node_modules/@aws-sdk/client-sts/package.json +29 -29
  73. package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
  74. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  75. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  76. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  77. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  78. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  79. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  80. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  81. package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
  82. package/node_modules/@aws-sdk/hash-node/package.json +2 -2
  83. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  84. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  85. package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
  86. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  87. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  88. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  89. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  90. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
  91. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  92. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  93. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  94. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  95. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  96. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  97. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  98. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
  99. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +10 -0
  100. package/node_modules/@aws-sdk/protocol-http/dist-cjs/headersProxy.js +52 -0
  101. package/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +99 -24
  102. package/node_modules/@aws-sdk/protocol-http/dist-cjs/queryProxy.js +71 -0
  103. package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
  104. package/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +10 -0
  105. package/node_modules/@aws-sdk/protocol-http/dist-es/headersProxy.js +45 -0
  106. package/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +99 -24
  107. package/node_modules/@aws-sdk/protocol-http/dist-es/queryProxy.js +65 -0
  108. package/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
  109. package/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +18 -1
  110. package/node_modules/@aws-sdk/protocol-http/dist-types/headersProxy.d.ts +39 -0
  111. package/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +50 -7
  112. package/node_modules/@aws-sdk/protocol-http/dist-types/queryProxy.d.ts +29 -0
  113. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +3 -1
  114. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/headersProxy.d.ts +8 -0
  115. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +30 -15
  116. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/queryProxy.d.ts +10 -0
  117. package/node_modules/@aws-sdk/protocol-http/package.json +3 -3
  118. package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
  119. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  120. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  121. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  122. package/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +18 -1
  123. package/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +18 -1
  124. package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
  125. package/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
  126. package/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
  127. package/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
  128. package/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
  129. package/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +10 -0
  130. package/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +1 -1
  131. package/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +2 -0
  132. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
  133. package/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
  134. package/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
  135. package/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
  136. package/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
  137. package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +35 -3
  138. package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +50 -0
  139. package/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
  140. package/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +2 -0
  141. package/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +2 -0
  142. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  143. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  144. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +6 -0
  145. package/node_modules/@aws-sdk/types/package.json +1 -1
  146. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  147. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  148. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  149. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  150. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  151. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  152. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  153. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  154. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
  155. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +2 -0
  156. package/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +13 -2
  157. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  158. package/package.json +5 -5
@@ -1,4 +1,6 @@
1
1
  /**
2
+ * @internal
3
+ *
2
4
  * Give an input string, strictly parses a boolean value.
3
5
  *
4
6
  * @param value The boolean string to parse.
@@ -6,6 +8,8 @@
6
8
  */
7
9
  export declare const parseBoolean: (value: string) => boolean;
8
10
  /**
11
+ * @internal
12
+ *
9
13
  * Asserts a value is a boolean and returns it.
10
14
  * Casts strings and numbers with a warning if there is evidence that they were
11
15
  * intended to be booleans.
@@ -16,6 +20,8 @@ export declare const parseBoolean: (value: string) => boolean;
16
20
  */
17
21
  export declare const expectBoolean: (value: any) => boolean | undefined;
18
22
  /**
23
+ * @internal
24
+ *
19
25
  * Asserts a value is a number and returns it.
20
26
  * Casts strings with a warning if the string is a parseable number.
21
27
  * This is to unblock slight API definition/implementation inconsistencies.
@@ -26,6 +32,8 @@ export declare const expectBoolean: (value: any) => boolean | undefined;
26
32
  */
27
33
  export declare const expectNumber: (value: any) => number | undefined;
28
34
  /**
35
+ * @internal
36
+ *
29
37
  * Asserts a value is a 32-bit float and returns it.
30
38
  *
31
39
  * @param value A value that is expected to be a 32-bit float.
@@ -34,6 +42,8 @@ export declare const expectNumber: (value: any) => number | undefined;
34
42
  */
35
43
  export declare const expectFloat32: (value: any) => number | undefined;
36
44
  /**
45
+ * @internal
46
+ *
37
47
  * Asserts a value is an integer and returns it.
38
48
  *
39
49
  * @param value A value that is expected to be an integer.
@@ -42,10 +52,14 @@ export declare const expectFloat32: (value: any) => number | undefined;
42
52
  */
43
53
  export declare const expectLong: (value: any) => number | undefined;
44
54
  /**
55
+ * @internal
56
+ *
45
57
  * @deprecated Use expectLong
46
58
  */
47
59
  export declare const expectInt: (value: any) => number | undefined;
48
60
  /**
61
+ * @internal
62
+ *
49
63
  * Asserts a value is a 32-bit integer and returns it.
50
64
  *
51
65
  * @param value A value that is expected to be an integer.
@@ -54,6 +68,8 @@ export declare const expectInt: (value: any) => number | undefined;
54
68
  */
55
69
  export declare const expectInt32: (value: any) => number | undefined;
56
70
  /**
71
+ * @internal
72
+ *
57
73
  * Asserts a value is a 16-bit integer and returns it.
58
74
  *
59
75
  * @param value A value that is expected to be an integer.
@@ -62,6 +78,8 @@ export declare const expectInt32: (value: any) => number | undefined;
62
78
  */
63
79
  export declare const expectShort: (value: any) => number | undefined;
64
80
  /**
81
+ * @internal
82
+ *
65
83
  * Asserts a value is an 8-bit integer and returns it.
66
84
  *
67
85
  * @param value A value that is expected to be an integer.
@@ -70,6 +88,8 @@ export declare const expectShort: (value: any) => number | undefined;
70
88
  */
71
89
  export declare const expectByte: (value: any) => number | undefined;
72
90
  /**
91
+ * @internal
92
+ *
73
93
  * Asserts a value is not null or undefined and returns it, or throws an error.
74
94
  *
75
95
  * @param value A value that is expected to be defined
@@ -78,6 +98,8 @@ export declare const expectByte: (value: any) => number | undefined;
78
98
  */
79
99
  export declare const expectNonNull: <T>(value: T | null | undefined, location?: string | undefined) => T;
80
100
  /**
101
+ * @internal
102
+ *
81
103
  * Asserts a value is an JSON-like object and returns it. This is expected to be used
82
104
  * with values parsed from JSON (arrays, objects, numbers, strings, booleans).
83
105
  *
@@ -87,6 +109,8 @@ export declare const expectNonNull: <T>(value: T | null | undefined, location?:
87
109
  */
88
110
  export declare const expectObject: (value: any) => Record<string, any> | undefined;
89
111
  /**
112
+ * @internal
113
+ *
90
114
  * Asserts a value is a string and returns it.
91
115
  * Numbers and boolean will be cast to strings with a warning.
92
116
  *
@@ -96,6 +120,8 @@ export declare const expectObject: (value: any) => Record<string, any> | undefin
96
120
  */
97
121
  export declare const expectString: (value: any) => string | undefined;
98
122
  /**
123
+ * @internal
124
+ *
99
125
  * Asserts a value is a JSON-like object with only one non-null/non-undefined key and
100
126
  * returns it.
101
127
  *
@@ -106,6 +132,8 @@ export declare const expectString: (value: any) => string | undefined;
106
132
  */
107
133
  export declare const expectUnion: (value: unknown) => Record<string, any> | undefined;
108
134
  /**
135
+ * @internal
136
+ *
109
137
  * Parses a value into a double. If the value is null or undefined, undefined
110
138
  * will be returned. If the value is a string, it will be parsed by the standard
111
139
  * parseFloat with one exception: NaN may only be explicitly set as the string
@@ -117,10 +145,14 @@ export declare const expectUnion: (value: unknown) => Record<string, any> | unde
117
145
  */
118
146
  export declare const strictParseDouble: (value: string | number) => number | undefined;
119
147
  /**
148
+ * @internal
149
+ *
120
150
  * @deprecated Use strictParseDouble
121
151
  */
122
152
  export declare const strictParseFloat: (value: string | number) => number | undefined;
123
153
  /**
154
+ * @internal
155
+ *
124
156
  * Parses a value into a float. If the value is null or undefined, undefined
125
157
  * will be returned. If the value is a string, it will be parsed by the standard
126
158
  * parseFloat with one exception: NaN may only be explicitly set as the string
@@ -132,6 +164,8 @@ export declare const strictParseFloat: (value: string | number) => number | unde
132
164
  */
133
165
  export declare const strictParseFloat32: (value: string | number) => number | undefined;
134
166
  /**
167
+ * @internal
168
+ *
135
169
  * Asserts a value is a number and returns it. If the value is a string
136
170
  * representation of a non-numeric number type (NaN, Infinity, -Infinity),
137
171
  * the value will be parsed. Any other string value will result in an exception
@@ -143,14 +177,20 @@ export declare const strictParseFloat32: (value: string | number) => number | un
143
177
  */
144
178
  export declare const limitedParseDouble: (value: string | number) => number | undefined;
145
179
  /**
180
+ * @internal
181
+ *
146
182
  * @deprecated Use limitedParseDouble
147
183
  */
148
184
  export declare const handleFloat: (value: string | number) => number | undefined;
149
185
  /**
186
+ * @internal
187
+ *
150
188
  * @deprecated Use limitedParseDouble
151
189
  */
152
190
  export declare const limitedParseFloat: (value: string | number) => number | undefined;
153
191
  /**
192
+ * @internal
193
+ *
154
194
  * Asserts a value is a 32-bit float and returns it. If the value is a string
155
195
  * representation of a non-numeric number type (NaN, Infinity, -Infinity),
156
196
  * the value will be parsed. Any other string value will result in an exception
@@ -162,6 +202,8 @@ export declare const limitedParseFloat: (value: string | number) => number | und
162
202
  */
163
203
  export declare const limitedParseFloat32: (value: string | number) => number | undefined;
164
204
  /**
205
+ * @internal
206
+ *
165
207
  * Parses a value into an integer. If the value is null or undefined, undefined
166
208
  * will be returned. If the value is a string, it will be parsed by parseFloat
167
209
  * and the result will be asserted to be an integer. If the parsed value is not
@@ -173,10 +215,14 @@ export declare const limitedParseFloat32: (value: string | number) => number | u
173
215
  */
174
216
  export declare const strictParseLong: (value: string | number) => number | undefined;
175
217
  /**
218
+ * @internal
219
+ *
176
220
  * @deprecated Use strictParseLong
177
221
  */
178
222
  export declare const strictParseInt: (value: string | number) => number | undefined;
179
223
  /**
224
+ * @internal
225
+ *
180
226
  * Parses a value into a 32-bit integer. If the value is null or undefined, undefined
181
227
  * will be returned. If the value is a string, it will be parsed by parseFloat
182
228
  * and the result will be asserted to be an integer. If the parsed value is not
@@ -188,6 +234,8 @@ export declare const strictParseInt: (value: string | number) => number | undefi
188
234
  */
189
235
  export declare const strictParseInt32: (value: string | number) => number | undefined;
190
236
  /**
237
+ * @internal
238
+ *
191
239
  * Parses a value into a 16-bit integer. If the value is null or undefined, undefined
192
240
  * will be returned. If the value is a string, it will be parsed by parseFloat
193
241
  * and the result will be asserted to be an integer. If the parsed value is not
@@ -199,6 +247,8 @@ export declare const strictParseInt32: (value: string | number) => number | unde
199
247
  */
200
248
  export declare const strictParseShort: (value: string | number) => number | undefined;
201
249
  /**
250
+ * @internal
251
+ *
202
252
  * Parses a value into an 8-bit integer. If the value is null or undefined, undefined
203
253
  * will be returned. If the value is a string, it will be parsed by parseFloat
204
254
  * and the result will be asserted to be an integer. If the parsed value is not
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string;
@@ -1,4 +1,6 @@
1
1
  /**
2
+ * @internal
3
+ *
2
4
  * Serializes a number, turning non-numeric values into strings.
3
5
  *
4
6
  * @param value The number to serialize.
@@ -1,4 +1,6 @@
1
1
  /**
2
+ * @internal
3
+ *
2
4
  * Given an input string, splits based on the delimiter after a given
3
5
  * number of delimiters has been encountered.
4
6
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/smithy-client",
3
- "version": "3.289.0",
3
+ "version": "3.290.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/middleware-stack": "3.289.0",
24
- "@aws-sdk/types": "3.289.0",
23
+ "@aws-sdk/middleware-stack": "3.290.0",
24
+ "@aws-sdk/types": "3.290.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.289.0",
3
+ "version": "3.290.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso-oidc": "3.289.0",
29
- "@aws-sdk/property-provider": "3.289.0",
30
- "@aws-sdk/shared-ini-file-loader": "3.289.0",
31
- "@aws-sdk/types": "3.289.0",
28
+ "@aws-sdk/client-sso-oidc": "3.290.0",
29
+ "@aws-sdk/property-provider": "3.290.0",
30
+ "@aws-sdk/shared-ini-file-loader": "3.290.0",
31
+ "@aws-sdk/types": "3.290.0",
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
@@ -40,6 +40,8 @@ export interface Headers extends Map<string, string> {
40
40
  * The SDK may at any point during processing remove one of the object
41
41
  * properties in favor of the other. The headers may or may not be combined, and
42
42
  * the SDK will not deterministically select which header candidate to use.
43
+ *
44
+ * @deprecated Replaced by implementation Fields in @aws-sdk/protocol-http.
43
45
  */
44
46
  export declare type HeaderBag = Record<string, string>;
45
47
  /**
@@ -47,6 +49,8 @@ export declare type HeaderBag = Record<string, string>;
47
49
  *
48
50
  * Represents an HTTP message with headers and an optional static or streaming
49
51
  * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
52
+ *
53
+ * @deprecated Replaced by implementation HttpRequest/HttpResponse in @aws-sdk/protocol-http.
50
54
  */
51
55
  export interface HttpMessage {
52
56
  headers: HeaderBag;
@@ -77,6 +81,8 @@ export interface Endpoint {
77
81
  *
78
82
  * Interface an HTTP request class. Contains
79
83
  * addressing information in addition to standard message properties.
84
+ *
85
+ * @deprecated Replaced by implementation HttpRequest in @aws-sdk/protocol-http.
80
86
  */
81
87
  export interface HttpRequest extends HttpMessage, Endpoint {
82
88
  method: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.289.0",
3
+ "version": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
24
- "@aws-sdk/types": "3.289.0",
23
+ "@aws-sdk/querystring-parser": "3.290.0",
24
+ "@aws-sdk/types": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
23
- "@aws-sdk/types": "3.289.0",
22
+ "@aws-sdk/property-provider": "3.290.0",
23
+ "@aws-sdk/types": "3.290.0",
24
24
  "bowser": "^2.11.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/smithy-client": "3.289.0",
28
+ "@aws-sdk/smithy-client": "3.290.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.289.0",
3
+ "version": "3.290.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.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",
22
+ "@aws-sdk/config-resolver": "3.290.0",
23
+ "@aws-sdk/credential-provider-imds": "3.290.0",
24
+ "@aws-sdk/node-config-provider": "3.290.0",
25
+ "@aws-sdk/property-provider": "3.290.0",
26
+ "@aws-sdk/types": "3.290.0",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/smithy-client": "3.289.0",
30
+ "@aws-sdk/smithy-client": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
24
+ "@aws-sdk/types": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
30
+ "@aws-sdk/types": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
27
+ "@aws-sdk/service-error-classification": "3.290.0",
28
28
  "tslib": "^2.3.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/types": "3.289.0",
31
+ "@aws-sdk/types": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
24
+ "@aws-sdk/types": "3.290.0",
25
25
  "bowser": "^2.11.0",
26
26
  "tslib": "^2.3.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/protocol-http": "3.289.0",
29
+ "@aws-sdk/protocol-http": "3.290.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.289.0",
3
+ "version": "3.290.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.289.0",
24
- "@aws-sdk/types": "3.289.0",
23
+ "@aws-sdk/node-config-provider": "3.290.0",
24
+ "@aws-sdk/types": "3.290.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/protocol-http": "3.289.0",
28
+ "@aws-sdk/protocol-http": "3.290.0",
29
29
  "@tsconfig/recommended": "1.0.1",
30
30
  "@types/node": "^14.14.31",
31
31
  "concurrently": "7.0.0",
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare const sleep: (seconds: number) => Promise<unknown>;
@@ -1,5 +1,7 @@
1
1
  import { WaiterOptions } from "../waiter";
2
2
  /**
3
+ * @internal
4
+ *
3
5
  * Validates that waiter options are passed correctly
4
6
  * @param options a waiter configuration object
5
7
  */
@@ -1,17 +1,23 @@
1
1
  import { WaiterConfiguration as WaiterConfiguration__ } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface WaiterConfiguration<T> extends WaiterConfiguration__<T> {
3
6
  }
4
7
  /**
5
- * @private
8
+ * @internal
6
9
  */
7
10
  export declare const waiterServiceDefaults: {
8
11
  minDelay: number;
9
12
  maxDelay: number;
10
13
  };
11
14
  /**
12
- * @private
15
+ * @internal
13
16
  */
14
17
  export declare type WaiterOptions<Client> = WaiterConfiguration<Client> & Required<Pick<WaiterConfiguration<Client>, "minDelay" | "maxDelay">>;
18
+ /**
19
+ * @internal
20
+ */
15
21
  export declare enum WaiterState {
16
22
  ABORTED = "ABORTED",
17
23
  FAILURE = "FAILURE",
@@ -19,6 +25,9 @@ export declare enum WaiterState {
19
25
  RETRY = "RETRY",
20
26
  TIMEOUT = "TIMEOUT"
21
27
  }
28
+ /**
29
+ * @internal
30
+ */
22
31
  export declare type WaiterResult = {
23
32
  state: WaiterState;
24
33
  /**
@@ -27,6 +36,8 @@ export declare type WaiterResult = {
27
36
  reason?: any;
28
37
  };
29
38
  /**
39
+ * @internal
40
+ *
30
41
  * Handles and throws exceptions resulting from the waiterResult
31
42
  * @param result WaiterResult
32
43
  */
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-waiter",
3
- "version": "3.289.0",
3
+ "version": "3.290.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@aws-sdk/abort-controller": "3.289.0",
7
- "@aws-sdk/types": "3.289.0",
6
+ "@aws-sdk/abort-controller": "3.290.0",
7
+ "@aws-sdk/types": "3.290.0",
8
8
  "tslib": "^2.3.1"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "aws-cdk-lib": "2.68.0",
74
74
  "aws-sdk-client-mock": "^2.1.1",
75
75
  "aws-sdk-client-mock-jest": "^2.1.1",
76
- "cdk-nag": "^2.22.33",
76
+ "cdk-nag": "^2.22.34",
77
77
  "constructs": "10.0.5",
78
78
  "esbuild": "^0.17.11",
79
79
  "eslint": "^8",
@@ -84,11 +84,11 @@
84
84
  "jest-junit": "^13",
85
85
  "jsii": "^1.77.0",
86
86
  "jsii-diff": "^1.77.0",
87
- "jsii-docgen": "^7.1.23",
87
+ "jsii-docgen": "^7.1.24",
88
88
  "jsii-pacmak": "^1.77.0",
89
89
  "lambda-tester": "^4.0.1",
90
90
  "npm-check-updates": "^16",
91
- "projen": "0.67.83",
91
+ "projen": "0.67.85",
92
92
  "standard-version": "^9",
93
93
  "ts-jest": "^27",
94
94
  "ts-node": "^10.9.1",
@@ -100,7 +100,7 @@
100
100
  "constructs": "^10.0.5"
101
101
  },
102
102
  "dependencies": {
103
- "@aws-sdk/client-codedeploy": "^3.289.0",
103
+ "@aws-sdk/client-codedeploy": "^3.290.0",
104
104
  "jmespath": "^0.16.0"
105
105
  },
106
106
  "bundledDependencies": [
@@ -118,7 +118,7 @@
118
118
  "publishConfig": {
119
119
  "access": "public"
120
120
  },
121
- "version": "0.0.94",
121
+ "version": "0.0.95",
122
122
  "jest": {
123
123
  "testMatch": [
124
124
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",