@jjrawlins/cdk-ami-builder 0.0.179 → 0.0.180

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 (153) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +6 -0
  8. package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +56 -29
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +5 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +33 -6
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +8 -3
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -2
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +8 -3
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -2
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +13 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +31 -43
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +40 -10
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +31 -166
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +166 -73
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +71 -100
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +102 -68
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +67 -2
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +2 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +4 -2
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -4
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -4
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +4 -2
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +2 -4
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +7 -0
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -9
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +9 -3
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -18
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +19 -13
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +12 -18
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +19 -17
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  46. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  47. package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
  48. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  49. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  50. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
  51. package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
  52. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  53. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  54. package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
  55. package/node_modules/@aws-sdk/core/package.json +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  57. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  58. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  59. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  60. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  61. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  62. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  63. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  64. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  65. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  66. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  67. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  68. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  69. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  70. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  71. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -49
  72. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -11
  73. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -6
  74. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -6
  75. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -12
  76. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -6
  77. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -9
  78. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -4
  79. package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
  80. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  81. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  82. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  83. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  84. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  85. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  86. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  87. package/node_modules/@smithy/config-resolver/package.json +1 -1
  88. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  89. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
  90. package/node_modules/@smithy/middleware-endpoint/package.json +1 -1
  91. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  92. package/node_modules/@smithy/smithy-client/package.json +2 -2
  93. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  94. package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
  95. package/node_modules/strnum/CHANGELOG.md +5 -2
  96. package/node_modules/strnum/package.json +1 -1
  97. package/node_modules/strnum/strnum.js +9 -4
  98. package/node_modules/strnum/tests/strnum_test.js +2 -0
  99. package/node_modules/strnum/tests/temp.js +8 -0
  100. package/package.json +10 -10
  101. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
  102. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  103. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
  104. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  105. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  106. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
  107. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
  108. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
  109. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
  110. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
  111. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  112. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  113. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  114. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
  115. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  116. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  117. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  118. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
  119. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
  120. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  121. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
  122. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  123. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  124. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  125. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  126. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  127. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  128. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  129. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  130. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  131. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  132. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  133. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
  134. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  135. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  136. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  137. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  138. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  139. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  140. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  141. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  142. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  143. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  144. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  145. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  146. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
  147. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  148. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  149. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  150. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  151. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  152. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  153. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -43,6 +43,7 @@ import {
43
43
  FleetInstanceMatchCriteria,
44
44
  FleetOnDemandAllocationStrategy,
45
45
  FleetReplacementStrategy,
46
+ FleetReservationType,
46
47
  FleetStateCode,
47
48
  FleetType,
48
49
  FpgaImageAttributeName,
@@ -140,6 +141,9 @@ import {
140
141
  VerifiedAccessGroup,
141
142
  VpcBlockPublicAccessExclusion,
142
143
  } from "./models_2";
144
+ export interface DeleteTrafficMirrorSessionResult {
145
+ TrafficMirrorSessionId?: string | undefined;
146
+ }
143
147
  export interface DeleteTrafficMirrorTargetRequest {
144
148
  TrafficMirrorTargetId: string | undefined;
145
149
  DryRun?: boolean | undefined;
@@ -1320,6 +1324,9 @@ export interface OnDemandOptions {
1320
1324
  MinTargetCapacity?: number | undefined;
1321
1325
  MaxTotalPrice?: string | undefined;
1322
1326
  }
1327
+ export interface ReservedCapacityOptions {
1328
+ ReservationTypes?: FleetReservationType[] | undefined;
1329
+ }
1323
1330
  export interface FleetSpotCapacityRebalance {
1324
1331
  ReplacementStrategy?: FleetReplacementStrategy | undefined;
1325
1332
  TerminationDelay?: number | undefined;
@@ -1364,6 +1371,7 @@ export interface FleetData {
1364
1371
  ReplaceUnhealthyInstances?: boolean | undefined;
1365
1372
  SpotOptions?: SpotOptions | undefined;
1366
1373
  OnDemandOptions?: OnDemandOptions | undefined;
1374
+ ReservedCapacityOptions?: ReservedCapacityOptions | undefined;
1367
1375
  Tags?: Tag[] | undefined;
1368
1376
  Errors?: DescribeFleetError[] | undefined;
1369
1377
  Instances?: DescribeFleetsInstances[] | undefined;
@@ -1916,21 +1924,3 @@ export interface DescribeInstanceEventWindowsResult {
1916
1924
  InstanceEventWindows?: InstanceEventWindow[] | undefined;
1917
1925
  NextToken?: string | undefined;
1918
1926
  }
1919
- export interface DescribeInstanceImageMetadataRequest {
1920
- Filters?: Filter[] | undefined;
1921
- InstanceIds?: string[] | undefined;
1922
- MaxResults?: number | undefined;
1923
- NextToken?: string | undefined;
1924
- DryRun?: boolean | undefined;
1925
- }
1926
- export interface ImageMetadata {
1927
- ImageId?: string | undefined;
1928
- Name?: string | undefined;
1929
- OwnerId?: string | undefined;
1930
- State?: ImageState | undefined;
1931
- ImageOwnerAlias?: string | undefined;
1932
- CreationDate?: string | undefined;
1933
- DeprecationTime?: string | undefined;
1934
- ImageAllowed?: boolean | undefined;
1935
- IsPublic?: boolean | undefined;
1936
- }
@@ -31,6 +31,7 @@ import {
31
31
  HostnameType,
32
32
  HttpTokensState,
33
33
  HypervisorType,
34
+ ImageState,
34
35
  InstanceAutoRecoveryState,
35
36
  InstanceBandwidthWeighting,
36
37
  InstanceBootModeValues,
@@ -162,19 +163,35 @@ import {
162
163
  Snapshot,
163
164
  TrafficMirrorFilter,
164
165
  TrafficMirrorFilterRule,
165
- TrafficMirrorSession,
166
166
  } from "./models_2";
167
167
  import {
168
168
  AttributeBooleanValue,
169
169
  EnclaveOptions,
170
170
  EventInformation,
171
- ImageMetadata,
172
171
  Byoasn,
173
172
  Filter,
174
173
  IdFormat,
175
174
  InstanceBlockDeviceMapping,
176
175
  ProductCode,
177
176
  } from "./models_3";
177
+ export interface DescribeInstanceImageMetadataRequest {
178
+ Filters?: Filter[] | undefined;
179
+ InstanceIds?: string[] | undefined;
180
+ MaxResults?: number | undefined;
181
+ NextToken?: string | undefined;
182
+ DryRun?: boolean | undefined;
183
+ }
184
+ export interface ImageMetadata {
185
+ ImageId?: string | undefined;
186
+ Name?: string | undefined;
187
+ OwnerId?: string | undefined;
188
+ State?: ImageState | undefined;
189
+ ImageOwnerAlias?: string | undefined;
190
+ CreationDate?: string | undefined;
191
+ DeprecationTime?: string | undefined;
192
+ ImageAllowed?: boolean | undefined;
193
+ IsPublic?: boolean | undefined;
194
+ }
178
195
  export interface InstanceState {
179
196
  Code?: number | undefined;
180
197
  Name?: InstanceStateName | undefined;
@@ -2175,14 +2192,3 @@ export interface DescribeTrafficMirrorSessionsRequest {
2175
2192
  MaxResults?: number | undefined;
2176
2193
  NextToken?: string | undefined;
2177
2194
  }
2178
- export interface DescribeTrafficMirrorSessionsResult {
2179
- TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
2180
- NextToken?: string | undefined;
2181
- }
2182
- export interface DescribeTrafficMirrorTargetsRequest {
2183
- TrafficMirrorTargetIds?: string[] | undefined;
2184
- DryRun?: boolean | undefined;
2185
- Filters?: Filter[] | undefined;
2186
- MaxResults?: number | undefined;
2187
- NextToken?: string | undefined;
2188
- }
@@ -85,6 +85,7 @@ import {
85
85
  DnsEntry,
86
86
  ServiceConfiguration,
87
87
  ServiceTypeDetail,
88
+ TrafficMirrorSession,
88
89
  TrafficMirrorTarget,
89
90
  TransitGateway,
90
91
  TransitGatewayConnect,
@@ -111,6 +112,17 @@ import {
111
112
  ProductCode,
112
113
  } from "./models_3";
113
114
  import { RegisteredInstance } from "./models_4";
115
+ export interface DescribeTrafficMirrorSessionsResult {
116
+ TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
117
+ NextToken?: string | undefined;
118
+ }
119
+ export interface DescribeTrafficMirrorTargetsRequest {
120
+ TrafficMirrorTargetIds?: string[] | undefined;
121
+ DryRun?: boolean | undefined;
122
+ Filters?: Filter[] | undefined;
123
+ MaxResults?: number | undefined;
124
+ NextToken?: string | undefined;
125
+ }
114
126
  export interface DescribeTrafficMirrorTargetsResult {
115
127
  TrafficMirrorTargets?: TrafficMirrorTarget[] | undefined;
116
128
  NextToken?: string | undefined;
@@ -1646,21 +1658,3 @@ export interface RegionalSummary {
1646
1658
  NumberOfMatchedAccounts?: number | undefined;
1647
1659
  NumberOfUnmatchedAccounts?: number | undefined;
1648
1660
  }
1649
- export interface AttributeSummary {
1650
- AttributeName?: string | undefined;
1651
- MostFrequentValue?: string | undefined;
1652
- NumberOfMatchedAccounts?: number | undefined;
1653
- NumberOfUnmatchedAccounts?: number | undefined;
1654
- RegionalSummaries?: RegionalSummary[] | undefined;
1655
- }
1656
- export interface GetDeclarativePoliciesReportSummaryResult {
1657
- ReportId?: string | undefined;
1658
- S3Bucket?: string | undefined;
1659
- S3Prefix?: string | undefined;
1660
- TargetId?: string | undefined;
1661
- StartTime?: Date | undefined;
1662
- EndTime?: Date | undefined;
1663
- NumberOfAccounts?: number | undefined;
1664
- NumberOfFailedAccounts?: number | undefined;
1665
- AttributeSummaries?: AttributeSummary[] | undefined;
1666
- }
@@ -76,7 +76,6 @@ import {
76
76
  TrafficMirrorFilterRuleField,
77
77
  TrafficMirrorNetworkService,
78
78
  TrafficMirrorRuleAction,
79
- TrafficMirrorSessionField,
80
79
  TransitGatewayAssociationState,
81
80
  TransitGatewayAttachmentResourceType,
82
81
  TransitGatewayPropagationState,
@@ -138,7 +137,6 @@ import {
138
137
  TrafficMirrorFilter,
139
138
  TrafficMirrorFilterRule,
140
139
  TrafficMirrorPortRangeRequest,
141
- TrafficMirrorSession,
142
140
  SubnetCidrReservation,
143
141
  TransitGatewayMeteringPolicyEntry,
144
142
  TransitGatewayPrefixListReference,
@@ -161,7 +159,25 @@ import {
161
159
  LaunchTemplateConfig,
162
160
  ReservedInstancesConfiguration,
163
161
  } from "./models_4";
164
- import { RouteServerPropagation } from "./models_5";
162
+ import { RegionalSummary, RouteServerPropagation } from "./models_5";
163
+ export interface AttributeSummary {
164
+ AttributeName?: string | undefined;
165
+ MostFrequentValue?: string | undefined;
166
+ NumberOfMatchedAccounts?: number | undefined;
167
+ NumberOfUnmatchedAccounts?: number | undefined;
168
+ RegionalSummaries?: RegionalSummary[] | undefined;
169
+ }
170
+ export interface GetDeclarativePoliciesReportSummaryResult {
171
+ ReportId?: string | undefined;
172
+ S3Bucket?: string | undefined;
173
+ S3Prefix?: string | undefined;
174
+ TargetId?: string | undefined;
175
+ StartTime?: Date | undefined;
176
+ EndTime?: Date | undefined;
177
+ NumberOfAccounts?: number | undefined;
178
+ NumberOfFailedAccounts?: number | undefined;
179
+ AttributeSummaries?: AttributeSummary[] | undefined;
180
+ }
165
181
  export interface GetDefaultCreditSpecificationRequest {
166
182
  DryRun?: boolean | undefined;
167
183
  InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
@@ -1891,17 +1907,3 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
1891
1907
  export interface ModifyTrafficMirrorFilterRuleResult {
1892
1908
  TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
1893
1909
  }
1894
- export interface ModifyTrafficMirrorSessionRequest {
1895
- TrafficMirrorSessionId: string | undefined;
1896
- TrafficMirrorTargetId?: string | undefined;
1897
- TrafficMirrorFilterId?: string | undefined;
1898
- PacketLength?: number | undefined;
1899
- SessionNumber?: number | undefined;
1900
- VirtualNetworkId?: number | undefined;
1901
- Description?: string | undefined;
1902
- RemoveFields?: TrafficMirrorSessionField[] | undefined;
1903
- DryRun?: boolean | undefined;
1904
- }
1905
- export interface ModifyTrafficMirrorSessionResult {
1906
- TrafficMirrorSession?: TrafficMirrorSession | undefined;
1907
- }
@@ -47,6 +47,7 @@ import {
47
47
  SSEType,
48
48
  Status,
49
49
  TpmSupportValues,
50
+ TrafficMirrorSessionField,
50
51
  TransitGatewayAttachmentResourceType,
51
52
  VerificationMethod,
52
53
  VerifiedAccessEndpointProtocol,
@@ -91,6 +92,7 @@ import {
91
92
  } from "./models_1";
92
93
  import {
93
94
  DnsOptionsSpecification,
95
+ TrafficMirrorSession,
94
96
  TransitGateway,
95
97
  TransitGatewayMeteringPolicy,
96
98
  TransitGatewayPrefixListReference,
@@ -139,6 +141,20 @@ import {
139
141
  VpcBlockPublicAccessOptions,
140
142
  } from "./models_5";
141
143
  import { CapacityReservationSpecification, Purchase } from "./models_6";
144
+ export interface ModifyTrafficMirrorSessionRequest {
145
+ TrafficMirrorSessionId: string | undefined;
146
+ TrafficMirrorTargetId?: string | undefined;
147
+ TrafficMirrorFilterId?: string | undefined;
148
+ PacketLength?: number | undefined;
149
+ SessionNumber?: number | undefined;
150
+ VirtualNetworkId?: number | undefined;
151
+ Description?: string | undefined;
152
+ RemoveFields?: TrafficMirrorSessionField[] | undefined;
153
+ DryRun?: boolean | undefined;
154
+ }
155
+ export interface ModifyTrafficMirrorSessionResult {
156
+ TrafficMirrorSession?: TrafficMirrorSession | undefined;
157
+ }
142
158
  export interface ModifyTransitGatewayOptions {
143
159
  AddTransitGatewayCidrBlocks?: string[] | undefined;
144
160
  RemoveTransitGatewayCidrBlocks?: string[] | undefined;
@@ -2023,6 +2023,8 @@ export declare var RequestSpotLaunchSpecification$: StaticStructureSchema;
2023
2023
  export declare var Reservation$: StaticStructureSchema;
2024
2024
  export declare var ReservationFleetInstanceSpecification$: StaticStructureSchema;
2025
2025
  export declare var ReservationValue$: StaticStructureSchema;
2026
+ export declare var ReservedCapacityOptions$: StaticStructureSchema;
2027
+ export declare var ReservedCapacityOptionsRequest$: StaticStructureSchema;
2026
2028
  export declare var ReservedInstanceLimitPrice$: StaticStructureSchema;
2027
2029
  export declare var ReservedInstanceReservationValue$: StaticStructureSchema;
2028
2030
  export declare var ReservedInstances$: StaticStructureSchema;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -25,18 +25,18 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.973.21",
29
- "@aws-sdk/credential-provider-node": "^3.972.22",
28
+ "@aws-sdk/core": "^3.973.22",
29
+ "@aws-sdk/credential-provider-node": "^3.972.23",
30
30
  "@aws-sdk/middleware-host-header": "^3.972.8",
31
31
  "@aws-sdk/middleware-logger": "^3.972.8",
32
32
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
33
33
  "@aws-sdk/middleware-sdk-ec2": "^3.972.16",
34
- "@aws-sdk/middleware-user-agent": "^3.972.22",
34
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
35
35
  "@aws-sdk/region-config-resolver": "^3.972.8",
36
36
  "@aws-sdk/types": "^3.973.6",
37
37
  "@aws-sdk/util-endpoints": "^3.996.5",
38
38
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
39
- "@aws-sdk/util-user-agent-node": "^3.973.8",
39
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
40
40
  "@smithy/config-resolver": "^4.4.11",
41
41
  "@smithy/core": "^3.23.12",
42
42
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.21",
27
- "@aws-sdk/credential-provider-node": "^3.972.22",
26
+ "@aws-sdk/core": "^3.973.22",
27
+ "@aws-sdk/credential-provider-node": "^3.972.23",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.22",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
37
37
  "@smithy/config-resolver": "^4.4.11",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kms",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.21",
27
- "@aws-sdk/credential-provider-node": "^3.972.22",
26
+ "@aws-sdk/core": "^3.973.22",
27
+ "@aws-sdk/credential-provider-node": "^3.972.23",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.22",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
37
37
  "@smithy/config-resolver": "^4.4.11",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -30,24 +30,24 @@
30
30
  "@aws-crypto/sha1-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-browser": "5.2.0",
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
- "@aws-sdk/core": "^3.973.21",
34
- "@aws-sdk/credential-provider-node": "^3.972.22",
33
+ "@aws-sdk/core": "^3.973.22",
34
+ "@aws-sdk/credential-provider-node": "^3.972.23",
35
35
  "@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
36
36
  "@aws-sdk/middleware-expect-continue": "^3.972.8",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.974.1",
37
+ "@aws-sdk/middleware-flexible-checksums": "^3.974.2",
38
38
  "@aws-sdk/middleware-host-header": "^3.972.8",
39
39
  "@aws-sdk/middleware-location-constraint": "^3.972.8",
40
40
  "@aws-sdk/middleware-logger": "^3.972.8",
41
41
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
42
- "@aws-sdk/middleware-sdk-s3": "^3.972.21",
42
+ "@aws-sdk/middleware-sdk-s3": "^3.972.22",
43
43
  "@aws-sdk/middleware-ssec": "^3.972.8",
44
- "@aws-sdk/middleware-user-agent": "^3.972.22",
44
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
45
45
  "@aws-sdk/region-config-resolver": "^3.972.8",
46
- "@aws-sdk/signature-v4-multi-region": "^3.996.9",
46
+ "@aws-sdk/signature-v4-multi-region": "^3.996.10",
47
47
  "@aws-sdk/types": "^3.973.6",
48
48
  "@aws-sdk/util-endpoints": "^3.996.5",
49
49
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
50
- "@aws-sdk/util-user-agent-node": "^3.973.8",
50
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
51
51
  "@smithy/config-resolver": "^4.4.11",
52
52
  "@smithy/core": "^3.23.12",
53
53
  "@smithy/eventstream-serde-browser": "^4.2.12",
@@ -84,7 +84,7 @@
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.1012.0",
87
+ "@aws-sdk/signature-v4-crt": "3.1013.0",
88
88
  "@smithy/snapshot-testing": "^2.0.3",
89
89
  "@tsconfig/node20": "20.1.8",
90
90
  "@types/node": "^20.14.8",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -25,17 +25,17 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.973.21",
29
- "@aws-sdk/credential-provider-node": "^3.972.22",
28
+ "@aws-sdk/core": "^3.973.22",
29
+ "@aws-sdk/credential-provider-node": "^3.972.23",
30
30
  "@aws-sdk/middleware-host-header": "^3.972.8",
31
31
  "@aws-sdk/middleware-logger": "^3.972.8",
32
32
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
33
- "@aws-sdk/middleware-user-agent": "^3.972.22",
33
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
34
34
  "@aws-sdk/region-config-resolver": "^3.972.8",
35
35
  "@aws-sdk/types": "^3.973.6",
36
36
  "@aws-sdk/util-endpoints": "^3.996.5",
37
37
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
38
- "@aws-sdk/util-user-agent-node": "^3.973.8",
38
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
39
39
  "@smithy/config-resolver": "^4.4.11",
40
40
  "@smithy/core": "^3.23.12",
41
41
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sfn",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.21",
25
- "@aws-sdk/credential-provider-node": "^3.972.22",
24
+ "@aws-sdk/core": "^3.973.22",
25
+ "@aws-sdk/credential-provider-node": "^3.972.23",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
29
- "@aws-sdk/middleware-user-agent": "^3.972.22",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.8",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.8",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
35
35
  "@smithy/config-resolver": "^4.4.11",
36
36
  "@smithy/core": "^3.23.12",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sns",
3
3
  "description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sns",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.21",
27
- "@aws-sdk/credential-provider-node": "^3.972.22",
26
+ "@aws-sdk/core": "^3.973.22",
27
+ "@aws-sdk/credential-provider-node": "^3.972.23",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.22",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
37
37
  "@smithy/config-resolver": "^4.4.11",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sqs",
3
3
  "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -29,18 +29,18 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.21",
33
- "@aws-sdk/credential-provider-node": "^3.972.22",
32
+ "@aws-sdk/core": "^3.973.22",
33
+ "@aws-sdk/credential-provider-node": "^3.972.23",
34
34
  "@aws-sdk/middleware-host-header": "^3.972.8",
35
35
  "@aws-sdk/middleware-logger": "^3.972.8",
36
36
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
37
37
  "@aws-sdk/middleware-sdk-sqs": "^3.972.16",
38
- "@aws-sdk/middleware-user-agent": "^3.972.22",
38
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
39
39
  "@aws-sdk/region-config-resolver": "^3.972.8",
40
40
  "@aws-sdk/types": "^3.973.6",
41
41
  "@aws-sdk/util-endpoints": "^3.996.5",
42
42
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
43
- "@aws-sdk/util-user-agent-node": "^3.973.8",
43
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
44
44
  "@smithy/config-resolver": "^4.4.11",
45
45
  "@smithy/core": "^3.23.12",
46
46
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.1012.0",
4
+ "version": "3.1013.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.21",
27
- "@aws-sdk/credential-provider-node": "^3.972.22",
26
+ "@aws-sdk/core": "^3.973.22",
27
+ "@aws-sdk/credential-provider-node": "^3.972.23",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.22",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.8",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
37
37
  "@smithy/config-resolver": "^4.4.11",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.21",
3
+ "version": "3.973.22",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -82,7 +82,7 @@
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "^3.973.6",
85
- "@aws-sdk/xml-builder": "^3.972.12",
85
+ "@aws-sdk/xml-builder": "^3.972.14",
86
86
  "@smithy/core": "^3.23.12",
87
87
  "@smithy/node-config-provider": "^4.3.12",
88
88
  "@smithy/property-provider": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.21",
29
+ "@aws-sdk/core": "^3.973.22",
30
30
  "@aws-sdk/types": "^3.973.6",
31
31
  "@smithy/property-provider": "^4.2.12",
32
32
  "@smithy/types": "^4.13.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.21",
3
+ "version": "3.972.22",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.21",
31
+ "@aws-sdk/core": "^3.973.22",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@smithy/fetch-http-handler": "^5.3.15",
34
34
  "@smithy/node-http-handler": "^4.5.0",