@jjrawlins/cdk-iam-policy-builder-helper 0.0.92 → 0.0.94

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 (35) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/go.mod +1 -1
  3. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  4. package/cdkiampolicybuilderhelper/version +1 -1
  5. package/lib/constructs/Actions.d.ts +26 -0
  6. package/lib/constructs/Actions.js +27 -1
  7. package/lib/constructs/ManagedPolicies.d.ts +4 -0
  8. package/lib/constructs/ManagedPolicies.js +5 -1
  9. package/methods_list.txt +26 -0
  10. package/node_modules/@aws-sdk/client-iam/package.json +5 -5
  11. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  12. package/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
  13. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  17. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
  21. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
  22. package/node_modules/@aws-sdk/core/package.json +1 -1
  23. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  24. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  25. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  26. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  28. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  29. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  30. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  31. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  32. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  33. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  34. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  35. package/package.json +2 -2
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.939.0",
10
+ "@aws-sdk/client-iam": "^3.940.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.92",
3530
- "fingerprint": "oeLli84zQhMLtEX4U4gj1FEOsLKe1BiReW+oQQSRPow="
3529
+ "version": "0.0.94",
3530
+ "fingerprint": "S2rA/Aks5u6wCc6F15PQpw/ldHKA3RGHMnIc/V+QOuo="
3531
3531
  }
@@ -3,7 +3,7 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdkiampolicybuilde
3
3
  go 1.23
4
4
 
5
5
  require (
6
- github.com/aws/jsii-runtime-go v1.119.0
6
+ github.com/aws/jsii-runtime-go v1.120.0
7
7
  github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
8
8
  github.com/aws/constructs-go/constructs/v10 v10.0.5
9
9
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.257 // indirect
@@ -13,7 +13,7 @@ import (
13
13
  constructs "github.com/aws/constructs-go/constructs/v10/jsii"
14
14
  )
15
15
 
16
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.91.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.93.tgz
17
17
  var tarball []byte
18
18
 
19
19
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
24
24
  constructs.Initialize()
25
25
 
26
26
  // Load this library into the kernel
27
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.91", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.93", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.91
1
+ 0.0.93
@@ -12193,12 +12193,19 @@ export declare const Actions: {
12193
12193
  AddFlowOutputs: string;
12194
12194
  AddFlowSources: string;
12195
12195
  AddFlowVpcInterfaces: string;
12196
+ AssociateRouterNetworkInterface: string;
12196
12197
  CreateBridge: string;
12197
12198
  CreateFlow: string;
12198
12199
  CreateGateway: string;
12200
+ CreateRouterInput: string;
12201
+ CreateRouterNetworkInterface: string;
12202
+ CreateRouterOutput: string;
12199
12203
  DeleteBridge: string;
12200
12204
  DeleteFlow: string;
12201
12205
  DeleteGateway: string;
12206
+ DeleteRouterInput: string;
12207
+ DeleteRouterNetworkInterface: string;
12208
+ DeleteRouterOutput: string;
12202
12209
  DeregisterGatewayInstance: string;
12203
12210
  DescribeBridge: string;
12204
12211
  DescribeFlow: string;
@@ -12209,6 +12216,11 @@ export declare const Actions: {
12209
12216
  DescribeOffering: string;
12210
12217
  DescribeReservation: string;
12211
12218
  DiscoverGatewayPollEndpoint: string;
12219
+ GetRouterInput: string;
12220
+ GetRouterInputSourceMetadata: string;
12221
+ GetRouterInputThumbnail: string;
12222
+ GetRouterNetworkInterface: string;
12223
+ GetRouterOutput: string;
12212
12224
  GrantFlowEntitlements: string;
12213
12225
  ListBridges: string;
12214
12226
  ListEntitlements: string;
@@ -12217,6 +12229,9 @@ export declare const Actions: {
12217
12229
  ListGateways: string;
12218
12230
  ListOfferings: string;
12219
12231
  ListReservations: string;
12232
+ ListRouterInputs: string;
12233
+ ListRouterNetworkInterfaces: string;
12234
+ ListRouterOutputs: string;
12220
12235
  ListTagsForResource: string;
12221
12236
  PollGateway: string;
12222
12237
  PurchaseOffering: string;
@@ -12226,11 +12241,18 @@ export declare const Actions: {
12226
12241
  RemoveFlowOutput: string;
12227
12242
  RemoveFlowSource: string;
12228
12243
  RemoveFlowVpcInterface: string;
12244
+ RestartRouterInput: string;
12245
+ RestartRouterOutput: string;
12229
12246
  RevokeFlowEntitlement: string;
12230
12247
  StartFlow: string;
12248
+ StartRouterInput: string;
12249
+ StartRouterOutput: string;
12231
12250
  StopFlow: string;
12251
+ StopRouterInput: string;
12252
+ StopRouterOutput: string;
12232
12253
  SubmitGatewayStateChange: string;
12233
12254
  TagResource: string;
12255
+ TakeRouterInput: string;
12234
12256
  UntagResource: string;
12235
12257
  UpdateBridge: string;
12236
12258
  UpdateBridgeOutput: string;
@@ -12242,6 +12264,9 @@ export declare const Actions: {
12242
12264
  UpdateFlowOutput: string;
12243
12265
  UpdateFlowSource: string;
12244
12266
  UpdateGatewayInstance: string;
12267
+ UpdateRouterInput: string;
12268
+ UpdateRouterNetworkInterface: string;
12269
+ UpdateRouterOutput: string;
12245
12270
  };
12246
12271
  mediaconvert: {
12247
12272
  AssociateCertificate: string;
@@ -16026,6 +16051,7 @@ export declare const Actions: {
16026
16051
  TestDNSAnswer: string;
16027
16052
  UpdateHealthCheck: string;
16028
16053
  UpdateHostedZoneComment: string;
16054
+ UpdateHostedZoneFeatures: string;
16029
16055
  UpdateTrafficPolicyComment: string;
16030
16056
  UpdateTrafficPolicyInstance: string;
16031
16057
  };