@cdk8s/awscdk-resolver 0.0.66 → 0.0.67

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 (62) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +11 -9
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +15 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +5 -13
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +14 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +11 -9
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -6
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +12 -8
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1083 -1066
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +201 -149
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +9 -11
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/package.json +1 -1
  62. package/package.json +4 -4
@@ -907,6 +907,12 @@ export interface DescribeStackEventsInput {
907
907
  StackName?: string;
908
908
  NextToken?: string;
909
909
  }
910
+ export declare const DetailedStatus: {
911
+ readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
912
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
913
+ };
914
+ export type DetailedStatus =
915
+ (typeof DetailedStatus)[keyof typeof DetailedStatus];
910
916
  export declare const HookStatus: {
911
917
  readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
912
918
  readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
@@ -957,6 +963,7 @@ export interface StackEvent {
957
963
  HookStatusReason?: string;
958
964
  HookInvocationPoint?: HookInvocationPoint;
959
965
  HookFailureMode?: HookFailureMode;
966
+ DetailedStatus?: DetailedStatus;
960
967
  }
961
968
  export interface DescribeStackEventsOutput {
962
969
  StackEvents?: StackEvent[];
@@ -971,6 +978,7 @@ export interface DescribeStackInstanceInput {
971
978
  export declare const StackInstanceDetailedStatus: {
972
979
  readonly CANCELLED: "CANCELLED";
973
980
  readonly FAILED: "FAILED";
981
+ readonly FAILED_IMPORT: "FAILED_IMPORT";
974
982
  readonly INOPERABLE: "INOPERABLE";
975
983
  readonly PENDING: "PENDING";
976
984
  readonly RUNNING: "RUNNING";
@@ -1172,6 +1180,7 @@ export interface Stack {
1172
1180
  RootId?: string;
1173
1181
  DriftInformation?: StackDriftInformation;
1174
1182
  RetainExceptOnCreate?: boolean;
1183
+ DetailedStatus?: DetailedStatus;
1175
1184
  }
1176
1185
  export interface DescribeStacksOutput {
1177
1186
  Stacks?: Stack[];
@@ -1992,14 +2001,3 @@ export interface SignalResourceInput {
1992
2001
  UniqueId: string | undefined;
1993
2002
  Status: ResourceSignalStatus | undefined;
1994
2003
  }
1995
- export declare class ResourceScanLimitExceededException extends __BaseException {
1996
- readonly name: "ResourceScanLimitExceededException";
1997
- readonly $fault: "client";
1998
- Message?: string;
1999
- constructor(
2000
- opts: __ExceptionOptionType<
2001
- ResourceScanLimitExceededException,
2002
- __BaseException
2003
- >
2004
- );
2005
- }
@@ -1,3 +1,5 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
1
3
  import {
2
4
  AutoDeployment,
3
5
  CallAs,
@@ -13,6 +15,17 @@ import {
13
15
  TemplateConfiguration,
14
16
  ThirdPartyType,
15
17
  } from "./models_0";
18
+ export declare class ResourceScanLimitExceededException extends __BaseException {
19
+ readonly name: "ResourceScanLimitExceededException";
20
+ readonly $fault: "client";
21
+ Message?: string;
22
+ constructor(
23
+ opts: __ExceptionOptionType<
24
+ ResourceScanLimitExceededException,
25
+ __BaseException
26
+ >
27
+ );
28
+ }
16
29
  export interface StartResourceScanInput {
17
30
  ClientRequestToken?: string;
18
31
  }
@@ -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.525.0",
4
+ "version": "3.526.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",
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "aws-cdk": "^2.131.0",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.4",
54
- "cdk8s-cli": "^2.198.63",
54
+ "cdk8s-cli": "^2.198.64",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-typescript": "^3.6.1",
@@ -62,9 +62,9 @@
62
62
  "jsii": "^5",
63
63
  "jsii-diff": "^1.94.0",
64
64
  "jsii-docgen": "^9.2.2",
65
- "jsii-pacmak": "^1.94.0",
65
+ "jsii-pacmak": "^1.95.0",
66
66
  "jsii-rosetta": "^5",
67
- "projen": "^0.80.5",
67
+ "projen": "^0.80.6",
68
68
  "standard-version": "^9",
69
69
  "ts-jest": "^27",
70
70
  "ts-node": "^10.9.2",
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.66",
95
+ "version": "0.0.67",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",