@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/methods_list.txt
CHANGED
|
@@ -10282,6 +10282,7 @@ kafka:UpdateClusterKafkaVersion
|
|
|
10282
10282
|
kafka:UpdateConfiguration
|
|
10283
10283
|
kafka:UpdateConnectivity
|
|
10284
10284
|
kafka:UpdateMonitoring
|
|
10285
|
+
kafka:UpdateRebalancing
|
|
10285
10286
|
kafka:UpdateReplicationInfo
|
|
10286
10287
|
kafka:UpdateSecurity
|
|
10287
10288
|
kafka:UpdateStorage
|
|
@@ -13577,6 +13578,7 @@ profile:CreateEventStream
|
|
|
13577
13578
|
profile:CreateEventTrigger
|
|
13578
13579
|
profile:CreateIntegrationWorkflow
|
|
13579
13580
|
profile:CreateProfile
|
|
13581
|
+
profile:CreateRecommender
|
|
13580
13582
|
profile:CreateSegmentDefinition
|
|
13581
13583
|
profile:CreateSegmentEstimate
|
|
13582
13584
|
profile:CreateSegmentSnapshot
|
|
@@ -13585,6 +13587,7 @@ profile:CreateUploadJob
|
|
|
13585
13587
|
profile:DeleteCalculatedAttributeDefinition
|
|
13586
13588
|
profile:DeleteDomain
|
|
13587
13589
|
profile:DeleteDomainLayout
|
|
13590
|
+
profile:DeleteDomainObjectType
|
|
13588
13591
|
profile:DeleteEventStream
|
|
13589
13592
|
profile:DeleteEventTrigger
|
|
13590
13593
|
profile:DeleteIntegration
|
|
@@ -13592,6 +13595,7 @@ profile:DeleteProfile
|
|
|
13592
13595
|
profile:DeleteProfileKey
|
|
13593
13596
|
profile:DeleteProfileObject
|
|
13594
13597
|
profile:DeleteProfileObjectType
|
|
13598
|
+
profile:DeleteRecommender
|
|
13595
13599
|
profile:DeleteSegmentDefinition
|
|
13596
13600
|
profile:DeleteWorkflow
|
|
13597
13601
|
profile:DetectProfileObjectType
|
|
@@ -13600,14 +13604,19 @@ profile:GetCalculatedAttributeDefinition
|
|
|
13600
13604
|
profile:GetCalculatedAttributeForProfile
|
|
13601
13605
|
profile:GetDomain
|
|
13602
13606
|
profile:GetDomainLayout
|
|
13607
|
+
profile:GetDomainObjectType
|
|
13603
13608
|
profile:GetEventStream
|
|
13604
13609
|
profile:GetEventTrigger
|
|
13605
13610
|
profile:GetIdentityResolutionJob
|
|
13606
13611
|
profile:GetIntegration
|
|
13607
13612
|
profile:GetMatches
|
|
13613
|
+
profile:GetObjectTypeAttributeStatistics
|
|
13608
13614
|
profile:GetProfileHistoryRecord
|
|
13615
|
+
profile:GetProfileInsights
|
|
13609
13616
|
profile:GetProfileObjectType
|
|
13610
13617
|
profile:GetProfileObjectTypeTemplate
|
|
13618
|
+
profile:GetProfileRecommendations
|
|
13619
|
+
profile:GetRecommender
|
|
13611
13620
|
profile:GetSegmentDefinition
|
|
13612
13621
|
profile:GetSegmentEstimate
|
|
13613
13622
|
profile:GetSegmentMembership
|
|
@@ -13622,28 +13631,36 @@ profile:ListAccountIntegrations
|
|
|
13622
13631
|
profile:ListCalculatedAttributeDefinitions
|
|
13623
13632
|
profile:ListCalculatedAttributesForProfile
|
|
13624
13633
|
profile:ListDomainLayouts
|
|
13634
|
+
profile:ListDomainObjects
|
|
13635
|
+
profile:ListDomainObjectTypes
|
|
13625
13636
|
profile:ListDomains
|
|
13626
13637
|
profile:ListEventStreams
|
|
13627
13638
|
profile:ListEventTriggers
|
|
13628
13639
|
profile:ListIdentityResolutionJobs
|
|
13629
13640
|
profile:ListIntegrations
|
|
13630
13641
|
profile:ListObjectTypeAttributes
|
|
13642
|
+
profile:ListObjectTypeAttributeValues
|
|
13631
13643
|
profile:ListProfileAttributeValues
|
|
13632
13644
|
profile:ListProfileHistoryRecords
|
|
13633
13645
|
profile:ListProfileObjects
|
|
13634
13646
|
profile:ListProfileObjectTypes
|
|
13635
13647
|
profile:ListProfileObjectTypeTemplates
|
|
13648
|
+
profile:ListRecommenderRecipes
|
|
13649
|
+
profile:ListRecommenders
|
|
13636
13650
|
profile:ListRuleBasedMatches
|
|
13637
13651
|
profile:ListSegmentDefinitions
|
|
13638
13652
|
profile:ListTagsForResource
|
|
13639
13653
|
profile:ListUploadJobs
|
|
13640
13654
|
profile:ListWorkflows
|
|
13641
13655
|
profile:MergeProfiles
|
|
13656
|
+
profile:PutDomainObjectType
|
|
13642
13657
|
profile:PutIntegration
|
|
13643
13658
|
profile:PutProfileObject
|
|
13644
13659
|
profile:PutProfileObjectType
|
|
13645
13660
|
profile:SearchProfiles
|
|
13661
|
+
profile:StartRecommender
|
|
13646
13662
|
profile:StartUploadJob
|
|
13663
|
+
profile:StopRecommender
|
|
13647
13664
|
profile:StopUploadJob
|
|
13648
13665
|
profile:TagResource
|
|
13649
13666
|
profile:UntagResource
|
|
@@ -13652,6 +13669,7 @@ profile:UpdateDomain
|
|
|
13652
13669
|
profile:UpdateDomainLayout
|
|
13653
13670
|
profile:UpdateEventTrigger
|
|
13654
13671
|
profile:UpdateProfile
|
|
13672
|
+
profile:UpdateRecommender
|
|
13655
13673
|
proton:AcceptEnvironmentAccountConnection
|
|
13656
13674
|
proton:CancelComponentDeployment
|
|
13657
13675
|
proton:CancelEnvironmentDeployment
|
|
@@ -15639,6 +15657,7 @@ s3tables:GetTablePolicy
|
|
|
15639
15657
|
s3tables:ListNamespaces
|
|
15640
15658
|
s3tables:ListTableBuckets
|
|
15641
15659
|
s3tables:ListTables
|
|
15660
|
+
s3tables:ListTagsForResource
|
|
15642
15661
|
s3tables:PutTableBucketEncryption
|
|
15643
15662
|
s3tables:PutTableBucketMaintenanceConfiguration
|
|
15644
15663
|
s3tables:PutTableBucketPolicy
|
|
@@ -15647,6 +15666,8 @@ s3tables:PutTableEncryption
|
|
|
15647
15666
|
s3tables:PutTableMaintenanceConfiguration
|
|
15648
15667
|
s3tables:PutTablePolicy
|
|
15649
15668
|
s3tables:RenameTable
|
|
15669
|
+
s3tables:TagResource
|
|
15670
|
+
s3tables:UntagResource
|
|
15650
15671
|
s3tables:UpdateTableMetadataLocation
|
|
15651
15672
|
s3vectors:CreateIndex
|
|
15652
15673
|
s3vectors:CreateVectorBucket
|
|
@@ -17930,11 +17951,14 @@ sts:AssumeRoot
|
|
|
17930
17951
|
sts:DecodeAuthorizationMessage
|
|
17931
17952
|
sts:GetAccessKeyInfo
|
|
17932
17953
|
sts:GetCallerIdentity
|
|
17954
|
+
sts:GetDelegatedAccessToken
|
|
17933
17955
|
sts:GetFederationToken
|
|
17934
17956
|
sts:GetServiceBearerToken
|
|
17935
17957
|
sts:GetSessionToken
|
|
17958
|
+
sts:GetWebIdentityToken
|
|
17936
17959
|
sts:SetContext
|
|
17937
17960
|
sts:SetSourceIdentity
|
|
17961
|
+
sts:TagGetWebIdentityToken
|
|
17938
17962
|
sts:TagSession
|
|
17939
17963
|
support-console:CheckSubscription
|
|
17940
17964
|
support-console:CreateCaseDraft
|
|
@@ -17945,6 +17969,8 @@ support-console:GetAccountGovCloudEnabled
|
|
|
17945
17969
|
support-console:GetAccountState
|
|
17946
17970
|
support-console:GetBanner
|
|
17947
17971
|
support-console:GetCaseDraft
|
|
17972
|
+
support-console:GetIssueClassificationPredictions
|
|
17973
|
+
support-console:GetIssueTextSummary
|
|
17948
17974
|
support-console:GetQuestionnaire
|
|
17949
17975
|
support-console:SaveFeedback
|
|
17950
17976
|
support:AddAttachmentsToSet
|
|
@@ -18455,6 +18481,7 @@ user-subscriptions:DeleteClaim
|
|
|
18455
18481
|
user-subscriptions:ListApplicationClaims
|
|
18456
18482
|
user-subscriptions:ListClaims
|
|
18457
18483
|
user-subscriptions:ListUserSubscriptions
|
|
18484
|
+
user-subscriptions:SetOverageConfig
|
|
18458
18485
|
user-subscriptions:UpdateClaim
|
|
18459
18486
|
uxc:DeleteAccountColor
|
|
18460
18487
|
uxc:GetAccountColor
|
|
@@ -18560,6 +18587,7 @@ vpc-lattice:CreateServiceNetworkVpcEndpointAssociation
|
|
|
18560
18587
|
vpc-lattice:CreateTargetGroup
|
|
18561
18588
|
vpc-lattice:DeleteAccessLogSubscription
|
|
18562
18589
|
vpc-lattice:DeleteAuthPolicy
|
|
18590
|
+
vpc-lattice:DeleteDomainVerification
|
|
18563
18591
|
vpc-lattice:DeleteListener
|
|
18564
18592
|
vpc-lattice:DeleteResourceConfiguration
|
|
18565
18593
|
vpc-lattice:DeleteResourceEndpointAssociation
|
|
@@ -18575,6 +18603,7 @@ vpc-lattice:DeleteTargetGroup
|
|
|
18575
18603
|
vpc-lattice:DeregisterTargets
|
|
18576
18604
|
vpc-lattice:GetAccessLogSubscription
|
|
18577
18605
|
vpc-lattice:GetAuthPolicy
|
|
18606
|
+
vpc-lattice:GetDomainVerification
|
|
18578
18607
|
vpc-lattice:GetListener
|
|
18579
18608
|
vpc-lattice:GetResourceConfiguration
|
|
18580
18609
|
vpc-lattice:GetResourceGateway
|
|
@@ -18587,6 +18616,7 @@ vpc-lattice:GetServiceNetworkServiceAssociation
|
|
|
18587
18616
|
vpc-lattice:GetServiceNetworkVpcAssociation
|
|
18588
18617
|
vpc-lattice:GetTargetGroup
|
|
18589
18618
|
vpc-lattice:ListAccessLogSubscriptions
|
|
18619
|
+
vpc-lattice:ListDomainVerifications
|
|
18590
18620
|
vpc-lattice:ListListeners
|
|
18591
18621
|
vpc-lattice:ListResourceConfigurations
|
|
18592
18622
|
vpc-lattice:ListResourceEndpointAssociations
|
|
@@ -18604,6 +18634,7 @@ vpc-lattice:ListTargets
|
|
|
18604
18634
|
vpc-lattice:PutAuthPolicy
|
|
18605
18635
|
vpc-lattice:PutResourcePolicy
|
|
18606
18636
|
vpc-lattice:RegisterTargets
|
|
18637
|
+
vpc-lattice:StartDomainVerification
|
|
18607
18638
|
vpc-lattice:TagResource
|
|
18608
18639
|
vpc-lattice:UntagResource
|
|
18609
18640
|
vpc-lattice:UpdateAccessLogSubscription
|
|
@@ -279,6 +279,14 @@ CreateAccountAlias
|
|
|
279
279
|
|
|
280
280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/CreateAccountAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/CreateAccountAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/CreateAccountAliasCommandOutput/)
|
|
281
281
|
|
|
282
|
+
</details>
|
|
283
|
+
<details>
|
|
284
|
+
<summary>
|
|
285
|
+
CreateDelegationRequest
|
|
286
|
+
</summary>
|
|
287
|
+
|
|
288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/CreateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/CreateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/CreateDelegationRequestCommandOutput/)
|
|
289
|
+
|
|
282
290
|
</details>
|
|
283
291
|
<details>
|
|
284
292
|
<summary>
|