@jjrawlins/cdk-ami-builder 0.0.178 → 0.0.179
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +72 -56
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +18 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +31 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +17 -19
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +18 -93
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +94 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +8 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +4 -23
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +22 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +15 -15
- package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
- package/node_modules/@aws-sdk/client-kms/package.json +13 -13
- package/node_modules/@aws-sdk/client-s3/package.json +19 -19
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
- package/node_modules/@aws-sdk/client-sfn/package.json +13 -13
- package/node_modules/@aws-sdk/client-sns/package.json +13 -13
- package/node_modules/@aws-sdk/client-sqs/package.json +15 -15
- package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +49 -29
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +11 -6
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +6 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +6 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +12 -3
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +6 -3
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +4 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +33 -4
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -7
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +73 -19
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +3 -2
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +73 -19
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +18 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +12 -2
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +71 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +291 -115
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +65 -14
- package/package.json +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
AnalysisStatus,
|
|
5
5
|
ArchitectureType,
|
|
6
6
|
ArchitectureValues,
|
|
7
|
-
AutoAcceptSharedAttachmentsValue,
|
|
8
7
|
AutoPlacement,
|
|
9
8
|
BootModeValues,
|
|
10
9
|
CapacityReservationPreference,
|
|
@@ -12,13 +11,9 @@ import {
|
|
|
12
11
|
DefaultHttpTokensEnforcedState,
|
|
13
12
|
DefaultInstanceMetadataEndpointState,
|
|
14
13
|
DefaultInstanceMetadataTagsState,
|
|
15
|
-
DefaultRouteTableAssociationValue,
|
|
16
|
-
DefaultRouteTablePropagationValue,
|
|
17
14
|
DiskImageFormat,
|
|
18
|
-
DnsSupportValue,
|
|
19
15
|
EkPubKeyFormat,
|
|
20
16
|
EkPubKeyType,
|
|
21
|
-
EncryptionSupportOptionValue,
|
|
22
17
|
EndDateType,
|
|
23
18
|
ExcessCapacityTerminationPolicy,
|
|
24
19
|
FleetExcessCapacityTerminationPolicy,
|
|
@@ -70,7 +65,6 @@ import {
|
|
|
70
65
|
RouteServerPersistRoutesAction,
|
|
71
66
|
RouteServerRouteInstallationStatus,
|
|
72
67
|
RouteServerRouteStatus,
|
|
73
|
-
SecurityGroupReferencingSupportValue,
|
|
74
68
|
SelfServicePortal,
|
|
75
69
|
ShutdownBehavior,
|
|
76
70
|
SnapshotAttributeName,
|
|
@@ -91,7 +85,6 @@ import {
|
|
|
91
85
|
VirtualizationType,
|
|
92
86
|
VolumeState,
|
|
93
87
|
VolumeType,
|
|
94
|
-
VpnEcmpSupportValue,
|
|
95
88
|
} from "./enums";
|
|
96
89
|
import {
|
|
97
90
|
AddressAttribute,
|
|
@@ -169,6 +162,10 @@ import {
|
|
|
169
162
|
ReservedInstancesConfiguration,
|
|
170
163
|
} from "./models_4";
|
|
171
164
|
import { RouteServerPropagation } from "./models_5";
|
|
165
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
166
|
+
DryRun?: boolean | undefined;
|
|
167
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
168
|
+
}
|
|
172
169
|
export interface InstanceFamilyCreditSpecification {
|
|
173
170
|
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
174
171
|
CpuCredits?: string | undefined;
|
|
@@ -1908,19 +1905,3 @@ export interface ModifyTrafficMirrorSessionRequest {
|
|
|
1908
1905
|
export interface ModifyTrafficMirrorSessionResult {
|
|
1909
1906
|
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
1910
1907
|
}
|
|
1911
|
-
export interface ModifyTransitGatewayOptions {
|
|
1912
|
-
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1913
|
-
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1914
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1915
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1916
|
-
SecurityGroupReferencingSupport?:
|
|
1917
|
-
| SecurityGroupReferencingSupportValue
|
|
1918
|
-
| undefined;
|
|
1919
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1920
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1921
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
1922
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1923
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
1924
|
-
AmazonSideAsn?: number | undefined;
|
|
1925
|
-
EncryptionSupport?: EncryptionSupportOptionValue | undefined;
|
|
1926
|
-
}
|
|
@@ -4,11 +4,15 @@ import {
|
|
|
4
4
|
AmdSevSnpSpecification,
|
|
5
5
|
ApplianceModeSupportValue,
|
|
6
6
|
ArchitectureValues,
|
|
7
|
+
AutoAcceptSharedAttachmentsValue,
|
|
7
8
|
BootModeValues,
|
|
8
9
|
CapacityManagerStatus,
|
|
9
10
|
CapacityReservationInstancePlatform,
|
|
10
11
|
CurrencyCodeValues,
|
|
12
|
+
DefaultRouteTableAssociationValue,
|
|
13
|
+
DefaultRouteTablePropagationValue,
|
|
11
14
|
DnsSupportValue,
|
|
15
|
+
EncryptionSupportOptionValue,
|
|
12
16
|
HostnameType,
|
|
13
17
|
HttpTokensState,
|
|
14
18
|
ImdsSupportValues,
|
|
@@ -50,6 +54,7 @@ import {
|
|
|
50
54
|
VpcEncryptionControlExclusionStateInput,
|
|
51
55
|
VpcEncryptionControlMode,
|
|
52
56
|
VpcTenancy,
|
|
57
|
+
VpnEcmpSupportValue,
|
|
53
58
|
} from "./enums";
|
|
54
59
|
import {
|
|
55
60
|
AddressAttribute,
|
|
@@ -133,11 +138,23 @@ import {
|
|
|
133
138
|
VolumeModification,
|
|
134
139
|
VpcBlockPublicAccessOptions,
|
|
135
140
|
} from "./models_5";
|
|
136
|
-
import {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
+
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
142
|
+
export interface ModifyTransitGatewayOptions {
|
|
143
|
+
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
144
|
+
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
145
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
146
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
147
|
+
SecurityGroupReferencingSupport?:
|
|
148
|
+
| SecurityGroupReferencingSupportValue
|
|
149
|
+
| undefined;
|
|
150
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
151
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
152
|
+
AssociationDefaultRouteTableId?: string | undefined;
|
|
153
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
154
|
+
PropagationDefaultRouteTableId?: string | undefined;
|
|
155
|
+
AmazonSideAsn?: number | undefined;
|
|
156
|
+
EncryptionSupport?: EncryptionSupportOptionValue | undefined;
|
|
157
|
+
}
|
|
141
158
|
export interface ModifyTransitGatewayRequest {
|
|
142
159
|
TransitGatewayId: string | undefined;
|
|
143
160
|
Description?: string | undefined;
|
|
@@ -482,6 +482,7 @@ export declare var CustomerGateway$: StaticStructureSchema;
|
|
|
482
482
|
export declare var DataQuery$: StaticStructureSchema;
|
|
483
483
|
export declare var DataResponse$: StaticStructureSchema;
|
|
484
484
|
export declare var DeclarativePoliciesReport$: StaticStructureSchema;
|
|
485
|
+
export declare var DefaultConnectionTrackingConfiguration$: StaticStructureSchema;
|
|
485
486
|
export declare var DeleteCapacityManagerDataExportRequest$: StaticStructureSchema;
|
|
486
487
|
export declare var DeleteCapacityManagerDataExportResult$: StaticStructureSchema;
|
|
487
488
|
export declare var DeleteCarrierGatewayRequest$: 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.
|
|
4
|
+
"version": "3.1012.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,39 +25,39 @@
|
|
|
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.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
+
"@aws-sdk/core": "^3.973.21",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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-sdk-ec2": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
33
|
+
"@aws-sdk/middleware-sdk-ec2": "^3.972.16",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
40
40
|
"@smithy/config-resolver": "^4.4.11",
|
|
41
|
-
"@smithy/core": "^3.23.
|
|
41
|
+
"@smithy/core": "^3.23.12",
|
|
42
42
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
43
43
|
"@smithy/hash-node": "^4.2.12",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
-
"@smithy/middleware-serde": "^4.2.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
48
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.12",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.12",
|
|
51
|
-
"@smithy/node-http-handler": "^4.
|
|
51
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.12",
|
|
53
|
-
"@smithy/smithy-client": "^4.12.
|
|
53
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
54
54
|
"@smithy/types": "^4.13.1",
|
|
55
55
|
"@smithy/url-parser": "^4.2.12",
|
|
56
56
|
"@smithy/util-base64": "^4.3.2",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
61
61
|
"@smithy/util-endpoints": "^3.3.3",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.12",
|
|
63
63
|
"@smithy/util-retry": "^4.2.12",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
69
|
+
"@smithy/snapshot-testing": "^2.0.3",
|
|
70
70
|
"@tsconfig/node20": "20.1.8",
|
|
71
71
|
"@types/node": "^20.14.8",
|
|
72
72
|
"concurrently": "7.0.0",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,38 +23,38 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.21",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.11",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.12",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,38 +23,38 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.21",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.11",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.12",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,26 +30,26 @@
|
|
|
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.
|
|
34
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
33
|
+
"@aws-sdk/core": "^3.973.21",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.1",
|
|
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.
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.21",
|
|
43
43
|
"@aws-sdk/middleware-ssec": "^3.972.8",
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
45
45
|
"@aws-sdk/region-config-resolver": "^3.972.8",
|
|
46
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.9",
|
|
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.
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
51
51
|
"@smithy/config-resolver": "^4.4.11",
|
|
52
|
-
"@smithy/core": "^3.23.
|
|
52
|
+
"@smithy/core": "^3.23.12",
|
|
53
53
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
54
54
|
"@smithy/eventstream-serde-config-resolver": "^4.3.12",
|
|
55
55
|
"@smithy/eventstream-serde-node": "^4.2.12",
|
|
@@ -60,32 +60,32 @@
|
|
|
60
60
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
61
61
|
"@smithy/md5-js": "^4.2.12",
|
|
62
62
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
64
|
-
"@smithy/middleware-retry": "^4.4.
|
|
65
|
-
"@smithy/middleware-serde": "^4.2.
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
64
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
66
66
|
"@smithy/middleware-stack": "^4.2.12",
|
|
67
67
|
"@smithy/node-config-provider": "^4.3.12",
|
|
68
|
-
"@smithy/node-http-handler": "^4.
|
|
68
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
69
69
|
"@smithy/protocol-http": "^5.3.12",
|
|
70
|
-
"@smithy/smithy-client": "^4.12.
|
|
70
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
71
71
|
"@smithy/types": "^4.13.1",
|
|
72
72
|
"@smithy/url-parser": "^4.2.12",
|
|
73
73
|
"@smithy/util-base64": "^4.3.2",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
78
78
|
"@smithy/util-endpoints": "^3.3.3",
|
|
79
79
|
"@smithy/util-middleware": "^4.2.12",
|
|
80
80
|
"@smithy/util-retry": "^4.2.12",
|
|
81
|
-
"@smithy/util-stream": "^4.5.
|
|
81
|
+
"@smithy/util-stream": "^4.5.20",
|
|
82
82
|
"@smithy/util-utf8": "^4.2.2",
|
|
83
83
|
"@smithy/util-waiter": "^4.2.13",
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
88
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
87
|
+
"@aws-sdk/signature-v4-crt": "3.1012.0",
|
|
88
|
+
"@smithy/snapshot-testing": "^2.0.3",
|
|
89
89
|
"@tsconfig/node20": "20.1.8",
|
|
90
90
|
"@types/node": "^20.14.8",
|
|
91
91
|
"concurrently": "7.0.0",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,38 +25,38 @@
|
|
|
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.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
+
"@aws-sdk/core": "^3.973.21",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
39
39
|
"@smithy/config-resolver": "^4.4.11",
|
|
40
|
-
"@smithy/core": "^3.23.
|
|
40
|
+
"@smithy/core": "^3.23.12",
|
|
41
41
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
42
42
|
"@smithy/hash-node": "^4.2.12",
|
|
43
43
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
44
44
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
46
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
46
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
47
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
48
48
|
"@smithy/middleware-stack": "^4.2.12",
|
|
49
49
|
"@smithy/node-config-provider": "^4.3.12",
|
|
50
|
-
"@smithy/node-http-handler": "^4.
|
|
50
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
51
51
|
"@smithy/protocol-http": "^5.3.12",
|
|
52
|
-
"@smithy/smithy-client": "^4.12.
|
|
52
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
53
53
|
"@smithy/types": "^4.13.1",
|
|
54
54
|
"@smithy/url-parser": "^4.2.12",
|
|
55
55
|
"@smithy/util-base64": "^4.3.2",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
60
60
|
"@smithy/util-endpoints": "^3.3.3",
|
|
61
61
|
"@smithy/util-middleware": "^4.2.12",
|
|
62
62
|
"@smithy/util-retry": "^4.2.12",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
67
|
+
"@smithy/snapshot-testing": "^2.0.3",
|
|
68
68
|
"@tsconfig/node20": "20.1.8",
|
|
69
69
|
"@types/node": "^20.14.8",
|
|
70
70
|
"concurrently": "7.0.0",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,38 +21,38 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.11",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.12",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
@@ -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.
|
|
4
|
+
"version": "3.1012.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,38 +23,38 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.21",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.22",
|
|
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.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.22",
|
|
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.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.11",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.12",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.26",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.43",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.15",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.6",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.42",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.45",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|