@cdk8s/awscdk-resolver 0.0.408 → 0.0.410
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +285 -82
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +95 -56
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +161 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3943 -3901
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +499 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +186 -144
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +92 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +5 -5
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- 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-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
- 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/package.json +6 -6
|
@@ -11,26 +11,115 @@ import {
|
|
|
11
11
|
IdentityProvider,
|
|
12
12
|
LoggingConfig,
|
|
13
13
|
ManagedExecution,
|
|
14
|
-
|
|
14
|
+
ModuleInfo,
|
|
15
|
+
OperationEntry,
|
|
15
16
|
Parameter,
|
|
16
17
|
PermissionModels,
|
|
17
18
|
ProvisioningType,
|
|
18
19
|
RegistrationStatus,
|
|
19
20
|
RegistryType,
|
|
20
21
|
ResourceDefinition,
|
|
22
|
+
ResourceStatus,
|
|
21
23
|
RollbackConfiguration,
|
|
22
24
|
ScanFilter,
|
|
23
25
|
StackDriftStatus,
|
|
26
|
+
StackRefactorExecutionStatus,
|
|
27
|
+
StackRefactorStatus,
|
|
28
|
+
StackResourceDriftStatus,
|
|
24
29
|
StackSetOperationAction,
|
|
25
30
|
StackSetOperationPreferences,
|
|
26
31
|
StackSetOperationStatus,
|
|
27
32
|
StackSetOperationStatusDetails,
|
|
28
33
|
StackSetStatus,
|
|
34
|
+
StackStatus,
|
|
29
35
|
Tag,
|
|
30
36
|
TemplateConfiguration,
|
|
31
37
|
ThirdPartyType,
|
|
32
38
|
Visibility,
|
|
33
39
|
} from "./models_0";
|
|
40
|
+
export interface StackRefactorSummary {
|
|
41
|
+
StackRefactorId?: string | undefined;
|
|
42
|
+
Description?: string | undefined;
|
|
43
|
+
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
|
44
|
+
ExecutionStatusReason?: string | undefined;
|
|
45
|
+
Status?: StackRefactorStatus | undefined;
|
|
46
|
+
StatusReason?: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export interface ListStackRefactorsOutput {
|
|
49
|
+
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
|
50
|
+
NextToken?: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export interface ListStackResourcesInput {
|
|
53
|
+
StackName: string | undefined;
|
|
54
|
+
NextToken?: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface StackResourceDriftInformationSummary {
|
|
57
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
|
58
|
+
LastCheckTimestamp?: Date | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface StackResourceSummary {
|
|
61
|
+
LogicalResourceId: string | undefined;
|
|
62
|
+
PhysicalResourceId?: string | undefined;
|
|
63
|
+
ResourceType: string | undefined;
|
|
64
|
+
LastUpdatedTimestamp: Date | undefined;
|
|
65
|
+
ResourceStatus: ResourceStatus | undefined;
|
|
66
|
+
ResourceStatusReason?: string | undefined;
|
|
67
|
+
DriftInformation?: StackResourceDriftInformationSummary | undefined;
|
|
68
|
+
ModuleInfo?: ModuleInfo | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface ListStackResourcesOutput {
|
|
71
|
+
StackResourceSummaries?: StackResourceSummary[] | undefined;
|
|
72
|
+
NextToken?: string | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface ListStacksInput {
|
|
75
|
+
NextToken?: string | undefined;
|
|
76
|
+
StackStatusFilter?: StackStatus[] | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface StackDriftInformationSummary {
|
|
79
|
+
StackDriftStatus: StackDriftStatus | undefined;
|
|
80
|
+
LastCheckTimestamp?: Date | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface StackSummary {
|
|
83
|
+
StackId?: string | undefined;
|
|
84
|
+
StackName: string | undefined;
|
|
85
|
+
TemplateDescription?: string | undefined;
|
|
86
|
+
CreationTime: Date | undefined;
|
|
87
|
+
LastUpdatedTime?: Date | undefined;
|
|
88
|
+
DeletionTime?: Date | undefined;
|
|
89
|
+
StackStatus: StackStatus | undefined;
|
|
90
|
+
StackStatusReason?: string | undefined;
|
|
91
|
+
ParentId?: string | undefined;
|
|
92
|
+
RootId?: string | undefined;
|
|
93
|
+
DriftInformation?: StackDriftInformationSummary | undefined;
|
|
94
|
+
LastOperations?: OperationEntry[] | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface ListStacksOutput {
|
|
97
|
+
StackSummaries?: StackSummary[] | undefined;
|
|
98
|
+
NextToken?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface ListStackSetAutoDeploymentTargetsInput {
|
|
101
|
+
StackSetName: string | undefined;
|
|
102
|
+
NextToken?: string | undefined;
|
|
103
|
+
MaxResults?: number | undefined;
|
|
104
|
+
CallAs?: CallAs | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface StackSetAutoDeploymentTargetSummary {
|
|
107
|
+
OrganizationalUnitId?: string | undefined;
|
|
108
|
+
Regions?: string[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface ListStackSetAutoDeploymentTargetsOutput {
|
|
111
|
+
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
|
112
|
+
NextToken?: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export declare const OperationResultFilterName: {
|
|
115
|
+
readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
|
|
116
|
+
};
|
|
117
|
+
export type OperationResultFilterName =
|
|
118
|
+
(typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
|
|
119
|
+
export interface OperationResultFilter {
|
|
120
|
+
Name?: OperationResultFilterName | undefined;
|
|
121
|
+
Values?: string | undefined;
|
|
122
|
+
}
|
|
34
123
|
export interface ListStackSetOperationResultsInput {
|
|
35
124
|
StackSetName: string | undefined;
|
|
36
125
|
OperationId: string | undefined;
|
|
@@ -267,6 +356,7 @@ export interface RollbackStackInput {
|
|
|
267
356
|
}
|
|
268
357
|
export interface RollbackStackOutput {
|
|
269
358
|
StackId?: string | undefined;
|
|
359
|
+
OperationId?: string | undefined;
|
|
270
360
|
}
|
|
271
361
|
export interface SetStackPolicyInput {
|
|
272
362
|
StackName: string | undefined;
|
|
@@ -369,6 +459,7 @@ export interface UpdateStackInput {
|
|
|
369
459
|
}
|
|
370
460
|
export interface UpdateStackOutput {
|
|
371
461
|
StackId?: string | undefined;
|
|
462
|
+
OperationId?: string | undefined;
|
|
372
463
|
}
|
|
373
464
|
export interface UpdateStackInstancesInput {
|
|
374
465
|
StackSetName: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeChangeSetCommandInput,
|
|
4
|
+
DescribeChangeSetCommandOutput,
|
|
5
|
+
} from "../commands/DescribeChangeSetCommand";
|
|
6
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeChangeSet: (
|
|
8
|
+
config: CloudFormationPaginationConfiguration,
|
|
9
|
+
input: DescribeChangeSetCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeChangeSetCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventsCommandInput,
|
|
4
|
+
DescribeEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventsCommand";
|
|
6
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeEvents: (
|
|
8
|
+
config: CloudFormationPaginationConfiguration,
|
|
9
|
+
input: DescribeEventsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventsCommandOutput>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./DescribeAccountLimitsPaginator";
|
|
2
|
+
export * from "./DescribeChangeSetPaginator";
|
|
3
|
+
export * from "./DescribeEventsPaginator";
|
|
2
4
|
export * from "./DescribeStackEventsPaginator";
|
|
3
5
|
export * from "./DescribeStackResourceDriftsPaginator";
|
|
4
6
|
export * from "./DescribeStacksPaginator";
|
|
@@ -61,6 +61,8 @@ export declare var DescribeChangeSetHooksInput: StaticStructureSchema;
|
|
|
61
61
|
export declare var DescribeChangeSetHooksOutput: StaticStructureSchema;
|
|
62
62
|
export declare var DescribeChangeSetInput: StaticStructureSchema;
|
|
63
63
|
export declare var DescribeChangeSetOutput: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeEventsInput: StaticStructureSchema;
|
|
65
|
+
export declare var DescribeEventsOutput: StaticStructureSchema;
|
|
64
66
|
export declare var DescribeGeneratedTemplateInput: StaticStructureSchema;
|
|
65
67
|
export declare var DescribeGeneratedTemplateOutput: StaticStructureSchema;
|
|
66
68
|
export declare var DescribeOrganizationsAccessInput: StaticStructureSchema;
|
|
@@ -101,6 +103,7 @@ export declare var DetectStackSetDriftInput: StaticStructureSchema;
|
|
|
101
103
|
export declare var DetectStackSetDriftOutput: StaticStructureSchema;
|
|
102
104
|
export declare var EstimateTemplateCostInput: StaticStructureSchema;
|
|
103
105
|
export declare var EstimateTemplateCostOutput: StaticStructureSchema;
|
|
106
|
+
export declare var EventFilter: StaticStructureSchema;
|
|
104
107
|
export declare var ExecuteChangeSetInput: StaticStructureSchema;
|
|
105
108
|
export declare var ExecuteChangeSetOutput: StaticStructureSchema;
|
|
106
109
|
export declare var ExecuteStackRefactorInput: StaticStructureSchema;
|
|
@@ -168,10 +171,13 @@ export declare var ListTypesInput: StaticStructureSchema;
|
|
|
168
171
|
export declare var ListTypesOutput: StaticStructureSchema;
|
|
169
172
|
export declare var ListTypeVersionsInput: StaticStructureSchema;
|
|
170
173
|
export declare var ListTypeVersionsOutput: StaticStructureSchema;
|
|
174
|
+
export declare var LiveResourceDrift: StaticStructureSchema;
|
|
171
175
|
export declare var LoggingConfig: StaticStructureSchema;
|
|
172
176
|
export declare var ManagedExecution: StaticStructureSchema;
|
|
173
177
|
export declare var ModuleInfo: StaticStructureSchema;
|
|
174
178
|
export declare var NameAlreadyExistsException: StaticErrorSchema;
|
|
179
|
+
export declare var OperationEntry: StaticStructureSchema;
|
|
180
|
+
export declare var OperationEvent: StaticStructureSchema;
|
|
175
181
|
export declare var OperationIdAlreadyExistsException: StaticErrorSchema;
|
|
176
182
|
export declare var OperationInProgressException: StaticErrorSchema;
|
|
177
183
|
export declare var OperationNotFoundException: StaticErrorSchema;
|
|
@@ -196,6 +202,7 @@ export declare var ResourceChange: StaticStructureSchema;
|
|
|
196
202
|
export declare var ResourceChangeDetail: StaticStructureSchema;
|
|
197
203
|
export declare var ResourceDefinition: StaticStructureSchema;
|
|
198
204
|
export declare var ResourceDetail: StaticStructureSchema;
|
|
205
|
+
export declare var ResourceDriftIgnoredAttribute: StaticStructureSchema;
|
|
199
206
|
export declare var ResourceIdentifierSummary: StaticStructureSchema;
|
|
200
207
|
export declare var ResourceLocation: StaticStructureSchema;
|
|
201
208
|
export declare var ResourceMapping: StaticStructureSchema;
|
|
@@ -302,8 +309,10 @@ export declare var Exports: StaticListSchema;
|
|
|
302
309
|
export declare var HookResultSummaries: StaticListSchema;
|
|
303
310
|
export declare var Imports: number;
|
|
304
311
|
export declare var JazzLogicalResourceIds: number;
|
|
312
|
+
export declare var LastOperations: StaticListSchema;
|
|
305
313
|
export declare var LogicalResourceIds: number;
|
|
306
314
|
export declare var NotificationARNs: number;
|
|
315
|
+
export declare var OperationEvents: StaticListSchema;
|
|
307
316
|
export declare var OperationResultFilters: StaticListSchema;
|
|
308
317
|
export declare var OrganizationalUnitIdList: number;
|
|
309
318
|
export declare var Outputs: StaticListSchema;
|
|
@@ -318,6 +327,7 @@ export declare var RequiredActivatedTypes: StaticListSchema;
|
|
|
318
327
|
export declare var ResourceChangeDetails: StaticListSchema;
|
|
319
328
|
export declare var ResourceDefinitions: StaticListSchema;
|
|
320
329
|
export declare var ResourceDetails: StaticListSchema;
|
|
330
|
+
export declare var ResourceDriftIgnoredAttributes: StaticListSchema;
|
|
321
331
|
export declare var ResourceIdentifiers: number;
|
|
322
332
|
export declare var ResourceIdentifierSummaries: StaticListSchema;
|
|
323
333
|
export declare var ResourceMappings: StaticListSchema;
|
|
@@ -392,6 +402,7 @@ export declare var DeregisterType: StaticOperationSchema;
|
|
|
392
402
|
export declare var DescribeAccountLimits: StaticOperationSchema;
|
|
393
403
|
export declare var DescribeChangeSet: StaticOperationSchema;
|
|
394
404
|
export declare var DescribeChangeSetHooks: StaticOperationSchema;
|
|
405
|
+
export declare var DescribeEvents: StaticOperationSchema;
|
|
395
406
|
export declare var DescribeGeneratedTemplate: StaticOperationSchema;
|
|
396
407
|
export declare var DescribeOrganizationsAccess: StaticOperationSchema;
|
|
397
408
|
export declare var DescribePublisher: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.934.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.934.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.934.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.934.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.934.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
23
|
+
"@aws-sdk/core": "3.934.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
29
29
|
"@aws-sdk/types": "3.930.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.934.0",
|
|
33
33
|
"@smithy/config-resolver": "^4.4.3",
|
|
34
34
|
"@smithy/core": "^3.18.2",
|
|
35
35
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
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.
|
|
29
|
+
"@aws-sdk/core": "3.934.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.5",
|
|
32
32
|
"@smithy/types": "^4.9.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
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.
|
|
31
|
+
"@aws-sdk/core": "3.934.0",
|
|
32
32
|
"@aws-sdk/types": "3.930.0",
|
|
33
33
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
34
34
|
"@smithy/node-http-handler": "^4.4.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
|
31
|
+
"@aws-sdk/core": "3.934.0",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "3.934.0",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "3.934.0",
|
|
34
|
+
"@aws-sdk/credential-provider-process": "3.934.0",
|
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.934.0",
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.934.0",
|
|
37
|
+
"@aws-sdk/nested-clients": "3.934.0",
|
|
38
38
|
"@aws-sdk/types": "3.930.0",
|
|
39
39
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
40
40
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "3.934.0",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "3.934.0",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.934.0",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "3.934.0",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "3.934.0",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.934.0",
|
|
40
40
|
"@aws-sdk/types": "3.930.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
42
42
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
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.
|
|
29
|
+
"@aws-sdk/core": "3.934.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.5",
|
|
32
32
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/client-sso": "3.
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/client-sso": "3.934.0",
|
|
30
|
+
"@aws-sdk/core": "3.934.0",
|
|
31
|
+
"@aws-sdk/token-providers": "3.934.0",
|
|
32
32
|
"@aws-sdk/types": "3.930.0",
|
|
33
33
|
"@smithy/property-provider": "^4.2.5",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aws-sdk/core": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
37
|
+
"@aws-sdk/core": "3.934.0",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.934.0",
|
|
39
39
|
"@aws-sdk/types": "3.930.0",
|
|
40
40
|
"@smithy/property-provider": "^4.2.5",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -18,7 +18,8 @@ const recursionDetectionMiddleware = () => (next) => async (args) => {
|
|
|
18
18
|
}
|
|
19
19
|
const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
|
|
20
20
|
const traceIdFromEnv = process.env[ENV_TRACE_ID];
|
|
21
|
-
const
|
|
21
|
+
const invokeStore = await lambda_invoke_store_1.InvokeStore.getInstanceAsync();
|
|
22
|
+
const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
|
|
22
23
|
const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
|
|
23
24
|
const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
|
|
24
25
|
if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
|
package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js
CHANGED
|
@@ -15,7 +15,8 @@ export const recursionDetectionMiddleware = () => (next) => async (args) => {
|
|
|
15
15
|
}
|
|
16
16
|
const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
|
|
17
17
|
const traceIdFromEnv = process.env[ENV_TRACE_ID];
|
|
18
|
-
const
|
|
18
|
+
const invokeStore = await InvokeStore.getInstanceAsync();
|
|
19
|
+
const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
|
|
19
20
|
const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
|
|
20
21
|
const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
|
|
21
22
|
if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-recursion-detection",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.933.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@aws-sdk/types": "3.930.0",
|
|
28
|
-
"@aws/lambda-invoke-store": "^0.
|
|
28
|
+
"@aws/lambda-invoke-store": "^0.2.0",
|
|
29
29
|
"@smithy/protocol-http": "^5.3.5",
|
|
30
30
|
"@smithy/types": "^4.9.0",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
28
|
+
"@aws-sdk/core": "3.934.0",
|
|
29
29
|
"@aws-sdk/types": "3.930.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
31
31
|
"@smithy/core": "^3.18.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
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.
|
|
32
|
+
"@aws-sdk/core": "3.934.0",
|
|
33
33
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
34
34
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
35
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
+
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
37
37
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
38
38
|
"@aws-sdk/types": "3.930.0",
|
|
39
39
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "3.934.0",
|
|
42
42
|
"@smithy/config-resolver": "^4.4.3",
|
|
43
43
|
"@smithy/core": "^3.18.2",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
32
|
+
"@aws-sdk/core": "3.934.0",
|
|
33
|
+
"@aws-sdk/nested-clients": "3.934.0",
|
|
34
34
|
"@aws-sdk/types": "3.930.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.5",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.934.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
25
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
26
26
|
"@aws-sdk/types": "3.930.0",
|
|
27
27
|
"@smithy/node-config-provider": "^4.3.5",
|
|
28
28
|
"@smithy/types": "^4.9.0",
|
package/package.json
CHANGED
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"organization": false
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
|
45
|
+
"@cdk8s/projen-common": "0.0.641",
|
|
46
46
|
"@stylistic/eslint-plugin": "^2",
|
|
47
47
|
"@types/fs-extra": "^11.0.4",
|
|
48
48
|
"@types/jest": "^27",
|
|
49
49
|
"@types/node": "16.18.78",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
51
51
|
"@typescript-eslint/parser": "^8",
|
|
52
|
-
"aws-cdk": "^2.
|
|
52
|
+
"aws-cdk": "^2.1032.0",
|
|
53
53
|
"aws-cdk-lib": "2.195.0",
|
|
54
54
|
"cdk8s": "2.68.91",
|
|
55
|
-
"cdk8s-cli": "^2.203.
|
|
55
|
+
"cdk8s-cli": "^2.203.3",
|
|
56
56
|
"commit-and-tag-version": "^12",
|
|
57
57
|
"constructs": "10.3.0",
|
|
58
58
|
"eslint": "^9",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"jsii-docgen": "^10.5.0",
|
|
67
67
|
"jsii-pacmak": "^1.119.0",
|
|
68
68
|
"jsii-rosetta": "^5",
|
|
69
|
-
"projen": "^0.98.
|
|
69
|
+
"projen": "^0.98.13",
|
|
70
70
|
"ts-jest": "^27",
|
|
71
71
|
"ts-node": "^10.9.2",
|
|
72
72
|
"typescript": "^5.9.3"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"constructs": "^10.3.0"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
80
|
+
"@aws-sdk/client-cloudformation": "^3.934.0"
|
|
81
81
|
},
|
|
82
82
|
"bundledDependencies": [
|
|
83
83
|
"@aws-sdk/client-cloudformation"
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"version": "0.0.
|
|
96
|
+
"version": "0.0.410",
|
|
97
97
|
"jest": {
|
|
98
98
|
"coverageProvider": "v8",
|
|
99
99
|
"testMatch": [
|