@jjrawlins/cdk-iam-policy-builder-helper 0.0.77 → 0.0.79
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 +6 -6
- package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/go.mod +2 -2
- package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -0
- package/lib/constructs/Actions.d.ts +31 -0
- package/lib/constructs/Actions.js +32 -1
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- package/methods_list.txt +31 -0
- package/node_modules/@aws-sdk/client-iam/README.md +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +243 -73
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +4 -26
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +195 -49
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +116 -295
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +296 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +30 -44
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +45 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- 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-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- 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/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +12 -14
- package/cdk-iam-policy-builder-helper/version +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
- /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/LICENSE +0 -0
- /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/README.md +0 -0
package/.jsii
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-iam": "^3.
|
|
10
|
+
"@aws-sdk/client-iam": "^3.928.0",
|
|
11
11
|
"axios": "^1.8.2",
|
|
12
12
|
"jsonc-parser": "^3.3.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"aws-cdk-lib": "^2.85.0",
|
|
16
|
-
"constructs": "
|
|
16
|
+
"constructs": ">=10.0.5 <11.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencyClosure": {
|
|
19
19
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
"stability": "stable"
|
|
3484
3484
|
},
|
|
3485
3485
|
"homepage": "https://github.com/JaysonRawlins/cdk-iam-policy-builder-helper.git",
|
|
3486
|
-
"jsiiVersion": "5.
|
|
3486
|
+
"jsiiVersion": "5.9.13 (build cc3e9a8)",
|
|
3487
3487
|
"keywords": [
|
|
3488
3488
|
"aws",
|
|
3489
3489
|
"cdk",
|
|
@@ -3515,7 +3515,7 @@
|
|
|
3515
3515
|
},
|
|
3516
3516
|
"go": {
|
|
3517
3517
|
"moduleName": "github.com/jaysonrawlins/cdk-iam-policy-builder-helper",
|
|
3518
|
-
"packageName": "
|
|
3518
|
+
"packageName": "cdkiampolicybuilderhelper"
|
|
3519
3519
|
},
|
|
3520
3520
|
"js": {
|
|
3521
3521
|
"npm": "@jjrawlins/cdk-iam-policy-builder-helper"
|
|
@@ -3526,6 +3526,6 @@
|
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
3528
|
"types": {},
|
|
3529
|
-
"version": "0.0.
|
|
3530
|
-
"fingerprint": "
|
|
3529
|
+
"version": "0.0.79",
|
|
3530
|
+
"fingerprint": "+tjtICDf+Pzcd0YWaj5ejUMuwNGMXB24qTxBT30PvfE="
|
|
3531
3531
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/
|
|
1
|
+
module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdkiampolicybuilderhelper
|
|
2
2
|
|
|
3
3
|
go 1.23
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/aws/jsii-runtime-go v1.118.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
|
|
8
|
-
github.com/aws/constructs-go/constructs/v10 v10.
|
|
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
|
|
10
10
|
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.4 // indirect
|
|
11
11
|
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv5/v2 v2.0.166 // 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.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.78.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.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.78", tarball)
|
|
28
28
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.0.78
|
|
@@ -10688,6 +10688,7 @@ export declare const Actions: {
|
|
|
10688
10688
|
UpdateConfiguration: string;
|
|
10689
10689
|
UpdateConnectivity: string;
|
|
10690
10690
|
UpdateMonitoring: string;
|
|
10691
|
+
UpdateRebalancing: string;
|
|
10691
10692
|
UpdateReplicationInfo: string;
|
|
10692
10693
|
UpdateSecurity: string;
|
|
10693
10694
|
UpdateStorage: string;
|
|
@@ -14121,6 +14122,7 @@ export declare const Actions: {
|
|
|
14121
14122
|
CreateEventTrigger: string;
|
|
14122
14123
|
CreateIntegrationWorkflow: string;
|
|
14123
14124
|
CreateProfile: string;
|
|
14125
|
+
CreateRecommender: string;
|
|
14124
14126
|
CreateSegmentDefinition: string;
|
|
14125
14127
|
CreateSegmentEstimate: string;
|
|
14126
14128
|
CreateSegmentSnapshot: string;
|
|
@@ -14129,6 +14131,7 @@ export declare const Actions: {
|
|
|
14129
14131
|
DeleteCalculatedAttributeDefinition: string;
|
|
14130
14132
|
DeleteDomain: string;
|
|
14131
14133
|
DeleteDomainLayout: string;
|
|
14134
|
+
DeleteDomainObjectType: string;
|
|
14132
14135
|
DeleteEventStream: string;
|
|
14133
14136
|
DeleteEventTrigger: string;
|
|
14134
14137
|
DeleteIntegration: string;
|
|
@@ -14136,6 +14139,7 @@ export declare const Actions: {
|
|
|
14136
14139
|
DeleteProfileKey: string;
|
|
14137
14140
|
DeleteProfileObject: string;
|
|
14138
14141
|
DeleteProfileObjectType: string;
|
|
14142
|
+
DeleteRecommender: string;
|
|
14139
14143
|
DeleteSegmentDefinition: string;
|
|
14140
14144
|
DeleteWorkflow: string;
|
|
14141
14145
|
DetectProfileObjectType: string;
|
|
@@ -14144,14 +14148,19 @@ export declare const Actions: {
|
|
|
14144
14148
|
GetCalculatedAttributeForProfile: string;
|
|
14145
14149
|
GetDomain: string;
|
|
14146
14150
|
GetDomainLayout: string;
|
|
14151
|
+
GetDomainObjectType: string;
|
|
14147
14152
|
GetEventStream: string;
|
|
14148
14153
|
GetEventTrigger: string;
|
|
14149
14154
|
GetIdentityResolutionJob: string;
|
|
14150
14155
|
GetIntegration: string;
|
|
14151
14156
|
GetMatches: string;
|
|
14157
|
+
GetObjectTypeAttributeStatistics: string;
|
|
14152
14158
|
GetProfileHistoryRecord: string;
|
|
14159
|
+
GetProfileInsights: string;
|
|
14153
14160
|
GetProfileObjectType: string;
|
|
14154
14161
|
GetProfileObjectTypeTemplate: string;
|
|
14162
|
+
GetProfileRecommendations: string;
|
|
14163
|
+
GetRecommender: string;
|
|
14155
14164
|
GetSegmentDefinition: string;
|
|
14156
14165
|
GetSegmentEstimate: string;
|
|
14157
14166
|
GetSegmentMembership: string;
|
|
@@ -14166,28 +14175,36 @@ export declare const Actions: {
|
|
|
14166
14175
|
ListCalculatedAttributeDefinitions: string;
|
|
14167
14176
|
ListCalculatedAttributesForProfile: string;
|
|
14168
14177
|
ListDomainLayouts: string;
|
|
14178
|
+
ListDomainObjects: string;
|
|
14179
|
+
ListDomainObjectTypes: string;
|
|
14169
14180
|
ListDomains: string;
|
|
14170
14181
|
ListEventStreams: string;
|
|
14171
14182
|
ListEventTriggers: string;
|
|
14172
14183
|
ListIdentityResolutionJobs: string;
|
|
14173
14184
|
ListIntegrations: string;
|
|
14174
14185
|
ListObjectTypeAttributes: string;
|
|
14186
|
+
ListObjectTypeAttributeValues: string;
|
|
14175
14187
|
ListProfileAttributeValues: string;
|
|
14176
14188
|
ListProfileHistoryRecords: string;
|
|
14177
14189
|
ListProfileObjects: string;
|
|
14178
14190
|
ListProfileObjectTypes: string;
|
|
14179
14191
|
ListProfileObjectTypeTemplates: string;
|
|
14192
|
+
ListRecommenderRecipes: string;
|
|
14193
|
+
ListRecommenders: string;
|
|
14180
14194
|
ListRuleBasedMatches: string;
|
|
14181
14195
|
ListSegmentDefinitions: string;
|
|
14182
14196
|
ListTagsForResource: string;
|
|
14183
14197
|
ListUploadJobs: string;
|
|
14184
14198
|
ListWorkflows: string;
|
|
14185
14199
|
MergeProfiles: string;
|
|
14200
|
+
PutDomainObjectType: string;
|
|
14186
14201
|
PutIntegration: string;
|
|
14187
14202
|
PutProfileObject: string;
|
|
14188
14203
|
PutProfileObjectType: string;
|
|
14189
14204
|
SearchProfiles: string;
|
|
14205
|
+
StartRecommender: string;
|
|
14190
14206
|
StartUploadJob: string;
|
|
14207
|
+
StopRecommender: string;
|
|
14191
14208
|
StopUploadJob: string;
|
|
14192
14209
|
TagResource: string;
|
|
14193
14210
|
UntagResource: string;
|
|
@@ -14196,6 +14213,7 @@ export declare const Actions: {
|
|
|
14196
14213
|
UpdateDomainLayout: string;
|
|
14197
14214
|
UpdateEventTrigger: string;
|
|
14198
14215
|
UpdateProfile: string;
|
|
14216
|
+
UpdateRecommender: string;
|
|
14199
14217
|
};
|
|
14200
14218
|
proton: {
|
|
14201
14219
|
AcceptEnvironmentAccountConnection: string;
|
|
@@ -16263,6 +16281,7 @@ export declare const Actions: {
|
|
|
16263
16281
|
ListNamespaces: string;
|
|
16264
16282
|
ListTableBuckets: string;
|
|
16265
16283
|
ListTables: string;
|
|
16284
|
+
ListTagsForResource: string;
|
|
16266
16285
|
PutTableBucketEncryption: string;
|
|
16267
16286
|
PutTableBucketMaintenanceConfiguration: string;
|
|
16268
16287
|
PutTableBucketPolicy: string;
|
|
@@ -16271,6 +16290,8 @@ export declare const Actions: {
|
|
|
16271
16290
|
PutTableMaintenanceConfiguration: string;
|
|
16272
16291
|
PutTablePolicy: string;
|
|
16273
16292
|
RenameTable: string;
|
|
16293
|
+
TagResource: string;
|
|
16294
|
+
UntagResource: string;
|
|
16274
16295
|
UpdateTableMetadataLocation: string;
|
|
16275
16296
|
};
|
|
16276
16297
|
s3vectors: {
|
|
@@ -18582,11 +18603,14 @@ export declare const Actions: {
|
|
|
18582
18603
|
DecodeAuthorizationMessage: string;
|
|
18583
18604
|
GetAccessKeyInfo: string;
|
|
18584
18605
|
GetCallerIdentity: string;
|
|
18606
|
+
GetDelegatedAccessToken: string;
|
|
18585
18607
|
GetFederationToken: string;
|
|
18586
18608
|
GetServiceBearerToken: string;
|
|
18587
18609
|
GetSessionToken: string;
|
|
18610
|
+
GetWebIdentityToken: string;
|
|
18588
18611
|
SetContext: string;
|
|
18589
18612
|
SetSourceIdentity: string;
|
|
18613
|
+
TagGetWebIdentityToken: string;
|
|
18590
18614
|
TagSession: string;
|
|
18591
18615
|
};
|
|
18592
18616
|
'support-console': {
|
|
@@ -18599,6 +18623,8 @@ export declare const Actions: {
|
|
|
18599
18623
|
GetAccountState: string;
|
|
18600
18624
|
GetBanner: string;
|
|
18601
18625
|
GetCaseDraft: string;
|
|
18626
|
+
GetIssueClassificationPredictions: string;
|
|
18627
|
+
GetIssueTextSummary: string;
|
|
18602
18628
|
GetQuestionnaire: string;
|
|
18603
18629
|
SaveFeedback: string;
|
|
18604
18630
|
};
|
|
@@ -19151,6 +19177,7 @@ export declare const Actions: {
|
|
|
19151
19177
|
ListApplicationClaims: string;
|
|
19152
19178
|
ListClaims: string;
|
|
19153
19179
|
ListUserSubscriptions: string;
|
|
19180
|
+
SetOverageConfig: string;
|
|
19154
19181
|
UpdateClaim: string;
|
|
19155
19182
|
};
|
|
19156
19183
|
uxc: {
|
|
@@ -19270,6 +19297,7 @@ export declare const Actions: {
|
|
|
19270
19297
|
CreateTargetGroup: string;
|
|
19271
19298
|
DeleteAccessLogSubscription: string;
|
|
19272
19299
|
DeleteAuthPolicy: string;
|
|
19300
|
+
DeleteDomainVerification: string;
|
|
19273
19301
|
DeleteListener: string;
|
|
19274
19302
|
DeleteResourceConfiguration: string;
|
|
19275
19303
|
DeleteResourceEndpointAssociation: string;
|
|
@@ -19285,6 +19313,7 @@ export declare const Actions: {
|
|
|
19285
19313
|
DeregisterTargets: string;
|
|
19286
19314
|
GetAccessLogSubscription: string;
|
|
19287
19315
|
GetAuthPolicy: string;
|
|
19316
|
+
GetDomainVerification: string;
|
|
19288
19317
|
GetListener: string;
|
|
19289
19318
|
GetResourceConfiguration: string;
|
|
19290
19319
|
GetResourceGateway: string;
|
|
@@ -19297,6 +19326,7 @@ export declare const Actions: {
|
|
|
19297
19326
|
GetServiceNetworkVpcAssociation: string;
|
|
19298
19327
|
GetTargetGroup: string;
|
|
19299
19328
|
ListAccessLogSubscriptions: string;
|
|
19329
|
+
ListDomainVerifications: string;
|
|
19300
19330
|
ListListeners: string;
|
|
19301
19331
|
ListResourceConfigurations: string;
|
|
19302
19332
|
ListResourceEndpointAssociations: string;
|
|
@@ -19314,6 +19344,7 @@ export declare const Actions: {
|
|
|
19314
19344
|
PutAuthPolicy: string;
|
|
19315
19345
|
PutResourcePolicy: string;
|
|
19316
19346
|
RegisterTargets: string;
|
|
19347
|
+
StartDomainVerification: string;
|
|
19317
19348
|
TagResource: string;
|
|
19318
19349
|
UntagResource: string;
|
|
19319
19350
|
UpdateAccessLogSubscription: string;
|