@jjrawlins/cdk-iam-policy-builder-helper 0.0.67 → 0.0.68
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/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +1 -0
- package/lib/constructs/Actions.js +2 -1
- package/methods_list.txt +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +1 -1
- package/node_modules/axios/CHANGELOG.md +402 -368
- package/node_modules/axios/README.md +80 -49
- package/node_modules/axios/dist/axios.js +121 -46
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +126 -57
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +126 -57
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +347 -98
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +4 -0
- package/node_modules/axios/index.d.ts +4 -0
- package/node_modules/axios/lib/adapters/adapters.js +85 -40
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +221 -43
- package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
- package/node_modules/axios/lib/core/mergeConfig.js +4 -4
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/cookies.js +24 -13
- package/node_modules/axios/package.json +9 -4
- package/package.json +2 -2
package/methods_list.txt
CHANGED
|
@@ -1250,6 +1250,7 @@ autoscaling:EnterStandby
|
|
|
1250
1250
|
autoscaling:ExecutePolicy
|
|
1251
1251
|
autoscaling:ExitStandby
|
|
1252
1252
|
autoscaling:GetPredictiveScalingForecast
|
|
1253
|
+
autoscaling:LaunchInstances
|
|
1253
1254
|
autoscaling:PutLifecycleHook
|
|
1254
1255
|
autoscaling:PutNotificationConfiguration
|
|
1255
1256
|
autoscaling:PutScalingPolicy
|
|
@@ -435,6 +435,7 @@ const SummaryKeyType = {
|
|
|
435
435
|
AccountMFAEnabled: "AccountMFAEnabled",
|
|
436
436
|
AccountPasswordPresent: "AccountPasswordPresent",
|
|
437
437
|
AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
|
|
438
|
+
AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
|
|
438
439
|
AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
|
|
439
440
|
AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
|
|
440
441
|
AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
|
|
@@ -443,6 +444,8 @@ const SummaryKeyType = {
|
|
|
443
444
|
Groups: "Groups",
|
|
444
445
|
GroupsPerUserQuota: "GroupsPerUserQuota",
|
|
445
446
|
GroupsQuota: "GroupsQuota",
|
|
447
|
+
InstanceProfiles: "InstanceProfiles",
|
|
448
|
+
InstanceProfilesQuota: "InstanceProfilesQuota",
|
|
446
449
|
MFADevices: "MFADevices",
|
|
447
450
|
MFADevicesInUse: "MFADevicesInUse",
|
|
448
451
|
Policies: "Policies",
|
|
@@ -450,6 +453,10 @@ const SummaryKeyType = {
|
|
|
450
453
|
PolicySizeQuota: "PolicySizeQuota",
|
|
451
454
|
PolicyVersionsInUse: "PolicyVersionsInUse",
|
|
452
455
|
PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
|
|
456
|
+
Providers: "Providers",
|
|
457
|
+
RolePolicySizeQuota: "RolePolicySizeQuota",
|
|
458
|
+
Roles: "Roles",
|
|
459
|
+
RolesQuota: "RolesQuota",
|
|
453
460
|
ServerCertificates: "ServerCertificates",
|
|
454
461
|
ServerCertificatesQuota: "ServerCertificatesQuota",
|
|
455
462
|
SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
|
|
@@ -317,6 +317,7 @@ export const SummaryKeyType = {
|
|
|
317
317
|
AccountMFAEnabled: "AccountMFAEnabled",
|
|
318
318
|
AccountPasswordPresent: "AccountPasswordPresent",
|
|
319
319
|
AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
|
|
320
|
+
AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
|
|
320
321
|
AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
|
|
321
322
|
AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
|
|
322
323
|
AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
|
|
@@ -325,6 +326,8 @@ export const SummaryKeyType = {
|
|
|
325
326
|
Groups: "Groups",
|
|
326
327
|
GroupsPerUserQuota: "GroupsPerUserQuota",
|
|
327
328
|
GroupsQuota: "GroupsQuota",
|
|
329
|
+
InstanceProfiles: "InstanceProfiles",
|
|
330
|
+
InstanceProfilesQuota: "InstanceProfilesQuota",
|
|
328
331
|
MFADevices: "MFADevices",
|
|
329
332
|
MFADevicesInUse: "MFADevicesInUse",
|
|
330
333
|
Policies: "Policies",
|
|
@@ -332,6 +335,10 @@ export const SummaryKeyType = {
|
|
|
332
335
|
PolicySizeQuota: "PolicySizeQuota",
|
|
333
336
|
PolicyVersionsInUse: "PolicyVersionsInUse",
|
|
334
337
|
PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
|
|
338
|
+
Providers: "Providers",
|
|
339
|
+
RolePolicySizeQuota: "RolePolicySizeQuota",
|
|
340
|
+
Roles: "Roles",
|
|
341
|
+
RolesQuota: "RolesQuota",
|
|
335
342
|
ServerCertificates: "ServerCertificates",
|
|
336
343
|
ServerCertificatesQuota: "ServerCertificatesQuota",
|
|
337
344
|
SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
|
|
@@ -3273,6 +3273,7 @@ export declare const SummaryKeyType: {
|
|
|
3273
3273
|
readonly AccountMFAEnabled: "AccountMFAEnabled";
|
|
3274
3274
|
readonly AccountPasswordPresent: "AccountPasswordPresent";
|
|
3275
3275
|
readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
|
|
3276
|
+
readonly AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota";
|
|
3276
3277
|
readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
|
|
3277
3278
|
readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
|
|
3278
3279
|
readonly AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota";
|
|
@@ -3281,6 +3282,8 @@ export declare const SummaryKeyType: {
|
|
|
3281
3282
|
readonly Groups: "Groups";
|
|
3282
3283
|
readonly GroupsPerUserQuota: "GroupsPerUserQuota";
|
|
3283
3284
|
readonly GroupsQuota: "GroupsQuota";
|
|
3285
|
+
readonly InstanceProfiles: "InstanceProfiles";
|
|
3286
|
+
readonly InstanceProfilesQuota: "InstanceProfilesQuota";
|
|
3284
3287
|
readonly MFADevices: "MFADevices";
|
|
3285
3288
|
readonly MFADevicesInUse: "MFADevicesInUse";
|
|
3286
3289
|
readonly Policies: "Policies";
|
|
@@ -3288,6 +3291,10 @@ export declare const SummaryKeyType: {
|
|
|
3288
3291
|
readonly PolicySizeQuota: "PolicySizeQuota";
|
|
3289
3292
|
readonly PolicyVersionsInUse: "PolicyVersionsInUse";
|
|
3290
3293
|
readonly PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota";
|
|
3294
|
+
readonly Providers: "Providers";
|
|
3295
|
+
readonly RolePolicySizeQuota: "RolePolicySizeQuota";
|
|
3296
|
+
readonly Roles: "Roles";
|
|
3297
|
+
readonly RolesQuota: "RolesQuota";
|
|
3291
3298
|
readonly ServerCertificates: "ServerCertificates";
|
|
3292
3299
|
readonly ServerCertificatesQuota: "ServerCertificatesQuota";
|
|
3293
3300
|
readonly SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota";
|
|
@@ -743,6 +743,7 @@ export declare const SummaryKeyType: {
|
|
|
743
743
|
readonly AccountMFAEnabled: "AccountMFAEnabled";
|
|
744
744
|
readonly AccountPasswordPresent: "AccountPasswordPresent";
|
|
745
745
|
readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
|
|
746
|
+
readonly AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota";
|
|
746
747
|
readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
|
|
747
748
|
readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
|
|
748
749
|
readonly AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota";
|
|
@@ -751,6 +752,8 @@ export declare const SummaryKeyType: {
|
|
|
751
752
|
readonly Groups: "Groups";
|
|
752
753
|
readonly GroupsPerUserQuota: "GroupsPerUserQuota";
|
|
753
754
|
readonly GroupsQuota: "GroupsQuota";
|
|
755
|
+
readonly InstanceProfiles: "InstanceProfiles";
|
|
756
|
+
readonly InstanceProfilesQuota: "InstanceProfilesQuota";
|
|
754
757
|
readonly MFADevices: "MFADevices";
|
|
755
758
|
readonly MFADevicesInUse: "MFADevicesInUse";
|
|
756
759
|
readonly Policies: "Policies";
|
|
@@ -758,6 +761,10 @@ export declare const SummaryKeyType: {
|
|
|
758
761
|
readonly PolicySizeQuota: "PolicySizeQuota";
|
|
759
762
|
readonly PolicyVersionsInUse: "PolicyVersionsInUse";
|
|
760
763
|
readonly PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota";
|
|
764
|
+
readonly Providers: "Providers";
|
|
765
|
+
readonly RolePolicySizeQuota: "RolePolicySizeQuota";
|
|
766
|
+
readonly Roles: "Roles";
|
|
767
|
+
readonly RolesQuota: "RolesQuota";
|
|
761
768
|
readonly ServerCertificates: "ServerCertificates";
|
|
762
769
|
readonly ServerCertificatesQuota: "ServerCertificatesQuota";
|
|
763
770
|
readonly SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.918.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-iam",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.916.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.918.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.914.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.914.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.914.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.918.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",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/credential-provider-http": "3.916.0",
|
|
34
34
|
"@aws-sdk/credential-provider-process": "3.916.0",
|
|
35
35
|
"@aws-sdk/credential-provider-sso": "3.916.0",
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.918.0",
|
|
37
37
|
"@aws-sdk/nested-clients": "3.916.0",
|
|
38
38
|
"@aws-sdk/types": "3.914.0",
|
|
39
39
|
"@smithy/credential-provider-imds": "^4.2.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.918.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@aws-sdk/credential-provider-env": "3.916.0",
|
|
35
35
|
"@aws-sdk/credential-provider-http": "3.916.0",
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.918.0",
|
|
37
37
|
"@aws-sdk/credential-provider-process": "3.916.0",
|
|
38
38
|
"@aws-sdk/credential-provider-sso": "3.916.0",
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.918.0",
|
|
40
40
|
"@aws-sdk/types": "3.914.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.3",
|
|
42
42
|
"@smithy/property-provider": "^4.2.3",
|
package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { CredentialProviderOptions } from "@aws-sdk/types";
|
|
2
|
-
import { RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types/src";
|
|
1
|
+
import type { CredentialProviderOptions, RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types";
|
|
3
2
|
import { FromWebTokenInit } from "./fromWebToken";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
CredentialProviderOptions,
|
|
3
|
+
RuntimeConfigAwsCredentialIdentityProvider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
3
5
|
import { FromWebTokenInit } from "./fromWebToken";
|
|
4
6
|
export interface FromTokenFileInit
|
|
5
7
|
extends Partial<
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.918.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",
|