@jjrawlins/cdk-diff-pr-github-action 0.0.8 → 0.0.9

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 (58) hide show
  1. package/.jsii +3 -3
  2. package/lib/CdkDiffIamTemplate.js +1 -1
  3. package/lib/CdkDiffStackWorkflow.js +1 -1
  4. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  5. package/lib/CdkDriftIamTemplate.js +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +90 -30
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +29 -18
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +7 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +43 -18
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +15 -8
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -9
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +104 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +319 -434
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +328 -27
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +6 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -1
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +65 -58
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +54 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  40. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  41. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  46. package/node_modules/@aws-sdk/core/package.json +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  49. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  50. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  51. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  52. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  53. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  54. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  55. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  56. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  57. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  58. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.930.0",
3
+ "version": "3.931.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.930.0",
32
+ "@aws-sdk/core": "3.931.0",
33
33
  "@aws-sdk/middleware-host-header": "3.930.0",
34
34
  "@aws-sdk/middleware-logger": "3.930.0",
35
35
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
36
- "@aws-sdk/middleware-user-agent": "3.930.0",
36
+ "@aws-sdk/middleware-user-agent": "3.931.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.930.0",
41
+ "@aws-sdk/util-user-agent-node": "3.931.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.930.0",
3
+ "version": "3.931.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.930.0",
33
- "@aws-sdk/nested-clients": "3.930.0",
32
+ "@aws-sdk/core": "3.931.0",
33
+ "@aws-sdk/nested-clients": "3.931.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.930.0",
3
+ "version": "3.931.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.930.0",
25
+ "@aws-sdk/middleware-user-agent": "3.931.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
@@ -66,7 +66,7 @@
66
66
  "constructs": ">=10.0.5 <11.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@aws-sdk/client-cloudformation": "^3.930.0",
69
+ "@aws-sdk/client-cloudformation": "^3.931.0",
70
70
  "@types/crypto-js": "^4.2.2",
71
71
  "@types/js-yaml": "^4.0.9",
72
72
  "crypto-js": "^4.2.0",
@@ -107,7 +107,7 @@
107
107
  "publishConfig": {
108
108
  "access": "public"
109
109
  },
110
- "version": "0.0.8",
110
+ "version": "0.0.9",
111
111
  "jest": {
112
112
  "coverageProvider": "v8",
113
113
  "testMatch": [